Skip to content

Commit eb36f70

Browse files
author
AWS
committed
AWS Step Functions Update: Align input with style guidelines.
1 parent ab0d838 commit eb36f70

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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": "Align input with style guidelines."
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,7 +3109,7 @@
31093109
},
31103110
"input":{
31113111
"shape":"SensitiveData",
3112-
"documentation":"<p>The string that contains the JSON input data for the execution, for example:</p> <p> <code>\"{\\\"first_name\\\" : \\\"Tim\\\"}\"</code> </p> <note> <p>If you don't include any JSON input data, you still must include the two braces, for example: <code>\"{}\"</code> </p> </note> <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
3112+
"documentation":"<p>The string that contains the JSON input data for the execution, for example:</p> <p> <code>\"{\\\"first_name\\\" : \\\"Alejandro\\\"}\"</code> </p> <note> <p>If you don't include any JSON input data, you still must include the two braces, for example: <code>\"{}\"</code> </p> </note> <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
31133113
},
31143114
"traceHeader":{
31153115
"shape":"TraceHeader",
@@ -3148,7 +3148,7 @@
31483148
},
31493149
"input":{
31503150
"shape":"SensitiveData",
3151-
"documentation":"<p>The string that contains the JSON input data for the execution, for example:</p> <p> <code>\"{\\\"first_name\\\" : \\\"Tim\\\"}\"</code> </p> <note> <p>If you don't include any JSON input data, you still must include the two braces, for example: <code>\"{}\"</code> </p> </note> <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
3151+
"documentation":"<p>The string that contains the JSON input data for the execution, for example:</p> <p> <code>\"{\\\"first_name\\\" : \\\"Alejandro\\\"}\"</code> </p> <note> <p>If you don't include any JSON input data, you still must include the two braces, for example: <code>\"{}\"</code> </p> </note> <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
31523152
},
31533153
"traceHeader":{
31543154
"shape":"TraceHeader",

0 commit comments

Comments
 (0)