Skip to content

Commit 6cbb8bf

Browse files
Amazon Bedrock AgentCore Control: Adds support for Amazon Bedrock AgentCore Harness control plane APIs, enabling customers to create, manage, and configure managed agent loops with customizable models, tools, memory, and isolated execution environments.
1 parent 90d7bce commit 6cbb8bf

3 files changed

Lines changed: 1182 additions & 41 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Bedrock AgentCore Control",
4+
"contributor": "",
5+
"description": "Adds support for Amazon Bedrock AgentCore Harness control plane APIs, enabling customers to create, manage, and configure managed agent loops with customizable models, tools, memory, and isolated execution environments."
6+
}

services/bedrockagentcorecontrol/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
"limit_key": "maxResults",
6161
"result_key": "items"
6262
},
63+
"ListHarnesses": {
64+
"input_token": "nextToken",
65+
"output_token": "nextToken",
66+
"limit_key": "maxResults",
67+
"result_key": "harnesses"
68+
},
6369
"ListMemories": {
6470
"input_token": "nextToken",
6571
"output_token": "nextToken",

0 commit comments

Comments
 (0)