Package-level declarations
Types
Provides the details of the ActivityTaskCanceled
event.
Provides the details of the ActivityTaskCancelRequested
event.
Provides the details of the ActivityTaskCompleted
event.
Provides the details of the ActivityTaskFailed
event.
Provides the details of the ActivityTaskScheduled
event.
Provides the details of the ActivityTaskStarted
event.
Provides the details of the ActivityTaskTimedOut
event.
Represents an activity type.
Configuration settings registered with the activity type.
Detailed information about an activity type.
Provides the details of the CancelTimer
decision.
Provides the details of the CancelTimerFailed
event.
Provides the details of the CancelWorkflowExecution
decision.
Provides the details of the CancelWorkflowExecutionFailed
event.
Provide details of the ChildWorkflowExecutionCanceled
event.
Provides the details of the ChildWorkflowExecutionCompleted
event.
Provides the details of the ChildWorkflowExecutionFailed
event.
Provides the details of the ChildWorkflowExecutionStarted
event.
Provides the details of the ChildWorkflowExecutionTerminated
event.
Provides the details of the ChildWorkflowExecutionTimedOut
event.
Used to filter the closed workflow executions in visibility APIs by their close status.
Provides the details of the CompleteWorkflowExecution
decision.
Provides the details of the CompleteWorkflowExecutionFailed
event.
Provides the details of the ContinueAsNewWorkflowExecution
decision.
Provides the details of the ContinueAsNewWorkflowExecutionFailed
event.
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
Contains the count of tasks in a task list.
Contains the count of tasks in a task list.
Provides the details of the DecisionTaskCompleted
event.
Provides details about the DecisionTaskScheduled
event.
Provides the details of the DecisionTaskStarted
event.
Provides the details of the DecisionTaskTimedOut
event.
The StartWorkflowExecution
API action was called without the required parameters set.
Detailed information about an activity type.
Contains details of a domain.
Contains details about a workflow execution.
Contains details about a workflow type.
Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.
Contains the configuration settings of a domain.
Returned when the specified domain has been deprecated.
Contains general information about a domain.
Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: "oldestDate": 1325376070.
Provides the details of the ExternalWorkflowExecutionCancelRequested
event.
Provides the details of the ExternalWorkflowExecutionSignaled
event.
Provides the details of the FailWorkflowExecution
decision.
Provides the details of the FailWorkflowExecutionFailed
event.
Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.
Event within a workflow execution. A history event can be one of these types:
Provides the details of the LambdaFunctionCompleted
event. It isn't set for other event types.
Provides the details of the LambdaFunctionFailed
event. It isn't set for other event types.
Provides the details of the LambdaFunctionScheduled
event. It isn't set for other event types.
Provides the details of the LambdaFunctionStarted
event. It isn't set for other event types.
Provides details of the LambdaFunctionTimedOut
event.
Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
Contains a paginated list of activity type information structures.
Contains a paginated list of information about workflow executions.
Contains a paginated collection of DomainInfo structures.
Contains a paginated list of information about workflow executions.
Contains a paginated list of information structures about workflow types.
Provides the details of the MarkerRecorded
event.
Returned when the caller doesn't have sufficient permissions to invoke the action.
Unit of work sent to an activity worker.
A structure that represents a decision task. Decision tasks are sent to deciders in order for them to make decisions.
Status information about an activity task.
Provides the details of the RecordMarker
decision.
Provides the details of the RecordMarkerFailed
event.
Provides the details of the RequestCancelActivityTask
decision.
Provides the details of the RequestCancelActivityTaskFailed
event.
Provides the details of the RequestCancelExternalWorkflowExecution
decision.
Provides the details of the RequestCancelExternalWorkflowExecutionFailed
event.
Provides the details of the RequestCancelExternalWorkflowExecutionInitiated
event.
Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.
Input data for a TaskCompleted response to a decision task.
Provides the details of the ScheduleActivityTask
decision.
Provides the details of the ScheduleActivityTaskFailed
event.
Decision attributes specified in scheduleLambdaFunctionDecisionAttributes
within the list of decisions decisions
passed to RespondDecisionTaskCompleted.
Provides the details of the ScheduleLambdaFunctionFailed
event. It isn't set for other event types.
Provides the details of the SignalExternalWorkflowExecution
decision.
Provides the details of the SignalExternalWorkflowExecutionFailed
event.
Provides the details of the SignalExternalWorkflowExecutionInitiated
event.
Provides the details of the StartChildWorkflowExecution
decision.
Provides the details of the StartChildWorkflowExecutionFailed
event.
Provides the details of the StartChildWorkflowExecutionInitiated
event.
Provides the details of the StartLambdaFunctionFailed
event. It isn't set for other event types.
Provides the details of the StartTimer
decision.
Provides the details of the StartTimerFailed
event.
Specifies the runId
of a workflow execution.
Base class for all service related exceptions thrown by the Swf client
Provides the details of the TimerCanceled
event.
Provides the details of the TimerFired
event.
Provides the details of the TimerStarted
event.
You've exceeded the number of tags allowed for a domain.
Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.
Returned when the specified activity or workflow type was already deprecated.
Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
Represents a workflow execution.
Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.
Provides the details of the WorkflowExecutionCanceled
event.
Provides the details of the WorkflowExecutionCancelRequested
event.
Provides the details of the WorkflowExecutionCompleted
event.
The configuration settings for a workflow execution including timeout values, tasklist etc. These configuration settings are determined from the defaults specified when registering the workflow type and those specified when starting the workflow execution.
Provides the details of the WorkflowExecutionContinuedAsNew
event.
Provides the details of the WorkflowExecutionFailed
event.
Used to filter the workflow executions in visibility APIs by their workflowId
.
Contains information about a workflow execution.
Contains the counts of open tasks, child workflow executions and timers for a workflow execution.
Provides the details of the WorkflowExecutionSignaled
event.
Provides details of WorkflowExecutionStarted
event.
Provides the details of the WorkflowExecutionTerminated
event.
Provides the details of the WorkflowExecutionTimedOut
event.
Represents a workflow type.
The configuration settings of a workflow type.
Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.
Contains information about a workflow type.