|
2452 | 2452 | "members":{
|
2453 | 2453 | "modelArn":{
|
2454 | 2454 | "shape":"BedrockModelArn",
|
2455 |
| - "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>" |
| 2455 | + "documentation":"<p>The ARN of the foundation model to use for parsing.</p>" |
2456 | 2456 | },
|
2457 | 2457 | "parsingModality":{
|
2458 | 2458 | "shape":"ParsingModality",
|
|
2463 | 2463 | "documentation":"<p>Instructions for interpreting the contents of a document.</p>"
|
2464 | 2464 | }
|
2465 | 2465 | },
|
2466 |
| - "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>" |
| 2466 | + "documentation":"<p>Settings for a foundation model used to parse documents for a data source.</p>" |
2467 | 2467 | },
|
2468 | 2468 | "BedrockModelArn":{
|
2469 | 2469 | "type":"string",
|
|
10617 | 10617 | "min":15,
|
10618 | 10618 | "sensitive":true
|
10619 | 10619 | },
|
| 10620 | + "UserAgentHeader":{ |
| 10621 | + "type":"string", |
| 10622 | + "max":86, |
| 10623 | + "min":61, |
| 10624 | + "sensitive":true |
| 10625 | + }, |
10620 | 10626 | "ValidateFlowDefinitionRequest":{
|
10621 | 10627 | "type":"structure",
|
10622 | 10628 | "required":["definition"],
|
|
10699 | 10705 | "members":{
|
10700 | 10706 | "embeddingModelArn":{
|
10701 | 10707 | "shape":"BedrockEmbeddingModelArn",
|
10702 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.</p>" |
| 10708 | + "documentation":"<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>" |
10703 | 10709 | },
|
10704 | 10710 | "embeddingModelConfiguration":{
|
10705 | 10711 | "shape":"EmbeddingModelConfiguration",
|
|
10739 | 10745 | },
|
10740 | 10746 | "userAgent":{
|
10741 | 10747 | "shape":"UserAgent",
|
10742 |
| - "documentation":"<p>A string used for identifying the crawler or a bot when it accesses a web server. By default, this is set to <code>bedrockbot_UUID</code> for your crawler. You can optionally append a custom string to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. </p>" |
| 10748 | + "documentation":"<p>Returns the user agent suffix for your web crawler.</p>" |
| 10749 | + }, |
| 10750 | + "userAgentHeader":{ |
| 10751 | + "shape":"UserAgentHeader", |
| 10752 | + "documentation":"<p>A string used for identifying the crawler or bot when it accesses a web server. The user agent header value consists of the <code>bedrockbot</code>, UUID, and a user agent suffix for your crawler (if one is provided). By default, it is set to <code>bedrockbot_UUID</code>. You can optionally append a custom suffix to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. </p>" |
10743 | 10753 | }
|
10744 | 10754 | },
|
10745 | 10755 | "documentation":"<p>The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.</p>"
|
|
0 commit comments