|
2457 | 2457 | "modelArn": { |
2458 | 2458 | "target": "com.amazonaws.bedrockagent#BedrockModelArn", |
2459 | 2459 | "traits": { |
2460 | | - "smithy.api#documentation": "<p>The ARN of the foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> to use for parsing.</p>", |
| 2460 | + "smithy.api#documentation": "<p>The ARN of the foundation model to use for parsing.</p>", |
2461 | 2461 | "smithy.api#required": {} |
2462 | 2462 | } |
2463 | 2463 | }, |
|
2475 | 2475 | } |
2476 | 2476 | }, |
2477 | 2477 | "traits": { |
2478 | | - "smithy.api#documentation": "<p>Settings for a foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> used to parse documents for a data source.</p>" |
| 2478 | + "smithy.api#documentation": "<p>Settings for a foundation model used to parse documents for a data source.</p>" |
2479 | 2479 | } |
2480 | 2480 | }, |
2481 | 2481 | "com.amazonaws.bedrockagent#BedrockModelArn": { |
|
17513 | 17513 | "smithy.api#sensitive": {} |
17514 | 17514 | } |
17515 | 17515 | }, |
| 17516 | + "com.amazonaws.bedrockagent#UserAgentHeader": { |
| 17517 | + "type": "string", |
| 17518 | + "traits": { |
| 17519 | + "smithy.api#length": { |
| 17520 | + "min": 61, |
| 17521 | + "max": 86 |
| 17522 | + }, |
| 17523 | + "smithy.api#sensitive": {} |
| 17524 | + } |
| 17525 | + }, |
17516 | 17526 | "com.amazonaws.bedrockagent#ValidateFlowDefinition": { |
17517 | 17527 | "type": "operation", |
17518 | 17528 | "input": { |
|
17657 | 17667 | "embeddingModelArn": { |
17658 | 17668 | "target": "com.amazonaws.bedrockagent#BedrockEmbeddingModelArn", |
17659 | 17669 | "traits": { |
17660 | | - "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.</p>", |
| 17670 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>", |
17661 | 17671 | "smithy.api#required": {} |
17662 | 17672 | } |
17663 | 17673 | }, |
|
17732 | 17742 | "userAgent": { |
17733 | 17743 | "target": "com.amazonaws.bedrockagent#UserAgent", |
17734 | 17744 | "traits": { |
17735 | | - "smithy.api#documentation": "<p>A string used for identifying the crawler or a bot when it accesses a web server. By default, \n this is set to <code>bedrockbot_UUID</code> for your crawler. You can optionally append a custom \n string to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. \n </p>" |
| 17745 | + "smithy.api#documentation": "<p>Returns the user agent suffix for your web crawler.</p>" |
| 17746 | + } |
| 17747 | + }, |
| 17748 | + "userAgentHeader": { |
| 17749 | + "target": "com.amazonaws.bedrockagent#UserAgentHeader", |
| 17750 | + "traits": { |
| 17751 | + "smithy.api#documentation": "<p>A string used for identifying the crawler or bot when it accesses a web server. The user agent header value\n consists of the <code>bedrockbot</code>, UUID, and a user agent suffix for your crawler (if one is provided).\n By default, it is set to <code>bedrockbot_UUID</code>. You can optionally append a custom \n suffix to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. </p>" |
17736 | 17752 | } |
17737 | 17753 | } |
17738 | 17754 | }, |
|
0 commit comments