|
1708 | 1708 | },
|
1709 | 1709 | "agentAliasStatus":{
|
1710 | 1710 | "shape":"AgentAliasStatus",
|
1711 |
| - "documentation":"<p>The status of the alias of the agent and whether it is ready for use. The following statuses are possible:</p> <ul> <li> <p>CREATING – The agent alias is being created.</p> </li> <li> <p>PREPARED – The agent alias is finished being created or updated and is ready to be invoked.</p> </li> <li> <p>FAILED – The agent alias API operation failed.</p> </li> <li> <p>UPDATING – The agent alias is being updated.</p> </li> <li> <p>DELETING – The agent alias is being deleted.</p> </li> </ul>" |
| 1711 | + "documentation":"<p>The status of the alias of the agent and whether it is ready for use. The following statuses are possible:</p> <ul> <li> <p>CREATING – The agent alias is being created.</p> </li> <li> <p>PREPARED – The agent alias is finished being created or updated and is ready to be invoked.</p> </li> <li> <p>FAILED – The agent alias API operation failed.</p> </li> <li> <p>UPDATING – The agent alias is being updated.</p> </li> <li> <p>DELETING – The agent alias is being deleted.</p> </li> <li> <p>DISSOCIATED - The agent alias has no version associated with it.</p> </li> </ul>" |
1712 | 1712 | },
|
1713 | 1713 | "agentId":{
|
1714 | 1714 | "shape":"Id",
|
|
1804 | 1804 | "PREPARED",
|
1805 | 1805 | "FAILED",
|
1806 | 1806 | "UPDATING",
|
1807 |
| - "DELETING" |
| 1807 | + "DELETING", |
| 1808 | + "DISSOCIATED" |
1808 | 1809 | ]
|
1809 | 1810 | },
|
1810 | 1811 | "AgentAliasSummaries":{
|
|
2508 | 2509 | "type":"string",
|
2509 | 2510 | "pattern":"[a-z]{1,20}/.{1,20}"
|
2510 | 2511 | },
|
| 2512 | + "CachePointBlock":{ |
| 2513 | + "type":"structure", |
| 2514 | + "required":["type"], |
| 2515 | + "members":{ |
| 2516 | + "type":{ |
| 2517 | + "shape":"CachePointType", |
| 2518 | + "documentation":"<p>Indicates that the CachePointBlock is of the default type</p>" |
| 2519 | + } |
| 2520 | + }, |
| 2521 | + "documentation":"<p>Indicates where a cache checkpoint is located. All information before this checkpoint is cached to be accessed on subsequent requests.</p>" |
| 2522 | + }, |
| 2523 | + "CachePointType":{ |
| 2524 | + "type":"string", |
| 2525 | + "enum":["default"] |
| 2526 | + }, |
2511 | 2527 | "ChatPromptTemplateConfiguration":{
|
2512 | 2528 | "type":"structure",
|
2513 | 2529 | "required":["messages"],
|
|
2678 | 2694 | "ContentBlock":{
|
2679 | 2695 | "type":"structure",
|
2680 | 2696 | "members":{
|
| 2697 | + "cachePoint":{ |
| 2698 | + "shape":"CachePointBlock", |
| 2699 | + "documentation":"<p>Creates a cache checkpoint within a message.</p>" |
| 2700 | + }, |
2681 | 2701 | "text":{
|
2682 | 2702 | "shape":"String",
|
2683 | 2703 | "documentation":"<p>The text in the message.</p>"
|
|
4910 | 4930 | "FlowNodes":{
|
4911 | 4931 | "type":"list",
|
4912 | 4932 | "member":{"shape":"FlowNode"},
|
4913 |
| - "max":20, |
| 4933 | + "max":40, |
4914 | 4934 | "min":0
|
4915 | 4935 | },
|
4916 | 4936 | "FlowStatus":{
|
|
5092 | 5112 | "shape":"UnknownConnectionTargetInputFlowValidationDetails",
|
5093 | 5113 | "documentation":"<p>Details about an unknown target input for a connection.</p>"
|
5094 | 5114 | },
|
| 5115 | + "unknownNodeInput":{ |
| 5116 | + "shape":"UnknownNodeInputFlowValidationDetails", |
| 5117 | + "documentation":"<p>Details about an unknown input for a node.</p>" |
| 5118 | + }, |
| 5119 | + "unknownNodeOutput":{ |
| 5120 | + "shape":"UnknownNodeOutputFlowValidationDetails", |
| 5121 | + "documentation":"<p>Details about an unknown output for a node.</p>" |
| 5122 | + }, |
5095 | 5123 | "unreachableNode":{
|
5096 | 5124 | "shape":"UnreachableNodeFlowValidationDetails",
|
5097 | 5125 | "documentation":"<p>Details about an unreachable node in the flow.</p>"
|
|
5142 | 5170 | "MultipleNodeInputConnections",
|
5143 | 5171 | "UnfulfilledNodeInput",
|
5144 | 5172 | "UnsatisfiedConnectionConditions",
|
5145 |
| - "Unspecified" |
| 5173 | + "Unspecified", |
| 5174 | + "UnknownNodeInput", |
| 5175 | + "UnknownNodeOutput" |
5146 | 5176 | ]
|
5147 | 5177 | },
|
5148 | 5178 | "FlowValidations":{
|
|
7227 | 7257 | "MaximumLength":{
|
7228 | 7258 | "type":"integer",
|
7229 | 7259 | "box":true,
|
7230 |
| - "max":4096, |
| 7260 | + "max":8192, |
7231 | 7261 | "min":0
|
7232 | 7262 | },
|
7233 | 7263 | "MemoryConfiguration":{
|
|
8131 | 8161 | "PromptInputVariablesList":{
|
8132 | 8162 | "type":"list",
|
8133 | 8163 | "member":{"shape":"PromptInputVariable"},
|
8134 |
| - "max":5, |
| 8164 | + "max":10, |
8135 | 8165 | "min":0,
|
8136 | 8166 | "sensitive":true
|
8137 | 8167 | },
|
|
9451 | 9481 | "SystemContentBlock":{
|
9452 | 9482 | "type":"structure",
|
9453 | 9483 | "members":{
|
| 9484 | + "cachePoint":{ |
| 9485 | + "shape":"CachePointBlock", |
| 9486 | + "documentation":"<p>Creates a cache checkpoint within a tool designation</p>" |
| 9487 | + }, |
9454 | 9488 | "text":{
|
9455 | 9489 | "shape":"NonEmptyString",
|
9456 | 9490 | "documentation":"<p>The text in the system prompt.</p>"
|
|
9544 | 9578 | "type":"structure",
|
9545 | 9579 | "required":["text"],
|
9546 | 9580 | "members":{
|
| 9581 | + "cachePoint":{ |
| 9582 | + "shape":"CachePointBlock", |
| 9583 | + "documentation":"<p>A cache checkpoint within a template configuration.</p>" |
| 9584 | + }, |
9547 | 9585 | "inputVariables":{
|
9548 | 9586 | "shape":"PromptInputVariablesList",
|
9549 | 9587 | "documentation":"<p>An array of the variables in the prompt template.</p>"
|
|
9571 | 9609 | "Tool":{
|
9572 | 9610 | "type":"structure",
|
9573 | 9611 | "members":{
|
| 9612 | + "cachePoint":{ |
| 9613 | + "shape":"CachePointBlock", |
| 9614 | + "documentation":"<p>Creates a cache checkpoint within a tool designation</p>" |
| 9615 | + }, |
9574 | 9616 | "toolSpec":{
|
9575 | 9617 | "shape":"ToolSpecification",
|
9576 | 9618 | "documentation":"<p>The specification for the tool.</p>"
|
|
9800 | 9842 | },
|
9801 | 9843 | "documentation":"<p>Details about an unknown target input for a connection.</p>"
|
9802 | 9844 | },
|
| 9845 | + "UnknownNodeInputFlowValidationDetails":{ |
| 9846 | + "type":"structure", |
| 9847 | + "required":[ |
| 9848 | + "input", |
| 9849 | + "node" |
| 9850 | + ], |
| 9851 | + "members":{ |
| 9852 | + "input":{ |
| 9853 | + "shape":"FlowNodeInputName", |
| 9854 | + "documentation":"<p>The name of the node with the unknown input.</p>" |
| 9855 | + }, |
| 9856 | + "node":{ |
| 9857 | + "shape":"FlowNodeName", |
| 9858 | + "documentation":"<p>The name of the unknown input.</p>" |
| 9859 | + } |
| 9860 | + }, |
| 9861 | + "documentation":"<p>Details about an unknown input for a node.</p>" |
| 9862 | + }, |
| 9863 | + "UnknownNodeOutputFlowValidationDetails":{ |
| 9864 | + "type":"structure", |
| 9865 | + "required":[ |
| 9866 | + "node", |
| 9867 | + "output" |
| 9868 | + ], |
| 9869 | + "members":{ |
| 9870 | + "node":{ |
| 9871 | + "shape":"FlowNodeName", |
| 9872 | + "documentation":"<p>The name of the node with the unknown output.</p>" |
| 9873 | + }, |
| 9874 | + "output":{ |
| 9875 | + "shape":"FlowNodeOutputName", |
| 9876 | + "documentation":"<p>The name of the unknown output.</p>" |
| 9877 | + } |
| 9878 | + }, |
| 9879 | + "documentation":"<p>Details about an unknown output for a node.</p>" |
| 9880 | + }, |
9803 | 9881 | "UnreachableNodeFlowValidationDetails":{
|
9804 | 9882 | "type":"structure",
|
9805 | 9883 | "required":["node"],
|
|
0 commit comments