Skip to content

Commit 9ed43a6

Browse files
Update API model
1 parent c7007e9 commit 9ed43a6

File tree

4 files changed

+250
-13
lines changed

4 files changed

+250
-13
lines changed

codegen/sdk-codegen/aws-models/bedrock-agent.json

+128-4
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
"agentAliasStatus": {
483483
"target": "com.amazonaws.bedrockagent#AgentAliasStatus",
484484
"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>",
486486
"smithy.api#required": {}
487487
}
488488
},
@@ -616,6 +616,12 @@
616616
"traits": {
617617
"smithy.api#enumValue": "DELETING"
618618
}
619+
},
620+
"DISSOCIATED": {
621+
"target": "smithy.api#Unit",
622+
"traits": {
623+
"smithy.api#enumValue": "DISSOCIATED"
624+
}
619625
}
620626
}
621627
},
@@ -2525,6 +2531,32 @@
25252531
"smithy.api#documentation": "<p>Contains information about content defined inline in bytes.</p>"
25262532
}
25272533
},
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+
},
25282560
"com.amazonaws.bedrockagent#ChatPromptTemplateConfiguration": {
25292561
"type": "structure",
25302562
"members": {
@@ -2792,6 +2824,12 @@
27922824
"traits": {
27932825
"smithy.api#documentation": "<p>The text in the message.</p>"
27942826
}
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+
}
27952833
}
27962834
},
27972835
"traits": {
@@ -7091,7 +7129,7 @@
70917129
},
70927130
"traits": {
70937131
"smithy.api#length": {
7094-
"max": 20
7132+
"max": 40
70957133
}
70967134
}
70977135
},
@@ -7425,6 +7463,18 @@
74257463
"traits": {
74267464
"smithy.api#documentation": "<p>Details about an unspecified validation.</p>"
74277465
}
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+
}
74287478
}
74297479
},
74307480
"traits": {
@@ -7600,6 +7650,18 @@
76007650
"traits": {
76017651
"smithy.api#enumValue": "Unspecified"
76027652
}
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+
}
76037665
}
76047666
}
76057667
},
@@ -11893,7 +11955,7 @@
1189311955
"traits": {
1189411956
"smithy.api#range": {
1189511957
"min": 0,
11896-
"max": 4096
11958+
"max": 8192
1189711959
}
1189811960
}
1189911961
},
@@ -13273,7 +13335,7 @@
1327313335
},
1327413336
"traits": {
1327513337
"smithy.api#length": {
13276-
"max": 5
13338+
"max": 10
1327713339
},
1327813340
"smithy.api#sensitive": {}
1327913341
}
@@ -15372,6 +15434,12 @@
1537215434
"traits": {
1537315435
"smithy.api#documentation": "<p>The text in the system prompt.</p>"
1537415436
}
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+
}
1537515443
}
1537615444
},
1537715445
"traits": {
@@ -15561,6 +15629,12 @@
1556115629
"smithy.api#required": {}
1556215630
}
1556315631
},
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+
},
1556415638
"inputVariables": {
1556515639
"target": "com.amazonaws.bedrockagent#PromptInputVariablesList",
1556615640
"traits": {
@@ -15594,6 +15668,12 @@
1559415668
"traits": {
1559515669
"smithy.api#documentation": "<p>The specification for the tool.</p>"
1559615670
}
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+
}
1559715677
}
1559815678
},
1559915679
"traits": {
@@ -15926,6 +16006,50 @@
1592616006
"smithy.api#documentation": "<p>Details about an unknown target input for a connection.</p>"
1592716007
}
1592816008
},
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+
},
1592916053
"com.amazonaws.bedrockagent#UnreachableNodeFlowValidationDetails": {
1593016054
"type": "structure",
1593116055
"members": {

codegen/sdk-codegen/aws-models/iot.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29380,7 +29380,7 @@
2938029380
"traits": {
2938129381
"smithy.api#length": {
2938229382
"min": 1,
29383-
"max": 512
29383+
"max": 30720
2938429384
},
2938529385
"smithy.api#pattern": "^[^\\p{C}]+$"
2938629386
}

0 commit comments

Comments
 (0)