{ "smithy": "1.0", "metadata": { "suppressions": [ { "id": "HttpMethodSemantics", "namespace": "*" }, { "id": "HttpResponseCodeSemantics", "namespace": "*" }, { "id": "PaginatedTrait", "namespace": "*" }, { "id": "HttpHeaderTrait", "namespace": "*" }, { "id": "HttpUriConflict", "namespace": "*" }, { "id": "Service", "namespace": "*" } ] }, "shapes": { "com.amazonaws.sfn#AWSStepFunctions": { "type": "service", "version": "2016-11-23", "operations": [ { "target": "com.amazonaws.sfn#CreateActivity" }, { "target": "com.amazonaws.sfn#CreateStateMachine" }, { "target": "com.amazonaws.sfn#DeleteActivity" }, { "target": "com.amazonaws.sfn#DeleteStateMachine" }, { "target": "com.amazonaws.sfn#DescribeActivity" }, { "target": "com.amazonaws.sfn#DescribeExecution" }, { "target": "com.amazonaws.sfn#DescribeStateMachine" }, { "target": "com.amazonaws.sfn#DescribeStateMachineForExecution" }, { "target": "com.amazonaws.sfn#GetActivityTask" }, { "target": "com.amazonaws.sfn#GetExecutionHistory" }, { "target": "com.amazonaws.sfn#ListActivities" }, { "target": "com.amazonaws.sfn#ListExecutions" }, { "target": "com.amazonaws.sfn#ListStateMachines" }, { "target": "com.amazonaws.sfn#ListTagsForResource" }, { "target": "com.amazonaws.sfn#SendTaskFailure" }, { "target": "com.amazonaws.sfn#SendTaskHeartbeat" }, { "target": "com.amazonaws.sfn#SendTaskSuccess" }, { "target": "com.amazonaws.sfn#StartExecution" }, { "target": "com.amazonaws.sfn#StartSyncExecution" }, { "target": "com.amazonaws.sfn#StopExecution" }, { "target": "com.amazonaws.sfn#TagResource" }, { "target": "com.amazonaws.sfn#UntagResource" }, { "target": "com.amazonaws.sfn#UpdateStateMachine" } ], "traits": { "aws.api#service": { "sdkId": "SFN", "arnNamespace": "states", "cloudFormationName": "StepFunctions", "cloudTrailEventSource": "sfn.amazonaws.com", "endpointPrefix": "states" }, "aws.auth#sigv4": { "name": "states" }, "aws.protocols#awsJson1_0": {}, "smithy.api#documentation": "AWS Step Functions\n

AWS Step Functions is a service that lets you coordinate the components of distributed applications\n and microservices using visual workflows.

\n

You can use Step Functions to build applications from individual components, each of which performs\n a discrete function, or task, 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.

\n

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 \n AWS Step Functions Developer Guide\n .

", "smithy.api#title": "AWS Step Functions", "smithy.api#xmlNamespace": { "uri": "http://swf.amazonaws.com/doc/2015-07-20/" } } }, "com.amazonaws.sfn#ActivityDoesNotExist": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The specified activity does not exist.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#ActivityFailedEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an activity that failed during an execution.

" } }, "com.amazonaws.sfn#ActivityLimitExceeded": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The maximum number of activities has been reached. Existing activities must be deleted\n before a new activity can be created.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#ActivityList": { "type": "list", "member": { "target": "com.amazonaws.sfn#ActivityListItem" } }, "com.amazonaws.sfn#ActivityListItem": { "type": "structure", "members": { "activityArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the activity.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the activity.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

", "smithy.api#required": {} } }, "creationDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the activity is created.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Contains details about an activity.

" } }, "com.amazonaws.sfn#ActivityScheduleFailedEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an activity schedule failure that occurred during an\n execution.

" } }, "com.amazonaws.sfn#ActivityScheduledEventDetails": { "type": "structure", "members": { "resource": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the scheduled activity.

", "smithy.api#required": {} } }, "input": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "inputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the input for an execution history event.

" } }, "timeoutInSeconds": { "target": "com.amazonaws.sfn#TimeoutInSeconds", "traits": { "smithy.api#box": {}, "smithy.api#documentation": "

The maximum allowed duration of the activity task.

" } }, "heartbeatInSeconds": { "target": "com.amazonaws.sfn#TimeoutInSeconds", "traits": { "smithy.api#box": {}, "smithy.api#documentation": "

The maximum allowed duration between two heartbeats for the activity task.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an activity scheduled during an execution.

" } }, "com.amazonaws.sfn#ActivityStartedEventDetails": { "type": "structure", "members": { "workerName": { "target": "com.amazonaws.sfn#Identity", "traits": { "smithy.api#documentation": "

The name of the worker that the task is assigned to. These names are provided by the\n workers when calling GetActivityTask.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about the start of an activity during an execution.

" } }, "com.amazonaws.sfn#ActivitySucceededEventDetails": { "type": "structure", "members": { "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "outputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the output of an execution history event.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an activity that successfully terminated during an\n execution.

" } }, "com.amazonaws.sfn#ActivityTimedOutEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the timeout.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an activity timeout that occurred during an execution.

" } }, "com.amazonaws.sfn#ActivityWorkerLimitExceeded": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The maximum number of workers concurrently polling for activity tasks has been\n reached.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#Arn": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 256 } } }, "com.amazonaws.sfn#BilledDuration": { "type": "long", "traits": { "smithy.api#range": { "min": 0 } } }, "com.amazonaws.sfn#BilledMemoryUsed": { "type": "long", "traits": { "smithy.api#range": { "min": 0 } } }, "com.amazonaws.sfn#BillingDetails": { "type": "structure", "members": { "billedMemoryUsedInMB": { "target": "com.amazonaws.sfn#BilledMemoryUsed", "traits": { "smithy.api#documentation": "

Billed memory consumption of your workflow, in MB.

" } }, "billedDurationInMilliseconds": { "target": "com.amazonaws.sfn#BilledDuration", "traits": { "smithy.api#documentation": "

Billed duration of your workflow, in milliseconds.

" } } }, "traits": { "smithy.api#documentation": "

An object that describes workflow billing details.

" } }, "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails": { "type": "structure", "members": { "included": { "target": "com.amazonaws.sfn#includedDetails", "traits": { "smithy.api#documentation": "

Indicates whether input or output was included in the response. Always true\n for API calls.

" } } }, "traits": { "smithy.api#documentation": "

Provides details about execution input or output.

" } }, "com.amazonaws.sfn#CloudWatchLogsLogGroup": { "type": "structure", "members": { "logGroupArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN\n must end with :*\n

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.sfn#ConnectorParameters": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 262144 }, "smithy.api#sensitive": {} } }, "com.amazonaws.sfn#CreateActivity": { "type": "operation", "input": { "target": "com.amazonaws.sfn#CreateActivityInput" }, "output": { "target": "com.amazonaws.sfn#CreateActivityOutput" }, "errors": [ { "target": "com.amazonaws.sfn#ActivityLimitExceeded" }, { "target": "com.amazonaws.sfn#InvalidName" }, { "target": "com.amazonaws.sfn#TooManyTags" } ], "traits": { "smithy.api#documentation": "

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 GetActivityTask API action and respond using SendTask* 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.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
\n \n

\n CreateActivity is an idempotent API. Subsequent requests won’t create a\n duplicate resource if it was already created. CreateActivity's idempotency\n check is based on the activity name. If a following request has different\n tags values, Step Functions will ignore these differences and treat it as an\n idempotent request of the previous. In this case, tags will not be updated,\n even if they are different.

\n
", "smithy.api#idempotent": {} } }, "com.amazonaws.sfn#CreateActivityInput": { "type": "structure", "members": { "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

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 \n Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

", "smithy.api#required": {} } }, "tags": { "target": "com.amazonaws.sfn#TagList", "traits": { "smithy.api#documentation": "

The list of tags to add to a resource.

\n

An array of key-value pairs. For more information, see Using\n Cost Allocation Tags in the AWS Billing and Cost Management User\n Guide, and Controlling Access Using IAM\n Tags.

\n

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

" } } } }, "com.amazonaws.sfn#CreateActivityOutput": { "type": "structure", "members": { "activityArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the created activity.

", "smithy.api#required": {} } }, "creationDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the activity is created.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#CreateStateMachine": { "type": "operation", "input": { "target": "com.amazonaws.sfn#CreateStateMachineInput" }, "output": { "target": "com.amazonaws.sfn#CreateStateMachineOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#InvalidDefinition" }, { "target": "com.amazonaws.sfn#InvalidLoggingConfiguration" }, { "target": "com.amazonaws.sfn#InvalidName" }, { "target": "com.amazonaws.sfn#InvalidTracingConfiguration" }, { "target": "com.amazonaws.sfn#StateMachineAlreadyExists" }, { "target": "com.amazonaws.sfn#StateMachineDeleting" }, { "target": "com.amazonaws.sfn#StateMachineLimitExceeded" }, { "target": "com.amazonaws.sfn#StateMachineTypeNotSupported" }, { "target": "com.amazonaws.sfn#TooManyTags" } ], "traits": { "smithy.api#documentation": "

Creates a state machine. A state machine consists of a collection of states that can do\n work (Task states), determine to which states to transition next\n (Choice states), stop an execution with an error (Fail states),\n and so on. State machines are specified using a JSON-based, structured language. For more\n information, see Amazon States\n Language in the AWS Step Functions User Guide.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
\n \n

\n CreateStateMachine is an idempotent API. Subsequent requests won’t create a\n duplicate resource if it was already created. CreateStateMachine's idempotency\n check is based on the state machine name, definition,\n type, LoggingConfiguration and TracingConfiguration. If a following request has a\n different roleArn or tags, Step Functions will ignore these differences and\n treat it as an idempotent request of the previous. In this case, roleArn and\n tags will not be updated, even if they are different.

\n
", "smithy.api#idempotent": {} } }, "com.amazonaws.sfn#CreateStateMachineInput": { "type": "structure", "members": { "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the state machine.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

", "smithy.api#required": {} } }, "definition": { "target": "com.amazonaws.sfn#Definition", "traits": { "smithy.api#documentation": "

The Amazon States Language definition of the state machine. See Amazon States Language.

", "smithy.api#required": {} } }, "roleArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

", "smithy.api#required": {} } }, "type": { "target": "com.amazonaws.sfn#StateMachineType", "traits": { "smithy.api#documentation": "

Determines whether a Standard or Express state machine is created. The default is\n STANDARD. You cannot update the type of a state machine once it\n has been created.

" } }, "loggingConfiguration": { "target": "com.amazonaws.sfn#LoggingConfiguration", "traits": { "smithy.api#documentation": "

Defines what execution history events are logged and where they are logged.

\n \n

By default, the level is set to OFF. For more information see\n Log\n Levels in the AWS Step Functions User Guide.

\n
" } }, "tags": { "target": "com.amazonaws.sfn#TagList", "traits": { "smithy.api#documentation": "

Tags to be added when creating a state machine.

\n

An array of key-value pairs. For more information, see Using\n Cost Allocation Tags in the AWS Billing and Cost Management User\n Guide, and Controlling Access Using IAM\n Tags.

\n

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

" } }, "tracingConfiguration": { "target": "com.amazonaws.sfn#TracingConfiguration", "traits": { "smithy.api#documentation": "

Selects whether AWS X-Ray tracing is enabled.

" } } } }, "com.amazonaws.sfn#CreateStateMachineOutput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the created state machine.

", "smithy.api#required": {} } }, "creationDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the state machine is created.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#Definition": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 1048576 }, "smithy.api#sensitive": {} } }, "com.amazonaws.sfn#DeleteActivity": { "type": "operation", "input": { "target": "com.amazonaws.sfn#DeleteActivityInput" }, "output": { "target": "com.amazonaws.sfn#DeleteActivityOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" } ], "traits": { "smithy.api#documentation": "

Deletes an activity.

" } }, "com.amazonaws.sfn#DeleteActivityInput": { "type": "structure", "members": { "activityArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the activity to delete.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#DeleteActivityOutput": { "type": "structure", "members": {} }, "com.amazonaws.sfn#DeleteStateMachine": { "type": "operation", "input": { "target": "com.amazonaws.sfn#DeleteStateMachineInput" }, "output": { "target": "com.amazonaws.sfn#DeleteStateMachineOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" } ], "traits": { "smithy.api#documentation": "

Deletes a state machine. This is an asynchronous operation: It sets the state machine's\n status to DELETING and begins the deletion process.

\n \n

For EXPRESSstate machines, the deletion will happen eventually (usually\n less than a minute). Running executions may emit logs after DeleteStateMachine\n API is called.

\n
" } }, "com.amazonaws.sfn#DeleteStateMachineInput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the state machine to delete.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#DeleteStateMachineOutput": { "type": "structure", "members": {} }, "com.amazonaws.sfn#DescribeActivity": { "type": "operation", "input": { "target": "com.amazonaws.sfn#DescribeActivityInput" }, "output": { "target": "com.amazonaws.sfn#DescribeActivityOutput" }, "errors": [ { "target": "com.amazonaws.sfn#ActivityDoesNotExist" }, { "target": "com.amazonaws.sfn#InvalidArn" } ], "traits": { "smithy.api#documentation": "

Describes an activity.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
" } }, "com.amazonaws.sfn#DescribeActivityInput": { "type": "structure", "members": { "activityArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the activity to describe.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#DescribeActivityOutput": { "type": "structure", "members": { "activityArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the activity.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the activity.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

", "smithy.api#required": {} } }, "creationDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the activity is created.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#DescribeExecution": { "type": "operation", "input": { "target": "com.amazonaws.sfn#DescribeExecutionInput" }, "output": { "target": "com.amazonaws.sfn#DescribeExecutionOutput" }, "errors": [ { "target": "com.amazonaws.sfn#ExecutionDoesNotExist" }, { "target": "com.amazonaws.sfn#InvalidArn" } ], "traits": { "smithy.api#documentation": "

Describes an execution.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
\n

This API action is not supported by EXPRESS state machines.

" } }, "com.amazonaws.sfn#DescribeExecutionInput": { "type": "structure", "members": { "executionArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the execution to describe.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#DescribeExecutionOutput": { "type": "structure", "members": { "executionArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the execution.

", "smithy.api#required": {} } }, "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the executed stated machine.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the execution.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

" } }, "status": { "target": "com.amazonaws.sfn#ExecutionStatus", "traits": { "smithy.api#documentation": "

The current status of the execution.

", "smithy.api#required": {} } }, "startDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the execution is started.

", "smithy.api#required": {} } }, "stopDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

If the execution has already ended, the date the execution stopped.

" } }, "input": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

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.

" } }, "inputDetails": { "target": "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails" }, "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

\n \n

This field is set only if the execution succeeds. If the execution fails, this field is\n null.

\n
" } }, "outputDetails": { "target": "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails" }, "traceHeader": { "target": "com.amazonaws.sfn#TraceHeader", "traits": { "smithy.api#documentation": "

The AWS X-Ray trace header that was passed to the execution.

" } } } }, "com.amazonaws.sfn#DescribeStateMachine": { "type": "operation", "input": { "target": "com.amazonaws.sfn#DescribeStateMachineInput" }, "output": { "target": "com.amazonaws.sfn#DescribeStateMachineOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#StateMachineDoesNotExist" } ], "traits": { "smithy.api#documentation": "

Describes a state machine.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
" } }, "com.amazonaws.sfn#DescribeStateMachineForExecution": { "type": "operation", "input": { "target": "com.amazonaws.sfn#DescribeStateMachineForExecutionInput" }, "output": { "target": "com.amazonaws.sfn#DescribeStateMachineForExecutionOutput" }, "errors": [ { "target": "com.amazonaws.sfn#ExecutionDoesNotExist" }, { "target": "com.amazonaws.sfn#InvalidArn" } ], "traits": { "smithy.api#documentation": "

Describes the state machine associated with a specific execution.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
\n

This API action is not supported by EXPRESS state machines.

" } }, "com.amazonaws.sfn#DescribeStateMachineForExecutionInput": { "type": "structure", "members": { "executionArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the execution you want state machine information for.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#DescribeStateMachineForExecutionOutput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the state machine associated with the execution.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the state machine associated with the execution.

", "smithy.api#required": {} } }, "definition": { "target": "com.amazonaws.sfn#Definition", "traits": { "smithy.api#documentation": "

The Amazon States Language definition of the state machine. See Amazon States Language.

", "smithy.api#required": {} } }, "roleArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

", "smithy.api#required": {} } }, "updateDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

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.

", "smithy.api#required": {} } }, "loggingConfiguration": { "target": "com.amazonaws.sfn#LoggingConfiguration" }, "tracingConfiguration": { "target": "com.amazonaws.sfn#TracingConfiguration", "traits": { "smithy.api#documentation": "

Selects whether AWS X-Ray tracing is enabled.

" } } } }, "com.amazonaws.sfn#DescribeStateMachineInput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the state machine to describe.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#DescribeStateMachineOutput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the state machine.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the state machine.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

", "smithy.api#required": {} } }, "status": { "target": "com.amazonaws.sfn#StateMachineStatus", "traits": { "smithy.api#documentation": "

The current status of the state machine.

" } }, "definition": { "target": "com.amazonaws.sfn#Definition", "traits": { "smithy.api#documentation": "

The Amazon States Language definition of the state machine. See Amazon States Language.

", "smithy.api#required": {} } }, "roleArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

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.)

", "smithy.api#required": {} } }, "type": { "target": "com.amazonaws.sfn#StateMachineType", "traits": { "smithy.api#documentation": "

The type of the state machine (STANDARD or\n EXPRESS).

", "smithy.api#required": {} } }, "creationDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the state machine is created.

", "smithy.api#required": {} } }, "loggingConfiguration": { "target": "com.amazonaws.sfn#LoggingConfiguration" }, "tracingConfiguration": { "target": "com.amazonaws.sfn#TracingConfiguration", "traits": { "smithy.api#documentation": "

Selects whether AWS X-Ray tracing is enabled.

" } } } }, "com.amazonaws.sfn#Enabled": { "type": "boolean" }, "com.amazonaws.sfn#ErrorMessage": { "type": "string" }, "com.amazonaws.sfn#EventId": { "type": "long" }, "com.amazonaws.sfn#ExecutionAbortedEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an abort of an execution.

" } }, "com.amazonaws.sfn#ExecutionAlreadyExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The execution has the same name as another execution (but a different\n input).

\n \n

Executions with the same name and input are considered\n idempotent.

\n
", "smithy.api#error": "client" } }, "com.amazonaws.sfn#ExecutionDoesNotExist": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The specified execution does not exist.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#ExecutionFailedEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an execution failure event.

" } }, "com.amazonaws.sfn#ExecutionLimitExceeded": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The maximum number of running executions has been reached. Running executions must end or\n be stopped before a new execution can be started.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#ExecutionList": { "type": "list", "member": { "target": "com.amazonaws.sfn#ExecutionListItem" } }, "com.amazonaws.sfn#ExecutionListItem": { "type": "structure", "members": { "executionArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the execution.

", "smithy.api#required": {} } }, "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the executed state machine.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the execution.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

", "smithy.api#required": {} } }, "status": { "target": "com.amazonaws.sfn#ExecutionStatus", "traits": { "smithy.api#documentation": "

The current status of the execution.

", "smithy.api#required": {} } }, "startDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the execution started.

", "smithy.api#required": {} } }, "stopDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

If the execution already ended, the date the execution stopped.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an execution.

" } }, "com.amazonaws.sfn#ExecutionStartedEventDetails": { "type": "structure", "members": { "input": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "inputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the input for an execution history event.

" } }, "roleArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about the start of the execution.

" } }, "com.amazonaws.sfn#ExecutionStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "RUNNING", "name": "RUNNING" }, { "value": "SUCCEEDED", "name": "SUCCEEDED" }, { "value": "FAILED", "name": "FAILED" }, { "value": "TIMED_OUT", "name": "TIMED_OUT" }, { "value": "ABORTED", "name": "ABORTED" } ] } }, "com.amazonaws.sfn#ExecutionSucceededEventDetails": { "type": "structure", "members": { "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "outputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the output of an execution history event.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about the successful termination of the execution.

" } }, "com.amazonaws.sfn#ExecutionTimedOutEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the timeout.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about the execution timeout that occurred during the execution.

" } }, "com.amazonaws.sfn#GetActivityTask": { "type": "operation", "input": { "target": "com.amazonaws.sfn#GetActivityTaskInput" }, "output": { "target": "com.amazonaws.sfn#GetActivityTaskOutput" }, "errors": [ { "target": "com.amazonaws.sfn#ActivityDoesNotExist" }, { "target": "com.amazonaws.sfn#ActivityWorkerLimitExceeded" }, { "target": "com.amazonaws.sfn#InvalidArn" } ], "traits": { "smithy.api#documentation": "

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 taskToken with a null string.

\n \n

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).

\n

Polling with GetActivityTask can cause latency in some implementations. See\n Avoid\n Latency When Polling for Activity Tasks in the Step Functions Developer Guide.

\n
" } }, "com.amazonaws.sfn#GetActivityTaskInput": { "type": "structure", "members": { "activityArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task\n using CreateActivity.)

", "smithy.api#required": {} } }, "workerName": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

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.

" } } } }, "com.amazonaws.sfn#GetActivityTaskOutput": { "type": "structure", "members": { "taskToken": { "target": "com.amazonaws.sfn#TaskToken", "traits": { "smithy.api#documentation": "

A token that identifies the scheduled task. This token must be copied and included in\n subsequent calls to SendTaskHeartbeat, SendTaskSuccess or\n SendTaskFailure in order to report the progress or completion of the\n task.

" } }, "input": { "target": "com.amazonaws.sfn#SensitiveDataJobInput", "traits": { "smithy.api#documentation": "

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.

" } } } }, "com.amazonaws.sfn#GetExecutionHistory": { "type": "operation", "input": { "target": "com.amazonaws.sfn#GetExecutionHistoryInput" }, "output": { "target": "com.amazonaws.sfn#GetExecutionHistoryOutput" }, "errors": [ { "target": "com.amazonaws.sfn#ExecutionDoesNotExist" }, { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#InvalidToken" } ], "traits": { "smithy.api#documentation": "

Returns the history of the specified execution as a list of events. By default, the\n results are returned in ascending order of the timeStamp of the events. Use the\n reverseOrder parameter to get the latest events first.

\n

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

\n

This API action is not supported by EXPRESS state machines.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "events", "pageSize": "maxResults" } } }, "com.amazonaws.sfn#GetExecutionHistoryInput": { "type": "structure", "members": { "executionArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the execution.

", "smithy.api#required": {} } }, "maxResults": { "target": "com.amazonaws.sfn#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of results that are returned per call. You can use nextToken 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.

\n

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

" } }, "reverseOrder": { "target": "com.amazonaws.sfn#ReverseOrder", "traits": { "smithy.api#documentation": "

Lists events in descending order of their timeStamp.

" } }, "nextToken": { "target": "com.amazonaws.sfn#PageToken", "traits": { "smithy.api#documentation": "

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

" } }, "includeExecutionData": { "target": "com.amazonaws.sfn#IncludeExecutionDataGetExecutionHistory", "traits": { "smithy.api#documentation": "

You can select whether execution data (input or output of a history event) is returned.\n The default is true.

" } } } }, "com.amazonaws.sfn#GetExecutionHistoryOutput": { "type": "structure", "members": { "events": { "target": "com.amazonaws.sfn#HistoryEventList", "traits": { "smithy.api#documentation": "

The list of events that occurred in the execution.

", "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.sfn#PageToken", "traits": { "smithy.api#documentation": "

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

" } } } }, "com.amazonaws.sfn#HistoryEvent": { "type": "structure", "members": { "timestamp": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date and time the event occurred.

", "smithy.api#required": {} } }, "type": { "target": "com.amazonaws.sfn#HistoryEventType", "traits": { "smithy.api#documentation": "

The type of the event.

", "smithy.api#required": {} } }, "id": { "target": "com.amazonaws.sfn#EventId", "traits": { "smithy.api#documentation": "

The id of the event. Events are numbered sequentially, starting at one.

", "smithy.api#required": {} } }, "previousEventId": { "target": "com.amazonaws.sfn#EventId", "traits": { "smithy.api#documentation": "

The id of the previous event.

" } }, "activityFailedEventDetails": { "target": "com.amazonaws.sfn#ActivityFailedEventDetails" }, "activityScheduleFailedEventDetails": { "target": "com.amazonaws.sfn#ActivityScheduleFailedEventDetails", "traits": { "smithy.api#documentation": "

Contains details about an activity schedule event that failed during an execution.

" } }, "activityScheduledEventDetails": { "target": "com.amazonaws.sfn#ActivityScheduledEventDetails" }, "activityStartedEventDetails": { "target": "com.amazonaws.sfn#ActivityStartedEventDetails" }, "activitySucceededEventDetails": { "target": "com.amazonaws.sfn#ActivitySucceededEventDetails" }, "activityTimedOutEventDetails": { "target": "com.amazonaws.sfn#ActivityTimedOutEventDetails" }, "taskFailedEventDetails": { "target": "com.amazonaws.sfn#TaskFailedEventDetails", "traits": { "smithy.api#documentation": "

Contains details about the failure of a task.

" } }, "taskScheduledEventDetails": { "target": "com.amazonaws.sfn#TaskScheduledEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a task that was scheduled.

" } }, "taskStartFailedEventDetails": { "target": "com.amazonaws.sfn#TaskStartFailedEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a task that failed to start.

" } }, "taskStartedEventDetails": { "target": "com.amazonaws.sfn#TaskStartedEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a task that was started.

" } }, "taskSubmitFailedEventDetails": { "target": "com.amazonaws.sfn#TaskSubmitFailedEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a task that where the submit failed.

" } }, "taskSubmittedEventDetails": { "target": "com.amazonaws.sfn#TaskSubmittedEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a submitted task.

" } }, "taskSucceededEventDetails": { "target": "com.amazonaws.sfn#TaskSucceededEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a task that succeeded.

" } }, "taskTimedOutEventDetails": { "target": "com.amazonaws.sfn#TaskTimedOutEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a task that timed out.

" } }, "executionFailedEventDetails": { "target": "com.amazonaws.sfn#ExecutionFailedEventDetails" }, "executionStartedEventDetails": { "target": "com.amazonaws.sfn#ExecutionStartedEventDetails" }, "executionSucceededEventDetails": { "target": "com.amazonaws.sfn#ExecutionSucceededEventDetails" }, "executionAbortedEventDetails": { "target": "com.amazonaws.sfn#ExecutionAbortedEventDetails" }, "executionTimedOutEventDetails": { "target": "com.amazonaws.sfn#ExecutionTimedOutEventDetails" }, "mapStateStartedEventDetails": { "target": "com.amazonaws.sfn#MapStateStartedEventDetails", "traits": { "smithy.api#documentation": "

Contains details about Map state that was started.

" } }, "mapIterationStartedEventDetails": { "target": "com.amazonaws.sfn#MapIterationEventDetails", "traits": { "smithy.api#documentation": "

Contains details about an iteration of a Map state that was started.

" } }, "mapIterationSucceededEventDetails": { "target": "com.amazonaws.sfn#MapIterationEventDetails", "traits": { "smithy.api#documentation": "

Contains details about an iteration of a Map state that succeeded.

" } }, "mapIterationFailedEventDetails": { "target": "com.amazonaws.sfn#MapIterationEventDetails", "traits": { "smithy.api#documentation": "

Contains details about an iteration of a Map state that failed.

" } }, "mapIterationAbortedEventDetails": { "target": "com.amazonaws.sfn#MapIterationEventDetails", "traits": { "smithy.api#documentation": "

Contains details about an iteration of a Map state that was aborted.

" } }, "lambdaFunctionFailedEventDetails": { "target": "com.amazonaws.sfn#LambdaFunctionFailedEventDetails" }, "lambdaFunctionScheduleFailedEventDetails": { "target": "com.amazonaws.sfn#LambdaFunctionScheduleFailedEventDetails" }, "lambdaFunctionScheduledEventDetails": { "target": "com.amazonaws.sfn#LambdaFunctionScheduledEventDetails" }, "lambdaFunctionStartFailedEventDetails": { "target": "com.amazonaws.sfn#LambdaFunctionStartFailedEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a lambda function that failed to start during an execution.

" } }, "lambdaFunctionSucceededEventDetails": { "target": "com.amazonaws.sfn#LambdaFunctionSucceededEventDetails", "traits": { "smithy.api#documentation": "

Contains details about a lambda function that terminated successfully during an\n execution.

" } }, "lambdaFunctionTimedOutEventDetails": { "target": "com.amazonaws.sfn#LambdaFunctionTimedOutEventDetails" }, "stateEnteredEventDetails": { "target": "com.amazonaws.sfn#StateEnteredEventDetails" }, "stateExitedEventDetails": { "target": "com.amazonaws.sfn#StateExitedEventDetails" } }, "traits": { "smithy.api#documentation": "

Contains details about the events of an execution.

" } }, "com.amazonaws.sfn#HistoryEventExecutionDataDetails": { "type": "structure", "members": { "truncated": { "target": "com.amazonaws.sfn#truncated", "traits": { "smithy.api#documentation": "

Indicates whether input or output was truncated in the response. Always\n false for API calls.

" } } }, "traits": { "smithy.api#documentation": "

Provides details about input or output in an execution history event.

" } }, "com.amazonaws.sfn#HistoryEventList": { "type": "list", "member": { "target": "com.amazonaws.sfn#HistoryEvent" }, "traits": { "smithy.api#documentation": "

Contains details about the events that occurred during an execution.

" } }, "com.amazonaws.sfn#HistoryEventType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ActivityFailed", "name": "ActivityFailed" }, { "value": "ActivityScheduled", "name": "ActivityScheduled" }, { "value": "ActivityScheduleFailed", "name": "ActivityScheduleFailed" }, { "value": "ActivityStarted", "name": "ActivityStarted" }, { "value": "ActivitySucceeded", "name": "ActivitySucceeded" }, { "value": "ActivityTimedOut", "name": "ActivityTimedOut" }, { "value": "ChoiceStateEntered", "name": "ChoiceStateEntered" }, { "value": "ChoiceStateExited", "name": "ChoiceStateExited" }, { "value": "ExecutionAborted", "name": "ExecutionAborted" }, { "value": "ExecutionFailed", "name": "ExecutionFailed" }, { "value": "ExecutionStarted", "name": "ExecutionStarted" }, { "value": "ExecutionSucceeded", "name": "ExecutionSucceeded" }, { "value": "ExecutionTimedOut", "name": "ExecutionTimedOut" }, { "value": "FailStateEntered", "name": "FailStateEntered" }, { "value": "LambdaFunctionFailed", "name": "LambdaFunctionFailed" }, { "value": "LambdaFunctionScheduled", "name": "LambdaFunctionScheduled" }, { "value": "LambdaFunctionScheduleFailed", "name": "LambdaFunctionScheduleFailed" }, { "value": "LambdaFunctionStarted", "name": "LambdaFunctionStarted" }, { "value": "LambdaFunctionStartFailed", "name": "LambdaFunctionStartFailed" }, { "value": "LambdaFunctionSucceeded", "name": "LambdaFunctionSucceeded" }, { "value": "LambdaFunctionTimedOut", "name": "LambdaFunctionTimedOut" }, { "value": "MapIterationAborted", "name": "MapIterationAborted" }, { "value": "MapIterationFailed", "name": "MapIterationFailed" }, { "value": "MapIterationStarted", "name": "MapIterationStarted" }, { "value": "MapIterationSucceeded", "name": "MapIterationSucceeded" }, { "value": "MapStateAborted", "name": "MapStateAborted" }, { "value": "MapStateEntered", "name": "MapStateEntered" }, { "value": "MapStateExited", "name": "MapStateExited" }, { "value": "MapStateFailed", "name": "MapStateFailed" }, { "value": "MapStateStarted", "name": "MapStateStarted" }, { "value": "MapStateSucceeded", "name": "MapStateSucceeded" }, { "value": "ParallelStateAborted", "name": "ParallelStateAborted" }, { "value": "ParallelStateEntered", "name": "ParallelStateEntered" }, { "value": "ParallelStateExited", "name": "ParallelStateExited" }, { "value": "ParallelStateFailed", "name": "ParallelStateFailed" }, { "value": "ParallelStateStarted", "name": "ParallelStateStarted" }, { "value": "ParallelStateSucceeded", "name": "ParallelStateSucceeded" }, { "value": "PassStateEntered", "name": "PassStateEntered" }, { "value": "PassStateExited", "name": "PassStateExited" }, { "value": "SucceedStateEntered", "name": "SucceedStateEntered" }, { "value": "SucceedStateExited", "name": "SucceedStateExited" }, { "value": "TaskFailed", "name": "TaskFailed" }, { "value": "TaskScheduled", "name": "TaskScheduled" }, { "value": "TaskStarted", "name": "TaskStarted" }, { "value": "TaskStartFailed", "name": "TaskStartFailed" }, { "value": "TaskStateAborted", "name": "TaskStateAborted" }, { "value": "TaskStateEntered", "name": "TaskStateEntered" }, { "value": "TaskStateExited", "name": "TaskStateExited" }, { "value": "TaskSubmitFailed", "name": "TaskSubmitFailed" }, { "value": "TaskSubmitted", "name": "TaskSubmitted" }, { "value": "TaskSucceeded", "name": "TaskSucceeded" }, { "value": "TaskTimedOut", "name": "TaskTimedOut" }, { "value": "WaitStateAborted", "name": "WaitStateAborted" }, { "value": "WaitStateEntered", "name": "WaitStateEntered" }, { "value": "WaitStateExited", "name": "WaitStateExited" } ] } }, "com.amazonaws.sfn#Identity": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 256 } } }, "com.amazonaws.sfn#IncludeExecutionData": { "type": "boolean" }, "com.amazonaws.sfn#IncludeExecutionDataGetExecutionHistory": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.sfn#InvalidArn": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The provided Amazon Resource Name (ARN) is invalid.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#InvalidDefinition": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The provided Amazon States Language definition is invalid.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#InvalidExecutionInput": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The provided JSON input data is invalid.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#InvalidLoggingConfiguration": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#InvalidName": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The provided name is invalid.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#InvalidOutput": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The provided JSON output data is invalid.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#InvalidToken": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The provided token is invalid.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#InvalidTracingConfiguration": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

Your tracingConfiguration key does not match, or enabled has not been set to true or false.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#LambdaFunctionFailedEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a lambda function that failed during an execution.

" } }, "com.amazonaws.sfn#LambdaFunctionScheduleFailedEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a failed lambda function schedule event that occurred during an\n execution.

" } }, "com.amazonaws.sfn#LambdaFunctionScheduledEventDetails": { "type": "structure", "members": { "resource": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the scheduled lambda function.

", "smithy.api#required": {} } }, "input": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "inputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about input for an execution history event.

" } }, "timeoutInSeconds": { "target": "com.amazonaws.sfn#TimeoutInSeconds", "traits": { "smithy.api#box": {}, "smithy.api#documentation": "

The maximum allowed duration of the lambda function.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a lambda function scheduled during an execution.

" } }, "com.amazonaws.sfn#LambdaFunctionStartFailedEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a lambda function that failed to start during an execution.

" } }, "com.amazonaws.sfn#LambdaFunctionSucceededEventDetails": { "type": "structure", "members": { "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON data output by the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "outputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the output of an execution history event.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a lambda function that successfully terminated during an\n execution.

" } }, "com.amazonaws.sfn#LambdaFunctionTimedOutEventDetails": { "type": "structure", "members": { "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the timeout.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a lambda function timeout that occurred during an execution.

" } }, "com.amazonaws.sfn#ListActivities": { "type": "operation", "input": { "target": "com.amazonaws.sfn#ListActivitiesInput" }, "output": { "target": "com.amazonaws.sfn#ListActivitiesOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidToken" } ], "traits": { "smithy.api#documentation": "

Lists the existing activities.

\n

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "activities", "pageSize": "maxResults" } } }, "com.amazonaws.sfn#ListActivitiesInput": { "type": "structure", "members": { "maxResults": { "target": "com.amazonaws.sfn#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of results that are returned per call. You can use nextToken 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.

\n

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

" } }, "nextToken": { "target": "com.amazonaws.sfn#PageToken", "traits": { "smithy.api#documentation": "

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

" } } } }, "com.amazonaws.sfn#ListActivitiesOutput": { "type": "structure", "members": { "activities": { "target": "com.amazonaws.sfn#ActivityList", "traits": { "smithy.api#documentation": "

The list of activities.

", "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.sfn#PageToken", "traits": { "smithy.api#documentation": "

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

" } } } }, "com.amazonaws.sfn#ListExecutions": { "type": "operation", "input": { "target": "com.amazonaws.sfn#ListExecutionsInput" }, "output": { "target": "com.amazonaws.sfn#ListExecutionsOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#InvalidToken" }, { "target": "com.amazonaws.sfn#StateMachineDoesNotExist" }, { "target": "com.amazonaws.sfn#StateMachineTypeNotSupported" } ], "traits": { "smithy.api#documentation": "

Lists the executions of a state machine that meet the filtering criteria. Results are\n sorted by time, with the most recent execution first.

\n

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
\n

This API action is not supported by EXPRESS state machines.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "executions", "pageSize": "maxResults" } } }, "com.amazonaws.sfn#ListExecutionsInput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the state machine whose executions is listed.

", "smithy.api#required": {} } }, "statusFilter": { "target": "com.amazonaws.sfn#ExecutionStatus", "traits": { "smithy.api#documentation": "

If specified, only list the executions whose current execution status matches the given\n filter.

" } }, "maxResults": { "target": "com.amazonaws.sfn#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of results that are returned per call. You can use nextToken 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.

\n

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

" } }, "nextToken": { "target": "com.amazonaws.sfn#ListExecutionsPageToken", "traits": { "smithy.api#documentation": "

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

" } } } }, "com.amazonaws.sfn#ListExecutionsOutput": { "type": "structure", "members": { "executions": { "target": "com.amazonaws.sfn#ExecutionList", "traits": { "smithy.api#documentation": "

The list of matching executions.

", "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.sfn#ListExecutionsPageToken", "traits": { "smithy.api#documentation": "

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

" } } } }, "com.amazonaws.sfn#ListExecutionsPageToken": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 3096 } } }, "com.amazonaws.sfn#ListStateMachines": { "type": "operation", "input": { "target": "com.amazonaws.sfn#ListStateMachinesInput" }, "output": { "target": "com.amazonaws.sfn#ListStateMachinesOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidToken" } ], "traits": { "smithy.api#documentation": "

Lists the existing state machines.

\n

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

\n \n

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

\n
", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "stateMachines", "pageSize": "maxResults" } } }, "com.amazonaws.sfn#ListStateMachinesInput": { "type": "structure", "members": { "maxResults": { "target": "com.amazonaws.sfn#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of results that are returned per call. You can use nextToken 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.

\n

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

" } }, "nextToken": { "target": "com.amazonaws.sfn#PageToken", "traits": { "smithy.api#documentation": "

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

" } } } }, "com.amazonaws.sfn#ListStateMachinesOutput": { "type": "structure", "members": { "stateMachines": { "target": "com.amazonaws.sfn#StateMachineList", "traits": { "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.sfn#PageToken", "traits": { "smithy.api#documentation": "

If nextToken is returned, there are more results available. The value of nextToken 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 HTTP 400 InvalidToken error.

" } } } }, "com.amazonaws.sfn#ListTagsForResource": { "type": "operation", "input": { "target": "com.amazonaws.sfn#ListTagsForResourceInput" }, "output": { "target": "com.amazonaws.sfn#ListTagsForResourceOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#ResourceNotFound" } ], "traits": { "smithy.api#documentation": "

List tags for a given resource.

\n

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

" } }, "com.amazonaws.sfn#ListTagsForResourceInput": { "type": "structure", "members": { "resourceArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#ListTagsForResourceOutput": { "type": "structure", "members": { "tags": { "target": "com.amazonaws.sfn#TagList", "traits": { "smithy.api#documentation": "

An array of tags associated with the resource.

" } } } }, "com.amazonaws.sfn#LogDestination": { "type": "structure", "members": { "cloudWatchLogsLogGroup": { "target": "com.amazonaws.sfn#CloudWatchLogsLogGroup", "traits": { "smithy.api#documentation": "

An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the AWS CloudFormation User Guide.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.sfn#LogDestinationList": { "type": "list", "member": { "target": "com.amazonaws.sfn#LogDestination" } }, "com.amazonaws.sfn#LogLevel": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ALL", "name": "ALL" }, { "value": "ERROR", "name": "ERROR" }, { "value": "FATAL", "name": "FATAL" }, { "value": "OFF", "name": "OFF" } ] } }, "com.amazonaws.sfn#LoggingConfiguration": { "type": "structure", "members": { "level": { "target": "com.amazonaws.sfn#LogLevel", "traits": { "smithy.api#documentation": "

Defines which category of execution history events are logged.

" } }, "includeExecutionData": { "target": "com.amazonaws.sfn#IncludeExecutionData", "traits": { "smithy.api#documentation": "

Determines whether execution data is included in your log. When set to false,\n data is excluded.

" } }, "destinations": { "target": "com.amazonaws.sfn#LogDestinationList", "traits": { "smithy.api#documentation": "

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 OFF.

" } } }, "traits": { "smithy.api#documentation": "

The LoggingConfiguration data type is used to set CloudWatch Logs\n options.

" } }, "com.amazonaws.sfn#MapIterationEventDetails": { "type": "structure", "members": { "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the iteration’s parent Map state.

" } }, "index": { "target": "com.amazonaws.sfn#UnsignedInteger", "traits": { "smithy.api#documentation": "

The index of the array belonging to the Map state iteration.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an iteration of a Map state.

" } }, "com.amazonaws.sfn#MapStateStartedEventDetails": { "type": "structure", "members": { "length": { "target": "com.amazonaws.sfn#UnsignedInteger", "traits": { "smithy.api#documentation": "

The size of the array for Map state iterations.

" } } }, "traits": { "smithy.api#documentation": "

Details about a Map state that was started.

" } }, "com.amazonaws.sfn#MissingRequiredParameter": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

Request is missing a required parameter. This error occurs if both definition\n and roleArn are not specified.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#Name": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 80 } } }, "com.amazonaws.sfn#PageSize": { "type": "integer", "traits": { "smithy.api#range": { "min": 0, "max": 1000 } } }, "com.amazonaws.sfn#PageToken": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 1024 } } }, "com.amazonaws.sfn#ResourceNotFound": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" }, "resourceName": { "target": "com.amazonaws.sfn#Arn" } }, "traits": { "smithy.api#documentation": "

Could not find the referenced resource. Only state machine and activity ARNs are\n supported.

", "smithy.api#error": "client", "smithy.api#httpError": 404 } }, "com.amazonaws.sfn#ReverseOrder": { "type": "boolean" }, "com.amazonaws.sfn#SendTaskFailure": { "type": "operation", "input": { "target": "com.amazonaws.sfn#SendTaskFailureInput" }, "output": { "target": "com.amazonaws.sfn#SendTaskFailureOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidToken" }, { "target": "com.amazonaws.sfn#TaskDoesNotExist" }, { "target": "com.amazonaws.sfn#TaskTimedOut" } ], "traits": { "smithy.api#documentation": "

Used by activity workers and task states using the callback\n pattern to report that the task identified by the taskToken failed.

" } }, "com.amazonaws.sfn#SendTaskFailureInput": { "type": "structure", "members": { "taskToken": { "target": "com.amazonaws.sfn#TaskToken", "traits": { "smithy.api#documentation": "

The token that represents this task. Task tokens are generated by Step Functions when\n tasks are assigned to a worker, or in the context object when a\n workflow enters a task state. See GetActivityTaskOutput$taskToken.

", "smithy.api#required": {} } }, "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } } }, "com.amazonaws.sfn#SendTaskFailureOutput": { "type": "structure", "members": {} }, "com.amazonaws.sfn#SendTaskHeartbeat": { "type": "operation", "input": { "target": "com.amazonaws.sfn#SendTaskHeartbeatInput" }, "output": { "target": "com.amazonaws.sfn#SendTaskHeartbeatOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidToken" }, { "target": "com.amazonaws.sfn#TaskDoesNotExist" }, { "target": "com.amazonaws.sfn#TaskTimedOut" } ], "traits": { "smithy.api#documentation": "

Used by activity workers and task states using the callback\n pattern to report to Step Functions that the task represented by the specified\n taskToken is still making progress. This action resets the\n Heartbeat clock. The Heartbeat threshold is specified in the state\n machine's Amazon States Language definition (HeartbeatSeconds). 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 ActivityTimedOut entry for activities, or a\n TaskTimedOut entry for for tasks using the job run or\n callback\n pattern.

\n \n

The Timeout of a task, defined in the state machine's Amazon States Language definition, is\n its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received. Use HeartbeatSeconds to configure the timeout interval\n for heartbeats.

\n
" } }, "com.amazonaws.sfn#SendTaskHeartbeatInput": { "type": "structure", "members": { "taskToken": { "target": "com.amazonaws.sfn#TaskToken", "traits": { "smithy.api#documentation": "

The token that represents this task. Task tokens are generated by Step Functions when\n tasks are assigned to a worker, or in the context object when a\n workflow enters a task state. See GetActivityTaskOutput$taskToken.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#SendTaskHeartbeatOutput": { "type": "structure", "members": {} }, "com.amazonaws.sfn#SendTaskSuccess": { "type": "operation", "input": { "target": "com.amazonaws.sfn#SendTaskSuccessInput" }, "output": { "target": "com.amazonaws.sfn#SendTaskSuccessOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidOutput" }, { "target": "com.amazonaws.sfn#InvalidToken" }, { "target": "com.amazonaws.sfn#TaskDoesNotExist" }, { "target": "com.amazonaws.sfn#TaskTimedOut" } ], "traits": { "smithy.api#documentation": "

Used by activity workers and task states using the callback\n pattern to report that the task identified by the taskToken completed\n successfully.

" } }, "com.amazonaws.sfn#SendTaskSuccessInput": { "type": "structure", "members": { "taskToken": { "target": "com.amazonaws.sfn#TaskToken", "traits": { "smithy.api#documentation": "

The token that represents this task. Task tokens are generated by Step Functions when\n tasks are assigned to a worker, or in the context object when a\n workflow enters a task state. See GetActivityTaskOutput$taskToken.

", "smithy.api#required": {} } }, "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#SendTaskSuccessOutput": { "type": "structure", "members": {} }, "com.amazonaws.sfn#SensitiveCause": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 32768 }, "smithy.api#sensitive": {} } }, "com.amazonaws.sfn#SensitiveData": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 262144 }, "smithy.api#sensitive": {} } }, "com.amazonaws.sfn#SensitiveDataJobInput": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 262144 }, "smithy.api#sensitive": {} } }, "com.amazonaws.sfn#SensitiveError": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 256 }, "smithy.api#sensitive": {} } }, "com.amazonaws.sfn#StartExecution": { "type": "operation", "input": { "target": "com.amazonaws.sfn#StartExecutionInput" }, "output": { "target": "com.amazonaws.sfn#StartExecutionOutput" }, "errors": [ { "target": "com.amazonaws.sfn#ExecutionAlreadyExists" }, { "target": "com.amazonaws.sfn#ExecutionLimitExceeded" }, { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#InvalidExecutionInput" }, { "target": "com.amazonaws.sfn#InvalidName" }, { "target": "com.amazonaws.sfn#StateMachineDeleting" }, { "target": "com.amazonaws.sfn#StateMachineDoesNotExist" } ], "traits": { "smithy.api#documentation": "

Starts a state machine execution.

\n \n

\n StartExecution is idempotent. If StartExecution 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 ExecutionAlreadyExists error. Names can be reused after 90\n days.

\n
", "smithy.api#idempotent": {} } }, "com.amazonaws.sfn#StartExecutionInput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the state machine to execute.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

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 \n Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

" } }, "input": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The string that contains the JSON input data for the execution, for example:

\n

\n \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"\n

\n \n

If you don't include any JSON input data, you still must include the two braces, for\n example: \"input\": \"{}\"\n

\n
\n

Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "traceHeader": { "target": "com.amazonaws.sfn#TraceHeader", "traits": { "smithy.api#documentation": "

Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.

" } } } }, "com.amazonaws.sfn#StartExecutionOutput": { "type": "structure", "members": { "executionArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the execution.

", "smithy.api#required": {} } }, "startDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the execution is started.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#StartSyncExecution": { "type": "operation", "input": { "target": "com.amazonaws.sfn#StartSyncExecutionInput" }, "output": { "target": "com.amazonaws.sfn#StartSyncExecutionOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#InvalidExecutionInput" }, { "target": "com.amazonaws.sfn#InvalidName" }, { "target": "com.amazonaws.sfn#StateMachineDeleting" }, { "target": "com.amazonaws.sfn#StateMachineDoesNotExist" }, { "target": "com.amazonaws.sfn#StateMachineTypeNotSupported" } ], "traits": { "smithy.api#documentation": "

Starts a Synchronous Express state machine execution.

", "smithy.api#endpoint": { "hostPrefix": "sync-" } } }, "com.amazonaws.sfn#StartSyncExecutionInput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the state machine to execute.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the execution.

" } }, "input": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The string that contains the JSON input data for the execution, for example:

\n

\n \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"\n

\n \n

If you don't include any JSON input data, you still must include the two braces, for\n example: \"input\": \"{}\"\n

\n
\n

Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "traceHeader": { "target": "com.amazonaws.sfn#TraceHeader", "traits": { "smithy.api#documentation": "

Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.

" } } } }, "com.amazonaws.sfn#StartSyncExecutionOutput": { "type": "structure", "members": { "executionArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the execution.

", "smithy.api#required": {} } }, "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the state machine.

" } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the execution.

" } }, "startDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the execution is started.

", "smithy.api#required": {} } }, "stopDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

If the execution has already ended, the date the execution stopped.

", "smithy.api#required": {} } }, "status": { "target": "com.amazonaws.sfn#SyncExecutionStatus", "traits": { "smithy.api#documentation": "

The current status of the execution.

", "smithy.api#required": {} } }, "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } }, "input": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

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.

" } }, "inputDetails": { "target": "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails" }, "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

\n \n

This field is set only if the execution succeeds. If the execution fails, this field is\n null.

\n
" } }, "outputDetails": { "target": "com.amazonaws.sfn#CloudWatchEventsExecutionDataDetails" }, "traceHeader": { "target": "com.amazonaws.sfn#TraceHeader", "traits": { "smithy.api#documentation": "

The AWS X-Ray trace header that was passed to the execution.

" } }, "billingDetails": { "target": "com.amazonaws.sfn#BillingDetails", "traits": { "smithy.api#documentation": "

An object that describes workflow billing details, including billed duration\n and memory use.

" } } } }, "com.amazonaws.sfn#StateEnteredEventDetails": { "type": "structure", "members": { "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the state.

", "smithy.api#required": {} } }, "input": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

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.

" } }, "inputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the input for an execution history event.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a state entered during an execution.

" } }, "com.amazonaws.sfn#StateExitedEventDetails": { "type": "structure", "members": { "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the state.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

", "smithy.api#required": {} } }, "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

" } }, "outputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the output of an execution history event.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about an exit from a state during an execution.

" } }, "com.amazonaws.sfn#StateMachineAlreadyExists": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

A state machine with the same name but a different definition or role ARN already\n exists.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#StateMachineDeleting": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The specified state machine is being deleted.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#StateMachineDoesNotExist": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The specified state machine does not exist.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#StateMachineLimitExceeded": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

The maximum number of state machines has been reached. Existing state machines must be\n deleted before a new state machine can be created.

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#StateMachineList": { "type": "list", "member": { "target": "com.amazonaws.sfn#StateMachineListItem" } }, "com.amazonaws.sfn#StateMachineListItem": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the state machine.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The name of the state machine.

\n

A name must not contain:

\n \n

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

", "smithy.api#required": {} } }, "type": { "target": "com.amazonaws.sfn#StateMachineType", "traits": { "smithy.api#documentation": "

", "smithy.api#required": {} } }, "creationDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the state machine is created.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Contains details about the state machine.

" } }, "com.amazonaws.sfn#StateMachineStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ACTIVE", "name": "ACTIVE" }, { "value": "DELETING", "name": "DELETING" } ] } }, "com.amazonaws.sfn#StateMachineType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "STANDARD", "name": "STANDARD" }, { "value": "EXPRESS", "name": "EXPRESS" } ] } }, "com.amazonaws.sfn#StateMachineTypeNotSupported": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#documentation": "

", "smithy.api#error": "client" } }, "com.amazonaws.sfn#StopExecution": { "type": "operation", "input": { "target": "com.amazonaws.sfn#StopExecutionInput" }, "output": { "target": "com.amazonaws.sfn#StopExecutionOutput" }, "errors": [ { "target": "com.amazonaws.sfn#ExecutionDoesNotExist" }, { "target": "com.amazonaws.sfn#InvalidArn" } ], "traits": { "smithy.api#documentation": "

Stops an execution.

\n

This API action is not supported by EXPRESS state machines.

" } }, "com.amazonaws.sfn#StopExecutionInput": { "type": "structure", "members": { "executionArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the execution to stop.

", "smithy.api#required": {} } }, "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } } }, "com.amazonaws.sfn#StopExecutionOutput": { "type": "structure", "members": { "stopDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date the execution is stopped.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#SyncExecutionStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SUCCEEDED", "name": "SUCCEEDED" }, { "value": "FAILED", "name": "FAILED" }, { "value": "TIMED_OUT", "name": "TIMED_OUT" } ] } }, "com.amazonaws.sfn#Tag": { "type": "structure", "members": { "key": { "target": "com.amazonaws.sfn#TagKey", "traits": { "smithy.api#documentation": "

The key of a tag.

" } }, "value": { "target": "com.amazonaws.sfn#TagValue", "traits": { "smithy.api#documentation": "

The value of a tag.

" } } }, "traits": { "smithy.api#documentation": "

Tags are key-value pairs that can be associated with Step Functions state machines and\n activities.

\n

An array of key-value pairs. For more information, see Using\n Cost Allocation Tags in the AWS Billing and Cost Management User\n Guide, and Controlling Access Using IAM\n Tags.

\n

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

" } }, "com.amazonaws.sfn#TagKey": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 128 } } }, "com.amazonaws.sfn#TagKeyList": { "type": "list", "member": { "target": "com.amazonaws.sfn#TagKey" } }, "com.amazonaws.sfn#TagList": { "type": "list", "member": { "target": "com.amazonaws.sfn#Tag" } }, "com.amazonaws.sfn#TagResource": { "type": "operation", "input": { "target": "com.amazonaws.sfn#TagResourceInput" }, "output": { "target": "com.amazonaws.sfn#TagResourceOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#ResourceNotFound" }, { "target": "com.amazonaws.sfn#TooManyTags" } ], "traits": { "smithy.api#documentation": "

Add a tag to a Step Functions resource.

\n

An array of key-value pairs. For more information, see Using\n Cost Allocation Tags in the AWS Billing and Cost Management User\n Guide, and Controlling Access Using IAM\n Tags.

\n

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

" } }, "com.amazonaws.sfn#TagResourceInput": { "type": "structure", "members": { "resourceArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

", "smithy.api#required": {} } }, "tags": { "target": "com.amazonaws.sfn#TagList", "traits": { "smithy.api#documentation": "

The list of tags to add to a resource.

\n

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#TagResourceOutput": { "type": "structure", "members": {} }, "com.amazonaws.sfn#TagValue": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 256 } } }, "com.amazonaws.sfn#TaskDoesNotExist": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#error": "client" } }, "com.amazonaws.sfn#TaskFailedEventDetails": { "type": "structure", "members": { "resourceType": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The action of the resource called by a task state.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The service name of the resource in a task state.

", "smithy.api#required": {} } }, "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a task failure event.

" } }, "com.amazonaws.sfn#TaskScheduledEventDetails": { "type": "structure", "members": { "resourceType": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The action of the resource called by a task state.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The service name of the resource in a task state.

", "smithy.api#required": {} } }, "region": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The region of the scheduled task

", "smithy.api#required": {} } }, "parameters": { "target": "com.amazonaws.sfn#ConnectorParameters", "traits": { "smithy.api#documentation": "

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.

", "smithy.api#required": {} } }, "timeoutInSeconds": { "target": "com.amazonaws.sfn#TimeoutInSeconds", "traits": { "smithy.api#box": {}, "smithy.api#documentation": "

The maximum allowed duration of the task.

" } }, "heartbeatInSeconds": { "target": "com.amazonaws.sfn#TimeoutInSeconds", "traits": { "smithy.api#box": {}, "smithy.api#documentation": "

The maximum allowed duration between two heartbeats for the task.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a task scheduled during an execution.

" } }, "com.amazonaws.sfn#TaskStartFailedEventDetails": { "type": "structure", "members": { "resourceType": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The action of the resource called by a task state.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The service name of the resource in a task state.

", "smithy.api#required": {} } }, "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a task that failed to start during an execution.

" } }, "com.amazonaws.sfn#TaskStartedEventDetails": { "type": "structure", "members": { "resourceType": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The action of the resource called by a task state.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The service name of the resource in a task state.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Contains details about the start of a task during an execution.

" } }, "com.amazonaws.sfn#TaskSubmitFailedEventDetails": { "type": "structure", "members": { "resourceType": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The action of the resource called by a task state.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The service name of the resource in a task state.

", "smithy.api#required": {} } }, "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a task that failed to submit during an execution.

" } }, "com.amazonaws.sfn#TaskSubmittedEventDetails": { "type": "structure", "members": { "resourceType": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The action of the resource called by a task state.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The service name of the resource in a task state.

", "smithy.api#required": {} } }, "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

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.

" } }, "outputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the output of an execution history event.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a task submitted to a resource .

" } }, "com.amazonaws.sfn#TaskSucceededEventDetails": { "type": "structure", "members": { "resourceType": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The action of the resource called by a task state.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The service name of the resource in a task state.

", "smithy.api#required": {} } }, "output": { "target": "com.amazonaws.sfn#SensitiveData", "traits": { "smithy.api#documentation": "

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.

" } }, "outputDetails": { "target": "com.amazonaws.sfn#HistoryEventExecutionDataDetails", "traits": { "smithy.api#documentation": "

Contains details about the output of an execution history event.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about the successful completion of a task state.

" } }, "com.amazonaws.sfn#TaskTimedOut": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" } }, "traits": { "smithy.api#error": "client" } }, "com.amazonaws.sfn#TaskTimedOutEventDetails": { "type": "structure", "members": { "resourceType": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The action of the resource called by a task state.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.sfn#Name", "traits": { "smithy.api#documentation": "

The service name of the resource in a task state.

", "smithy.api#required": {} } }, "error": { "target": "com.amazonaws.sfn#SensitiveError", "traits": { "smithy.api#documentation": "

The error code of the failure.

" } }, "cause": { "target": "com.amazonaws.sfn#SensitiveCause", "traits": { "smithy.api#documentation": "

A more detailed explanation of the cause of the failure.

" } } }, "traits": { "smithy.api#documentation": "

Contains details about a resource timeout that occurred during an execution.

" } }, "com.amazonaws.sfn#TaskToken": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 1024 } } }, "com.amazonaws.sfn#TimeoutInSeconds": { "type": "long" }, "com.amazonaws.sfn#Timestamp": { "type": "timestamp" }, "com.amazonaws.sfn#TooManyTags": { "type": "structure", "members": { "message": { "target": "com.amazonaws.sfn#ErrorMessage" }, "resourceName": { "target": "com.amazonaws.sfn#Arn" } }, "traits": { "smithy.api#documentation": "

You've exceeded the number of tags allowed for a resource. See the Limits Topic in the\n AWS Step Functions Developer Guide.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.sfn#TraceHeader": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 256 }, "smithy.api#pattern": "\\p{ASCII}*" } }, "com.amazonaws.sfn#TracingConfiguration": { "type": "structure", "members": { "enabled": { "target": "com.amazonaws.sfn#Enabled", "traits": { "smithy.api#documentation": "

When set to true, AWS X-Ray tracing is enabled.

" } } }, "traits": { "smithy.api#documentation": "

Selects whether or not the state machine's AWS X-Ray tracing is enabled. Default is false\n

" } }, "com.amazonaws.sfn#UnsignedInteger": { "type": "integer", "traits": { "smithy.api#range": { "min": 0 } } }, "com.amazonaws.sfn#UntagResource": { "type": "operation", "input": { "target": "com.amazonaws.sfn#UntagResourceInput" }, "output": { "target": "com.amazonaws.sfn#UntagResourceOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#ResourceNotFound" } ], "traits": { "smithy.api#documentation": "

Remove a tag from a Step Functions resource

" } }, "com.amazonaws.sfn#UntagResourceInput": { "type": "structure", "members": { "resourceArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

", "smithy.api#required": {} } }, "tagKeys": { "target": "com.amazonaws.sfn#TagKeyList", "traits": { "smithy.api#documentation": "

The list of tags to remove from the resource.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#UntagResourceOutput": { "type": "structure", "members": {} }, "com.amazonaws.sfn#UpdateStateMachine": { "type": "operation", "input": { "target": "com.amazonaws.sfn#UpdateStateMachineInput" }, "output": { "target": "com.amazonaws.sfn#UpdateStateMachineOutput" }, "errors": [ { "target": "com.amazonaws.sfn#InvalidArn" }, { "target": "com.amazonaws.sfn#InvalidDefinition" }, { "target": "com.amazonaws.sfn#InvalidLoggingConfiguration" }, { "target": "com.amazonaws.sfn#InvalidTracingConfiguration" }, { "target": "com.amazonaws.sfn#MissingRequiredParameter" }, { "target": "com.amazonaws.sfn#StateMachineDeleting" }, { "target": "com.amazonaws.sfn#StateMachineDoesNotExist" } ], "traits": { "smithy.api#documentation": "

Updates an existing state machine by modifying its definition,\n roleArn, or loggingConfiguration. Running executions will continue\n to use the previous definition and roleArn. You must include at\n least one of definition or roleArn or you will receive a\n MissingRequiredParameter error.

\n \n

All StartExecution calls within a few seconds will use the updated\n definition and roleArn. Executions started immediately after\n calling UpdateStateMachine may use the previous state machine\n definition and roleArn.

\n
", "smithy.api#idempotent": {} } }, "com.amazonaws.sfn#UpdateStateMachineInput": { "type": "structure", "members": { "stateMachineArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the state machine.

", "smithy.api#required": {} } }, "definition": { "target": "com.amazonaws.sfn#Definition", "traits": { "smithy.api#documentation": "

The Amazon States Language definition of the state machine. See Amazon States Language.

" } }, "roleArn": { "target": "com.amazonaws.sfn#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role of the state machine.

" } }, "loggingConfiguration": { "target": "com.amazonaws.sfn#LoggingConfiguration", "traits": { "smithy.api#documentation": "

The LoggingConfiguration data type is used to set CloudWatch Logs\n options.

" } }, "tracingConfiguration": { "target": "com.amazonaws.sfn#TracingConfiguration", "traits": { "smithy.api#documentation": "

Selects whether AWS X-Ray tracing is enabled.

" } } } }, "com.amazonaws.sfn#UpdateStateMachineOutput": { "type": "structure", "members": { "updateDate": { "target": "com.amazonaws.sfn#Timestamp", "traits": { "smithy.api#documentation": "

The date and time the state machine was updated.

", "smithy.api#required": {} } } } }, "com.amazonaws.sfn#includedDetails": { "type": "boolean" }, "com.amazonaws.sfn#truncated": { "type": "boolean" } } }