|
2534 | 2534 | "modelArn": { |
2535 | 2535 | "target": "com.amazonaws.bedrockagent#BedrockModelArn", |
2536 | 2536 | "traits": { |
2537 | | - "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the foundation model used for context enrichment.</p>", |
| 2537 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>", |
2538 | 2538 | "smithy.api#required": {} |
2539 | 2539 | } |
2540 | 2540 | } |
|
10488 | 10488 | "traits": { |
10489 | 10489 | "smithy.api#enumValue": "NEPTUNE_ANALYTICS" |
10490 | 10490 | } |
| 10491 | + }, |
| 10492 | + "OPENSEARCH_MANAGED_CLUSTER": { |
| 10493 | + "target": "smithy.api#Unit", |
| 10494 | + "traits": { |
| 10495 | + "smithy.api#enumValue": "OPENSEARCH_MANAGED_CLUSTER" |
| 10496 | + } |
10491 | 10497 | } |
10492 | 10498 | } |
10493 | 10499 | }, |
@@ -12718,6 +12724,100 @@ |
12718 | 12724 | "smithy.api#pattern": "^[0-9]{1,5}$" |
12719 | 12725 | } |
12720 | 12726 | }, |
| 12727 | + "com.amazonaws.bedrockagent#OpenSearchManagedClusterConfiguration": { |
| 12728 | + "type": "structure", |
| 12729 | + "members": { |
| 12730 | + "domainEndpoint": { |
| 12731 | + "target": "com.amazonaws.bedrockagent#OpenSearchManagedClusterDomainEndpoint", |
| 12732 | + "traits": { |
| 12733 | + "smithy.api#documentation": "<p>The endpoint URL the OpenSearch domain.</p>", |
| 12734 | + "smithy.api#required": {} |
| 12735 | + } |
| 12736 | + }, |
| 12737 | + "domainArn": { |
| 12738 | + "target": "com.amazonaws.bedrockagent#OpenSearchManagedClusterDomainArn", |
| 12739 | + "traits": { |
| 12740 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the OpenSearch domain.</p>", |
| 12741 | + "smithy.api#required": {} |
| 12742 | + } |
| 12743 | + }, |
| 12744 | + "vectorIndexName": { |
| 12745 | + "target": "com.amazonaws.bedrockagent#OpenSearchManagedClusterIndexName", |
| 12746 | + "traits": { |
| 12747 | + "smithy.api#documentation": "<p>The name of the vector store.</p>", |
| 12748 | + "smithy.api#required": {} |
| 12749 | + } |
| 12750 | + }, |
| 12751 | + "fieldMapping": { |
| 12752 | + "target": "com.amazonaws.bedrockagent#OpenSearchManagedClusterFieldMapping", |
| 12753 | + "traits": { |
| 12754 | + "smithy.api#documentation": "<p>Contains the names of the fields to which to map information about the vector store.</p>", |
| 12755 | + "smithy.api#required": {} |
| 12756 | + } |
| 12757 | + } |
| 12758 | + }, |
| 12759 | + "traits": { |
| 12760 | + "smithy.api#documentation": "<p>Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, \n see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html\">Create a vector index in OpenSearch Managed Cluster</a>.</p>" |
| 12761 | + } |
| 12762 | + }, |
| 12763 | + "com.amazonaws.bedrockagent#OpenSearchManagedClusterDomainArn": { |
| 12764 | + "type": "string", |
| 12765 | + "traits": { |
| 12766 | + "smithy.api#length": { |
| 12767 | + "max": 2048 |
| 12768 | + }, |
| 12769 | + "smithy.api#pattern": "^arn:aws(|-cn|-us-gov|-iso):es:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:domain/[a-z][a-z0-9-]{3,28}$" |
| 12770 | + } |
| 12771 | + }, |
| 12772 | + "com.amazonaws.bedrockagent#OpenSearchManagedClusterDomainEndpoint": { |
| 12773 | + "type": "string", |
| 12774 | + "traits": { |
| 12775 | + "smithy.api#length": { |
| 12776 | + "max": 2048 |
| 12777 | + }, |
| 12778 | + "smithy.api#pattern": "^https://.*$" |
| 12779 | + } |
| 12780 | + }, |
| 12781 | + "com.amazonaws.bedrockagent#OpenSearchManagedClusterFieldMapping": { |
| 12782 | + "type": "structure", |
| 12783 | + "members": { |
| 12784 | + "vectorField": { |
| 12785 | + "target": "com.amazonaws.bedrockagent#FieldName", |
| 12786 | + "traits": { |
| 12787 | + "smithy.api#documentation": "<p>The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.</p>", |
| 12788 | + "smithy.api#required": {} |
| 12789 | + } |
| 12790 | + }, |
| 12791 | + "textField": { |
| 12792 | + "target": "com.amazonaws.bedrockagent#FieldName", |
| 12793 | + "traits": { |
| 12794 | + "smithy.api#documentation": "<p>The name of the field in which Amazon Bedrock stores the raw text from your data. The text\n is split according to the chunking strategy you choose.</p>", |
| 12795 | + "smithy.api#required": {} |
| 12796 | + } |
| 12797 | + }, |
| 12798 | + "metadataField": { |
| 12799 | + "target": "com.amazonaws.bedrockagent#FieldName", |
| 12800 | + "traits": { |
| 12801 | + "smithy.api#documentation": "<p>The name of the field in which Amazon Bedrock stores metadata about the vector store.</p>", |
| 12802 | + "smithy.api#required": {} |
| 12803 | + } |
| 12804 | + } |
| 12805 | + }, |
| 12806 | + "traits": { |
| 12807 | + "smithy.api#documentation": "<p>Contains the names of the fields to which to map information about the vector store.</p>" |
| 12808 | + } |
| 12809 | + }, |
| 12810 | + "com.amazonaws.bedrockagent#OpenSearchManagedClusterIndexName": { |
| 12811 | + "type": "string", |
| 12812 | + "traits": { |
| 12813 | + "smithy.api#length": { |
| 12814 | + "min": 1, |
| 12815 | + "max": 2048 |
| 12816 | + }, |
| 12817 | + "smithy.api#pattern": "^(?![\\-_+.])[a-z0-9][a-z0-9\\-_\\.]*$", |
| 12818 | + "smithy.api#sensitive": {} |
| 12819 | + } |
| 12820 | + }, |
12721 | 12821 | "com.amazonaws.bedrockagent#OpenSearchServerlessCollectionArn": { |
12722 | 12822 | "type": "string", |
12723 | 12823 | "traits": { |
|
15464 | 15564 | "smithy.api#documentation": "<p>Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.</p>" |
15465 | 15565 | } |
15466 | 15566 | }, |
| 15567 | + "opensearchManagedClusterConfiguration": { |
| 15568 | + "target": "com.amazonaws.bedrockagent#OpenSearchManagedClusterConfiguration", |
| 15569 | + "traits": { |
| 15570 | + "smithy.api#documentation": "<p>Contains details about the storage configuration of the knowledge base in OpenSearch Managed\n Cluster. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html\">Create \n a vector index in Amazon OpenSearch Service</a>.</p>" |
| 15571 | + } |
| 15572 | + }, |
15467 | 15573 | "pineconeConfiguration": { |
15468 | 15574 | "target": "com.amazonaws.bedrockagent#PineconeConfiguration", |
15469 | 15575 | "traits": { |
|
16491 | 16597 | "parentActionGroupSignatureParams": { |
16492 | 16598 | "target": "com.amazonaws.bedrockagent#ActionGroupSignatureParams", |
16493 | 16599 | "traits": { |
16494 | | - "smithy.api#documentation": "<p>The configuration settings for a computer use action.</p>\n <important>\n <p>\n Computer use is a new Anthropic Claude model capability (in beta) available with Claude 3.7 and Claude 3.5 Sonnet v2 only. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html\">Configure an Amazon Bedrock Agent to complete tasks with computer use tools</a>.\n </p>\n </important>" |
| 16600 | + "smithy.api#documentation": "<p>The configuration settings for a computer use action.</p>\n <important>\n <p>\n Computer use is a new Anthropic Claude model capability (in beta) available with Claude 3.7 Sonnet and Claude 3.5 Sonnet v2 only. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html\">Configure an Amazon Bedrock Agent to complete tasks with computer use tools</a>.\n </p>\n </important>" |
16495 | 16601 | } |
16496 | 16602 | }, |
16497 | 16603 | "actionGroupExecutor": { |
|
0 commit comments