|
482 | 482 | "agentAliasStatus": {
|
483 | 483 | "target": "com.amazonaws.bedrockagent#AgentAliasStatus",
|
484 | 484 | "traits": {
|
485 |
| - "smithy.api#documentation": "<p>The status of the alias of the agent and whether it is ready for use. The following statuses are possible:</p>\n <ul>\n <li>\n <p>CREATING – The agent alias is being created.</p>\n </li>\n <li>\n <p>PREPARED – The agent alias is finished being created or updated and is ready to be invoked.</p>\n </li>\n <li>\n <p>FAILED – The agent alias API operation failed.</p>\n </li>\n <li>\n <p>UPDATING – The agent alias is being updated.</p>\n </li>\n <li>\n <p>DELETING – The agent alias is being deleted.</p>\n </li>\n </ul>", |
| 485 | + "smithy.api#documentation": "<p>The status of the alias of the agent and whether it is ready for use. The following statuses are possible:</p>\n <ul>\n <li>\n <p>CREATING – The agent alias is being created.</p>\n </li>\n <li>\n <p>PREPARED – The agent alias is finished being created or updated and is ready to be invoked.</p>\n </li>\n <li>\n <p>FAILED – The agent alias API operation failed.</p>\n </li>\n <li>\n <p>UPDATING – The agent alias is being updated.</p>\n </li>\n <li>\n <p>DELETING – The agent alias is being deleted.</p>\n </li>\n <li>\n <p>DISSOCIATED - The agent alias has no version associated with it.</p>\n </li>\n </ul>", |
486 | 486 | "smithy.api#required": {}
|
487 | 487 | }
|
488 | 488 | },
|
|
616 | 616 | "traits": {
|
617 | 617 | "smithy.api#enumValue": "DELETING"
|
618 | 618 | }
|
| 619 | + }, |
| 620 | + "DISSOCIATED": { |
| 621 | + "target": "smithy.api#Unit", |
| 622 | + "traits": { |
| 623 | + "smithy.api#enumValue": "DISSOCIATED" |
| 624 | + } |
619 | 625 | }
|
620 | 626 | }
|
621 | 627 | },
|
|
2525 | 2531 | "smithy.api#documentation": "<p>Contains information about content defined inline in bytes.</p>"
|
2526 | 2532 | }
|
2527 | 2533 | },
|
| 2534 | + "com.amazonaws.bedrockagent#CachePointBlock": { |
| 2535 | + "type": "structure", |
| 2536 | + "members": { |
| 2537 | + "type": { |
| 2538 | + "target": "com.amazonaws.bedrockagent#CachePointType", |
| 2539 | + "traits": { |
| 2540 | + "smithy.api#documentation": "<p>Indicates that the CachePointBlock is of the default type</p>", |
| 2541 | + "smithy.api#required": {} |
| 2542 | + } |
| 2543 | + } |
| 2544 | + }, |
| 2545 | + "traits": { |
| 2546 | + "smithy.api#documentation": "<p>Indicates where a cache checkpoint is located. All information before this checkpoint is cached to be accessed on subsequent requests.</p>" |
| 2547 | + } |
| 2548 | + }, |
| 2549 | + "com.amazonaws.bedrockagent#CachePointType": { |
| 2550 | + "type": "enum", |
| 2551 | + "members": { |
| 2552 | + "DEFAULT": { |
| 2553 | + "target": "smithy.api#Unit", |
| 2554 | + "traits": { |
| 2555 | + "smithy.api#enumValue": "default" |
| 2556 | + } |
| 2557 | + } |
| 2558 | + } |
| 2559 | + }, |
2528 | 2560 | "com.amazonaws.bedrockagent#ChatPromptTemplateConfiguration": {
|
2529 | 2561 | "type": "structure",
|
2530 | 2562 | "members": {
|
|
2792 | 2824 | "traits": {
|
2793 | 2825 | "smithy.api#documentation": "<p>The text in the message.</p>"
|
2794 | 2826 | }
|
| 2827 | + }, |
| 2828 | + "cachePoint": { |
| 2829 | + "target": "com.amazonaws.bedrockagent#CachePointBlock", |
| 2830 | + "traits": { |
| 2831 | + "smithy.api#documentation": "<p>Creates a cache checkpoint within a message.</p>" |
| 2832 | + } |
2795 | 2833 | }
|
2796 | 2834 | },
|
2797 | 2835 | "traits": {
|
|
7091 | 7129 | },
|
7092 | 7130 | "traits": {
|
7093 | 7131 | "smithy.api#length": {
|
7094 |
| - "max": 20 |
| 7132 | + "max": 40 |
7095 | 7133 | }
|
7096 | 7134 | }
|
7097 | 7135 | },
|
|
7425 | 7463 | "traits": {
|
7426 | 7464 | "smithy.api#documentation": "<p>Details about an unspecified validation.</p>"
|
7427 | 7465 | }
|
| 7466 | + }, |
| 7467 | + "unknownNodeInput": { |
| 7468 | + "target": "com.amazonaws.bedrockagent#UnknownNodeInputFlowValidationDetails", |
| 7469 | + "traits": { |
| 7470 | + "smithy.api#documentation": "<p>Details about an unknown input for a node.</p>" |
| 7471 | + } |
| 7472 | + }, |
| 7473 | + "unknownNodeOutput": { |
| 7474 | + "target": "com.amazonaws.bedrockagent#UnknownNodeOutputFlowValidationDetails", |
| 7475 | + "traits": { |
| 7476 | + "smithy.api#documentation": "<p>Details about an unknown output for a node.</p>" |
| 7477 | + } |
7428 | 7478 | }
|
7429 | 7479 | },
|
7430 | 7480 | "traits": {
|
|
7600 | 7650 | "traits": {
|
7601 | 7651 | "smithy.api#enumValue": "Unspecified"
|
7602 | 7652 | }
|
| 7653 | + }, |
| 7654 | + "UNKNOWN_NODE_INPUT": { |
| 7655 | + "target": "smithy.api#Unit", |
| 7656 | + "traits": { |
| 7657 | + "smithy.api#enumValue": "UnknownNodeInput" |
| 7658 | + } |
| 7659 | + }, |
| 7660 | + "UNKNOWN_NODE_OUTPUT": { |
| 7661 | + "target": "smithy.api#Unit", |
| 7662 | + "traits": { |
| 7663 | + "smithy.api#enumValue": "UnknownNodeOutput" |
| 7664 | + } |
7603 | 7665 | }
|
7604 | 7666 | }
|
7605 | 7667 | },
|
|
11893 | 11955 | "traits": {
|
11894 | 11956 | "smithy.api#range": {
|
11895 | 11957 | "min": 0,
|
11896 |
| - "max": 4096 |
| 11958 | + "max": 8192 |
11897 | 11959 | }
|
11898 | 11960 | }
|
11899 | 11961 | },
|
|
13273 | 13335 | },
|
13274 | 13336 | "traits": {
|
13275 | 13337 | "smithy.api#length": {
|
13276 |
| - "max": 5 |
| 13338 | + "max": 10 |
13277 | 13339 | },
|
13278 | 13340 | "smithy.api#sensitive": {}
|
13279 | 13341 | }
|
|
15372 | 15434 | "traits": {
|
15373 | 15435 | "smithy.api#documentation": "<p>The text in the system prompt.</p>"
|
15374 | 15436 | }
|
| 15437 | + }, |
| 15438 | + "cachePoint": { |
| 15439 | + "target": "com.amazonaws.bedrockagent#CachePointBlock", |
| 15440 | + "traits": { |
| 15441 | + "smithy.api#documentation": "<p>Creates a cache checkpoint within a tool designation</p>" |
| 15442 | + } |
15375 | 15443 | }
|
15376 | 15444 | },
|
15377 | 15445 | "traits": {
|
|
15561 | 15629 | "smithy.api#required": {}
|
15562 | 15630 | }
|
15563 | 15631 | },
|
| 15632 | + "cachePoint": { |
| 15633 | + "target": "com.amazonaws.bedrockagent#CachePointBlock", |
| 15634 | + "traits": { |
| 15635 | + "smithy.api#documentation": "<p>A cache checkpoint within a template configuration.</p>" |
| 15636 | + } |
| 15637 | + }, |
15564 | 15638 | "inputVariables": {
|
15565 | 15639 | "target": "com.amazonaws.bedrockagent#PromptInputVariablesList",
|
15566 | 15640 | "traits": {
|
|
15594 | 15668 | "traits": {
|
15595 | 15669 | "smithy.api#documentation": "<p>The specification for the tool.</p>"
|
15596 | 15670 | }
|
| 15671 | + }, |
| 15672 | + "cachePoint": { |
| 15673 | + "target": "com.amazonaws.bedrockagent#CachePointBlock", |
| 15674 | + "traits": { |
| 15675 | + "smithy.api#documentation": "<p>Creates a cache checkpoint within a tool designation</p>" |
| 15676 | + } |
15597 | 15677 | }
|
15598 | 15678 | },
|
15599 | 15679 | "traits": {
|
|
15926 | 16006 | "smithy.api#documentation": "<p>Details about an unknown target input for a connection.</p>"
|
15927 | 16007 | }
|
15928 | 16008 | },
|
| 16009 | + "com.amazonaws.bedrockagent#UnknownNodeInputFlowValidationDetails": { |
| 16010 | + "type": "structure", |
| 16011 | + "members": { |
| 16012 | + "node": { |
| 16013 | + "target": "com.amazonaws.bedrockagent#FlowNodeName", |
| 16014 | + "traits": { |
| 16015 | + "smithy.api#documentation": "<p>The name of the unknown input.</p>", |
| 16016 | + "smithy.api#required": {} |
| 16017 | + } |
| 16018 | + }, |
| 16019 | + "input": { |
| 16020 | + "target": "com.amazonaws.bedrockagent#FlowNodeInputName", |
| 16021 | + "traits": { |
| 16022 | + "smithy.api#documentation": "<p>The name of the node with the unknown input.</p>", |
| 16023 | + "smithy.api#required": {} |
| 16024 | + } |
| 16025 | + } |
| 16026 | + }, |
| 16027 | + "traits": { |
| 16028 | + "smithy.api#documentation": "<p>Details about an unknown input for a node.</p>" |
| 16029 | + } |
| 16030 | + }, |
| 16031 | + "com.amazonaws.bedrockagent#UnknownNodeOutputFlowValidationDetails": { |
| 16032 | + "type": "structure", |
| 16033 | + "members": { |
| 16034 | + "node": { |
| 16035 | + "target": "com.amazonaws.bedrockagent#FlowNodeName", |
| 16036 | + "traits": { |
| 16037 | + "smithy.api#documentation": "<p>The name of the node with the unknown output.</p>", |
| 16038 | + "smithy.api#required": {} |
| 16039 | + } |
| 16040 | + }, |
| 16041 | + "output": { |
| 16042 | + "target": "com.amazonaws.bedrockagent#FlowNodeOutputName", |
| 16043 | + "traits": { |
| 16044 | + "smithy.api#documentation": "<p>The name of the unknown output.</p>", |
| 16045 | + "smithy.api#required": {} |
| 16046 | + } |
| 16047 | + } |
| 16048 | + }, |
| 16049 | + "traits": { |
| 16050 | + "smithy.api#documentation": "<p>Details about an unknown output for a node.</p>" |
| 16051 | + } |
| 16052 | + }, |
15929 | 16053 | "com.amazonaws.bedrockagent#UnreachableNodeFlowValidationDetails": {
|
15930 | 16054 | "type": "structure",
|
15931 | 16055 | "members": {
|
|
0 commit comments