Skip to content

Commit f60fcf6

Browse files
author
awstools
committed
docs(client-sfn): Align input with style guidelines.
1 parent d866c05 commit f60fcf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clients/client-sfn/src/models/models_0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4231,7 +4231,7 @@ export interface StartExecutionInput {
42314231
/**
42324232
* <p>The string that contains the JSON input data for the execution, for example:</p>
42334233
* <p>
4234-
* <code>"\{\"first_name\" : \"Tim\"\}"</code>
4234+
* <code>"\{\"first_name\" : \"Alejandro\"\}"</code>
42354235
* </p>
42364236
* <note>
42374237
* <p>If you don't include any JSON input data, you still must include the two braces, for
@@ -4292,7 +4292,7 @@ export interface StartSyncExecutionInput {
42924292
/**
42934293
* <p>The string that contains the JSON input data for the execution, for example:</p>
42944294
* <p>
4295-
* <code>"\{\"first_name\" : \"Tim\"\}"</code>
4295+
* <code>"\{\"first_name\" : \"Alejandro\"\}"</code>
42964296
* </p>
42974297
* <note>
42984298
* <p>If you don't include any JSON input data, you still must include the two braces, for

codegen/sdk-codegen/aws-models/sfn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6125,7 +6125,7 @@
61256125
"input": {
61266126
"target": "com.amazonaws.sfn#SensitiveData",
61276127
"traits": {
6128-
"smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n <p>\n <code>\"{\\\"first_name\\\" : \\\"Tim\\\"}\"</code>\n </p>\n <note>\n <p>If you don't include any JSON input data, you still must include the two braces, for\n example: <code>\"{}\"</code>\n </p>\n </note>\n <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
6128+
"smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n <p>\n <code>\"{\\\"first_name\\\" : \\\"Alejandro\\\"}\"</code>\n </p>\n <note>\n <p>If you don't include any JSON input data, you still must include the two braces, for\n example: <code>\"{}\"</code>\n </p>\n </note>\n <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
61296129
}
61306130
},
61316131
"traceHeader": {
@@ -6224,7 +6224,7 @@
62246224
"input": {
62256225
"target": "com.amazonaws.sfn#SensitiveData",
62266226
"traits": {
6227-
"smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n <p>\n <code>\"{\\\"first_name\\\" : \\\"Tim\\\"}\"</code>\n </p>\n <note>\n <p>If you don't include any JSON input data, you still must include the two braces, for\n example: <code>\"{}\"</code>\n </p>\n </note>\n <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
6227+
"smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n <p>\n <code>\"{\\\"first_name\\\" : \\\"Alejandro\\\"}\"</code>\n </p>\n <note>\n <p>If you don't include any JSON input data, you still must include the two braces, for\n example: <code>\"{}\"</code>\n </p>\n </note>\n <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
62286228
}
62296229
},
62306230
"traceHeader": {

0 commit comments

Comments
 (0)