Skip to content

Commit 1446970

Browse files
author
AWS
committed
AWS Step Functions Update: Fixing letter case in Map history event details to be small case
1 parent f4225ad commit 1446970

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Step Functions",
4+
"description": "Fixing letter case in Map history event details to be small case"
5+
}

services/sfn/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,11 +1408,11 @@
14081408
"MapIterationEventDetails":{
14091409
"type":"structure",
14101410
"members":{
1411-
"Name":{
1411+
"name":{
14121412
"shape":"Name",
14131413
"documentation":"<p>The name of the iteration’s parent Map state.</p>"
14141414
},
1415-
"Index":{
1415+
"index":{
14161416
"shape":"UnsignedInteger",
14171417
"documentation":"<p>The index of the array belonging to the Map state iteration.</p>"
14181418
}
@@ -1422,7 +1422,7 @@
14221422
"MapStateStartedEventDetails":{
14231423
"type":"structure",
14241424
"members":{
1425-
"Length":{
1425+
"length":{
14261426
"shape":"UnsignedInteger",
14271427
"documentation":"<p>The size of the array for Map state iterations.</p>"
14281428
}

0 commit comments

Comments
 (0)