Skip to content

Commit d67b609

Browse files
author
AWS
committed
Agents for Amazon Bedrock Runtime Update: Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress.
1 parent fcfe6fc commit d67b609

File tree

3 files changed

+952
-4
lines changed

3 files changed

+952
-4
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": "Agents for Amazon Bedrock Runtime",
4+
"contributor": "",
5+
"description": "Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
"limit_key": "maxItems",
77
"result_key": "memoryContents"
88
},
9+
"ListFlowExecutionEvents": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "flowExecutionEvents"
14+
},
15+
"ListFlowExecutions": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "flowExecutionSummaries"
20+
},
921
"ListInvocationSteps": {
1022
"input_token": "nextToken",
1123
"output_token": "nextToken",

0 commit comments

Comments
 (0)