Skip to content

Commit 61b49d2

Browse files
Doc-only update to introduction, and edits to clarify input parameter and the set of control characters.
1 parent 274937c commit 61b49d2

26 files changed

+417
-419
lines changed

generator/ServiceModels/states/states-2016-11-23.api.json

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -869,8 +869,7 @@
869869
},
870870
"DeleteActivityOutput":{
871871
"type":"structure",
872-
"members":{
873-
}
872+
"members":{}
874873
},
875874
"DeleteStateMachineAliasInput":{
876875
"type":"structure",
@@ -881,8 +880,7 @@
881880
},
882881
"DeleteStateMachineAliasOutput":{
883882
"type":"structure",
884-
"members":{
885-
}
883+
"members":{}
886884
},
887885
"DeleteStateMachineInput":{
888886
"type":"structure",
@@ -893,8 +891,7 @@
893891
},
894892
"DeleteStateMachineOutput":{
895893
"type":"structure",
896-
"members":{
897-
}
894+
"members":{}
898895
},
899896
"DeleteStateMachineVersionInput":{
900897
"type":"structure",
@@ -905,8 +902,7 @@
905902
},
906903
"DeleteStateMachineVersionOutput":{
907904
"type":"structure",
908-
"members":{
909-
}
905+
"members":{}
910906
},
911907
"DescribeActivityInput":{
912908
"type":"structure",
@@ -2013,8 +2009,7 @@
20132009
},
20142010
"SendTaskFailureOutput":{
20152011
"type":"structure",
2016-
"members":{
2017-
}
2012+
"members":{}
20182013
},
20192014
"SendTaskHeartbeatInput":{
20202015
"type":"structure",
@@ -2025,8 +2020,7 @@
20252020
},
20262021
"SendTaskHeartbeatOutput":{
20272022
"type":"structure",
2028-
"members":{
2029-
}
2023+
"members":{}
20302024
},
20312025
"SendTaskSuccessInput":{
20322026
"type":"structure",
@@ -2041,8 +2035,7 @@
20412035
},
20422036
"SendTaskSuccessOutput":{
20432037
"type":"structure",
2044-
"members":{
2045-
}
2038+
"members":{}
20462039
},
20472040
"SensitiveCause":{
20482041
"type":"string",
@@ -2310,8 +2303,7 @@
23102303
},
23112304
"TagResourceOutput":{
23122305
"type":"structure",
2313-
"members":{
2314-
}
2306+
"members":{}
23152307
},
23162308
"TagValue":{
23172309
"type":"string",
@@ -2541,8 +2533,7 @@
25412533
},
25422534
"UntagResourceOutput":{
25432535
"type":"structure",
2544-
"members":{
2545-
}
2536+
"members":{}
25462537
},
25472538
"UpdateMapRunInput":{
25482539
"type":"structure",
@@ -2565,8 +2556,7 @@
25652556
},
25662557
"UpdateMapRunOutput":{
25672558
"type":"structure",
2568-
"members":{
2569-
}
2559+
"members":{}
25702560
},
25712561
"UpdateStateMachineAliasInput":{
25722562
"type":"structure",

generator/ServiceModels/states/states-2016-11-23.docs.json

Lines changed: 128 additions & 235 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"version": "1.0",
3-
"examples": {
4-
}
3+
"examples": {}
54
}

generator/ServiceModels/states/states-2016-11-23.normal.json

Lines changed: 31 additions & 41 deletions
Large diffs are not rendered by default.

sdk/src/Services/StepFunctions/Generated/Model/ActivityListItem.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,15 @@ internal bool IsSetCreationDate()
103103
/// </para>
104104
/// </li> <li>
105105
/// <para>
106-
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>)
106+
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>, <c>U+FFFE-FFFF</c>)
107+
/// </para>
108+
/// </li> <li>
109+
/// <para>
110+
/// surrogates (<c>U+D800-DFFF</c>)
111+
/// </para>
112+
/// </li> <li>
113+
/// <para>
114+
/// invalid characters (<c> U+10FFFF</c>)
107115
/// </para>
108116
/// </li> </ul>
109117
/// <para>

sdk/src/Services/StepFunctions/Generated/Model/CreateActivityRequest.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,15 @@ internal bool IsSetEncryptionConfiguration()
106106
/// </para>
107107
/// </li> <li>
108108
/// <para>
109-
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>)
109+
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>, <c>U+FFFE-FFFF</c>)
110+
/// </para>
111+
/// </li> <li>
112+
/// <para>
113+
/// surrogates (<c>U+D800-DFFF</c>)
114+
/// </para>
115+
/// </li> <li>
116+
/// <para>
117+
/// invalid characters (<c> U+10FFFF</c>)
110118
/// </para>
111119
/// </li> </ul>
112120
/// <para>

sdk/src/Services/StepFunctions/Generated/Model/CreateStateMachineRequest.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,15 @@ internal bool IsSetLoggingConfiguration()
171171
/// </para>
172172
/// </li> <li>
173173
/// <para>
174-
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>)
174+
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>, <c>U+FFFE-FFFF</c>)
175+
/// </para>
176+
/// </li> <li>
177+
/// <para>
178+
/// surrogates (<c>U+D800-DFFF</c>)
179+
/// </para>
180+
/// </li> <li>
181+
/// <para>
182+
/// invalid characters (<c> U+10FFFF</c>)
175183
/// </para>
176184
/// </li> </ul>
177185
/// <para>

sdk/src/Services/StepFunctions/Generated/Model/DescribeActivityResponse.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,15 @@ internal bool IsSetEncryptionConfiguration()
122122
/// </para>
123123
/// </li> <li>
124124
/// <para>
125-
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>)
125+
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>, <c>U+FFFE-FFFF</c>)
126+
/// </para>
127+
/// </li> <li>
128+
/// <para>
129+
/// surrogates (<c>U+D800-DFFF</c>)
130+
/// </para>
131+
/// </li> <li>
132+
/// <para>
133+
/// invalid characters (<c> U+10FFFF</c>)
126134
/// </para>
127135
/// </li> </ul>
128136
/// <para>

sdk/src/Services/StepFunctions/Generated/Model/DescribeExecutionResponse.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,15 @@ internal bool IsSetMapRunArn()
193193
/// </para>
194194
/// </li> <li>
195195
/// <para>
196-
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>)
196+
/// control characters (<c>U+0000-001F</c>, <c>U+007F-009F</c>, <c>U+FFFE-FFFF</c>)
197+
/// </para>
198+
/// </li> <li>
199+
/// <para>
200+
/// surrogates (<c>U+D800-DFFF</c>)
201+
/// </para>
202+
/// </li> <li>
203+
/// <para>
204+
/// invalid characters (<c> U+10FFFF</c>)
197205
/// </para>
198206
/// </li> </ul>
199207
/// <para>
@@ -533,6 +541,16 @@ internal bool IsSetStopDate()
533541
/// <para>
534542
/// The X-Ray trace header that was passed to the execution.
535543
/// </para>
544+
/// <note>
545+
/// <para>
546+
/// For X-Ray traces, all Amazon Web Services services use the <c>X-Amzn-Trace-Id</c>
547+
/// header from the HTTP request. Using the header is the preferred mechanism to identify
548+
/// a trace. <c>StartExecution</c> and <c>StartSyncExecution</c> API operations can also
549+
/// use <c>traceHeader</c> from the body of the request payload. If <b>both</b> sources
550+
/// are provided, Step Functions will use the <b>header value</b> (preferred) over the
551+
/// value in the request body.
552+
/// </para>
553+
/// </note>
536554
/// </summary>
537555
[AWSProperty(Min=0, Max=256)]
538556
public string TraceHeader

sdk/src/Services/StepFunctions/Generated/Model/DescribeStateMachineForExecutionResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ internal bool IsSetEncryptionConfiguration()
8989
/// Gets and sets the property Label.
9090
/// <para>
9191
/// A user-defined or an auto-generated string that identifies a <c>Map</c> state. This
92-
/// field is returned only if the <c>executionArn</c> is a child workflow execution that
92+
/// field is returned only if the <c>executionArn</c> is a child workflow execution that
9393
/// was started by a Distributed Map state.
9494
/// </para>
9595
/// </summary>

0 commit comments

Comments
 (0)