|
201 | 201 | "AgentAliasStatus": {
|
202 | 202 | "base": null,
|
203 | 203 | "refs": {
|
204 |
| - "AgentAlias$agentAliasStatus": "<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>", |
| 204 | + "AgentAlias$agentAliasStatus": "<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>", |
205 | 205 | "AgentAliasSummary$agentAliasStatus": "<p>The status of the alias.</p>",
|
206 | 206 | "DeleteAgentAliasResponse$agentAliasStatus": "<p>The status of the alias.</p>"
|
207 | 207 | }
|
|
457 | 457 | "ByteContentDoc$mimeType": "<p>The MIME type of the content. For a list of MIME types, see <a href=\"https://www.iana.org/assignments/media-types/media-types.xhtml\">Media Types</a>. The following MIME types are supported:</p> <ul> <li> <p>text/plain</p> </li> <li> <p>text/html</p> </li> <li> <p>text/csv</p> </li> <li> <p>text/vtt</p> </li> <li> <p>message/rfc822</p> </li> <li> <p>application/xhtml+xml</p> </li> <li> <p>application/pdf</p> </li> <li> <p>application/msword</p> </li> <li> <p>application/vnd.ms-word.document.macroenabled.12</p> </li> <li> <p>application/vnd.ms-word.template.macroenabled.12</p> </li> <li> <p>application/vnd.ms-excel</p> </li> <li> <p>application/vnd.ms-excel.addin.macroenabled.12</p> </li> <li> <p>application/vnd.ms-excel.sheet.macroenabled.12</p> </li> <li> <p>application/vnd.ms-excel.template.macroenabled.12</p> </li> <li> <p>application/vnd.ms-excel.sheet.binary.macroenabled.12</p> </li> <li> <p>application/vnd.ms-spreadsheetml</p> </li> <li> <p>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</p> </li> <li> <p>application/vnd.openxmlformats-officedocument.spreadsheetml.template</p> </li> <li> <p>application/vnd.openxmlformats-officedocument.wordprocessingml.document</p> </li> <li> <p>application/vnd.openxmlformats-officedocument.wordprocessingml.template</p> </li> </ul>"
|
458 | 458 | }
|
459 | 459 | },
|
| 460 | + "CachePointBlock": { |
| 461 | + "base": "<p>Indicates where a cache checkpoint is located. All information before this checkpoint is cached to be accessed on subsequent requests.</p>", |
| 462 | + "refs": { |
| 463 | + "ContentBlock$cachePoint": "<p>Creates a cache checkpoint within a message.</p>", |
| 464 | + "SystemContentBlock$cachePoint": "<p>Creates a cache checkpoint within a tool designation</p>", |
| 465 | + "TextPromptTemplateConfiguration$cachePoint": "<p>A cache checkpoint within a template configuration.</p>", |
| 466 | + "Tool$cachePoint": "<p>Creates a cache checkpoint within a tool designation</p>" |
| 467 | + } |
| 468 | + }, |
| 469 | + "CachePointType": { |
| 470 | + "base": null, |
| 471 | + "refs": { |
| 472 | + "CachePointBlock$type": "<p>Indicates that the CachePointBlock is of the default type</p>" |
| 473 | + } |
| 474 | + }, |
460 | 475 | "ChatPromptTemplateConfiguration": {
|
461 | 476 | "base": "<p>Contains configurations to use a prompt in a conversational format. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-create.html\">Create a prompt using Prompt management</a>.</p>",
|
462 | 477 | "refs": {
|
|
1539 | 1554 | "MismatchedNodeInputTypeFlowValidationDetails$input": "<p>The name of the input with the mismatched data type.</p>",
|
1540 | 1555 | "MissingNodeInputFlowValidationDetails$input": "<p>The name of the missing input.</p>",
|
1541 | 1556 | "MultipleNodeInputConnectionsFlowValidationDetails$input": "<p>The name of the input with multiple connections to it.</p>",
|
1542 |
| - "UnfulfilledNodeInputFlowValidationDetails$input": "<p>The name of the unfulfilled input. An input is unfulfilled if there are no data connections to it.</p>" |
| 1557 | + "UnfulfilledNodeInputFlowValidationDetails$input": "<p>The name of the unfulfilled input. An input is unfulfilled if there are no data connections to it.</p>", |
| 1558 | + "UnknownNodeInputFlowValidationDetails$input": "<p>The name of the node with the unknown input.</p>" |
1543 | 1559 | }
|
1544 | 1560 | },
|
1545 | 1561 | "FlowNodeInputs": {
|
|
1567 | 1583 | "MissingNodeOutputFlowValidationDetails$node": "<p>The name of the node missing the required output.</p>",
|
1568 | 1584 | "MultipleNodeInputConnectionsFlowValidationDetails$node": "<p>The name of the node containing the input with multiple connections.</p>",
|
1569 | 1585 | "UnfulfilledNodeInputFlowValidationDetails$node": "<p>The name of the node containing the unfulfilled input.</p>",
|
| 1586 | + "UnknownNodeInputFlowValidationDetails$node": "<p>The name of the unknown input.</p>", |
| 1587 | + "UnknownNodeOutputFlowValidationDetails$node": "<p>The name of the node with the unknown output.</p>", |
1570 | 1588 | "UnreachableNodeFlowValidationDetails$node": "<p>The name of the unreachable node.</p>"
|
1571 | 1589 | }
|
1572 | 1590 | },
|
|
1582 | 1600 | "FlowDataConnectionConfiguration$sourceOutput": "<p>The name of the output in the source node that the connection begins from.</p>",
|
1583 | 1601 | "FlowNodeOutput$name": "<p>A name for the output that you can reference.</p>",
|
1584 | 1602 | "MismatchedNodeOutputTypeFlowValidationDetails$output": "<p>The name of the output with the mismatched data type.</p>",
|
1585 |
| - "MissingNodeOutputFlowValidationDetails$output": "<p>The name of the missing output.</p>" |
| 1603 | + "MissingNodeOutputFlowValidationDetails$output": "<p>The name of the missing output.</p>", |
| 1604 | + "UnknownNodeOutputFlowValidationDetails$output": "<p>The name of the unknown output.</p>" |
1586 | 1605 | }
|
1587 | 1606 | },
|
1588 | 1607 | "FlowNodeOutputs": {
|
|
4088 | 4107 | "FlowValidationDetails$unknownConnectionTargetInput": "<p>Details about an unknown target input for a connection.</p>"
|
4089 | 4108 | }
|
4090 | 4109 | },
|
| 4110 | + "UnknownNodeInputFlowValidationDetails": { |
| 4111 | + "base": "<p>Details about an unknown input for a node.</p>", |
| 4112 | + "refs": { |
| 4113 | + "FlowValidationDetails$unknownNodeInput": "<p>Details about an unknown input for a node.</p>" |
| 4114 | + } |
| 4115 | + }, |
| 4116 | + "UnknownNodeOutputFlowValidationDetails": { |
| 4117 | + "base": "<p>Details about an unknown output for a node.</p>", |
| 4118 | + "refs": { |
| 4119 | + "FlowValidationDetails$unknownNodeOutput": "<p>Details about an unknown output for a node.</p>" |
| 4120 | + } |
| 4121 | + }, |
4091 | 4122 | "UnreachableNodeFlowValidationDetails": {
|
4092 | 4123 | "base": "<p>Details about an unreachable node in the flow. A node is unreachable when there are no paths to it from any starting node.</p>",
|
4093 | 4124 | "refs": {
|
|
0 commit comments