Skip to content

Commit bd44016

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 097b04b commit bd44016

File tree

6 files changed

+515
-34
lines changed

6 files changed

+515
-34
lines changed

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

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,29 @@
9696
"smithy.api#sensitive": {}
9797
}
9898
},
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+
},
99122
"com.amazonaws.bedrockagentruntime#AdditionalModelRequestFields": {
100123
"type": "map",
101124
"key": {
@@ -886,6 +909,12 @@
886909
"traits": {
887910
"smithy.api#documentation": "<p>The request body to provide for the API request, as the agent elicited from the user.</p>"
888911
}
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+
}
889918
}
890919
},
891920
"traits": {
@@ -966,6 +995,12 @@
966995
"smithy.api#documentation": "<p>The path to the API operation.</p>"
967996
}
968997
},
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+
},
9691004
"responseBody": {
9701005
"target": "com.amazonaws.bedrockagentruntime#ResponseBody",
9711006
"traits": {
@@ -1171,6 +1206,23 @@
11711206
"smithy.api#documentation": "<p>Contains the JSON-formatted string returned by the API invoked by the code interpreter.</p>"
11721207
}
11731208
},
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+
},
11741226
"com.amazonaws.bedrockagentruntime#ConflictException": {
11751227
"type": "structure",
11761228
"members": {
@@ -1900,6 +1952,12 @@
19001952
"traits": {
19011953
"smithy.api#documentation": "<p>The name of the function.</p>"
19021954
}
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+
}
19031961
}
19041962
},
19051963
"traits": {
@@ -1948,6 +2006,12 @@
19482006
"smithy.api#required": {}
19492007
}
19502008
},
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+
},
19512015
"function": {
19522016
"target": "smithy.api#String",
19532017
"traits": {

0 commit comments

Comments
 (0)