C# (CSharp) Amazon.StepFunctions.Model Namespace

Nested Namespaces

Amazon.StepFunctions.Model.Internal

Classes

Name Description
ActivityDoesNotExistException
ActivityFailedEventDetails
ActivityLimitExceededException
ActivityListItem
ActivityScheduleFailedEventDetails
ActivityScheduledEventDetails
ActivityStartedEventDetails
ActivitySucceededEventDetails
ActivityTimedOutEventDetails
ActivityWorkerLimitExceededException
CreateActivityRequest Container for the parameters to the CreateActivity operation. Creates an activity.
CreateActivityResponse This is the response object from the CreateActivity operation.
CreateStateMachineRequest Container for the parameters to the CreateStateMachine operation. Creates a state machine.
CreateStateMachineResponse This is the response object from the CreateStateMachine operation.
DeleteActivityRequest Container for the parameters to the DeleteActivity operation. Deletes an activity.
DeleteStateMachineRequest Container for the parameters to the DeleteStateMachine operation. Deletes a state machine. This is an asynchronous operation-- it sets the state machine's status to "DELETING" and begins the delete process.
DescribeActivityRequest Container for the parameters to the DescribeActivity operation. Describes an activity.
DescribeActivityResponse This is the response object from the DescribeActivity operation.
DescribeExecutionRequest Container for the parameters to the DescribeExecution operation. Describes an execution.
DescribeExecutionResponse This is the response object from the DescribeExecution operation.
DescribeStateMachineRequest Container for the parameters to the DescribeStateMachine operation. Describes a state machine.
DescribeStateMachineResponse This is the response object from the DescribeStateMachine operation.
ExecutionAbortedEventDetails
ExecutionAlreadyExistsException
ExecutionDoesNotExistException
ExecutionFailedEventDetails
ExecutionLimitExceededException
ExecutionListItem
ExecutionStartedEventDetails
ExecutionSucceededEventDetails
ExecutionTimedOutEventDetails
GetActivityTaskRequest Container for the parameters to the GetActivityTask operation. Used by workers to retrieve a task (with the specified activity ARN) scheduled for execution by a running state machine. This initiates a long poll, where the service holds the HTTP connection open and responds as soon as a task becomes available (i.e. an execution of a task of this type is needed.) The maximum time the service holds on to the request before responding is 60 seconds. If no task is available within 60 seconds, the poll will return an empty result, that is, the taskToken returned is an empty string.

Workers should set their client side socket timeout to at least 65 seconds (5 seconds higher than the maximum time the service may hold the poll request).

GetActivityTaskResponse This is the response object from the GetActivityTask operation.
GetExecutionHistoryRequest Container for the parameters to the GetExecutionHistory operation. Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.
GetExecutionHistoryResponse This is the response object from the GetExecutionHistory operation.
HistoryEvent
InvalidArnException
InvalidDefinitionException
InvalidExecutionInputException
InvalidNameException
InvalidOutputException
LambdaFunctionFailedEventDetails
LambdaFunctionScheduleFailedEventDetails
LambdaFunctionScheduledEventDetails
LambdaFunctionStartFailedEventDetails
LambdaFunctionSucceededEventDetails
LambdaFunctionTimedOutEventDetails
ListActivitiesRequest Container for the parameters to the ListActivities operation. Lists the existing activities. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.
ListActivitiesResponse This is the response object from the ListActivities operation.
ListExecutionsRequest Container for the parameters to the ListExecutions operation. Lists the executions of a state machine that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.
ListExecutionsResponse This is the response object from the ListExecutions operation.
ListStateMachinesRequest Container for the parameters to the ListStateMachines operation. Lists the existing state machines. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.
ListStateMachinesResponse This is the response object from the ListStateMachines operation.
SendTaskFailureRequest Container for the parameters to the SendTaskFailure operation. Used by workers to report that the task identified by the taskToken failed.
SendTaskHeartbeatRequest Container for the parameters to the SendTaskHeartbeat operation. Used by workers to report to the service that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition. This action does not in itself create an event in the execution history. However, if the task times out, the execution history will contain an ActivityTimedOut event.

The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received.

This operation is only useful for long-lived tasks to report the liveliness of the task.

SendTaskSuccessRequest Container for the parameters to the SendTaskSuccess operation. Used by workers to report that the task identified by the taskToken completed successfully.
StartExecutionRequest Container for the parameters to the StartExecution operation. Starts a state machine execution.
StartExecutionResponse This is the response object from the StartExecution operation.
StateEnteredEventDetails
StateExitedEventDetails
StateMachineAlreadyExistsException
StateMachineDeletingException
StateMachineDoesNotExistException
StateMachineLimitExceededException
StateMachineListItem
StopExecutionRequest Container for the parameters to the StopExecution operation. Stops an execution.
StopExecutionResponse This is the response object from the StopExecution operation.
TaskDoesNotExistException
TaskTimedOutException