Skip to content

Commit b62a31b

Browse files
author
AWS
committed
Amazon Bedrock AgentCore Control Update: Supports AgentCore Evaluations, Policy, Episodic Memory Strategy, Resource Based Policy for Runtime and Gateway APIs, API Gateway Rest API Targets and enhances JWT authorizer.
1 parent ab8392d commit b62a31b

File tree

4 files changed

+3943
-141
lines changed

4 files changed

+3943
-141
lines changed
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": "Supports AgentCore Evaluations, Policy, Episodic Memory Strategy, Resource Based Policy for Runtime and Gateway APIs, API Gateway Rest API Targets and enhances JWT authorizer."
6+
}

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"limit_key": "maxResults",
3737
"result_key": "codeInterpreterSummaries"
3838
},
39+
"ListEvaluators": {
40+
"input_token": "nextToken",
41+
"output_token": "nextToken",
42+
"limit_key": "maxResults",
43+
"result_key": "evaluators"
44+
},
3945
"ListGatewayTargets": {
4046
"input_token": "nextToken",
4147
"output_token": "nextToken",
@@ -60,6 +66,36 @@
6066
"limit_key": "maxResults",
6167
"result_key": "credentialProviders"
6268
},
69+
"ListOnlineEvaluationConfigs": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "onlineEvaluationConfigs"
74+
},
75+
"ListPolicies": {
76+
"input_token": "nextToken",
77+
"output_token": "nextToken",
78+
"limit_key": "maxResults",
79+
"result_key": "policies"
80+
},
81+
"ListPolicyEngines": {
82+
"input_token": "nextToken",
83+
"output_token": "nextToken",
84+
"limit_key": "maxResults",
85+
"result_key": "policyEngines"
86+
},
87+
"ListPolicyGenerationAssets": {
88+
"input_token": "nextToken",
89+
"output_token": "nextToken",
90+
"limit_key": "maxResults",
91+
"result_key": "policyGenerationAssets"
92+
},
93+
"ListPolicyGenerations": {
94+
"input_token": "nextToken",
95+
"output_token": "nextToken",
96+
"limit_key": "maxResults",
97+
"result_key": "policyGenerations"
98+
},
6399
"ListWorkloadIdentities": {
64100
"input_token": "nextToken",
65101
"output_token": "nextToken",

0 commit comments

Comments
 (0)