|
5 | 5 | "endpointPrefix":"bedrock-agent",
|
6 | 6 | "jsonVersion":"1.1",
|
7 | 7 | "protocol":"rest-json",
|
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceFullName":"Agents for Amazon Bedrock",
|
9 | 10 | "serviceId":"Bedrock Agent",
|
10 | 11 | "signatureVersion":"v4",
|
11 | 12 | "signingName":"bedrock",
|
12 |
| - "uid":"bedrock-agent-2023-06-05" |
| 13 | + "uid":"bedrock-agent-2023-06-05", |
| 14 | + "auth":["aws.auth#sigv4"] |
13 | 15 | },
|
14 | 16 | "operations":{
|
15 | 17 | "AssociateAgentKnowledgeBase":{
|
|
1996 | 1998 | "type":"string",
|
1997 | 1999 | "max":2048,
|
1998 | 2000 | "min":20,
|
1999 |
| - "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}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$" |
| 2001 | + "pattern":"^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$" |
2000 | 2002 | },
|
2001 | 2003 | "BedrockEmbeddingModelConfiguration":{
|
2002 | 2004 | "type":"structure",
|
|
2027 | 2029 | "type":"string",
|
2028 | 2030 | "max":2048,
|
2029 | 2031 | "min":1,
|
2030 |
| - "pattern":"^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::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})|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+)$" |
| 2032 | + "pattern":"^(arn:aws(-[^:]{1,12})?:(bedrock):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$" |
2031 | 2033 | },
|
2032 | 2034 | "Boolean":{
|
2033 | 2035 | "type":"boolean",
|
|
8170 | 8172 | "members":{
|
8171 | 8173 | "embeddingModelArn":{
|
8172 | 8174 | "shape":"BedrockEmbeddingModelArn",
|
8173 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>" |
| 8175 | + "documentation":"<p>The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.</p>" |
8174 | 8176 | },
|
8175 | 8177 | "embeddingModelConfiguration":{
|
8176 | 8178 | "shape":"EmbeddingModelConfiguration",
|
|
0 commit comments