|
96 | 96 | "smithy.api#sensitive": {}
|
97 | 97 | }
|
98 | 98 | },
|
| 99 | + "com.amazonaws.bedrockagentruntime#ActionInvocationType": { |
| 100 | + "type": "enum", |
| 101 | + "members": { |
| 102 | + "RESULT": { |
| 103 | + "target": "smithy.api#Unit", |
| 104 | + "traits": { |
| 105 | + "smithy.api#enumValue": "RESULT" |
| 106 | + } |
| 107 | + }, |
| 108 | + "USER_CONFIRMATION": { |
| 109 | + "target": "smithy.api#Unit", |
| 110 | + "traits": { |
| 111 | + "smithy.api#enumValue": "USER_CONFIRMATION" |
| 112 | + } |
| 113 | + }, |
| 114 | + "USER_CONFIRMATION_AND_RESULT": { |
| 115 | + "target": "smithy.api#Unit", |
| 116 | + "traits": { |
| 117 | + "smithy.api#enumValue": "USER_CONFIRMATION_AND_RESULT" |
| 118 | + } |
| 119 | + } |
| 120 | + } |
| 121 | + }, |
99 | 122 | "com.amazonaws.bedrockagentruntime#AdditionalModelRequestFields": {
|
100 | 123 | "type": "map",
|
101 | 124 | "key": {
|
|
886 | 909 | "traits": {
|
887 | 910 | "smithy.api#documentation": "<p>The request body to provide for the API request, as the agent elicited from the user.</p>"
|
888 | 911 | }
|
| 912 | + }, |
| 913 | + "actionInvocationType": { |
| 914 | + "target": "com.amazonaws.bedrockagentruntime#ActionInvocationType", |
| 915 | + "traits": { |
| 916 | + "smithy.api#documentation": "<p>Contains information about the API operation to invoke.</p>" |
| 917 | + } |
889 | 918 | }
|
890 | 919 | },
|
891 | 920 | "traits": {
|
|
966 | 995 | "smithy.api#documentation": "<p>The path to the API operation.</p>"
|
967 | 996 | }
|
968 | 997 | },
|
| 998 | + "confirmationState": { |
| 999 | + "target": "com.amazonaws.bedrockagentruntime#ConfirmationState", |
| 1000 | + "traits": { |
| 1001 | + "smithy.api#documentation": "<p>Controls the API operations or functions to invoke based on the user confirmation.</p>" |
| 1002 | + } |
| 1003 | + }, |
969 | 1004 | "responseBody": {
|
970 | 1005 | "target": "com.amazonaws.bedrockagentruntime#ResponseBody",
|
971 | 1006 | "traits": {
|
|
1171 | 1206 | "smithy.api#documentation": "<p>Contains the JSON-formatted string returned by the API invoked by the code interpreter.</p>"
|
1172 | 1207 | }
|
1173 | 1208 | },
|
| 1209 | + "com.amazonaws.bedrockagentruntime#ConfirmationState": { |
| 1210 | + "type": "enum", |
| 1211 | + "members": { |
| 1212 | + "CONFIRM": { |
| 1213 | + "target": "smithy.api#Unit", |
| 1214 | + "traits": { |
| 1215 | + "smithy.api#enumValue": "CONFIRM" |
| 1216 | + } |
| 1217 | + }, |
| 1218 | + "DENY": { |
| 1219 | + "target": "smithy.api#Unit", |
| 1220 | + "traits": { |
| 1221 | + "smithy.api#enumValue": "DENY" |
| 1222 | + } |
| 1223 | + } |
| 1224 | + } |
| 1225 | + }, |
1174 | 1226 | "com.amazonaws.bedrockagentruntime#ConflictException": {
|
1175 | 1227 | "type": "structure",
|
1176 | 1228 | "members": {
|
|
1900 | 1952 | "traits": {
|
1901 | 1953 | "smithy.api#documentation": "<p>The name of the function.</p>"
|
1902 | 1954 | }
|
| 1955 | + }, |
| 1956 | + "actionInvocationType": { |
| 1957 | + "target": "com.amazonaws.bedrockagentruntime#ActionInvocationType", |
| 1958 | + "traits": { |
| 1959 | + "smithy.api#documentation": "<p>Contains information about the function to invoke,</p>" |
| 1960 | + } |
1903 | 1961 | }
|
1904 | 1962 | },
|
1905 | 1963 | "traits": {
|
|
1948 | 2006 | "smithy.api#required": {}
|
1949 | 2007 | }
|
1950 | 2008 | },
|
| 2009 | + "confirmationState": { |
| 2010 | + "target": "com.amazonaws.bedrockagentruntime#ConfirmationState", |
| 2011 | + "traits": { |
| 2012 | + "smithy.api#documentation": "<p>Contains the user confirmation information about the function that was called.</p>" |
| 2013 | + } |
| 2014 | + }, |
1951 | 2015 | "function": {
|
1952 | 2016 | "target": "smithy.api#String",
|
1953 | 2017 | "traits": {
|
|
0 commit comments