1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.sfn#AWSStepFunctions": {
33            "type": "service",
34            "version": "2016-11-23",
35            "operations": [
36                {
37                    "target": "com.amazonaws.sfn#CreateActivity"
38                },
39                {
40                    "target": "com.amazonaws.sfn#CreateStateMachine"
41                },
42                {
43                    "target": "com.amazonaws.sfn#DeleteActivity"
44                },
45                {
46                    "target": "com.amazonaws.sfn#DeleteStateMachine"
47                },
48                {
49                    "target": "com.amazonaws.sfn#DescribeActivity"
50                },
51                {
52                    "target": "com.amazonaws.sfn#DescribeExecution"
53                },
54                {
55                    "target": "com.amazonaws.sfn#DescribeStateMachine"
56                },
57                {
58                    "target": "com.amazonaws.sfn#DescribeStateMachineForExecution"
59                },
60                {
61                    "target": "com.amazonaws.sfn#GetActivityTask"
62                },
63                {
64                    "target": "com.amazonaws.sfn#GetExecutionHistory"
65                },
66                {
67                    "target": "com.amazonaws.sfn#ListActivities"
68                },
69                {
70                    "target": "com.amazonaws.sfn#ListExecutions"
71                },
72                {
73                    "target": "com.amazonaws.sfn#ListStateMachines"
74                },
75                {
76                    "target": "com.amazonaws.sfn#ListTagsForResource"
77                },
78                {
79                    "target": "com.amazonaws.sfn#SendTaskFailure"
80                },
81                {
82                    "target": "com.amazonaws.sfn#SendTaskHeartbeat"
83                },
84                {
85                    "target": "com.amazonaws.sfn#SendTaskSuccess"
86                },
87                {
88                    "target": "com.amazonaws.sfn#StartExecution"
89                },
90                {
91                    "target": "com.amazonaws.sfn#StartSyncExecution"
92                },
93                {
94                    "target": "com.amazonaws.sfn#StopExecution"
95                },
96                {
97                    "target": "com.amazonaws.sfn#TagResource"
98                },
99                {
100                    "target": "com.amazonaws.sfn#UntagResource"
101                },
102                {
103                    "target": "com.amazonaws.sfn#UpdateStateMachine"
104                }
105            ],
106            "traits": {
107                "aws.api#service": {
108                    "sdkId": "SFN",
109                    "arnNamespace": "states",
110                    "cloudFormationName": "StepFunctions",
111                    "cloudTrailEventSource": "sfn.amazonaws.com",
112                    "endpointPrefix": "states"
113                },
114                "aws.auth#sigv4": {
115                    "name": "states"
116                },
117                "aws.protocols#awsJson1_0": {},
118                "smithy.api#documentation": "<fullname>AWS Step Functions</fullname>\n         <p>AWS Step Functions is a service that lets you coordinate the components of distributed applications\n      and microservices using visual workflows.</p>\n         <p>You can use Step Functions to build applications from individual components, each of which performs\n      a discrete function, or <i>task</i>, allowing you to scale and change\n      applications quickly. Step Functions provides a console that helps visualize the components of your\n      application as a series of steps. Step Functions automatically triggers and tracks each step, and\n      retries steps when there are errors, so your application executes predictably and in the right\n      order every time. Step Functions logs the state of each step, so you can quickly diagnose and debug any\n      issues.</p>\n         <p>Step Functions manages operations and underlying infrastructure to ensure your application is\n      available at any scale. You can run tasks on AWS, your own servers, or any system that has\n      access to AWS. You can access and use Step Functions using the console, the AWS SDKs, or an HTTP API.\n      For more information about Step Functions, see the <i>\n               <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html\">AWS Step Functions Developer Guide</a>\n            </i>.</p>",
119                "smithy.api#title": "AWS Step Functions",
120                "smithy.api#xmlNamespace": {
121                    "uri": "http://swf.amazonaws.com/doc/2015-07-20/"
122                }
123            }
124        },
125        "com.amazonaws.sfn#ActivityDoesNotExist": {
126            "type": "structure",
127            "members": {
128                "message": {
129                    "target": "com.amazonaws.sfn#ErrorMessage"
130                }
131            },
132            "traits": {
133                "smithy.api#documentation": "<p>The specified activity does not exist.</p>",
134                "smithy.api#error": "client"
135            }
136        },
137        "com.amazonaws.sfn#ActivityFailedEventDetails": {
138            "type": "structure",
139            "members": {
140                "error": {
141                    "target": "com.amazonaws.sfn#SensitiveError",
142                    "traits": {
143                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
144                    }
145                },
146                "cause": {
147                    "target": "com.amazonaws.sfn#SensitiveCause",
148                    "traits": {
149                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
150                    }
151                }
152            },
153            "traits": {
154                "smithy.api#documentation": "<p>Contains details about an activity that failed during an execution.</p>"
155            }
156        },
157        "com.amazonaws.sfn#ActivityLimitExceeded": {
158            "type": "structure",
159            "members": {
160                "message": {
161                    "target": "com.amazonaws.sfn#ErrorMessage"
162                }
163            },
164            "traits": {
165                "smithy.api#documentation": "<p>The maximum number of activities has been reached. Existing activities must be deleted\n      before a new activity can be created.</p>",
166                "smithy.api#error": "client"
167            }
168        },
169        "com.amazonaws.sfn#ActivityList": {
170            "type": "list",
171            "member": {
172                "target": "com.amazonaws.sfn#ActivityListItem"
173            }
174        },
175        "com.amazonaws.sfn#ActivityListItem": {
176            "type": "structure",
177            "members": {
178                "activityArn": {
179                    "target": "com.amazonaws.sfn#Arn",
180                    "traits": {
181                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the activity.</p>",
182                        "smithy.api#required": {}
183                    }
184                },
185                "name": {
186                    "target": "com.amazonaws.sfn#Name",
187                    "traits": {
188                        "smithy.api#documentation": "<p>The name of the activity.</p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>",
189                        "smithy.api#required": {}
190                    }
191                },
192                "creationDate": {
193                    "target": "com.amazonaws.sfn#Timestamp",
194                    "traits": {
195                        "smithy.api#documentation": "<p>The date the activity is created.</p>",
196                        "smithy.api#required": {}
197                    }
198                }
199            },
200            "traits": {
201                "smithy.api#documentation": "<p>Contains details about an activity.</p>"
202            }
203        },
204        "com.amazonaws.sfn#ActivityScheduleFailedEventDetails": {
205            "type": "structure",
206            "members": {
207                "error": {
208                    "target": "com.amazonaws.sfn#SensitiveError",
209                    "traits": {
210                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
211                    }
212                },
213                "cause": {
214                    "target": "com.amazonaws.sfn#SensitiveCause",
215                    "traits": {
216                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
217                    }
218                }
219            },
220            "traits": {
221                "smithy.api#documentation": "<p>Contains details about an activity schedule failure that occurred during an\n      execution.</p>"
222            }
223        },
224        "com.amazonaws.sfn#ActivityScheduledEventDetails": {
225            "type": "structure",
226            "members": {
227                "resource": {
228                    "target": "com.amazonaws.sfn#Arn",
229                    "traits": {
230                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the scheduled activity.</p>",
231                        "smithy.api#required": {}
232                    }
233                },
234                "input": {
235                    "target": "com.amazonaws.sfn#SensitiveData",
236                    "traits": {
237                        "smithy.api#documentation": "<p>The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
238                    }
239                },
240                "inputDetails": {
241                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
242                    "traits": {
243                        "smithy.api#documentation": "<p>Contains details about the input for an execution history event.</p>"
244                    }
245                },
246                "timeoutInSeconds": {
247                    "target": "com.amazonaws.sfn#TimeoutInSeconds",
248                    "traits": {
249                        "smithy.api#box": {},
250                        "smithy.api#documentation": "<p>The maximum allowed duration of the activity task.</p>"
251                    }
252                },
253                "heartbeatInSeconds": {
254                    "target": "com.amazonaws.sfn#TimeoutInSeconds",
255                    "traits": {
256                        "smithy.api#box": {},
257                        "smithy.api#documentation": "<p>The maximum allowed duration between two heartbeats for the activity task.</p>"
258                    }
259                }
260            },
261            "traits": {
262                "smithy.api#documentation": "<p>Contains details about an activity scheduled during an execution.</p>"
263            }
264        },
265        "com.amazonaws.sfn#ActivityStartedEventDetails": {
266            "type": "structure",
267            "members": {
268                "workerName": {
269                    "target": "com.amazonaws.sfn#Identity",
270                    "traits": {
271                        "smithy.api#documentation": "<p>The name of the worker that the task is assigned to. These names are provided by the\n      workers when calling <a>GetActivityTask</a>.</p>"
272                    }
273                }
274            },
275            "traits": {
276                "smithy.api#documentation": "<p>Contains details about the start of an activity during an execution.</p>"
277            }
278        },
279        "com.amazonaws.sfn#ActivitySucceededEventDetails": {
280            "type": "structure",
281            "members": {
282                "output": {
283                    "target": "com.amazonaws.sfn#SensitiveData",
284                    "traits": {
285                        "smithy.api#documentation": "<p>The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
286                    }
287                },
288                "outputDetails": {
289                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
290                    "traits": {
291                        "smithy.api#documentation": "<p>Contains details about the output of an execution history event.</p>"
292                    }
293                }
294            },
295            "traits": {
296                "smithy.api#documentation": "<p>Contains details about an activity that successfully terminated during an\n      execution.</p>"
297            }
298        },
299        "com.amazonaws.sfn#ActivityTimedOutEventDetails": {
300            "type": "structure",
301            "members": {
302                "error": {
303                    "target": "com.amazonaws.sfn#SensitiveError",
304                    "traits": {
305                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
306                    }
307                },
308                "cause": {
309                    "target": "com.amazonaws.sfn#SensitiveCause",
310                    "traits": {
311                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the timeout.</p>"
312                    }
313                }
314            },
315            "traits": {
316                "smithy.api#documentation": "<p>Contains details about an activity timeout that occurred during an execution.</p>"
317            }
318        },
319        "com.amazonaws.sfn#ActivityWorkerLimitExceeded": {
320            "type": "structure",
321            "members": {
322                "message": {
323                    "target": "com.amazonaws.sfn#ErrorMessage"
324                }
325            },
326            "traits": {
327                "smithy.api#documentation": "<p>The maximum number of workers concurrently polling for activity tasks has been\n      reached.</p>",
328                "smithy.api#error": "client"
329            }
330        },
331        "com.amazonaws.sfn#Arn": {
332            "type": "string",
333            "traits": {
334                "smithy.api#length": {
335                    "min": 1,
336                    "max": 256
337                }
338            }
339        },
340        "com.amazonaws.sfn#BilledDuration": {
341            "type": "long",
342            "traits": {
343                "smithy.api#range": {
344                    "min": 0
345                }
346            }
347        },
348        "com.amazonaws.sfn#BilledMemoryUsed": {
349            "type": "long",
350            "traits": {
351                "smithy.api#range": {
352                    "min": 0
353                }
354            }
355        },
356        "com.amazonaws.sfn#BillingDetails": {
357            "type": "structure",
358            "members": {
359                "billedMemoryUsedInMB": {
360                    "target": "com.amazonaws.sfn#BilledMemoryUsed",
361                    "traits": {
362                        "smithy.api#documentation": "<p>Billed memory consumption of your workflow, in MB.</p>"
363                    }
364                },
365                "billedDurationInMilliseconds": {
366                    "target": "com.amazonaws.sfn#BilledDuration",
367                    "traits": {
368                        "smithy.api#documentation": "<p>Billed duration of your workflow, in milliseconds.</p>"
369                    }
370                }
371            },
372            "traits": {
373                "smithy.api#documentation": "<p>An object that describes workflow billing details.</p>"
374            }
375        },
376        "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails": {
377            "type": "structure",
378            "members": {
379                "included": {
380                    "target": "com.amazonaws.sfn#includedDetails",
381                    "traits": {
382                        "smithy.api#documentation": "<p>Indicates whether input or output was included in the response. Always <code>true</code>\n      for API calls. </p>"
383                    }
384                }
385            },
386            "traits": {
387                "smithy.api#documentation": "<p>Provides details about execution input or output.</p>"
388            }
389        },
390        "com.amazonaws.sfn#CloudWatchLogsLogGroup": {
391            "type": "structure",
392            "members": {
393                "logGroupArn": {
394                    "target": "com.amazonaws.sfn#Arn",
395                    "traits": {
396                        "smithy.api#documentation": "<p>The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN\n      must end with <code>:*</code>\n         </p>"
397                    }
398                }
399            },
400            "traits": {
401                "smithy.api#documentation": "<p></p>"
402            }
403        },
404        "com.amazonaws.sfn#ConnectorParameters": {
405            "type": "string",
406            "traits": {
407                "smithy.api#length": {
408                    "min": 0,
409                    "max": 262144
410                },
411                "smithy.api#sensitive": {}
412            }
413        },
414        "com.amazonaws.sfn#CreateActivity": {
415            "type": "operation",
416            "input": {
417                "target": "com.amazonaws.sfn#CreateActivityInput"
418            },
419            "output": {
420                "target": "com.amazonaws.sfn#CreateActivityOutput"
421            },
422            "errors": [
423                {
424                    "target": "com.amazonaws.sfn#ActivityLimitExceeded"
425                },
426                {
427                    "target": "com.amazonaws.sfn#InvalidName"
428                },
429                {
430                    "target": "com.amazonaws.sfn#TooManyTags"
431                }
432            ],
433            "traits": {
434                "smithy.api#documentation": "<p>Creates an activity. An activity is a task that you write in any programming language and\n      host on any machine that has access to AWS Step Functions. Activities must poll Step Functions using the\n        <code>GetActivityTask</code> API action and respond using <code>SendTask*</code> API\n      actions. This function lets Step Functions know the existence of your activity and returns an\n      identifier for use in a state machine and when polling from the activity.</p>\n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note> \n         <note>\n            <p>\n               <code>CreateActivity</code> is an idempotent API. Subsequent requests won’t create a\n        duplicate resource if it was already created. <code>CreateActivity</code>'s idempotency\n        check is based on the activity <code>name</code>. If a following request has different\n          <code>tags</code> values, Step Functions will ignore these differences and treat it as an\n        idempotent request of the previous. In this case, <code>tags</code> will not be updated,\n        even if they are different.</p>\n         </note>",
435                "smithy.api#idempotent": {}
436            }
437        },
438        "com.amazonaws.sfn#CreateActivityInput": {
439            "type": "structure",
440            "members": {
441                "name": {
442                    "target": "com.amazonaws.sfn#Name",
443                    "traits": {
444                        "smithy.api#documentation": "<p>The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information,\n    see <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions\">\n    Limits Related to State Machine Executions</a> in the <i>AWS Step Functions Developer Guide</i>.</p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>",
445                        "smithy.api#required": {}
446                    }
447                },
448                "tags": {
449                    "target": "com.amazonaws.sfn#TagList",
450                    "traits": {
451                        "smithy.api#documentation": "<p>The list of tags to add to a resource.</p> \n         <p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using\n      Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User\n        Guide</i>, and <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html\">Controlling Access Using IAM\n          Tags</a>.</p> \n         <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>"
452                    }
453                }
454            }
455        },
456        "com.amazonaws.sfn#CreateActivityOutput": {
457            "type": "structure",
458            "members": {
459                "activityArn": {
460                    "target": "com.amazonaws.sfn#Arn",
461                    "traits": {
462                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the created activity.</p>",
463                        "smithy.api#required": {}
464                    }
465                },
466                "creationDate": {
467                    "target": "com.amazonaws.sfn#Timestamp",
468                    "traits": {
469                        "smithy.api#documentation": "<p>The date the activity is created.</p>",
470                        "smithy.api#required": {}
471                    }
472                }
473            }
474        },
475        "com.amazonaws.sfn#CreateStateMachine": {
476            "type": "operation",
477            "input": {
478                "target": "com.amazonaws.sfn#CreateStateMachineInput"
479            },
480            "output": {
481                "target": "com.amazonaws.sfn#CreateStateMachineOutput"
482            },
483            "errors": [
484                {
485                    "target": "com.amazonaws.sfn#InvalidArn"
486                },
487                {
488                    "target": "com.amazonaws.sfn#InvalidDefinition"
489                },
490                {
491                    "target": "com.amazonaws.sfn#InvalidLoggingConfiguration"
492                },
493                {
494                    "target": "com.amazonaws.sfn#InvalidName"
495                },
496                {
497                    "target": "com.amazonaws.sfn#InvalidTracingConfiguration"
498                },
499                {
500                    "target": "com.amazonaws.sfn#StateMachineAlreadyExists"
501                },
502                {
503                    "target": "com.amazonaws.sfn#StateMachineDeleting"
504                },
505                {
506                    "target": "com.amazonaws.sfn#StateMachineLimitExceeded"
507                },
508                {
509                    "target": "com.amazonaws.sfn#StateMachineTypeNotSupported"
510                },
511                {
512                    "target": "com.amazonaws.sfn#TooManyTags"
513                }
514            ],
515            "traits": {
516                "smithy.api#documentation": "<p>Creates a state machine. A state machine consists of a collection of states that can do\n      work (<code>Task</code> states), determine to which states to transition next\n        (<code>Choice</code> states), stop an execution with an error (<code>Fail</code> states),\n      and so on. State machines are specified using a JSON-based, structured language. For more\n      information, see <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html\">Amazon States\n        Language</a> in the AWS Step Functions User Guide.</p> \n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note> \n         <note>\n            <p>\n               <code>CreateStateMachine</code> is an idempotent API. Subsequent requests won’t create a\n        duplicate resource if it was already created. <code>CreateStateMachine</code>'s idempotency\n        check is based on the state machine <code>name</code>, <code>definition</code>,\n          <code>type</code>, <code>LoggingConfiguration</code> and <code>TracingConfiguration</code>. If a following request has a\n        different <code>roleArn</code> or <code>tags</code>, Step Functions will ignore these differences and\n        treat it as an idempotent request of the previous. In this case, <code>roleArn</code> and\n          <code>tags</code> will not be updated, even if they are different.</p>\n         </note>",
517                "smithy.api#idempotent": {}
518            }
519        },
520        "com.amazonaws.sfn#CreateStateMachineInput": {
521            "type": "structure",
522            "members": {
523                "name": {
524                    "target": "com.amazonaws.sfn#Name",
525                    "traits": {
526                        "smithy.api#documentation": "<p>The name of the state machine. </p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>",
527                        "smithy.api#required": {}
528                    }
529                },
530                "definition": {
531                    "target": "com.amazonaws.sfn#Definition",
532                    "traits": {
533                        "smithy.api#documentation": "<p>The Amazon States Language definition of the state machine. See <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html\">Amazon States Language</a>.</p>",
534                        "smithy.api#required": {}
535                    }
536                },
537                "roleArn": {
538                    "target": "com.amazonaws.sfn#Arn",
539                    "traits": {
540                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role to use for this state machine.</p>",
541                        "smithy.api#required": {}
542                    }
543                },
544                "type": {
545                    "target": "com.amazonaws.sfn#StateMachineType",
546                    "traits": {
547                        "smithy.api#documentation": "<p>Determines whether a Standard or Express state machine is created. The default is\n        <code>STANDARD</code>. You cannot update the <code>type</code> of a state machine once it\n      has been created.</p>"
548                    }
549                },
550                "loggingConfiguration": {
551                    "target": "com.amazonaws.sfn#LoggingConfiguration",
552                    "traits": {
553                        "smithy.api#documentation": "<p>Defines what execution history events are logged and where they are logged.</p>\n         <note>\n            <p>By default, the <code>level</code> is set to <code>OFF</code>. For more information see\n          <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html\">Log\n          Levels</a> in the AWS Step Functions User Guide.</p>\n         </note>"
554                    }
555                },
556                "tags": {
557                    "target": "com.amazonaws.sfn#TagList",
558                    "traits": {
559                        "smithy.api#documentation": "<p>Tags to be added when creating a state machine.</p> \n         <p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using\n      Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User\n        Guide</i>, and <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html\">Controlling Access Using IAM\n          Tags</a>.</p> \n         <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>"
560                    }
561                },
562                "tracingConfiguration": {
563                    "target": "com.amazonaws.sfn#TracingConfiguration",
564                    "traits": {
565                        "smithy.api#documentation": "<p>Selects whether AWS X-Ray tracing is enabled.</p>"
566                    }
567                }
568            }
569        },
570        "com.amazonaws.sfn#CreateStateMachineOutput": {
571            "type": "structure",
572            "members": {
573                "stateMachineArn": {
574                    "target": "com.amazonaws.sfn#Arn",
575                    "traits": {
576                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the created state machine.</p>",
577                        "smithy.api#required": {}
578                    }
579                },
580                "creationDate": {
581                    "target": "com.amazonaws.sfn#Timestamp",
582                    "traits": {
583                        "smithy.api#documentation": "<p>The date the state machine is created.</p>",
584                        "smithy.api#required": {}
585                    }
586                }
587            }
588        },
589        "com.amazonaws.sfn#Definition": {
590            "type": "string",
591            "traits": {
592                "smithy.api#length": {
593                    "min": 1,
594                    "max": 1048576
595                },
596                "smithy.api#sensitive": {}
597            }
598        },
599        "com.amazonaws.sfn#DeleteActivity": {
600            "type": "operation",
601            "input": {
602                "target": "com.amazonaws.sfn#DeleteActivityInput"
603            },
604            "output": {
605                "target": "com.amazonaws.sfn#DeleteActivityOutput"
606            },
607            "errors": [
608                {
609                    "target": "com.amazonaws.sfn#InvalidArn"
610                }
611            ],
612            "traits": {
613                "smithy.api#documentation": "<p>Deletes an activity.</p>"
614            }
615        },
616        "com.amazonaws.sfn#DeleteActivityInput": {
617            "type": "structure",
618            "members": {
619                "activityArn": {
620                    "target": "com.amazonaws.sfn#Arn",
621                    "traits": {
622                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the activity to delete.</p>",
623                        "smithy.api#required": {}
624                    }
625                }
626            }
627        },
628        "com.amazonaws.sfn#DeleteActivityOutput": {
629            "type": "structure",
630            "members": {}
631        },
632        "com.amazonaws.sfn#DeleteStateMachine": {
633            "type": "operation",
634            "input": {
635                "target": "com.amazonaws.sfn#DeleteStateMachineInput"
636            },
637            "output": {
638                "target": "com.amazonaws.sfn#DeleteStateMachineOutput"
639            },
640            "errors": [
641                {
642                    "target": "com.amazonaws.sfn#InvalidArn"
643                }
644            ],
645            "traits": {
646                "smithy.api#documentation": "<p>Deletes a state machine. This is an asynchronous operation: It sets the state machine's\n      status to <code>DELETING</code> and begins the deletion process. </p>\n         <note>\n            <p>For <code>EXPRESS</code>state machines, the deletion will happen eventually (usually\n        less than a minute). Running executions may emit logs after <code>DeleteStateMachine</code>\n        API is called.</p>\n         </note>"
647            }
648        },
649        "com.amazonaws.sfn#DeleteStateMachineInput": {
650            "type": "structure",
651            "members": {
652                "stateMachineArn": {
653                    "target": "com.amazonaws.sfn#Arn",
654                    "traits": {
655                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the state machine to delete.</p>",
656                        "smithy.api#required": {}
657                    }
658                }
659            }
660        },
661        "com.amazonaws.sfn#DeleteStateMachineOutput": {
662            "type": "structure",
663            "members": {}
664        },
665        "com.amazonaws.sfn#DescribeActivity": {
666            "type": "operation",
667            "input": {
668                "target": "com.amazonaws.sfn#DescribeActivityInput"
669            },
670            "output": {
671                "target": "com.amazonaws.sfn#DescribeActivityOutput"
672            },
673            "errors": [
674                {
675                    "target": "com.amazonaws.sfn#ActivityDoesNotExist"
676                },
677                {
678                    "target": "com.amazonaws.sfn#InvalidArn"
679                }
680            ],
681            "traits": {
682                "smithy.api#documentation": "<p>Describes an activity.</p> \n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note>"
683            }
684        },
685        "com.amazonaws.sfn#DescribeActivityInput": {
686            "type": "structure",
687            "members": {
688                "activityArn": {
689                    "target": "com.amazonaws.sfn#Arn",
690                    "traits": {
691                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the activity to describe.</p>",
692                        "smithy.api#required": {}
693                    }
694                }
695            }
696        },
697        "com.amazonaws.sfn#DescribeActivityOutput": {
698            "type": "structure",
699            "members": {
700                "activityArn": {
701                    "target": "com.amazonaws.sfn#Arn",
702                    "traits": {
703                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the activity.</p>",
704                        "smithy.api#required": {}
705                    }
706                },
707                "name": {
708                    "target": "com.amazonaws.sfn#Name",
709                    "traits": {
710                        "smithy.api#documentation": "<p>The name of the activity.</p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>",
711                        "smithy.api#required": {}
712                    }
713                },
714                "creationDate": {
715                    "target": "com.amazonaws.sfn#Timestamp",
716                    "traits": {
717                        "smithy.api#documentation": "<p>The date the activity is created.</p>",
718                        "smithy.api#required": {}
719                    }
720                }
721            }
722        },
723        "com.amazonaws.sfn#DescribeExecution": {
724            "type": "operation",
725            "input": {
726                "target": "com.amazonaws.sfn#DescribeExecutionInput"
727            },
728            "output": {
729                "target": "com.amazonaws.sfn#DescribeExecutionOutput"
730            },
731            "errors": [
732                {
733                    "target": "com.amazonaws.sfn#ExecutionDoesNotExist"
734                },
735                {
736                    "target": "com.amazonaws.sfn#InvalidArn"
737                }
738            ],
739            "traits": {
740                "smithy.api#documentation": "<p>Describes an execution.</p> \n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note> \n         <p>This API action is not supported by <code>EXPRESS</code> state machines.</p>"
741            }
742        },
743        "com.amazonaws.sfn#DescribeExecutionInput": {
744            "type": "structure",
745            "members": {
746                "executionArn": {
747                    "target": "com.amazonaws.sfn#Arn",
748                    "traits": {
749                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the execution to describe.</p>",
750                        "smithy.api#required": {}
751                    }
752                }
753            }
754        },
755        "com.amazonaws.sfn#DescribeExecutionOutput": {
756            "type": "structure",
757            "members": {
758                "executionArn": {
759                    "target": "com.amazonaws.sfn#Arn",
760                    "traits": {
761                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the execution.</p>",
762                        "smithy.api#required": {}
763                    }
764                },
765                "stateMachineArn": {
766                    "target": "com.amazonaws.sfn#Arn",
767                    "traits": {
768                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the executed stated machine.</p>",
769                        "smithy.api#required": {}
770                    }
771                },
772                "name": {
773                    "target": "com.amazonaws.sfn#Name",
774                    "traits": {
775                        "smithy.api#documentation": "<p>The name of the execution.</p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>"
776                    }
777                },
778                "status": {
779                    "target": "com.amazonaws.sfn#ExecutionStatus",
780                    "traits": {
781                        "smithy.api#documentation": "<p>The current status of the execution.</p>",
782                        "smithy.api#required": {}
783                    }
784                },
785                "startDate": {
786                    "target": "com.amazonaws.sfn#Timestamp",
787                    "traits": {
788                        "smithy.api#documentation": "<p>The date the execution is started.</p>",
789                        "smithy.api#required": {}
790                    }
791                },
792                "stopDate": {
793                    "target": "com.amazonaws.sfn#Timestamp",
794                    "traits": {
795                        "smithy.api#documentation": "<p>If the execution has already ended, the date the execution stopped.</p>"
796                    }
797                },
798                "input": {
799                    "target": "com.amazonaws.sfn#SensitiveData",
800                    "traits": {
801                        "smithy.api#documentation": "<p>The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
802                    }
803                },
804                "inputDetails": {
805                    "target": "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails"
806                },
807                "output": {
808                    "target": "com.amazonaws.sfn#SensitiveData",
809                    "traits": {
810                        "smithy.api#documentation": "<p>The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>\n         <note>\n            <p>This field is set only if the execution succeeds. If the execution fails, this field is\n        null.</p>\n         </note>"
811                    }
812                },
813                "outputDetails": {
814                    "target": "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails"
815                },
816                "traceHeader": {
817                    "target": "com.amazonaws.sfn#TraceHeader",
818                    "traits": {
819                        "smithy.api#documentation": "<p>The AWS X-Ray trace header that was passed to the execution.</p>"
820                    }
821                }
822            }
823        },
824        "com.amazonaws.sfn#DescribeStateMachine": {
825            "type": "operation",
826            "input": {
827                "target": "com.amazonaws.sfn#DescribeStateMachineInput"
828            },
829            "output": {
830                "target": "com.amazonaws.sfn#DescribeStateMachineOutput"
831            },
832            "errors": [
833                {
834                    "target": "com.amazonaws.sfn#InvalidArn"
835                },
836                {
837                    "target": "com.amazonaws.sfn#StateMachineDoesNotExist"
838                }
839            ],
840            "traits": {
841                "smithy.api#documentation": "<p>Describes a state machine.</p> \n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note>"
842            }
843        },
844        "com.amazonaws.sfn#DescribeStateMachineForExecution": {
845            "type": "operation",
846            "input": {
847                "target": "com.amazonaws.sfn#DescribeStateMachineForExecutionInput"
848            },
849            "output": {
850                "target": "com.amazonaws.sfn#DescribeStateMachineForExecutionOutput"
851            },
852            "errors": [
853                {
854                    "target": "com.amazonaws.sfn#ExecutionDoesNotExist"
855                },
856                {
857                    "target": "com.amazonaws.sfn#InvalidArn"
858                }
859            ],
860            "traits": {
861                "smithy.api#documentation": "<p>Describes the state machine associated with a specific execution.</p>\n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note> \n         <p>This API action is not supported by <code>EXPRESS</code> state machines.</p>"
862            }
863        },
864        "com.amazonaws.sfn#DescribeStateMachineForExecutionInput": {
865            "type": "structure",
866            "members": {
867                "executionArn": {
868                    "target": "com.amazonaws.sfn#Arn",
869                    "traits": {
870                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the execution you want state machine information for.</p>",
871                        "smithy.api#required": {}
872                    }
873                }
874            }
875        },
876        "com.amazonaws.sfn#DescribeStateMachineForExecutionOutput": {
877            "type": "structure",
878            "members": {
879                "stateMachineArn": {
880                    "target": "com.amazonaws.sfn#Arn",
881                    "traits": {
882                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the state machine associated with the execution.</p>",
883                        "smithy.api#required": {}
884                    }
885                },
886                "name": {
887                    "target": "com.amazonaws.sfn#Name",
888                    "traits": {
889                        "smithy.api#documentation": "<p>The name of the state machine associated with the execution.</p>",
890                        "smithy.api#required": {}
891                    }
892                },
893                "definition": {
894                    "target": "com.amazonaws.sfn#Definition",
895                    "traits": {
896                        "smithy.api#documentation": "<p>The Amazon States Language definition of the state machine. See <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html\">Amazon States Language</a>.</p>",
897                        "smithy.api#required": {}
898                    }
899                },
900                "roleArn": {
901                    "target": "com.amazonaws.sfn#Arn",
902                    "traits": {
903                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution. </p>",
904                        "smithy.api#required": {}
905                    }
906                },
907                "updateDate": {
908                    "target": "com.amazonaws.sfn#Timestamp",
909                    "traits": {
910                        "smithy.api#documentation": "<p>The date and time the state machine associated with an execution was updated. For a newly\n      created state machine, this is the creation date.</p>",
911                        "smithy.api#required": {}
912                    }
913                },
914                "loggingConfiguration": {
915                    "target": "com.amazonaws.sfn#LoggingConfiguration"
916                },
917                "tracingConfiguration": {
918                    "target": "com.amazonaws.sfn#TracingConfiguration",
919                    "traits": {
920                        "smithy.api#documentation": "<p>Selects whether AWS X-Ray tracing is enabled.</p>"
921                    }
922                }
923            }
924        },
925        "com.amazonaws.sfn#DescribeStateMachineInput": {
926            "type": "structure",
927            "members": {
928                "stateMachineArn": {
929                    "target": "com.amazonaws.sfn#Arn",
930                    "traits": {
931                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the state machine to describe.</p>",
932                        "smithy.api#required": {}
933                    }
934                }
935            }
936        },
937        "com.amazonaws.sfn#DescribeStateMachineOutput": {
938            "type": "structure",
939            "members": {
940                "stateMachineArn": {
941                    "target": "com.amazonaws.sfn#Arn",
942                    "traits": {
943                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the state machine.</p>",
944                        "smithy.api#required": {}
945                    }
946                },
947                "name": {
948                    "target": "com.amazonaws.sfn#Name",
949                    "traits": {
950                        "smithy.api#documentation": "<p>The name of the state machine.</p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>",
951                        "smithy.api#required": {}
952                    }
953                },
954                "status": {
955                    "target": "com.amazonaws.sfn#StateMachineStatus",
956                    "traits": {
957                        "smithy.api#documentation": "<p>The current status of the state machine.</p>"
958                    }
959                },
960                "definition": {
961                    "target": "com.amazonaws.sfn#Definition",
962                    "traits": {
963                        "smithy.api#documentation": "<p>The Amazon States Language definition of the state machine. See <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html\">Amazon States Language</a>.</p>",
964                        "smithy.api#required": {}
965                    }
966                },
967                "roleArn": {
968                    "target": "com.amazonaws.sfn#Arn",
969                    "traits": {
970                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role\n      maintains security by granting Step Functions access to AWS resources.)</p>",
971                        "smithy.api#required": {}
972                    }
973                },
974                "type": {
975                    "target": "com.amazonaws.sfn#StateMachineType",
976                    "traits": {
977                        "smithy.api#documentation": "<p>The <code>type</code> of the state machine (<code>STANDARD</code> or\n      <code>EXPRESS</code>).</p>",
978                        "smithy.api#required": {}
979                    }
980                },
981                "creationDate": {
982                    "target": "com.amazonaws.sfn#Timestamp",
983                    "traits": {
984                        "smithy.api#documentation": "<p>The date the state machine is created.</p>",
985                        "smithy.api#required": {}
986                    }
987                },
988                "loggingConfiguration": {
989                    "target": "com.amazonaws.sfn#LoggingConfiguration"
990                },
991                "tracingConfiguration": {
992                    "target": "com.amazonaws.sfn#TracingConfiguration",
993                    "traits": {
994                        "smithy.api#documentation": "<p>Selects whether AWS X-Ray tracing is enabled.</p>"
995                    }
996                }
997            }
998        },
999        "com.amazonaws.sfn#Enabled": {
1000            "type": "boolean"
1001        },
1002        "com.amazonaws.sfn#ErrorMessage": {
1003            "type": "string"
1004        },
1005        "com.amazonaws.sfn#EventId": {
1006            "type": "long"
1007        },
1008        "com.amazonaws.sfn#ExecutionAbortedEventDetails": {
1009            "type": "structure",
1010            "members": {
1011                "error": {
1012                    "target": "com.amazonaws.sfn#SensitiveError",
1013                    "traits": {
1014                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
1015                    }
1016                },
1017                "cause": {
1018                    "target": "com.amazonaws.sfn#SensitiveCause",
1019                    "traits": {
1020                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
1021                    }
1022                }
1023            },
1024            "traits": {
1025                "smithy.api#documentation": "<p>Contains details about an abort of an execution.</p>"
1026            }
1027        },
1028        "com.amazonaws.sfn#ExecutionAlreadyExists": {
1029            "type": "structure",
1030            "members": {
1031                "message": {
1032                    "target": "com.amazonaws.sfn#ErrorMessage"
1033                }
1034            },
1035            "traits": {
1036                "smithy.api#documentation": "<p>The execution has the same <code>name</code> as another execution (but a different\n        <code>input</code>).</p>\n         <note>\n            <p>Executions with the same <code>name</code> and <code>input</code> are considered\n        idempotent.</p>\n         </note>",
1037                "smithy.api#error": "client"
1038            }
1039        },
1040        "com.amazonaws.sfn#ExecutionDoesNotExist": {
1041            "type": "structure",
1042            "members": {
1043                "message": {
1044                    "target": "com.amazonaws.sfn#ErrorMessage"
1045                }
1046            },
1047            "traits": {
1048                "smithy.api#documentation": "<p>The specified execution does not exist.</p>",
1049                "smithy.api#error": "client"
1050            }
1051        },
1052        "com.amazonaws.sfn#ExecutionFailedEventDetails": {
1053            "type": "structure",
1054            "members": {
1055                "error": {
1056                    "target": "com.amazonaws.sfn#SensitiveError",
1057                    "traits": {
1058                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
1059                    }
1060                },
1061                "cause": {
1062                    "target": "com.amazonaws.sfn#SensitiveCause",
1063                    "traits": {
1064                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
1065                    }
1066                }
1067            },
1068            "traits": {
1069                "smithy.api#documentation": "<p>Contains details about an execution failure event.</p>"
1070            }
1071        },
1072        "com.amazonaws.sfn#ExecutionLimitExceeded": {
1073            "type": "structure",
1074            "members": {
1075                "message": {
1076                    "target": "com.amazonaws.sfn#ErrorMessage"
1077                }
1078            },
1079            "traits": {
1080                "smithy.api#documentation": "<p>The maximum number of running executions has been reached. Running executions must end or\n      be stopped before a new execution can be started.</p>",
1081                "smithy.api#error": "client"
1082            }
1083        },
1084        "com.amazonaws.sfn#ExecutionList": {
1085            "type": "list",
1086            "member": {
1087                "target": "com.amazonaws.sfn#ExecutionListItem"
1088            }
1089        },
1090        "com.amazonaws.sfn#ExecutionListItem": {
1091            "type": "structure",
1092            "members": {
1093                "executionArn": {
1094                    "target": "com.amazonaws.sfn#Arn",
1095                    "traits": {
1096                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the execution.</p>",
1097                        "smithy.api#required": {}
1098                    }
1099                },
1100                "stateMachineArn": {
1101                    "target": "com.amazonaws.sfn#Arn",
1102                    "traits": {
1103                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the executed state machine.</p>",
1104                        "smithy.api#required": {}
1105                    }
1106                },
1107                "name": {
1108                    "target": "com.amazonaws.sfn#Name",
1109                    "traits": {
1110                        "smithy.api#documentation": "<p>The name of the execution.</p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>",
1111                        "smithy.api#required": {}
1112                    }
1113                },
1114                "status": {
1115                    "target": "com.amazonaws.sfn#ExecutionStatus",
1116                    "traits": {
1117                        "smithy.api#documentation": "<p>The current status of the execution.</p>",
1118                        "smithy.api#required": {}
1119                    }
1120                },
1121                "startDate": {
1122                    "target": "com.amazonaws.sfn#Timestamp",
1123                    "traits": {
1124                        "smithy.api#documentation": "<p>The date the execution started.</p>",
1125                        "smithy.api#required": {}
1126                    }
1127                },
1128                "stopDate": {
1129                    "target": "com.amazonaws.sfn#Timestamp",
1130                    "traits": {
1131                        "smithy.api#documentation": "<p>If the execution already ended, the date the execution stopped.</p>"
1132                    }
1133                }
1134            },
1135            "traits": {
1136                "smithy.api#documentation": "<p>Contains details about an execution.</p>"
1137            }
1138        },
1139        "com.amazonaws.sfn#ExecutionStartedEventDetails": {
1140            "type": "structure",
1141            "members": {
1142                "input": {
1143                    "target": "com.amazonaws.sfn#SensitiveData",
1144                    "traits": {
1145                        "smithy.api#documentation": "<p>The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
1146                    }
1147                },
1148                "inputDetails": {
1149                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
1150                    "traits": {
1151                        "smithy.api#documentation": "<p>Contains details about the input for an execution history event.</p>"
1152                    }
1153                },
1154                "roleArn": {
1155                    "target": "com.amazonaws.sfn#Arn",
1156                    "traits": {
1157                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.</p>"
1158                    }
1159                }
1160            },
1161            "traits": {
1162                "smithy.api#documentation": "<p>Contains details about the start of the execution.</p>"
1163            }
1164        },
1165        "com.amazonaws.sfn#ExecutionStatus": {
1166            "type": "string",
1167            "traits": {
1168                "smithy.api#enum": [
1169                    {
1170                        "value": "RUNNING",
1171                        "name": "RUNNING"
1172                    },
1173                    {
1174                        "value": "SUCCEEDED",
1175                        "name": "SUCCEEDED"
1176                    },
1177                    {
1178                        "value": "FAILED",
1179                        "name": "FAILED"
1180                    },
1181                    {
1182                        "value": "TIMED_OUT",
1183                        "name": "TIMED_OUT"
1184                    },
1185                    {
1186                        "value": "ABORTED",
1187                        "name": "ABORTED"
1188                    }
1189                ]
1190            }
1191        },
1192        "com.amazonaws.sfn#ExecutionSucceededEventDetails": {
1193            "type": "structure",
1194            "members": {
1195                "output": {
1196                    "target": "com.amazonaws.sfn#SensitiveData",
1197                    "traits": {
1198                        "smithy.api#documentation": "<p>The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
1199                    }
1200                },
1201                "outputDetails": {
1202                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
1203                    "traits": {
1204                        "smithy.api#documentation": "<p>Contains details about the output of an execution history event.</p>"
1205                    }
1206                }
1207            },
1208            "traits": {
1209                "smithy.api#documentation": "<p>Contains details about the successful termination of the execution.</p>"
1210            }
1211        },
1212        "com.amazonaws.sfn#ExecutionTimedOutEventDetails": {
1213            "type": "structure",
1214            "members": {
1215                "error": {
1216                    "target": "com.amazonaws.sfn#SensitiveError",
1217                    "traits": {
1218                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
1219                    }
1220                },
1221                "cause": {
1222                    "target": "com.amazonaws.sfn#SensitiveCause",
1223                    "traits": {
1224                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the timeout.</p>"
1225                    }
1226                }
1227            },
1228            "traits": {
1229                "smithy.api#documentation": "<p>Contains details about the execution timeout that occurred during the execution.</p>"
1230            }
1231        },
1232        "com.amazonaws.sfn#GetActivityTask": {
1233            "type": "operation",
1234            "input": {
1235                "target": "com.amazonaws.sfn#GetActivityTaskInput"
1236            },
1237            "output": {
1238                "target": "com.amazonaws.sfn#GetActivityTaskOutput"
1239            },
1240            "errors": [
1241                {
1242                    "target": "com.amazonaws.sfn#ActivityDoesNotExist"
1243                },
1244                {
1245                    "target": "com.amazonaws.sfn#ActivityWorkerLimitExceeded"
1246                },
1247                {
1248                    "target": "com.amazonaws.sfn#InvalidArn"
1249                }
1250            ],
1251            "traits": {
1252                "smithy.api#documentation": "<p>Used by workers to retrieve a task (with the specified activity ARN) which has been\n      scheduled for execution by a running state machine. This initiates a long poll, where the\n      service holds the HTTP connection open and responds as soon as a task becomes available (i.e.\n      an execution of a task of this type is needed.) The maximum time the service holds on to the\n      request before responding is 60 seconds. If no task is available within 60 seconds, the poll\n      returns a <code>taskToken</code> with a null string.</p>\n         <important>\n            <p>Workers should set their client side socket timeout to at least 65 seconds (5 seconds\n        higher than the maximum time the service may hold the poll request).</p>\n            <p>Polling with <code>GetActivityTask</code> can cause latency in some implementations. See\n          <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/bp-activity-pollers.html\">Avoid\n          Latency When Polling for Activity Tasks</a> in the Step Functions Developer Guide.</p>\n         </important>"
1253            }
1254        },
1255        "com.amazonaws.sfn#GetActivityTaskInput": {
1256            "type": "structure",
1257            "members": {
1258                "activityArn": {
1259                    "target": "com.amazonaws.sfn#Arn",
1260                    "traits": {
1261                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task\n      using <a>CreateActivity</a>.)</p>",
1262                        "smithy.api#required": {}
1263                    }
1264                },
1265                "workerName": {
1266                    "target": "com.amazonaws.sfn#Name",
1267                    "traits": {
1268                        "smithy.api#documentation": "<p>You can provide an arbitrary name in order to identify the worker that the task is\n      assigned to. This name is used when it is logged in the execution history.</p>"
1269                    }
1270                }
1271            }
1272        },
1273        "com.amazonaws.sfn#GetActivityTaskOutput": {
1274            "type": "structure",
1275            "members": {
1276                "taskToken": {
1277                    "target": "com.amazonaws.sfn#TaskToken",
1278                    "traits": {
1279                        "smithy.api#documentation": "<p>A token that identifies the scheduled task. This token must be copied and included in\n      subsequent calls to <a>SendTaskHeartbeat</a>, <a>SendTaskSuccess</a> or\n        <a>SendTaskFailure</a> in order to report the progress or completion of the\n      task.</p>"
1280                    }
1281                },
1282                "input": {
1283                    "target": "com.amazonaws.sfn#SensitiveDataJobInput",
1284                    "traits": {
1285                        "smithy.api#documentation": "<p>The string that contains the JSON input data for the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
1286                    }
1287                }
1288            }
1289        },
1290        "com.amazonaws.sfn#GetExecutionHistory": {
1291            "type": "operation",
1292            "input": {
1293                "target": "com.amazonaws.sfn#GetExecutionHistoryInput"
1294            },
1295            "output": {
1296                "target": "com.amazonaws.sfn#GetExecutionHistoryOutput"
1297            },
1298            "errors": [
1299                {
1300                    "target": "com.amazonaws.sfn#ExecutionDoesNotExist"
1301                },
1302                {
1303                    "target": "com.amazonaws.sfn#InvalidArn"
1304                },
1305                {
1306                    "target": "com.amazonaws.sfn#InvalidToken"
1307                }
1308            ],
1309            "traits": {
1310                "smithy.api#documentation": "<p>Returns the history of the specified execution as a list of events. By default, the\n      results are returned in ascending order of the <code>timeStamp</code> of the events. Use the\n        <code>reverseOrder</code> parameter to get the latest events first.</p> \n         <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p> \n         <p>This API action is not supported by <code>EXPRESS</code> state machines.</p>",
1311                "smithy.api#paginated": {
1312                    "inputToken": "nextToken",
1313                    "outputToken": "nextToken",
1314                    "items": "events",
1315                    "pageSize": "maxResults"
1316                }
1317            }
1318        },
1319        "com.amazonaws.sfn#GetExecutionHistoryInput": {
1320            "type": "structure",
1321            "members": {
1322                "executionArn": {
1323                    "target": "com.amazonaws.sfn#Arn",
1324                    "traits": {
1325                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the execution.</p>",
1326                        "smithy.api#required": {}
1327                    }
1328                },
1329                "maxResults": {
1330                    "target": "com.amazonaws.sfn#PageSize",
1331                    "traits": {
1332                        "smithy.api#documentation": "<p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.\n    The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.</p> \n         <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>"
1333                    }
1334                },
1335                "reverseOrder": {
1336                    "target": "com.amazonaws.sfn#ReverseOrder",
1337                    "traits": {
1338                        "smithy.api#documentation": "<p>Lists events in descending order of their <code>timeStamp</code>.</p>"
1339                    }
1340                },
1341                "nextToken": {
1342                    "target": "com.amazonaws.sfn#PageToken",
1343                    "traits": {
1344                        "smithy.api#documentation": "<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>"
1345                    }
1346                },
1347                "includeExecutionData": {
1348                    "target": "com.amazonaws.sfn#IncludeExecutionDataGetExecutionHistory",
1349                    "traits": {
1350                        "smithy.api#documentation": "<p>You can select whether execution data (input or output of a history event) is returned.\n      The default is <code>true</code>.</p>"
1351                    }
1352                }
1353            }
1354        },
1355        "com.amazonaws.sfn#GetExecutionHistoryOutput": {
1356            "type": "structure",
1357            "members": {
1358                "events": {
1359                    "target": "com.amazonaws.sfn#HistoryEventList",
1360                    "traits": {
1361                        "smithy.api#documentation": "<p>The list of events that occurred in the execution.</p>",
1362                        "smithy.api#required": {}
1363                    }
1364                },
1365                "nextToken": {
1366                    "target": "com.amazonaws.sfn#PageToken",
1367                    "traits": {
1368                        "smithy.api#documentation": "<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>"
1369                    }
1370                }
1371            }
1372        },
1373        "com.amazonaws.sfn#HistoryEvent": {
1374            "type": "structure",
1375            "members": {
1376                "timestamp": {
1377                    "target": "com.amazonaws.sfn#Timestamp",
1378                    "traits": {
1379                        "smithy.api#documentation": "<p>The date and time the event occurred.</p>",
1380                        "smithy.api#required": {}
1381                    }
1382                },
1383                "type": {
1384                    "target": "com.amazonaws.sfn#HistoryEventType",
1385                    "traits": {
1386                        "smithy.api#documentation": "<p>The type of the event.</p>",
1387                        "smithy.api#required": {}
1388                    }
1389                },
1390                "id": {
1391                    "target": "com.amazonaws.sfn#EventId",
1392                    "traits": {
1393                        "smithy.api#documentation": "<p>The id of the event. Events are numbered sequentially, starting at one.</p>",
1394                        "smithy.api#required": {}
1395                    }
1396                },
1397                "previousEventId": {
1398                    "target": "com.amazonaws.sfn#EventId",
1399                    "traits": {
1400                        "smithy.api#documentation": "<p>The id of the previous event.</p>"
1401                    }
1402                },
1403                "activityFailedEventDetails": {
1404                    "target": "com.amazonaws.sfn#ActivityFailedEventDetails"
1405                },
1406                "activityScheduleFailedEventDetails": {
1407                    "target": "com.amazonaws.sfn#ActivityScheduleFailedEventDetails",
1408                    "traits": {
1409                        "smithy.api#documentation": "<p>Contains details about an activity schedule event that failed during an execution.</p>"
1410                    }
1411                },
1412                "activityScheduledEventDetails": {
1413                    "target": "com.amazonaws.sfn#ActivityScheduledEventDetails"
1414                },
1415                "activityStartedEventDetails": {
1416                    "target": "com.amazonaws.sfn#ActivityStartedEventDetails"
1417                },
1418                "activitySucceededEventDetails": {
1419                    "target": "com.amazonaws.sfn#ActivitySucceededEventDetails"
1420                },
1421                "activityTimedOutEventDetails": {
1422                    "target": "com.amazonaws.sfn#ActivityTimedOutEventDetails"
1423                },
1424                "taskFailedEventDetails": {
1425                    "target": "com.amazonaws.sfn#TaskFailedEventDetails",
1426                    "traits": {
1427                        "smithy.api#documentation": "<p>Contains details about the failure of a task.</p>"
1428                    }
1429                },
1430                "taskScheduledEventDetails": {
1431                    "target": "com.amazonaws.sfn#TaskScheduledEventDetails",
1432                    "traits": {
1433                        "smithy.api#documentation": "<p>Contains details about a task that was scheduled.</p>"
1434                    }
1435                },
1436                "taskStartFailedEventDetails": {
1437                    "target": "com.amazonaws.sfn#TaskStartFailedEventDetails",
1438                    "traits": {
1439                        "smithy.api#documentation": "<p>Contains details about a task that failed to start.</p>"
1440                    }
1441                },
1442                "taskStartedEventDetails": {
1443                    "target": "com.amazonaws.sfn#TaskStartedEventDetails",
1444                    "traits": {
1445                        "smithy.api#documentation": "<p>Contains details about a task that was started.</p>"
1446                    }
1447                },
1448                "taskSubmitFailedEventDetails": {
1449                    "target": "com.amazonaws.sfn#TaskSubmitFailedEventDetails",
1450                    "traits": {
1451                        "smithy.api#documentation": "<p>Contains details about a task that where the submit failed.</p>"
1452                    }
1453                },
1454                "taskSubmittedEventDetails": {
1455                    "target": "com.amazonaws.sfn#TaskSubmittedEventDetails",
1456                    "traits": {
1457                        "smithy.api#documentation": "<p>Contains details about a submitted task.</p>"
1458                    }
1459                },
1460                "taskSucceededEventDetails": {
1461                    "target": "com.amazonaws.sfn#TaskSucceededEventDetails",
1462                    "traits": {
1463                        "smithy.api#documentation": "<p>Contains details about a task that succeeded.</p>"
1464                    }
1465                },
1466                "taskTimedOutEventDetails": {
1467                    "target": "com.amazonaws.sfn#TaskTimedOutEventDetails",
1468                    "traits": {
1469                        "smithy.api#documentation": "<p>Contains details about a task that timed out.</p>"
1470                    }
1471                },
1472                "executionFailedEventDetails": {
1473                    "target": "com.amazonaws.sfn#ExecutionFailedEventDetails"
1474                },
1475                "executionStartedEventDetails": {
1476                    "target": "com.amazonaws.sfn#ExecutionStartedEventDetails"
1477                },
1478                "executionSucceededEventDetails": {
1479                    "target": "com.amazonaws.sfn#ExecutionSucceededEventDetails"
1480                },
1481                "executionAbortedEventDetails": {
1482                    "target": "com.amazonaws.sfn#ExecutionAbortedEventDetails"
1483                },
1484                "executionTimedOutEventDetails": {
1485                    "target": "com.amazonaws.sfn#ExecutionTimedOutEventDetails"
1486                },
1487                "mapStateStartedEventDetails": {
1488                    "target": "com.amazonaws.sfn#MapStateStartedEventDetails",
1489                    "traits": {
1490                        "smithy.api#documentation": "<p>Contains details about Map state that was started.</p>"
1491                    }
1492                },
1493                "mapIterationStartedEventDetails": {
1494                    "target": "com.amazonaws.sfn#MapIterationEventDetails",
1495                    "traits": {
1496                        "smithy.api#documentation": "<p>Contains details about an iteration of a Map state that was started.</p>"
1497                    }
1498                },
1499                "mapIterationSucceededEventDetails": {
1500                    "target": "com.amazonaws.sfn#MapIterationEventDetails",
1501                    "traits": {
1502                        "smithy.api#documentation": "<p>Contains details about an iteration of a Map state that succeeded.</p>"
1503                    }
1504                },
1505                "mapIterationFailedEventDetails": {
1506                    "target": "com.amazonaws.sfn#MapIterationEventDetails",
1507                    "traits": {
1508                        "smithy.api#documentation": "<p>Contains details about an iteration of a Map state that failed.</p>"
1509                    }
1510                },
1511                "mapIterationAbortedEventDetails": {
1512                    "target": "com.amazonaws.sfn#MapIterationEventDetails",
1513                    "traits": {
1514                        "smithy.api#documentation": "<p>Contains details about an iteration of a Map state that was aborted.</p>"
1515                    }
1516                },
1517                "lambdaFunctionFailedEventDetails": {
1518                    "target": "com.amazonaws.sfn#LambdaFunctionFailedEventDetails"
1519                },
1520                "lambdaFunctionScheduleFailedEventDetails": {
1521                    "target": "com.amazonaws.sfn#LambdaFunctionScheduleFailedEventDetails"
1522                },
1523                "lambdaFunctionScheduledEventDetails": {
1524                    "target": "com.amazonaws.sfn#LambdaFunctionScheduledEventDetails"
1525                },
1526                "lambdaFunctionStartFailedEventDetails": {
1527                    "target": "com.amazonaws.sfn#LambdaFunctionStartFailedEventDetails",
1528                    "traits": {
1529                        "smithy.api#documentation": "<p>Contains details about a lambda function that failed to start during an execution.</p>"
1530                    }
1531                },
1532                "lambdaFunctionSucceededEventDetails": {
1533                    "target": "com.amazonaws.sfn#LambdaFunctionSucceededEventDetails",
1534                    "traits": {
1535                        "smithy.api#documentation": "<p>Contains details about a lambda function that terminated successfully during an\n      execution.</p>"
1536                    }
1537                },
1538                "lambdaFunctionTimedOutEventDetails": {
1539                    "target": "com.amazonaws.sfn#LambdaFunctionTimedOutEventDetails"
1540                },
1541                "stateEnteredEventDetails": {
1542                    "target": "com.amazonaws.sfn#StateEnteredEventDetails"
1543                },
1544                "stateExitedEventDetails": {
1545                    "target": "com.amazonaws.sfn#StateExitedEventDetails"
1546                }
1547            },
1548            "traits": {
1549                "smithy.api#documentation": "<p>Contains details about the events of an execution.</p>"
1550            }
1551        },
1552        "com.amazonaws.sfn#HistoryEventExecutionDataDetails": {
1553            "type": "structure",
1554            "members": {
1555                "truncated": {
1556                    "target": "com.amazonaws.sfn#truncated",
1557                    "traits": {
1558                        "smithy.api#documentation": "<p>Indicates whether input or output was truncated in the response. Always\n      <code>false</code> for API calls.</p>"
1559                    }
1560                }
1561            },
1562            "traits": {
1563                "smithy.api#documentation": "<p>Provides details about input or output in an execution history event.</p>"
1564            }
1565        },
1566        "com.amazonaws.sfn#HistoryEventList": {
1567            "type": "list",
1568            "member": {
1569                "target": "com.amazonaws.sfn#HistoryEvent"
1570            },
1571            "traits": {
1572                "smithy.api#documentation": "<p>Contains details about the events that occurred during an execution.</p>"
1573            }
1574        },
1575        "com.amazonaws.sfn#HistoryEventType": {
1576            "type": "string",
1577            "traits": {
1578                "smithy.api#enum": [
1579                    {
1580                        "value": "ActivityFailed",
1581                        "name": "ActivityFailed"
1582                    },
1583                    {
1584                        "value": "ActivityScheduled",
1585                        "name": "ActivityScheduled"
1586                    },
1587                    {
1588                        "value": "ActivityScheduleFailed",
1589                        "name": "ActivityScheduleFailed"
1590                    },
1591                    {
1592                        "value": "ActivityStarted",
1593                        "name": "ActivityStarted"
1594                    },
1595                    {
1596                        "value": "ActivitySucceeded",
1597                        "name": "ActivitySucceeded"
1598                    },
1599                    {
1600                        "value": "ActivityTimedOut",
1601                        "name": "ActivityTimedOut"
1602                    },
1603                    {
1604                        "value": "ChoiceStateEntered",
1605                        "name": "ChoiceStateEntered"
1606                    },
1607                    {
1608                        "value": "ChoiceStateExited",
1609                        "name": "ChoiceStateExited"
1610                    },
1611                    {
1612                        "value": "ExecutionAborted",
1613                        "name": "ExecutionAborted"
1614                    },
1615                    {
1616                        "value": "ExecutionFailed",
1617                        "name": "ExecutionFailed"
1618                    },
1619                    {
1620                        "value": "ExecutionStarted",
1621                        "name": "ExecutionStarted"
1622                    },
1623                    {
1624                        "value": "ExecutionSucceeded",
1625                        "name": "ExecutionSucceeded"
1626                    },
1627                    {
1628                        "value": "ExecutionTimedOut",
1629                        "name": "ExecutionTimedOut"
1630                    },
1631                    {
1632                        "value": "FailStateEntered",
1633                        "name": "FailStateEntered"
1634                    },
1635                    {
1636                        "value": "LambdaFunctionFailed",
1637                        "name": "LambdaFunctionFailed"
1638                    },
1639                    {
1640                        "value": "LambdaFunctionScheduled",
1641                        "name": "LambdaFunctionScheduled"
1642                    },
1643                    {
1644                        "value": "LambdaFunctionScheduleFailed",
1645                        "name": "LambdaFunctionScheduleFailed"
1646                    },
1647                    {
1648                        "value": "LambdaFunctionStarted",
1649                        "name": "LambdaFunctionStarted"
1650                    },
1651                    {
1652                        "value": "LambdaFunctionStartFailed",
1653                        "name": "LambdaFunctionStartFailed"
1654                    },
1655                    {
1656                        "value": "LambdaFunctionSucceeded",
1657                        "name": "LambdaFunctionSucceeded"
1658                    },
1659                    {
1660                        "value": "LambdaFunctionTimedOut",
1661                        "name": "LambdaFunctionTimedOut"
1662                    },
1663                    {
1664                        "value": "MapIterationAborted",
1665                        "name": "MapIterationAborted"
1666                    },
1667                    {
1668                        "value": "MapIterationFailed",
1669                        "name": "MapIterationFailed"
1670                    },
1671                    {
1672                        "value": "MapIterationStarted",
1673                        "name": "MapIterationStarted"
1674                    },
1675                    {
1676                        "value": "MapIterationSucceeded",
1677                        "name": "MapIterationSucceeded"
1678                    },
1679                    {
1680                        "value": "MapStateAborted",
1681                        "name": "MapStateAborted"
1682                    },
1683                    {
1684                        "value": "MapStateEntered",
1685                        "name": "MapStateEntered"
1686                    },
1687                    {
1688                        "value": "MapStateExited",
1689                        "name": "MapStateExited"
1690                    },
1691                    {
1692                        "value": "MapStateFailed",
1693                        "name": "MapStateFailed"
1694                    },
1695                    {
1696                        "value": "MapStateStarted",
1697                        "name": "MapStateStarted"
1698                    },
1699                    {
1700                        "value": "MapStateSucceeded",
1701                        "name": "MapStateSucceeded"
1702                    },
1703                    {
1704                        "value": "ParallelStateAborted",
1705                        "name": "ParallelStateAborted"
1706                    },
1707                    {
1708                        "value": "ParallelStateEntered",
1709                        "name": "ParallelStateEntered"
1710                    },
1711                    {
1712                        "value": "ParallelStateExited",
1713                        "name": "ParallelStateExited"
1714                    },
1715                    {
1716                        "value": "ParallelStateFailed",
1717                        "name": "ParallelStateFailed"
1718                    },
1719                    {
1720                        "value": "ParallelStateStarted",
1721                        "name": "ParallelStateStarted"
1722                    },
1723                    {
1724                        "value": "ParallelStateSucceeded",
1725                        "name": "ParallelStateSucceeded"
1726                    },
1727                    {
1728                        "value": "PassStateEntered",
1729                        "name": "PassStateEntered"
1730                    },
1731                    {
1732                        "value": "PassStateExited",
1733                        "name": "PassStateExited"
1734                    },
1735                    {
1736                        "value": "SucceedStateEntered",
1737                        "name": "SucceedStateEntered"
1738                    },
1739                    {
1740                        "value": "SucceedStateExited",
1741                        "name": "SucceedStateExited"
1742                    },
1743                    {
1744                        "value": "TaskFailed",
1745                        "name": "TaskFailed"
1746                    },
1747                    {
1748                        "value": "TaskScheduled",
1749                        "name": "TaskScheduled"
1750                    },
1751                    {
1752                        "value": "TaskStarted",
1753                        "name": "TaskStarted"
1754                    },
1755                    {
1756                        "value": "TaskStartFailed",
1757                        "name": "TaskStartFailed"
1758                    },
1759                    {
1760                        "value": "TaskStateAborted",
1761                        "name": "TaskStateAborted"
1762                    },
1763                    {
1764                        "value": "TaskStateEntered",
1765                        "name": "TaskStateEntered"
1766                    },
1767                    {
1768                        "value": "TaskStateExited",
1769                        "name": "TaskStateExited"
1770                    },
1771                    {
1772                        "value": "TaskSubmitFailed",
1773                        "name": "TaskSubmitFailed"
1774                    },
1775                    {
1776                        "value": "TaskSubmitted",
1777                        "name": "TaskSubmitted"
1778                    },
1779                    {
1780                        "value": "TaskSucceeded",
1781                        "name": "TaskSucceeded"
1782                    },
1783                    {
1784                        "value": "TaskTimedOut",
1785                        "name": "TaskTimedOut"
1786                    },
1787                    {
1788                        "value": "WaitStateAborted",
1789                        "name": "WaitStateAborted"
1790                    },
1791                    {
1792                        "value": "WaitStateEntered",
1793                        "name": "WaitStateEntered"
1794                    },
1795                    {
1796                        "value": "WaitStateExited",
1797                        "name": "WaitStateExited"
1798                    }
1799                ]
1800            }
1801        },
1802        "com.amazonaws.sfn#Identity": {
1803            "type": "string",
1804            "traits": {
1805                "smithy.api#length": {
1806                    "min": 0,
1807                    "max": 256
1808                }
1809            }
1810        },
1811        "com.amazonaws.sfn#IncludeExecutionData": {
1812            "type": "boolean"
1813        },
1814        "com.amazonaws.sfn#IncludeExecutionDataGetExecutionHistory": {
1815            "type": "boolean",
1816            "traits": {
1817                "smithy.api#box": {}
1818            }
1819        },
1820        "com.amazonaws.sfn#InvalidArn": {
1821            "type": "structure",
1822            "members": {
1823                "message": {
1824                    "target": "com.amazonaws.sfn#ErrorMessage"
1825                }
1826            },
1827            "traits": {
1828                "smithy.api#documentation": "<p>The provided Amazon Resource Name (ARN) is invalid.</p>",
1829                "smithy.api#error": "client"
1830            }
1831        },
1832        "com.amazonaws.sfn#InvalidDefinition": {
1833            "type": "structure",
1834            "members": {
1835                "message": {
1836                    "target": "com.amazonaws.sfn#ErrorMessage"
1837                }
1838            },
1839            "traits": {
1840                "smithy.api#documentation": "<p>The provided Amazon States Language definition is invalid.</p>",
1841                "smithy.api#error": "client"
1842            }
1843        },
1844        "com.amazonaws.sfn#InvalidExecutionInput": {
1845            "type": "structure",
1846            "members": {
1847                "message": {
1848                    "target": "com.amazonaws.sfn#ErrorMessage"
1849                }
1850            },
1851            "traits": {
1852                "smithy.api#documentation": "<p>The provided JSON input data is invalid.</p>",
1853                "smithy.api#error": "client"
1854            }
1855        },
1856        "com.amazonaws.sfn#InvalidLoggingConfiguration": {
1857            "type": "structure",
1858            "members": {
1859                "message": {
1860                    "target": "com.amazonaws.sfn#ErrorMessage"
1861                }
1862            },
1863            "traits": {
1864                "smithy.api#documentation": "<p></p>",
1865                "smithy.api#error": "client"
1866            }
1867        },
1868        "com.amazonaws.sfn#InvalidName": {
1869            "type": "structure",
1870            "members": {
1871                "message": {
1872                    "target": "com.amazonaws.sfn#ErrorMessage"
1873                }
1874            },
1875            "traits": {
1876                "smithy.api#documentation": "<p>The provided name is invalid.</p>",
1877                "smithy.api#error": "client"
1878            }
1879        },
1880        "com.amazonaws.sfn#InvalidOutput": {
1881            "type": "structure",
1882            "members": {
1883                "message": {
1884                    "target": "com.amazonaws.sfn#ErrorMessage"
1885                }
1886            },
1887            "traits": {
1888                "smithy.api#documentation": "<p>The provided JSON output data is invalid.</p>",
1889                "smithy.api#error": "client"
1890            }
1891        },
1892        "com.amazonaws.sfn#InvalidToken": {
1893            "type": "structure",
1894            "members": {
1895                "message": {
1896                    "target": "com.amazonaws.sfn#ErrorMessage"
1897                }
1898            },
1899            "traits": {
1900                "smithy.api#documentation": "<p>The provided token is invalid.</p>",
1901                "smithy.api#error": "client"
1902            }
1903        },
1904        "com.amazonaws.sfn#InvalidTracingConfiguration": {
1905            "type": "structure",
1906            "members": {
1907                "message": {
1908                    "target": "com.amazonaws.sfn#ErrorMessage"
1909                }
1910            },
1911            "traits": {
1912                "smithy.api#documentation": "<p>Your <code>tracingConfiguration</code> key does not match, or <code>enabled</code> has not been set to <code>true</code> or <code>false</code>.</p>",
1913                "smithy.api#error": "client"
1914            }
1915        },
1916        "com.amazonaws.sfn#LambdaFunctionFailedEventDetails": {
1917            "type": "structure",
1918            "members": {
1919                "error": {
1920                    "target": "com.amazonaws.sfn#SensitiveError",
1921                    "traits": {
1922                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
1923                    }
1924                },
1925                "cause": {
1926                    "target": "com.amazonaws.sfn#SensitiveCause",
1927                    "traits": {
1928                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
1929                    }
1930                }
1931            },
1932            "traits": {
1933                "smithy.api#documentation": "<p>Contains details about a lambda function that failed during an execution.</p>"
1934            }
1935        },
1936        "com.amazonaws.sfn#LambdaFunctionScheduleFailedEventDetails": {
1937            "type": "structure",
1938            "members": {
1939                "error": {
1940                    "target": "com.amazonaws.sfn#SensitiveError",
1941                    "traits": {
1942                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
1943                    }
1944                },
1945                "cause": {
1946                    "target": "com.amazonaws.sfn#SensitiveCause",
1947                    "traits": {
1948                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
1949                    }
1950                }
1951            },
1952            "traits": {
1953                "smithy.api#documentation": "<p>Contains details about a failed lambda function schedule event that occurred during an\n      execution.</p>"
1954            }
1955        },
1956        "com.amazonaws.sfn#LambdaFunctionScheduledEventDetails": {
1957            "type": "structure",
1958            "members": {
1959                "resource": {
1960                    "target": "com.amazonaws.sfn#Arn",
1961                    "traits": {
1962                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the scheduled lambda function.</p>",
1963                        "smithy.api#required": {}
1964                    }
1965                },
1966                "input": {
1967                    "target": "com.amazonaws.sfn#SensitiveData",
1968                    "traits": {
1969                        "smithy.api#documentation": "<p>The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
1970                    }
1971                },
1972                "inputDetails": {
1973                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
1974                    "traits": {
1975                        "smithy.api#documentation": "<p>Contains details about input for an execution history event.</p>"
1976                    }
1977                },
1978                "timeoutInSeconds": {
1979                    "target": "com.amazonaws.sfn#TimeoutInSeconds",
1980                    "traits": {
1981                        "smithy.api#box": {},
1982                        "smithy.api#documentation": "<p>The maximum allowed duration of the lambda function.</p>"
1983                    }
1984                }
1985            },
1986            "traits": {
1987                "smithy.api#documentation": "<p>Contains details about a lambda function scheduled during an execution.</p>"
1988            }
1989        },
1990        "com.amazonaws.sfn#LambdaFunctionStartFailedEventDetails": {
1991            "type": "structure",
1992            "members": {
1993                "error": {
1994                    "target": "com.amazonaws.sfn#SensitiveError",
1995                    "traits": {
1996                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
1997                    }
1998                },
1999                "cause": {
2000                    "target": "com.amazonaws.sfn#SensitiveCause",
2001                    "traits": {
2002                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
2003                    }
2004                }
2005            },
2006            "traits": {
2007                "smithy.api#documentation": "<p>Contains details about a lambda function that failed to start during an execution.</p>"
2008            }
2009        },
2010        "com.amazonaws.sfn#LambdaFunctionSucceededEventDetails": {
2011            "type": "structure",
2012            "members": {
2013                "output": {
2014                    "target": "com.amazonaws.sfn#SensitiveData",
2015                    "traits": {
2016                        "smithy.api#documentation": "<p>The JSON data output by the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
2017                    }
2018                },
2019                "outputDetails": {
2020                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
2021                    "traits": {
2022                        "smithy.api#documentation": "<p>Contains details about the output of an execution history event.</p>"
2023                    }
2024                }
2025            },
2026            "traits": {
2027                "smithy.api#documentation": "<p>Contains details about a lambda function that successfully terminated during an\n      execution.</p>"
2028            }
2029        },
2030        "com.amazonaws.sfn#LambdaFunctionTimedOutEventDetails": {
2031            "type": "structure",
2032            "members": {
2033                "error": {
2034                    "target": "com.amazonaws.sfn#SensitiveError",
2035                    "traits": {
2036                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
2037                    }
2038                },
2039                "cause": {
2040                    "target": "com.amazonaws.sfn#SensitiveCause",
2041                    "traits": {
2042                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the timeout.</p>"
2043                    }
2044                }
2045            },
2046            "traits": {
2047                "smithy.api#documentation": "<p>Contains details about a lambda function timeout that occurred during an execution.</p>"
2048            }
2049        },
2050        "com.amazonaws.sfn#ListActivities": {
2051            "type": "operation",
2052            "input": {
2053                "target": "com.amazonaws.sfn#ListActivitiesInput"
2054            },
2055            "output": {
2056                "target": "com.amazonaws.sfn#ListActivitiesOutput"
2057            },
2058            "errors": [
2059                {
2060                    "target": "com.amazonaws.sfn#InvalidToken"
2061                }
2062            ],
2063            "traits": {
2064                "smithy.api#documentation": "<p>Lists the existing activities.</p> \n         <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p> \n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note>",
2065                "smithy.api#paginated": {
2066                    "inputToken": "nextToken",
2067                    "outputToken": "nextToken",
2068                    "items": "activities",
2069                    "pageSize": "maxResults"
2070                }
2071            }
2072        },
2073        "com.amazonaws.sfn#ListActivitiesInput": {
2074            "type": "structure",
2075            "members": {
2076                "maxResults": {
2077                    "target": "com.amazonaws.sfn#PageSize",
2078                    "traits": {
2079                        "smithy.api#documentation": "<p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.\n    The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.</p> \n         <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>"
2080                    }
2081                },
2082                "nextToken": {
2083                    "target": "com.amazonaws.sfn#PageToken",
2084                    "traits": {
2085                        "smithy.api#documentation": "<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>"
2086                    }
2087                }
2088            }
2089        },
2090        "com.amazonaws.sfn#ListActivitiesOutput": {
2091            "type": "structure",
2092            "members": {
2093                "activities": {
2094                    "target": "com.amazonaws.sfn#ActivityList",
2095                    "traits": {
2096                        "smithy.api#documentation": "<p>The list of activities.</p>",
2097                        "smithy.api#required": {}
2098                    }
2099                },
2100                "nextToken": {
2101                    "target": "com.amazonaws.sfn#PageToken",
2102                    "traits": {
2103                        "smithy.api#documentation": "<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>"
2104                    }
2105                }
2106            }
2107        },
2108        "com.amazonaws.sfn#ListExecutions": {
2109            "type": "operation",
2110            "input": {
2111                "target": "com.amazonaws.sfn#ListExecutionsInput"
2112            },
2113            "output": {
2114                "target": "com.amazonaws.sfn#ListExecutionsOutput"
2115            },
2116            "errors": [
2117                {
2118                    "target": "com.amazonaws.sfn#InvalidArn"
2119                },
2120                {
2121                    "target": "com.amazonaws.sfn#InvalidToken"
2122                },
2123                {
2124                    "target": "com.amazonaws.sfn#StateMachineDoesNotExist"
2125                },
2126                {
2127                    "target": "com.amazonaws.sfn#StateMachineTypeNotSupported"
2128                }
2129            ],
2130            "traits": {
2131                "smithy.api#documentation": "<p>Lists the executions of a state machine that meet the filtering criteria. Results are\n      sorted by time, with the most recent execution first.</p> \n         <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>\n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note> \n         <p>This API action is not supported by <code>EXPRESS</code> state machines.</p>",
2132                "smithy.api#paginated": {
2133                    "inputToken": "nextToken",
2134                    "outputToken": "nextToken",
2135                    "items": "executions",
2136                    "pageSize": "maxResults"
2137                }
2138            }
2139        },
2140        "com.amazonaws.sfn#ListExecutionsInput": {
2141            "type": "structure",
2142            "members": {
2143                "stateMachineArn": {
2144                    "target": "com.amazonaws.sfn#Arn",
2145                    "traits": {
2146                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the state machine whose executions is listed.</p>",
2147                        "smithy.api#required": {}
2148                    }
2149                },
2150                "statusFilter": {
2151                    "target": "com.amazonaws.sfn#ExecutionStatus",
2152                    "traits": {
2153                        "smithy.api#documentation": "<p>If specified, only list the executions whose current execution status matches the given\n      filter.</p>"
2154                    }
2155                },
2156                "maxResults": {
2157                    "target": "com.amazonaws.sfn#PageSize",
2158                    "traits": {
2159                        "smithy.api#documentation": "<p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.\n    The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.</p> \n         <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>"
2160                    }
2161                },
2162                "nextToken": {
2163                    "target": "com.amazonaws.sfn#ListExecutionsPageToken",
2164                    "traits": {
2165                        "smithy.api#documentation": "<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>"
2166                    }
2167                }
2168            }
2169        },
2170        "com.amazonaws.sfn#ListExecutionsOutput": {
2171            "type": "structure",
2172            "members": {
2173                "executions": {
2174                    "target": "com.amazonaws.sfn#ExecutionList",
2175                    "traits": {
2176                        "smithy.api#documentation": "<p>The list of matching executions.</p>",
2177                        "smithy.api#required": {}
2178                    }
2179                },
2180                "nextToken": {
2181                    "target": "com.amazonaws.sfn#ListExecutionsPageToken",
2182                    "traits": {
2183                        "smithy.api#documentation": "<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>"
2184                    }
2185                }
2186            }
2187        },
2188        "com.amazonaws.sfn#ListExecutionsPageToken": {
2189            "type": "string",
2190            "traits": {
2191                "smithy.api#length": {
2192                    "min": 1,
2193                    "max": 3096
2194                }
2195            }
2196        },
2197        "com.amazonaws.sfn#ListStateMachines": {
2198            "type": "operation",
2199            "input": {
2200                "target": "com.amazonaws.sfn#ListStateMachinesInput"
2201            },
2202            "output": {
2203                "target": "com.amazonaws.sfn#ListStateMachinesOutput"
2204            },
2205            "errors": [
2206                {
2207                    "target": "com.amazonaws.sfn#InvalidToken"
2208                }
2209            ],
2210            "traits": {
2211                "smithy.api#documentation": "<p>Lists the existing state machines.</p> \n         <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p> \n         <note>\n            <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>\n         </note>",
2212                "smithy.api#paginated": {
2213                    "inputToken": "nextToken",
2214                    "outputToken": "nextToken",
2215                    "items": "stateMachines",
2216                    "pageSize": "maxResults"
2217                }
2218            }
2219        },
2220        "com.amazonaws.sfn#ListStateMachinesInput": {
2221            "type": "structure",
2222            "members": {
2223                "maxResults": {
2224                    "target": "com.amazonaws.sfn#PageSize",
2225                    "traits": {
2226                        "smithy.api#documentation": "<p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.\n    The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.</p> \n         <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>"
2227                    }
2228                },
2229                "nextToken": {
2230                    "target": "com.amazonaws.sfn#PageToken",
2231                    "traits": {
2232                        "smithy.api#documentation": "<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>"
2233                    }
2234                }
2235            }
2236        },
2237        "com.amazonaws.sfn#ListStateMachinesOutput": {
2238            "type": "structure",
2239            "members": {
2240                "stateMachines": {
2241                    "target": "com.amazonaws.sfn#StateMachineList",
2242                    "traits": {
2243                        "smithy.api#required": {}
2244                    }
2245                },
2246                "nextToken": {
2247                    "target": "com.amazonaws.sfn#PageToken",
2248                    "traits": {
2249                        "smithy.api#documentation": "<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.\n    Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>"
2250                    }
2251                }
2252            }
2253        },
2254        "com.amazonaws.sfn#ListTagsForResource": {
2255            "type": "operation",
2256            "input": {
2257                "target": "com.amazonaws.sfn#ListTagsForResourceInput"
2258            },
2259            "output": {
2260                "target": "com.amazonaws.sfn#ListTagsForResourceOutput"
2261            },
2262            "errors": [
2263                {
2264                    "target": "com.amazonaws.sfn#InvalidArn"
2265                },
2266                {
2267                    "target": "com.amazonaws.sfn#ResourceNotFound"
2268                }
2269            ],
2270            "traits": {
2271                "smithy.api#documentation": "<p>List tags for a given resource.</p> \n         <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>"
2272            }
2273        },
2274        "com.amazonaws.sfn#ListTagsForResourceInput": {
2275            "type": "structure",
2276            "members": {
2277                "resourceArn": {
2278                    "target": "com.amazonaws.sfn#Arn",
2279                    "traits": {
2280                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</p>",
2281                        "smithy.api#required": {}
2282                    }
2283                }
2284            }
2285        },
2286        "com.amazonaws.sfn#ListTagsForResourceOutput": {
2287            "type": "structure",
2288            "members": {
2289                "tags": {
2290                    "target": "com.amazonaws.sfn#TagList",
2291                    "traits": {
2292                        "smithy.api#documentation": "<p>An array of tags associated with the resource.</p>"
2293                    }
2294                }
2295            }
2296        },
2297        "com.amazonaws.sfn#LogDestination": {
2298            "type": "structure",
2299            "members": {
2300                "cloudWatchLogsLogGroup": {
2301                    "target": "com.amazonaws.sfn#CloudWatchLogsLogGroup",
2302                    "traits": {
2303                        "smithy.api#documentation": "<p>An object describing a CloudWatch log group. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\">AWS::Logs::LogGroup</a> in the AWS CloudFormation User Guide.</p>"
2304                    }
2305                }
2306            },
2307            "traits": {
2308                "smithy.api#documentation": "<p></p>"
2309            }
2310        },
2311        "com.amazonaws.sfn#LogDestinationList": {
2312            "type": "list",
2313            "member": {
2314                "target": "com.amazonaws.sfn#LogDestination"
2315            }
2316        },
2317        "com.amazonaws.sfn#LogLevel": {
2318            "type": "string",
2319            "traits": {
2320                "smithy.api#enum": [
2321                    {
2322                        "value": "ALL",
2323                        "name": "ALL"
2324                    },
2325                    {
2326                        "value": "ERROR",
2327                        "name": "ERROR"
2328                    },
2329                    {
2330                        "value": "FATAL",
2331                        "name": "FATAL"
2332                    },
2333                    {
2334                        "value": "OFF",
2335                        "name": "OFF"
2336                    }
2337                ]
2338            }
2339        },
2340        "com.amazonaws.sfn#LoggingConfiguration": {
2341            "type": "structure",
2342            "members": {
2343                "level": {
2344                    "target": "com.amazonaws.sfn#LogLevel",
2345                    "traits": {
2346                        "smithy.api#documentation": "<p>Defines which category of execution history events are logged.</p>"
2347                    }
2348                },
2349                "includeExecutionData": {
2350                    "target": "com.amazonaws.sfn#IncludeExecutionData",
2351                    "traits": {
2352                        "smithy.api#documentation": "<p>Determines whether execution data is included in your log. When set to <code>false</code>,\n      data is excluded.</p>"
2353                    }
2354                },
2355                "destinations": {
2356                    "target": "com.amazonaws.sfn#LogDestinationList",
2357                    "traits": {
2358                        "smithy.api#documentation": "<p>An array of objects that describes where your execution history events will be logged.\n      Limited to size 1. Required, if your log level is not set to <code>OFF</code>.</p>"
2359                    }
2360                }
2361            },
2362            "traits": {
2363                "smithy.api#documentation": "<p>The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs\n      options.</p>"
2364            }
2365        },
2366        "com.amazonaws.sfn#MapIterationEventDetails": {
2367            "type": "structure",
2368            "members": {
2369                "name": {
2370                    "target": "com.amazonaws.sfn#Name",
2371                    "traits": {
2372                        "smithy.api#documentation": "<p>The name of the iteration’s parent Map state.</p>"
2373                    }
2374                },
2375                "index": {
2376                    "target": "com.amazonaws.sfn#UnsignedInteger",
2377                    "traits": {
2378                        "smithy.api#documentation": "<p>The index of the array belonging to the Map state iteration.</p>"
2379                    }
2380                }
2381            },
2382            "traits": {
2383                "smithy.api#documentation": "<p>Contains details about an iteration of a Map state.</p>"
2384            }
2385        },
2386        "com.amazonaws.sfn#MapStateStartedEventDetails": {
2387            "type": "structure",
2388            "members": {
2389                "length": {
2390                    "target": "com.amazonaws.sfn#UnsignedInteger",
2391                    "traits": {
2392                        "smithy.api#documentation": "<p>The size of the array for Map state iterations.</p>"
2393                    }
2394                }
2395            },
2396            "traits": {
2397                "smithy.api#documentation": "<p>Details about a Map state that was started.</p>"
2398            }
2399        },
2400        "com.amazonaws.sfn#MissingRequiredParameter": {
2401            "type": "structure",
2402            "members": {
2403                "message": {
2404                    "target": "com.amazonaws.sfn#ErrorMessage"
2405                }
2406            },
2407            "traits": {
2408                "smithy.api#documentation": "<p>Request is missing a required parameter. This error occurs if both <code>definition</code>\n      and <code>roleArn</code> are not specified.</p>",
2409                "smithy.api#error": "client"
2410            }
2411        },
2412        "com.amazonaws.sfn#Name": {
2413            "type": "string",
2414            "traits": {
2415                "smithy.api#length": {
2416                    "min": 1,
2417                    "max": 80
2418                }
2419            }
2420        },
2421        "com.amazonaws.sfn#PageSize": {
2422            "type": "integer",
2423            "traits": {
2424                "smithy.api#range": {
2425                    "min": 0,
2426                    "max": 1000
2427                }
2428            }
2429        },
2430        "com.amazonaws.sfn#PageToken": {
2431            "type": "string",
2432            "traits": {
2433                "smithy.api#length": {
2434                    "min": 1,
2435                    "max": 1024
2436                }
2437            }
2438        },
2439        "com.amazonaws.sfn#ResourceNotFound": {
2440            "type": "structure",
2441            "members": {
2442                "message": {
2443                    "target": "com.amazonaws.sfn#ErrorMessage"
2444                },
2445                "resourceName": {
2446                    "target": "com.amazonaws.sfn#Arn"
2447                }
2448            },
2449            "traits": {
2450                "smithy.api#documentation": "<p>Could not find the referenced resource. Only state machine and activity ARNs are\n      supported.</p>",
2451                "smithy.api#error": "client",
2452                "smithy.api#httpError": 404
2453            }
2454        },
2455        "com.amazonaws.sfn#ReverseOrder": {
2456            "type": "boolean"
2457        },
2458        "com.amazonaws.sfn#SendTaskFailure": {
2459            "type": "operation",
2460            "input": {
2461                "target": "com.amazonaws.sfn#SendTaskFailureInput"
2462            },
2463            "output": {
2464                "target": "com.amazonaws.sfn#SendTaskFailureOutput"
2465            },
2466            "errors": [
2467                {
2468                    "target": "com.amazonaws.sfn#InvalidToken"
2469                },
2470                {
2471                    "target": "com.amazonaws.sfn#TaskDoesNotExist"
2472                },
2473                {
2474                    "target": "com.amazonaws.sfn#TaskTimedOut"
2475                }
2476            ],
2477            "traits": {
2478                "smithy.api#documentation": "<p>Used by activity workers and task states using the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token\">callback</a>\n      pattern to report that the task identified by the <code>taskToken</code> failed.</p>"
2479            }
2480        },
2481        "com.amazonaws.sfn#SendTaskFailureInput": {
2482            "type": "structure",
2483            "members": {
2484                "taskToken": {
2485                    "target": "com.amazonaws.sfn#TaskToken",
2486                    "traits": {
2487                        "smithy.api#documentation": "<p>The token that represents this task. Task tokens are generated by Step Functions when\n      tasks are assigned to a worker, or in the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html\">context object</a> when a\n      workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</p>",
2488                        "smithy.api#required": {}
2489                    }
2490                },
2491                "error": {
2492                    "target": "com.amazonaws.sfn#SensitiveError",
2493                    "traits": {
2494                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
2495                    }
2496                },
2497                "cause": {
2498                    "target": "com.amazonaws.sfn#SensitiveCause",
2499                    "traits": {
2500                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
2501                    }
2502                }
2503            }
2504        },
2505        "com.amazonaws.sfn#SendTaskFailureOutput": {
2506            "type": "structure",
2507            "members": {}
2508        },
2509        "com.amazonaws.sfn#SendTaskHeartbeat": {
2510            "type": "operation",
2511            "input": {
2512                "target": "com.amazonaws.sfn#SendTaskHeartbeatInput"
2513            },
2514            "output": {
2515                "target": "com.amazonaws.sfn#SendTaskHeartbeatOutput"
2516            },
2517            "errors": [
2518                {
2519                    "target": "com.amazonaws.sfn#InvalidToken"
2520                },
2521                {
2522                    "target": "com.amazonaws.sfn#TaskDoesNotExist"
2523                },
2524                {
2525                    "target": "com.amazonaws.sfn#TaskTimedOut"
2526                }
2527            ],
2528            "traits": {
2529                "smithy.api#documentation": "<p>Used by activity workers and task states using the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token\">callback</a>\n      pattern to report to Step Functions that the task represented by the specified\n        <code>taskToken</code> is still making progress. This action resets the\n        <code>Heartbeat</code> clock. The <code>Heartbeat</code> threshold is specified in the state\n      machine's Amazon States Language definition (<code>HeartbeatSeconds</code>). This action does not in itself\n      create an event in the execution history. However, if the task times out, the execution\n      history contains an <code>ActivityTimedOut</code> entry for activities, or a\n        <code>TaskTimedOut</code> entry for for tasks using the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-sync\">job run</a> or\n        <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token\">callback</a>\n      pattern.</p>\n         <note>\n            <p>The <code>Timeout</code> of a task, defined in the state machine's Amazon States Language definition, is\n        its maximum allowed duration, regardless of the number of <a>SendTaskHeartbeat</a> requests received. Use <code>HeartbeatSeconds</code> to configure the timeout interval\n        for heartbeats.</p>\n         </note>"
2530            }
2531        },
2532        "com.amazonaws.sfn#SendTaskHeartbeatInput": {
2533            "type": "structure",
2534            "members": {
2535                "taskToken": {
2536                    "target": "com.amazonaws.sfn#TaskToken",
2537                    "traits": {
2538                        "smithy.api#documentation": "<p>The token that represents this task. Task tokens are generated by Step Functions when\n      tasks are assigned to a worker, or in the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html\">context object</a> when a\n      workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</p>",
2539                        "smithy.api#required": {}
2540                    }
2541                }
2542            }
2543        },
2544        "com.amazonaws.sfn#SendTaskHeartbeatOutput": {
2545            "type": "structure",
2546            "members": {}
2547        },
2548        "com.amazonaws.sfn#SendTaskSuccess": {
2549            "type": "operation",
2550            "input": {
2551                "target": "com.amazonaws.sfn#SendTaskSuccessInput"
2552            },
2553            "output": {
2554                "target": "com.amazonaws.sfn#SendTaskSuccessOutput"
2555            },
2556            "errors": [
2557                {
2558                    "target": "com.amazonaws.sfn#InvalidOutput"
2559                },
2560                {
2561                    "target": "com.amazonaws.sfn#InvalidToken"
2562                },
2563                {
2564                    "target": "com.amazonaws.sfn#TaskDoesNotExist"
2565                },
2566                {
2567                    "target": "com.amazonaws.sfn#TaskTimedOut"
2568                }
2569            ],
2570            "traits": {
2571                "smithy.api#documentation": "<p>Used by activity workers and task states using the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token\">callback</a>\n      pattern to report that the task identified by the <code>taskToken</code> completed\n      successfully.</p>"
2572            }
2573        },
2574        "com.amazonaws.sfn#SendTaskSuccessInput": {
2575            "type": "structure",
2576            "members": {
2577                "taskToken": {
2578                    "target": "com.amazonaws.sfn#TaskToken",
2579                    "traits": {
2580                        "smithy.api#documentation": "<p>The token that represents this task. Task tokens are generated by Step Functions when\n      tasks are assigned to a worker, or in the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html\">context object</a> when a\n      workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</p>",
2581                        "smithy.api#required": {}
2582                    }
2583                },
2584                "output": {
2585                    "target": "com.amazonaws.sfn#SensitiveData",
2586                    "traits": {
2587                        "smithy.api#documentation": "<p>The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>",
2588                        "smithy.api#required": {}
2589                    }
2590                }
2591            }
2592        },
2593        "com.amazonaws.sfn#SendTaskSuccessOutput": {
2594            "type": "structure",
2595            "members": {}
2596        },
2597        "com.amazonaws.sfn#SensitiveCause": {
2598            "type": "string",
2599            "traits": {
2600                "smithy.api#length": {
2601                    "min": 0,
2602                    "max": 32768
2603                },
2604                "smithy.api#sensitive": {}
2605            }
2606        },
2607        "com.amazonaws.sfn#SensitiveData": {
2608            "type": "string",
2609            "traits": {
2610                "smithy.api#length": {
2611                    "min": 0,
2612                    "max": 262144
2613                },
2614                "smithy.api#sensitive": {}
2615            }
2616        },
2617        "com.amazonaws.sfn#SensitiveDataJobInput": {
2618            "type": "string",
2619            "traits": {
2620                "smithy.api#length": {
2621                    "min": 0,
2622                    "max": 262144
2623                },
2624                "smithy.api#sensitive": {}
2625            }
2626        },
2627        "com.amazonaws.sfn#SensitiveError": {
2628            "type": "string",
2629            "traits": {
2630                "smithy.api#length": {
2631                    "min": 0,
2632                    "max": 256
2633                },
2634                "smithy.api#sensitive": {}
2635            }
2636        },
2637        "com.amazonaws.sfn#StartExecution": {
2638            "type": "operation",
2639            "input": {
2640                "target": "com.amazonaws.sfn#StartExecutionInput"
2641            },
2642            "output": {
2643                "target": "com.amazonaws.sfn#StartExecutionOutput"
2644            },
2645            "errors": [
2646                {
2647                    "target": "com.amazonaws.sfn#ExecutionAlreadyExists"
2648                },
2649                {
2650                    "target": "com.amazonaws.sfn#ExecutionLimitExceeded"
2651                },
2652                {
2653                    "target": "com.amazonaws.sfn#InvalidArn"
2654                },
2655                {
2656                    "target": "com.amazonaws.sfn#InvalidExecutionInput"
2657                },
2658                {
2659                    "target": "com.amazonaws.sfn#InvalidName"
2660                },
2661                {
2662                    "target": "com.amazonaws.sfn#StateMachineDeleting"
2663                },
2664                {
2665                    "target": "com.amazonaws.sfn#StateMachineDoesNotExist"
2666                }
2667            ],
2668            "traits": {
2669                "smithy.api#documentation": "<p>Starts a state machine execution.</p>\n         <note>\n            <p>\n               <code>StartExecution</code> is idempotent. If <code>StartExecution</code> is called with\n        the same name and input as a running execution, the call will succeed and return the same\n        response as the original request. If the execution is closed or if the input is different,\n        it will return a 400 <code>ExecutionAlreadyExists</code> error. Names can be reused after 90\n        days. </p>\n         </note>",
2670                "smithy.api#idempotent": {}
2671            }
2672        },
2673        "com.amazonaws.sfn#StartExecutionInput": {
2674            "type": "structure",
2675            "members": {
2676                "stateMachineArn": {
2677                    "target": "com.amazonaws.sfn#Arn",
2678                    "traits": {
2679                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the state machine to execute.</p>",
2680                        "smithy.api#required": {}
2681                    }
2682                },
2683                "name": {
2684                    "target": "com.amazonaws.sfn#Name",
2685                    "traits": {
2686                        "smithy.api#documentation": "<p>The name of the execution. This name must be unique for your AWS account, region, and state machine for 90 days. For more information,\n    see <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions\">\n    Limits Related to State Machine Executions</a> in the <i>AWS Step Functions Developer Guide</i>.</p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>"
2687                    }
2688                },
2689                "input": {
2690                    "target": "com.amazonaws.sfn#SensitiveData",
2691                    "traits": {
2692                        "smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n         <p>\n            <code>\"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"</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>\"input\": \"{}\"</code>\n            </p>\n         </note>\n         <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
2693                    }
2694                },
2695                "traceHeader": {
2696                    "target": "com.amazonaws.sfn#TraceHeader",
2697                    "traits": {
2698                        "smithy.api#documentation": "<p>Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.</p>"
2699                    }
2700                }
2701            }
2702        },
2703        "com.amazonaws.sfn#StartExecutionOutput": {
2704            "type": "structure",
2705            "members": {
2706                "executionArn": {
2707                    "target": "com.amazonaws.sfn#Arn",
2708                    "traits": {
2709                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the execution.</p>",
2710                        "smithy.api#required": {}
2711                    }
2712                },
2713                "startDate": {
2714                    "target": "com.amazonaws.sfn#Timestamp",
2715                    "traits": {
2716                        "smithy.api#documentation": "<p>The date the execution is started.</p>",
2717                        "smithy.api#required": {}
2718                    }
2719                }
2720            }
2721        },
2722        "com.amazonaws.sfn#StartSyncExecution": {
2723            "type": "operation",
2724            "input": {
2725                "target": "com.amazonaws.sfn#StartSyncExecutionInput"
2726            },
2727            "output": {
2728                "target": "com.amazonaws.sfn#StartSyncExecutionOutput"
2729            },
2730            "errors": [
2731                {
2732                    "target": "com.amazonaws.sfn#InvalidArn"
2733                },
2734                {
2735                    "target": "com.amazonaws.sfn#InvalidExecutionInput"
2736                },
2737                {
2738                    "target": "com.amazonaws.sfn#InvalidName"
2739                },
2740                {
2741                    "target": "com.amazonaws.sfn#StateMachineDeleting"
2742                },
2743                {
2744                    "target": "com.amazonaws.sfn#StateMachineDoesNotExist"
2745                },
2746                {
2747                    "target": "com.amazonaws.sfn#StateMachineTypeNotSupported"
2748                }
2749            ],
2750            "traits": {
2751                "smithy.api#documentation": "<p>Starts a Synchronous Express state machine execution.</p>",
2752                "smithy.api#endpoint": {
2753                    "hostPrefix": "sync-"
2754                }
2755            }
2756        },
2757        "com.amazonaws.sfn#StartSyncExecutionInput": {
2758            "type": "structure",
2759            "members": {
2760                "stateMachineArn": {
2761                    "target": "com.amazonaws.sfn#Arn",
2762                    "traits": {
2763                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the state machine to execute.</p>",
2764                        "smithy.api#required": {}
2765                    }
2766                },
2767                "name": {
2768                    "target": "com.amazonaws.sfn#Name",
2769                    "traits": {
2770                        "smithy.api#documentation": "<p>The name of the execution.</p>"
2771                    }
2772                },
2773                "input": {
2774                    "target": "com.amazonaws.sfn#SensitiveData",
2775                    "traits": {
2776                        "smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n         <p>\n            <code>\"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"</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>\"input\": \"{}\"</code>\n            </p>\n         </note>\n         <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
2777                    }
2778                },
2779                "traceHeader": {
2780                    "target": "com.amazonaws.sfn#TraceHeader",
2781                    "traits": {
2782                        "smithy.api#documentation": "<p>Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.</p>"
2783                    }
2784                }
2785            }
2786        },
2787        "com.amazonaws.sfn#StartSyncExecutionOutput": {
2788            "type": "structure",
2789            "members": {
2790                "executionArn": {
2791                    "target": "com.amazonaws.sfn#Arn",
2792                    "traits": {
2793                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the execution.</p>",
2794                        "smithy.api#required": {}
2795                    }
2796                },
2797                "stateMachineArn": {
2798                    "target": "com.amazonaws.sfn#Arn",
2799                    "traits": {
2800                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the state machine.</p>"
2801                    }
2802                },
2803                "name": {
2804                    "target": "com.amazonaws.sfn#Name",
2805                    "traits": {
2806                        "smithy.api#documentation": "<p>The name of the execution.</p>"
2807                    }
2808                },
2809                "startDate": {
2810                    "target": "com.amazonaws.sfn#Timestamp",
2811                    "traits": {
2812                        "smithy.api#documentation": "<p>The date the execution is started.</p>",
2813                        "smithy.api#required": {}
2814                    }
2815                },
2816                "stopDate": {
2817                    "target": "com.amazonaws.sfn#Timestamp",
2818                    "traits": {
2819                        "smithy.api#documentation": "<p>If the execution has already ended, the date the execution stopped.</p>",
2820                        "smithy.api#required": {}
2821                    }
2822                },
2823                "status": {
2824                    "target": "com.amazonaws.sfn#SyncExecutionStatus",
2825                    "traits": {
2826                        "smithy.api#documentation": "<p>The current status of the execution.</p>",
2827                        "smithy.api#required": {}
2828                    }
2829                },
2830                "error": {
2831                    "target": "com.amazonaws.sfn#SensitiveError",
2832                    "traits": {
2833                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
2834                    }
2835                },
2836                "cause": {
2837                    "target": "com.amazonaws.sfn#SensitiveCause",
2838                    "traits": {
2839                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
2840                    }
2841                },
2842                "input": {
2843                    "target": "com.amazonaws.sfn#SensitiveData",
2844                    "traits": {
2845                        "smithy.api#documentation": "<p>The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
2846                    }
2847                },
2848                "inputDetails": {
2849                    "target": "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails"
2850                },
2851                "output": {
2852                    "target": "com.amazonaws.sfn#SensitiveData",
2853                    "traits": {
2854                        "smithy.api#documentation": "<p>The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>\n         <note>\n            <p>This field is set only if the execution succeeds. If the execution fails, this field is\n         null.</p>\n         </note>"
2855                    }
2856                },
2857                "outputDetails": {
2858                    "target": "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails"
2859                },
2860                "traceHeader": {
2861                    "target": "com.amazonaws.sfn#TraceHeader",
2862                    "traits": {
2863                        "smithy.api#documentation": "<p>The AWS X-Ray trace header that was passed to the execution.</p>"
2864                    }
2865                },
2866                "billingDetails": {
2867                    "target": "com.amazonaws.sfn#BillingDetails",
2868                    "traits": {
2869                        "smithy.api#documentation": "<p>An object that describes workflow billing details, including billed duration\n      and memory use.</p>"
2870                    }
2871                }
2872            }
2873        },
2874        "com.amazonaws.sfn#StateEnteredEventDetails": {
2875            "type": "structure",
2876            "members": {
2877                "name": {
2878                    "target": "com.amazonaws.sfn#Name",
2879                    "traits": {
2880                        "smithy.api#documentation": "<p>The name of the state.</p>",
2881                        "smithy.api#required": {}
2882                    }
2883                },
2884                "input": {
2885                    "target": "com.amazonaws.sfn#SensitiveData",
2886                    "traits": {
2887                        "smithy.api#documentation": "<p>The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
2888                    }
2889                },
2890                "inputDetails": {
2891                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
2892                    "traits": {
2893                        "smithy.api#documentation": "<p>Contains details about the input for an execution history event.</p>"
2894                    }
2895                }
2896            },
2897            "traits": {
2898                "smithy.api#documentation": "<p>Contains details about a state entered during an execution.</p>"
2899            }
2900        },
2901        "com.amazonaws.sfn#StateExitedEventDetails": {
2902            "type": "structure",
2903            "members": {
2904                "name": {
2905                    "target": "com.amazonaws.sfn#Name",
2906                    "traits": {
2907                        "smithy.api#documentation": "<p>The name of the state.</p>\n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>",
2908                        "smithy.api#required": {}
2909                    }
2910                },
2911                "output": {
2912                    "target": "com.amazonaws.sfn#SensitiveData",
2913                    "traits": {
2914                        "smithy.api#documentation": "<p>The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
2915                    }
2916                },
2917                "outputDetails": {
2918                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
2919                    "traits": {
2920                        "smithy.api#documentation": "<p>Contains details about the output of an execution history event.</p>"
2921                    }
2922                }
2923            },
2924            "traits": {
2925                "smithy.api#documentation": "<p>Contains details about an exit from a state during an execution.</p>"
2926            }
2927        },
2928        "com.amazonaws.sfn#StateMachineAlreadyExists": {
2929            "type": "structure",
2930            "members": {
2931                "message": {
2932                    "target": "com.amazonaws.sfn#ErrorMessage"
2933                }
2934            },
2935            "traits": {
2936                "smithy.api#documentation": "<p>A state machine with the same name but a different definition or role ARN already\n      exists.</p>",
2937                "smithy.api#error": "client"
2938            }
2939        },
2940        "com.amazonaws.sfn#StateMachineDeleting": {
2941            "type": "structure",
2942            "members": {
2943                "message": {
2944                    "target": "com.amazonaws.sfn#ErrorMessage"
2945                }
2946            },
2947            "traits": {
2948                "smithy.api#documentation": "<p>The specified state machine is being deleted.</p>",
2949                "smithy.api#error": "client"
2950            }
2951        },
2952        "com.amazonaws.sfn#StateMachineDoesNotExist": {
2953            "type": "structure",
2954            "members": {
2955                "message": {
2956                    "target": "com.amazonaws.sfn#ErrorMessage"
2957                }
2958            },
2959            "traits": {
2960                "smithy.api#documentation": "<p>The specified state machine does not exist.</p>",
2961                "smithy.api#error": "client"
2962            }
2963        },
2964        "com.amazonaws.sfn#StateMachineLimitExceeded": {
2965            "type": "structure",
2966            "members": {
2967                "message": {
2968                    "target": "com.amazonaws.sfn#ErrorMessage"
2969                }
2970            },
2971            "traits": {
2972                "smithy.api#documentation": "<p>The maximum number of state machines has been reached. Existing state machines must be\n      deleted before a new state machine can be created.</p>",
2973                "smithy.api#error": "client"
2974            }
2975        },
2976        "com.amazonaws.sfn#StateMachineList": {
2977            "type": "list",
2978            "member": {
2979                "target": "com.amazonaws.sfn#StateMachineListItem"
2980            }
2981        },
2982        "com.amazonaws.sfn#StateMachineListItem": {
2983            "type": "structure",
2984            "members": {
2985                "stateMachineArn": {
2986                    "target": "com.amazonaws.sfn#Arn",
2987                    "traits": {
2988                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the state machine.</p>",
2989                        "smithy.api#required": {}
2990                    }
2991                },
2992                "name": {
2993                    "target": "com.amazonaws.sfn#Name",
2994                    "traits": {
2995                        "smithy.api#documentation": "<p>The name of the state machine.</p> \n         <p>A name must <i>not</i> contain:</p>\n         <ul>\n            <li>\n               <p>white space</p>\n            </li>\n            <li>\n               <p>brackets <code>< > { } [ ]</code>\n               </p>\n            </li>\n            <li>\n               <p>wildcard characters <code>? *</code>\n               </p>\n            </li>\n            <li>\n               <p>special characters <code>\" # % \\ ^ | ~ ` $ & , ; : /</code>\n               </p>\n            </li>\n            <li>\n               <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>\n            </li>\n         </ul>\n         <p>To enable logging with CloudWatch Logs, the name should only contain  0-9, A-Z, a-z, - and _.</p>",
2996                        "smithy.api#required": {}
2997                    }
2998                },
2999                "type": {
3000                    "target": "com.amazonaws.sfn#StateMachineType",
3001                    "traits": {
3002                        "smithy.api#documentation": "<p></p>",
3003                        "smithy.api#required": {}
3004                    }
3005                },
3006                "creationDate": {
3007                    "target": "com.amazonaws.sfn#Timestamp",
3008                    "traits": {
3009                        "smithy.api#documentation": "<p>The date the state machine is created.</p>",
3010                        "smithy.api#required": {}
3011                    }
3012                }
3013            },
3014            "traits": {
3015                "smithy.api#documentation": "<p>Contains details about the state machine.</p>"
3016            }
3017        },
3018        "com.amazonaws.sfn#StateMachineStatus": {
3019            "type": "string",
3020            "traits": {
3021                "smithy.api#enum": [
3022                    {
3023                        "value": "ACTIVE",
3024                        "name": "ACTIVE"
3025                    },
3026                    {
3027                        "value": "DELETING",
3028                        "name": "DELETING"
3029                    }
3030                ]
3031            }
3032        },
3033        "com.amazonaws.sfn#StateMachineType": {
3034            "type": "string",
3035            "traits": {
3036                "smithy.api#enum": [
3037                    {
3038                        "value": "STANDARD",
3039                        "name": "STANDARD"
3040                    },
3041                    {
3042                        "value": "EXPRESS",
3043                        "name": "EXPRESS"
3044                    }
3045                ]
3046            }
3047        },
3048        "com.amazonaws.sfn#StateMachineTypeNotSupported": {
3049            "type": "structure",
3050            "members": {
3051                "message": {
3052                    "target": "com.amazonaws.sfn#ErrorMessage"
3053                }
3054            },
3055            "traits": {
3056                "smithy.api#documentation": "<p></p>",
3057                "smithy.api#error": "client"
3058            }
3059        },
3060        "com.amazonaws.sfn#StopExecution": {
3061            "type": "operation",
3062            "input": {
3063                "target": "com.amazonaws.sfn#StopExecutionInput"
3064            },
3065            "output": {
3066                "target": "com.amazonaws.sfn#StopExecutionOutput"
3067            },
3068            "errors": [
3069                {
3070                    "target": "com.amazonaws.sfn#ExecutionDoesNotExist"
3071                },
3072                {
3073                    "target": "com.amazonaws.sfn#InvalidArn"
3074                }
3075            ],
3076            "traits": {
3077                "smithy.api#documentation": "<p>Stops an execution.</p> \n         <p>This API action is not supported by <code>EXPRESS</code> state machines.</p>"
3078            }
3079        },
3080        "com.amazonaws.sfn#StopExecutionInput": {
3081            "type": "structure",
3082            "members": {
3083                "executionArn": {
3084                    "target": "com.amazonaws.sfn#Arn",
3085                    "traits": {
3086                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the execution to stop.</p>",
3087                        "smithy.api#required": {}
3088                    }
3089                },
3090                "error": {
3091                    "target": "com.amazonaws.sfn#SensitiveError",
3092                    "traits": {
3093                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
3094                    }
3095                },
3096                "cause": {
3097                    "target": "com.amazonaws.sfn#SensitiveCause",
3098                    "traits": {
3099                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
3100                    }
3101                }
3102            }
3103        },
3104        "com.amazonaws.sfn#StopExecutionOutput": {
3105            "type": "structure",
3106            "members": {
3107                "stopDate": {
3108                    "target": "com.amazonaws.sfn#Timestamp",
3109                    "traits": {
3110                        "smithy.api#documentation": "<p>The date the execution is stopped.</p>",
3111                        "smithy.api#required": {}
3112                    }
3113                }
3114            }
3115        },
3116        "com.amazonaws.sfn#SyncExecutionStatus": {
3117            "type": "string",
3118            "traits": {
3119                "smithy.api#enum": [
3120                    {
3121                        "value": "SUCCEEDED",
3122                        "name": "SUCCEEDED"
3123                    },
3124                    {
3125                        "value": "FAILED",
3126                        "name": "FAILED"
3127                    },
3128                    {
3129                        "value": "TIMED_OUT",
3130                        "name": "TIMED_OUT"
3131                    }
3132                ]
3133            }
3134        },
3135        "com.amazonaws.sfn#Tag": {
3136            "type": "structure",
3137            "members": {
3138                "key": {
3139                    "target": "com.amazonaws.sfn#TagKey",
3140                    "traits": {
3141                        "smithy.api#documentation": "<p>The key of a tag.</p>"
3142                    }
3143                },
3144                "value": {
3145                    "target": "com.amazonaws.sfn#TagValue",
3146                    "traits": {
3147                        "smithy.api#documentation": "<p>The value of a tag.</p>"
3148                    }
3149                }
3150            },
3151            "traits": {
3152                "smithy.api#documentation": "<p>Tags are key-value pairs that can be associated with Step Functions state machines and\n      activities.</p> \n         <p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using\n      Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User\n        Guide</i>, and <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html\">Controlling Access Using IAM\n          Tags</a>.</p> \n         <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>"
3153            }
3154        },
3155        "com.amazonaws.sfn#TagKey": {
3156            "type": "string",
3157            "traits": {
3158                "smithy.api#length": {
3159                    "min": 1,
3160                    "max": 128
3161                }
3162            }
3163        },
3164        "com.amazonaws.sfn#TagKeyList": {
3165            "type": "list",
3166            "member": {
3167                "target": "com.amazonaws.sfn#TagKey"
3168            }
3169        },
3170        "com.amazonaws.sfn#TagList": {
3171            "type": "list",
3172            "member": {
3173                "target": "com.amazonaws.sfn#Tag"
3174            }
3175        },
3176        "com.amazonaws.sfn#TagResource": {
3177            "type": "operation",
3178            "input": {
3179                "target": "com.amazonaws.sfn#TagResourceInput"
3180            },
3181            "output": {
3182                "target": "com.amazonaws.sfn#TagResourceOutput"
3183            },
3184            "errors": [
3185                {
3186                    "target": "com.amazonaws.sfn#InvalidArn"
3187                },
3188                {
3189                    "target": "com.amazonaws.sfn#ResourceNotFound"
3190                },
3191                {
3192                    "target": "com.amazonaws.sfn#TooManyTags"
3193                }
3194            ],
3195            "traits": {
3196                "smithy.api#documentation": "<p>Add a tag to a Step Functions resource.</p> \n         <p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using\n      Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User\n        Guide</i>, and <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html\">Controlling Access Using IAM\n          Tags</a>.</p> \n         <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>"
3197            }
3198        },
3199        "com.amazonaws.sfn#TagResourceInput": {
3200            "type": "structure",
3201            "members": {
3202                "resourceArn": {
3203                    "target": "com.amazonaws.sfn#Arn",
3204                    "traits": {
3205                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</p>",
3206                        "smithy.api#required": {}
3207                    }
3208                },
3209                "tags": {
3210                    "target": "com.amazonaws.sfn#TagList",
3211                    "traits": {
3212                        "smithy.api#documentation": "<p>The list of tags to add to a resource.</p> \n         <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>",
3213                        "smithy.api#required": {}
3214                    }
3215                }
3216            }
3217        },
3218        "com.amazonaws.sfn#TagResourceOutput": {
3219            "type": "structure",
3220            "members": {}
3221        },
3222        "com.amazonaws.sfn#TagValue": {
3223            "type": "string",
3224            "traits": {
3225                "smithy.api#length": {
3226                    "min": 0,
3227                    "max": 256
3228                }
3229            }
3230        },
3231        "com.amazonaws.sfn#TaskDoesNotExist": {
3232            "type": "structure",
3233            "members": {
3234                "message": {
3235                    "target": "com.amazonaws.sfn#ErrorMessage"
3236                }
3237            },
3238            "traits": {
3239                "smithy.api#error": "client"
3240            }
3241        },
3242        "com.amazonaws.sfn#TaskFailedEventDetails": {
3243            "type": "structure",
3244            "members": {
3245                "resourceType": {
3246                    "target": "com.amazonaws.sfn#Name",
3247                    "traits": {
3248                        "smithy.api#documentation": "<p>The action of the resource called by a task state.</p>",
3249                        "smithy.api#required": {}
3250                    }
3251                },
3252                "resource": {
3253                    "target": "com.amazonaws.sfn#Name",
3254                    "traits": {
3255                        "smithy.api#documentation": "<p>The service name of the resource in a task state.</p>",
3256                        "smithy.api#required": {}
3257                    }
3258                },
3259                "error": {
3260                    "target": "com.amazonaws.sfn#SensitiveError",
3261                    "traits": {
3262                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
3263                    }
3264                },
3265                "cause": {
3266                    "target": "com.amazonaws.sfn#SensitiveCause",
3267                    "traits": {
3268                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
3269                    }
3270                }
3271            },
3272            "traits": {
3273                "smithy.api#documentation": "<p>Contains details about a task failure event.</p>"
3274            }
3275        },
3276        "com.amazonaws.sfn#TaskScheduledEventDetails": {
3277            "type": "structure",
3278            "members": {
3279                "resourceType": {
3280                    "target": "com.amazonaws.sfn#Name",
3281                    "traits": {
3282                        "smithy.api#documentation": "<p>The action of the resource called by a task state.</p>",
3283                        "smithy.api#required": {}
3284                    }
3285                },
3286                "resource": {
3287                    "target": "com.amazonaws.sfn#Name",
3288                    "traits": {
3289                        "smithy.api#documentation": "<p>The service name of the resource in a task state.</p>",
3290                        "smithy.api#required": {}
3291                    }
3292                },
3293                "region": {
3294                    "target": "com.amazonaws.sfn#Name",
3295                    "traits": {
3296                        "smithy.api#documentation": "<p>The region of the scheduled task</p>",
3297                        "smithy.api#required": {}
3298                    }
3299                },
3300                "parameters": {
3301                    "target": "com.amazonaws.sfn#ConnectorParameters",
3302                    "traits": {
3303                        "smithy.api#documentation": "<p>The JSON data passed to the resource referenced in a task state.\n      Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>",
3304                        "smithy.api#required": {}
3305                    }
3306                },
3307                "timeoutInSeconds": {
3308                    "target": "com.amazonaws.sfn#TimeoutInSeconds",
3309                    "traits": {
3310                        "smithy.api#box": {},
3311                        "smithy.api#documentation": "<p>The maximum allowed duration of the task.</p>"
3312                    }
3313                },
3314                "heartbeatInSeconds": {
3315                    "target": "com.amazonaws.sfn#TimeoutInSeconds",
3316                    "traits": {
3317                        "smithy.api#box": {},
3318                        "smithy.api#documentation": "<p>The maximum allowed duration between two heartbeats for the task.</p>"
3319                    }
3320                }
3321            },
3322            "traits": {
3323                "smithy.api#documentation": "<p>Contains details about a task scheduled during an execution.</p>"
3324            }
3325        },
3326        "com.amazonaws.sfn#TaskStartFailedEventDetails": {
3327            "type": "structure",
3328            "members": {
3329                "resourceType": {
3330                    "target": "com.amazonaws.sfn#Name",
3331                    "traits": {
3332                        "smithy.api#documentation": "<p>The action of the resource called by a task state.</p>",
3333                        "smithy.api#required": {}
3334                    }
3335                },
3336                "resource": {
3337                    "target": "com.amazonaws.sfn#Name",
3338                    "traits": {
3339                        "smithy.api#documentation": "<p>The service name of the resource in a task state.</p>",
3340                        "smithy.api#required": {}
3341                    }
3342                },
3343                "error": {
3344                    "target": "com.amazonaws.sfn#SensitiveError",
3345                    "traits": {
3346                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
3347                    }
3348                },
3349                "cause": {
3350                    "target": "com.amazonaws.sfn#SensitiveCause",
3351                    "traits": {
3352                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
3353                    }
3354                }
3355            },
3356            "traits": {
3357                "smithy.api#documentation": "<p>Contains details about a task that failed to start during an execution.</p>"
3358            }
3359        },
3360        "com.amazonaws.sfn#TaskStartedEventDetails": {
3361            "type": "structure",
3362            "members": {
3363                "resourceType": {
3364                    "target": "com.amazonaws.sfn#Name",
3365                    "traits": {
3366                        "smithy.api#documentation": "<p>The action of the resource called by a task state.</p>",
3367                        "smithy.api#required": {}
3368                    }
3369                },
3370                "resource": {
3371                    "target": "com.amazonaws.sfn#Name",
3372                    "traits": {
3373                        "smithy.api#documentation": "<p>The service name of the resource in a task state.</p>",
3374                        "smithy.api#required": {}
3375                    }
3376                }
3377            },
3378            "traits": {
3379                "smithy.api#documentation": "<p>Contains details about the start of a task during an execution.</p>"
3380            }
3381        },
3382        "com.amazonaws.sfn#TaskSubmitFailedEventDetails": {
3383            "type": "structure",
3384            "members": {
3385                "resourceType": {
3386                    "target": "com.amazonaws.sfn#Name",
3387                    "traits": {
3388                        "smithy.api#documentation": "<p>The action of the resource called by a task state.</p>",
3389                        "smithy.api#required": {}
3390                    }
3391                },
3392                "resource": {
3393                    "target": "com.amazonaws.sfn#Name",
3394                    "traits": {
3395                        "smithy.api#documentation": "<p>The service name of the resource in a task state.</p>",
3396                        "smithy.api#required": {}
3397                    }
3398                },
3399                "error": {
3400                    "target": "com.amazonaws.sfn#SensitiveError",
3401                    "traits": {
3402                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
3403                    }
3404                },
3405                "cause": {
3406                    "target": "com.amazonaws.sfn#SensitiveCause",
3407                    "traits": {
3408                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
3409                    }
3410                }
3411            },
3412            "traits": {
3413                "smithy.api#documentation": "<p>Contains details about a task that failed to submit during an execution.</p>"
3414            }
3415        },
3416        "com.amazonaws.sfn#TaskSubmittedEventDetails": {
3417            "type": "structure",
3418            "members": {
3419                "resourceType": {
3420                    "target": "com.amazonaws.sfn#Name",
3421                    "traits": {
3422                        "smithy.api#documentation": "<p>The action of the resource called by a task state.</p>",
3423                        "smithy.api#required": {}
3424                    }
3425                },
3426                "resource": {
3427                    "target": "com.amazonaws.sfn#Name",
3428                    "traits": {
3429                        "smithy.api#documentation": "<p>The service name of the resource in a task state.</p>",
3430                        "smithy.api#required": {}
3431                    }
3432                },
3433                "output": {
3434                    "target": "com.amazonaws.sfn#SensitiveData",
3435                    "traits": {
3436                        "smithy.api#documentation": "<p>The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
3437                    }
3438                },
3439                "outputDetails": {
3440                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
3441                    "traits": {
3442                        "smithy.api#documentation": "<p>Contains details about the output of an execution history event.</p>"
3443                    }
3444                }
3445            },
3446            "traits": {
3447                "smithy.api#documentation": "<p>Contains details about a task submitted to a resource .</p>"
3448            }
3449        },
3450        "com.amazonaws.sfn#TaskSucceededEventDetails": {
3451            "type": "structure",
3452            "members": {
3453                "resourceType": {
3454                    "target": "com.amazonaws.sfn#Name",
3455                    "traits": {
3456                        "smithy.api#documentation": "<p>The action of the resource called by a task state.</p>",
3457                        "smithy.api#required": {}
3458                    }
3459                },
3460                "resource": {
3461                    "target": "com.amazonaws.sfn#Name",
3462                    "traits": {
3463                        "smithy.api#documentation": "<p>The service name of the resource in a task state.</p>",
3464                        "smithy.api#required": {}
3465                    }
3466                },
3467                "output": {
3468                    "target": "com.amazonaws.sfn#SensitiveData",
3469                    "traits": {
3470                        "smithy.api#documentation": "<p>The full JSON response from a resource when a task has succeeded. This response becomes\n      the output of the related task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
3471                    }
3472                },
3473                "outputDetails": {
3474                    "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails",
3475                    "traits": {
3476                        "smithy.api#documentation": "<p>Contains details about the output of an execution history event.</p>"
3477                    }
3478                }
3479            },
3480            "traits": {
3481                "smithy.api#documentation": "<p>Contains details about the successful completion of a task state.</p>"
3482            }
3483        },
3484        "com.amazonaws.sfn#TaskTimedOut": {
3485            "type": "structure",
3486            "members": {
3487                "message": {
3488                    "target": "com.amazonaws.sfn#ErrorMessage"
3489                }
3490            },
3491            "traits": {
3492                "smithy.api#error": "client"
3493            }
3494        },
3495        "com.amazonaws.sfn#TaskTimedOutEventDetails": {
3496            "type": "structure",
3497            "members": {
3498                "resourceType": {
3499                    "target": "com.amazonaws.sfn#Name",
3500                    "traits": {
3501                        "smithy.api#documentation": "<p>The action of the resource called by a task state.</p>",
3502                        "smithy.api#required": {}
3503                    }
3504                },
3505                "resource": {
3506                    "target": "com.amazonaws.sfn#Name",
3507                    "traits": {
3508                        "smithy.api#documentation": "<p>The service name of the resource in a task state.</p>",
3509                        "smithy.api#required": {}
3510                    }
3511                },
3512                "error": {
3513                    "target": "com.amazonaws.sfn#SensitiveError",
3514                    "traits": {
3515                        "smithy.api#documentation": "<p>The error code of the failure.</p>"
3516                    }
3517                },
3518                "cause": {
3519                    "target": "com.amazonaws.sfn#SensitiveCause",
3520                    "traits": {
3521                        "smithy.api#documentation": "<p>A more detailed explanation of the cause of the failure.</p>"
3522                    }
3523                }
3524            },
3525            "traits": {
3526                "smithy.api#documentation": "<p>Contains details about a resource timeout that occurred during an execution.</p>"
3527            }
3528        },
3529        "com.amazonaws.sfn#TaskToken": {
3530            "type": "string",
3531            "traits": {
3532                "smithy.api#length": {
3533                    "min": 1,
3534                    "max": 1024
3535                }
3536            }
3537        },
3538        "com.amazonaws.sfn#TimeoutInSeconds": {
3539            "type": "long"
3540        },
3541        "com.amazonaws.sfn#Timestamp": {
3542            "type": "timestamp"
3543        },
3544        "com.amazonaws.sfn#TooManyTags": {
3545            "type": "structure",
3546            "members": {
3547                "message": {
3548                    "target": "com.amazonaws.sfn#ErrorMessage"
3549                },
3550                "resourceName": {
3551                    "target": "com.amazonaws.sfn#Arn"
3552                }
3553            },
3554            "traits": {
3555                "smithy.api#documentation": "<p>You've exceeded the number of tags allowed for a resource. See the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/limits.html\"> Limits Topic</a> in the\n      AWS Step Functions Developer Guide.</p>",
3556                "smithy.api#error": "client",
3557                "smithy.api#httpError": 400
3558            }
3559        },
3560        "com.amazonaws.sfn#TraceHeader": {
3561            "type": "string",
3562            "traits": {
3563                "smithy.api#length": {
3564                    "min": 0,
3565                    "max": 256
3566                },
3567                "smithy.api#pattern": "\\p{ASCII}*"
3568            }
3569        },
3570        "com.amazonaws.sfn#TracingConfiguration": {
3571            "type": "structure",
3572            "members": {
3573                "enabled": {
3574                    "target": "com.amazonaws.sfn#Enabled",
3575                    "traits": {
3576                        "smithy.api#documentation": "<p>When set to <code>true</code>, AWS X-Ray tracing is enabled.</p>"
3577                    }
3578                }
3579            },
3580            "traits": {
3581                "smithy.api#documentation": "<p>Selects whether or not the state machine's AWS X-Ray tracing is enabled. Default is <code>false</code>\n         </p>"
3582            }
3583        },
3584        "com.amazonaws.sfn#UnsignedInteger": {
3585            "type": "integer",
3586            "traits": {
3587                "smithy.api#range": {
3588                    "min": 0
3589                }
3590            }
3591        },
3592        "com.amazonaws.sfn#UntagResource": {
3593            "type": "operation",
3594            "input": {
3595                "target": "com.amazonaws.sfn#UntagResourceInput"
3596            },
3597            "output": {
3598                "target": "com.amazonaws.sfn#UntagResourceOutput"
3599            },
3600            "errors": [
3601                {
3602                    "target": "com.amazonaws.sfn#InvalidArn"
3603                },
3604                {
3605                    "target": "com.amazonaws.sfn#ResourceNotFound"
3606                }
3607            ],
3608            "traits": {
3609                "smithy.api#documentation": "<p>Remove a tag from a Step Functions resource</p>"
3610            }
3611        },
3612        "com.amazonaws.sfn#UntagResourceInput": {
3613            "type": "structure",
3614            "members": {
3615                "resourceArn": {
3616                    "target": "com.amazonaws.sfn#Arn",
3617                    "traits": {
3618                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</p>",
3619                        "smithy.api#required": {}
3620                    }
3621                },
3622                "tagKeys": {
3623                    "target": "com.amazonaws.sfn#TagKeyList",
3624                    "traits": {
3625                        "smithy.api#documentation": "<p>The list of tags to remove from the resource.</p>",
3626                        "smithy.api#required": {}
3627                    }
3628                }
3629            }
3630        },
3631        "com.amazonaws.sfn#UntagResourceOutput": {
3632            "type": "structure",
3633            "members": {}
3634        },
3635        "com.amazonaws.sfn#UpdateStateMachine": {
3636            "type": "operation",
3637            "input": {
3638                "target": "com.amazonaws.sfn#UpdateStateMachineInput"
3639            },
3640            "output": {
3641                "target": "com.amazonaws.sfn#UpdateStateMachineOutput"
3642            },
3643            "errors": [
3644                {
3645                    "target": "com.amazonaws.sfn#InvalidArn"
3646                },
3647                {
3648                    "target": "com.amazonaws.sfn#InvalidDefinition"
3649                },
3650                {
3651                    "target": "com.amazonaws.sfn#InvalidLoggingConfiguration"
3652                },
3653                {
3654                    "target": "com.amazonaws.sfn#InvalidTracingConfiguration"
3655                },
3656                {
3657                    "target": "com.amazonaws.sfn#MissingRequiredParameter"
3658                },
3659                {
3660                    "target": "com.amazonaws.sfn#StateMachineDeleting"
3661                },
3662                {
3663                    "target": "com.amazonaws.sfn#StateMachineDoesNotExist"
3664                }
3665            ],
3666            "traits": {
3667                "smithy.api#documentation": "<p>Updates an existing state machine by modifying its <code>definition</code>,\n        <code>roleArn</code>, or <code>loggingConfiguration</code>. Running executions will continue\n      to use the previous <code>definition</code> and <code>roleArn</code>. You must include at\n      least one of <code>definition</code> or <code>roleArn</code> or you will receive a\n        <code>MissingRequiredParameter</code> error.</p>\n         <note>\n            <p>All <code>StartExecution</code> calls within a few seconds will use the updated\n          <code>definition</code> and <code>roleArn</code>. Executions started immediately after\n        calling <code>UpdateStateMachine</code> may use the previous state machine\n          <code>definition</code> and <code>roleArn</code>. </p>\n         </note>",
3668                "smithy.api#idempotent": {}
3669            }
3670        },
3671        "com.amazonaws.sfn#UpdateStateMachineInput": {
3672            "type": "structure",
3673            "members": {
3674                "stateMachineArn": {
3675                    "target": "com.amazonaws.sfn#Arn",
3676                    "traits": {
3677                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the state machine.</p>",
3678                        "smithy.api#required": {}
3679                    }
3680                },
3681                "definition": {
3682                    "target": "com.amazonaws.sfn#Definition",
3683                    "traits": {
3684                        "smithy.api#documentation": "<p>The Amazon States Language definition of the state machine. See <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html\">Amazon States Language</a>.</p>"
3685                    }
3686                },
3687                "roleArn": {
3688                    "target": "com.amazonaws.sfn#Arn",
3689                    "traits": {
3690                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role of the state machine.</p>"
3691                    }
3692                },
3693                "loggingConfiguration": {
3694                    "target": "com.amazonaws.sfn#LoggingConfiguration",
3695                    "traits": {
3696                        "smithy.api#documentation": "<p>The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs\n      options.</p>"
3697                    }
3698                },
3699                "tracingConfiguration": {
3700                    "target": "com.amazonaws.sfn#TracingConfiguration",
3701                    "traits": {
3702                        "smithy.api#documentation": "<p>Selects whether AWS X-Ray tracing is enabled.</p>"
3703                    }
3704                }
3705            }
3706        },
3707        "com.amazonaws.sfn#UpdateStateMachineOutput": {
3708            "type": "structure",
3709            "members": {
3710                "updateDate": {
3711                    "target": "com.amazonaws.sfn#Timestamp",
3712                    "traits": {
3713                        "smithy.api#documentation": "<p>The date and time the state machine was updated.</p>",
3714                        "smithy.api#required": {}
3715                    }
3716                }
3717            }
3718        },
3719        "com.amazonaws.sfn#includedDetails": {
3720            "type": "boolean"
3721        },
3722        "com.amazonaws.sfn#truncated": {
3723            "type": "boolean"
3724        }
3725    }
3726}
3727