| ActivityTaskCanceledEventAttributes |
Provides the details of the ActivityTaskCanceled event.
|
| ActivityTaskCancelRequestedEventAttributes |
Provides the details of the ActivityTaskCancelRequested event.
|
| ActivityTaskCompletedEventAttributes |
Provides the details of the ActivityTaskCompleted event.
|
| ActivityTaskFailedEventAttributes |
Provides the details of the ActivityTaskFailed event.
|
| ActivityTaskScheduledEventAttributes |
Provides the details of the ActivityTaskScheduled event.
|
| ActivityTaskStartedEventAttributes |
Provides the details of the ActivityTaskStarted event.
|
| ActivityTaskTimedOutEventAttributes |
Provides the details of the ActivityTaskTimedOut event.
|
| ActivityType |
Represents an activity type.
|
| ActivityTypeConfiguration |
Configuration settings registered with the activity type.
|
| ActivityTypeInfo |
Detailed information about an activity type.
|
| CancelTimerDecisionAttributes |
Provides the details of the CancelTimer decision.
|
| CancelTimerFailedEventAttributes |
Provides the details of the CancelTimerFailed event.
|
| CancelWorkflowExecutionDecisionAttributes |
Provides the details of the CancelWorkflowExecution decision.
|
| CancelWorkflowExecutionFailedEventAttributes |
Provides the details of the CancelWorkflowExecutionFailed event.
|
| ChildWorkflowExecutionCanceledEventAttributes |
Provide details of the ChildWorkflowExecutionCanceled event.
|
| ChildWorkflowExecutionCompletedEventAttributes |
Provides the details of the ChildWorkflowExecutionCompleted event.
|
| ChildWorkflowExecutionFailedEventAttributes |
Provides the details of the ChildWorkflowExecutionFailed event.
|
| ChildWorkflowExecutionStartedEventAttributes |
Provides the details of the ChildWorkflowExecutionStarted event.
|
| ChildWorkflowExecutionTerminatedEventAttributes |
Provides the details of the ChildWorkflowExecutionTerminated event.
|
| ChildWorkflowExecutionTimedOutEventAttributes |
Provides the details of the ChildWorkflowExecutionTimedOut event.
|
| CloseStatusFilter |
Used to filter the closed workflow executions in visibility APIs by their close status.
|
| CompleteWorkflowExecutionDecisionAttributes |
Provides the details of the CompleteWorkflowExecution decision.
|
| CompleteWorkflowExecutionFailedEventAttributes |
Provides the details of the CompleteWorkflowExecutionFailed event.
|
| ContinueAsNewWorkflowExecutionDecisionAttributes |
Provides the details of the ContinueAsNewWorkflowExecution decision.
|
| ContinueAsNewWorkflowExecutionFailedEventAttributes |
Provides the details of the ContinueAsNewWorkflowExecutionFailed event.
|
| CountClosedWorkflowExecutionsRequest |
|
| CountClosedWorkflowExecutionsResponse |
|
| CountOpenWorkflowExecutionsRequest |
|
| CountOpenWorkflowExecutionsResponse |
|
| CountPendingActivityTasksRequest |
|
| CountPendingActivityTasksResponse |
Contains the count of tasks in a task list.
|
| CountPendingDecisionTasksRequest |
|
| CountPendingDecisionTasksResponse |
Contains the count of tasks in a task list.
|
| Decision |
Specifies a decision made by the decider.
|
| DecisionTaskCompletedEventAttributes |
Provides the details of the DecisionTaskCompleted event.
|
| DecisionTaskScheduledEventAttributes |
Provides details about the DecisionTaskScheduled event.
|
| DecisionTaskStartedEventAttributes |
Provides the details of the DecisionTaskStarted event.
|
| DecisionTaskTimedOutEventAttributes |
Provides the details of the DecisionTaskTimedOut event.
|
| DeprecateActivityTypeRequest |
|
| DeprecateActivityTypeResponse |
|
| DeprecateDomainRequest |
|
| DeprecateDomainResponse |
|
| DeprecateWorkflowTypeRequest |
|
| DeprecateWorkflowTypeResponse |
|
| DescribeActivityTypeRequest |
|
| DescribeActivityTypeResponse |
Detailed information about an activity type.
|
| DescribeDomainRequest |
|
| DescribeDomainResponse |
Contains details of a domain.
|
| DescribeWorkflowExecutionRequest |
|
| DescribeWorkflowExecutionResponse |
Contains details about a workflow execution.
|
| DescribeWorkflowTypeRequest |
|
| DescribeWorkflowTypeResponse |
Contains details about a workflow type.
|
| DomainConfiguration |
Contains the configuration settings of a domain.
|
| DomainInfo |
Contains general information about a domain.
|
| ExecutionTimeFilter |
Used to filter the workflow executions in visibility APIs by various time-based rules.
|
| ExternalWorkflowExecutionCancelRequestedEventAttributes |
Provides the details of the ExternalWorkflowExecutionCancelRequested event.
|
| ExternalWorkflowExecutionSignaledEventAttributes |
Provides the details of the ExternalWorkflowExecutionSignaled event.
|
| FailWorkflowExecutionDecisionAttributes |
Provides the details of the FailWorkflowExecution decision.
|
| FailWorkflowExecutionFailedEventAttributes |
Provides the details of the FailWorkflowExecutionFailed event.
|
| GetWorkflowExecutionHistoryRequest |
|
| GetWorkflowExecutionHistoryResponse |
Paginated representation of a workflow history for a workflow execution.
|
| HistoryEvent |
Event within a workflow execution.
|
| LambdaFunctionCompletedEventAttributes |
Provides the details of the LambdaFunctionCompleted event.
|
| LambdaFunctionFailedEventAttributes |
Provides the details of the LambdaFunctionFailed event.
|
| LambdaFunctionScheduledEventAttributes |
Provides the details of the LambdaFunctionScheduled event.
|
| LambdaFunctionStartedEventAttributes |
Provides the details of the LambdaFunctionStarted event.
|
| LambdaFunctionTimedOutEventAttributes |
Provides details of the LambdaFunctionTimedOut event.
|
| ListActivityTypesRequest |
|
| ListActivityTypesResponse |
Contains a paginated list of activity type information structures.
|
| ListClosedWorkflowExecutionsRequest |
|
| ListClosedWorkflowExecutionsResponse |
Contains a paginated list of information about workflow executions.
|
| ListDomainsRequest |
|
| ListDomainsResponse |
Contains a paginated collection of DomainInfo structures.
|
| ListOpenWorkflowExecutionsRequest |
|
| ListOpenWorkflowExecutionsResponse |
Contains a paginated list of information about workflow executions.
|
| ListTagsForResourceRequest |
|
| ListTagsForResourceResponse |
|
| ListWorkflowTypesRequest |
|
| ListWorkflowTypesResponse |
Contains a paginated list of information structures about workflow types.
|
| MarkerRecordedEventAttributes |
Provides the details of the MarkerRecorded event.
|
| PollForActivityTaskRequest |
|
| PollForActivityTaskResponse |
Unit of work sent to an activity worker.
|
| PollForDecisionTaskRequest |
|
| PollForDecisionTaskResponse |
A structure that represents a decision task.
|
| RecordActivityTaskHeartbeatRequest |
|
| RecordActivityTaskHeartbeatResponse |
Status information about an activity task.
|
| RecordMarkerDecisionAttributes |
Provides the details of the RecordMarker decision.
|
| RecordMarkerFailedEventAttributes |
Provides the details of the RecordMarkerFailed event.
|
| RegisterActivityTypeRequest |
|
| RegisterActivityTypeResponse |
|
| RegisterDomainRequest |
|
| RegisterDomainResponse |
|
| RegisterWorkflowTypeRequest |
|
| RegisterWorkflowTypeResponse |
|
| RequestCancelActivityTaskDecisionAttributes |
Provides the details of the RequestCancelActivityTask decision.
|
| RequestCancelActivityTaskFailedEventAttributes |
Provides the details of the RequestCancelActivityTaskFailed event.
|
| RequestCancelExternalWorkflowExecutionDecisionAttributes |
Provides the details of the RequestCancelExternalWorkflowExecution decision.
|
| RequestCancelExternalWorkflowExecutionFailedEventAttributes |
Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.
|
| RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.
|
| RequestCancelWorkflowExecutionRequest |
|
| RequestCancelWorkflowExecutionResponse |
|
| ResourceTag |
Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.
|
| RespondActivityTaskCanceledRequest |
|
| RespondActivityTaskCanceledResponse |
|
| RespondActivityTaskCompletedRequest |
|
| RespondActivityTaskCompletedResponse |
|
| RespondActivityTaskFailedRequest |
|
| RespondActivityTaskFailedResponse |
|
| RespondDecisionTaskCompletedRequest |
Input data for a TaskCompleted response to a decision task.
|
| RespondDecisionTaskCompletedResponse |
|
| ScheduleActivityTaskDecisionAttributes |
Provides the details of the ScheduleActivityTask decision.
|
| ScheduleActivityTaskFailedEventAttributes |
Provides the details of the ScheduleActivityTaskFailed event.
|
| ScheduleLambdaFunctionDecisionAttributes |
Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions
decisions passed to RespondDecisionTaskCompleted.
|
| ScheduleLambdaFunctionFailedEventAttributes |
Provides the details of the ScheduleLambdaFunctionFailed event.
|
| SignalExternalWorkflowExecutionDecisionAttributes |
Provides the details of the SignalExternalWorkflowExecution decision.
|
| SignalExternalWorkflowExecutionFailedEventAttributes |
Provides the details of the SignalExternalWorkflowExecutionFailed event.
|
| SignalExternalWorkflowExecutionInitiatedEventAttributes |
Provides the details of the SignalExternalWorkflowExecutionInitiated event.
|
| SignalWorkflowExecutionRequest |
|
| SignalWorkflowExecutionResponse |
|
| StartChildWorkflowExecutionDecisionAttributes |
Provides the details of the StartChildWorkflowExecution decision.
|
| StartChildWorkflowExecutionFailedEventAttributes |
Provides the details of the StartChildWorkflowExecutionFailed event.
|
| StartChildWorkflowExecutionInitiatedEventAttributes |
Provides the details of the StartChildWorkflowExecutionInitiated event.
|
| StartLambdaFunctionFailedEventAttributes |
Provides the details of the StartLambdaFunctionFailed event.
|
| StartTimerDecisionAttributes |
Provides the details of the StartTimer decision.
|
| StartTimerFailedEventAttributes |
Provides the details of the StartTimerFailed event.
|
| StartWorkflowExecutionRequest |
|
| StartWorkflowExecutionResponse |
Specifies the runId of a workflow execution.
|
| SwfException.BuilderImpl |
|
| SwfRequest |
|
| SwfRequest.BuilderImpl |
|
| SwfResponse |
|
| SwfResponse.BuilderImpl |
|
| SwfResponseMetadata |
|
| TagFilter |
Used to filter the workflow executions in visibility APIs based on a tag.
|
| TagResourceRequest |
|
| TagResourceResponse |
|
| TaskList |
Represents a task list.
|
| TerminateWorkflowExecutionRequest |
|
| TerminateWorkflowExecutionResponse |
|
| TimerCanceledEventAttributes |
Provides the details of the TimerCanceled event.
|
| TimerFiredEventAttributes |
Provides the details of the TimerFired event.
|
| TimerStartedEventAttributes |
Provides the details of the TimerStarted event.
|
| UndeprecateActivityTypeRequest |
|
| UndeprecateActivityTypeResponse |
|
| UndeprecateDomainRequest |
|
| UndeprecateDomainResponse |
|
| UndeprecateWorkflowTypeRequest |
|
| UndeprecateWorkflowTypeResponse |
|
| UntagResourceRequest |
|
| UntagResourceResponse |
|
| WorkflowExecution |
Represents a workflow execution.
|
| WorkflowExecutionCanceledEventAttributes |
Provides the details of the WorkflowExecutionCanceled event.
|
| WorkflowExecutionCancelRequestedEventAttributes |
Provides the details of the WorkflowExecutionCancelRequested event.
|
| WorkflowExecutionCompletedEventAttributes |
Provides the details of the WorkflowExecutionCompleted event.
|
| WorkflowExecutionConfiguration |
The configuration settings for a workflow execution including timeout values, tasklist etc.
|
| WorkflowExecutionContinuedAsNewEventAttributes |
Provides the details of the WorkflowExecutionContinuedAsNew event.
|
| WorkflowExecutionFailedEventAttributes |
Provides the details of the WorkflowExecutionFailed event.
|
| WorkflowExecutionFilter |
Used to filter the workflow executions in visibility APIs by their workflowId.
|
| WorkflowExecutionInfo |
Contains information about a workflow execution.
|
| WorkflowExecutionOpenCounts |
Contains the counts of open tasks, child workflow executions and timers for a workflow execution.
|
| WorkflowExecutionSignaledEventAttributes |
Provides the details of the WorkflowExecutionSignaled event.
|
| WorkflowExecutionStartedEventAttributes |
Provides details of WorkflowExecutionStarted event.
|
| WorkflowExecutionTerminatedEventAttributes |
Provides the details of the WorkflowExecutionTerminated event.
|
| WorkflowExecutionTimedOutEventAttributes |
Provides the details of the WorkflowExecutionTimedOut event.
|
| WorkflowType |
Represents a workflow type.
|
| WorkflowTypeConfiguration |
The configuration settings of a workflow type.
|
| WorkflowTypeFilter |
Used to filter workflow execution query results by type.
|
| WorkflowTypeInfo |
Contains information about a workflow type.
|