File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
services/sfn/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Step Functions" ,
4
+ "description" : " Fixing letter case in Map history event details to be small case"
5
+ }
Original file line number Diff line number Diff line change 1408
1408
"MapIterationEventDetails" :{
1409
1409
"type" :" structure" ,
1410
1410
"members" :{
1411
- "Name " :{
1411
+ "name " :{
1412
1412
"shape" :" Name" ,
1413
1413
"documentation" :" <p>The name of the iteration’s parent Map state.</p>"
1414
1414
},
1415
- "Index " :{
1415
+ "index " :{
1416
1416
"shape" :" UnsignedInteger" ,
1417
1417
"documentation" :" <p>The index of the array belonging to the Map state iteration.</p>"
1418
1418
}
1422
1422
"MapStateStartedEventDetails" :{
1423
1423
"type" :" structure" ,
1424
1424
"members" :{
1425
- "Length " :{
1425
+ "length " :{
1426
1426
"shape" :" UnsignedInteger" ,
1427
1427
"documentation" :" <p>The size of the array for Map state iterations.</p>"
1428
1428
}
You can’t perform that action at this time.
0 commit comments