Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 23, 2024
1 parent 097b04b commit bd44016
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 34 deletions.
64 changes: 64 additions & 0 deletions codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,29 @@
"smithy.api#sensitive": {}
}
},
"com.amazonaws.bedrockagentruntime#ActionInvocationType": {
"type": "enum",
"members": {
"RESULT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "RESULT"
}
},
"USER_CONFIRMATION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "USER_CONFIRMATION"
}
},
"USER_CONFIRMATION_AND_RESULT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "USER_CONFIRMATION_AND_RESULT"
}
}
}
},
"com.amazonaws.bedrockagentruntime#AdditionalModelRequestFields": {
"type": "map",
"key": {
Expand Down Expand Up @@ -886,6 +909,12 @@
"traits": {
"smithy.api#documentation": "<p>The request body to provide for the API request, as the agent elicited from the user.</p>"
}
},
"actionInvocationType": {
"target": "com.amazonaws.bedrockagentruntime#ActionInvocationType",
"traits": {
"smithy.api#documentation": "<p>Contains information about the API operation to invoke.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -966,6 +995,12 @@
"smithy.api#documentation": "<p>The path to the API operation.</p>"
}
},
"confirmationState": {
"target": "com.amazonaws.bedrockagentruntime#ConfirmationState",
"traits": {
"smithy.api#documentation": "<p>Controls the API operations or functions to invoke based on the user confirmation.</p>"
}
},
"responseBody": {
"target": "com.amazonaws.bedrockagentruntime#ResponseBody",
"traits": {
Expand Down Expand Up @@ -1171,6 +1206,23 @@
"smithy.api#documentation": "<p>Contains the JSON-formatted string returned by the API invoked by the code interpreter.</p>"
}
},
"com.amazonaws.bedrockagentruntime#ConfirmationState": {
"type": "enum",
"members": {
"CONFIRM": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CONFIRM"
}
},
"DENY": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DENY"
}
}
}
},
"com.amazonaws.bedrockagentruntime#ConflictException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1900,6 +1952,12 @@
"traits": {
"smithy.api#documentation": "<p>The name of the function.</p>"
}
},
"actionInvocationType": {
"target": "com.amazonaws.bedrockagentruntime#ActionInvocationType",
"traits": {
"smithy.api#documentation": "<p>Contains information about the function to invoke,</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -1948,6 +2006,12 @@
"smithy.api#required": {}
}
},
"confirmationState": {
"target": "com.amazonaws.bedrockagentruntime#ConfirmationState",
"traits": {
"smithy.api#documentation": "<p>Contains the user confirmation information about the function that was called.</p>"
}
},
"function": {
"target": "smithy.api#String",
"traits": {
Expand Down
Loading

0 comments on commit bd44016

Please sign in to comment.