Skip to content

Commit 44bfd50

Browse files
author
AWS
committed
AWS Step Functions Update: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.
1 parent 8fdb13c commit 44bfd50

File tree

4 files changed

+465
-24
lines changed

4 files changed

+465
-24
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": "AWS Step Functions",
4+
"contributor": "",
5+
"description": "This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs."
6+
}

services/sfn/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"output_token": "nextToken",
1919
"result_key": "executions"
2020
},
21+
"ListMapRuns": {
22+
"input_token": "nextToken",
23+
"limit_key": "maxResults",
24+
"output_token": "nextToken",
25+
"result_key": "mapRuns"
26+
},
2127
"ListStateMachines": {
2228
"input_token": "nextToken",
2329
"limit_key": "maxResults",

0 commit comments

Comments
 (0)