Versions in this module Expand all Collapse all v0 v0.6.0 Jun 3, 2015 Changes in this version + type ActivityTaskCancelRequestedEventAttributes struct + ActivityID *string + DecisionTaskCompletedEventID *int64 + type ActivityTaskCanceledEventAttributes struct + Details *string + LatestCancelRequestedEventID *int64 + ScheduledEventID *int64 + StartedEventID *int64 + type ActivityTaskCompletedEventAttributes struct + Result *string + ScheduledEventID *int64 + StartedEventID *int64 + type ActivityTaskFailedEventAttributes struct + Details *string + Reason *string + ScheduledEventID *int64 + StartedEventID *int64 + type ActivityTaskScheduledEventAttributes struct + ActivityID *string + ActivityType *ActivityType + Control *string + DecisionTaskCompletedEventID *int64 + HeartbeatTimeout *string + Input *string + ScheduleToCloseTimeout *string + ScheduleToStartTimeout *string + StartToCloseTimeout *string + TaskList *TaskList + TaskPriority *string + type ActivityTaskStartedEventAttributes struct + Identity *string + ScheduledEventID *int64 + type ActivityTaskTimedOutEventAttributes struct + Details *string + ScheduledEventID *int64 + StartedEventID *int64 + TimeoutType *string + type ActivityType struct + Name *string + Version *string + type ActivityTypeConfiguration struct + DefaultTaskHeartbeatTimeout *string + DefaultTaskList *TaskList + DefaultTaskPriority *string + DefaultTaskScheduleToCloseTimeout *string + DefaultTaskScheduleToStartTimeout *string + DefaultTaskStartToCloseTimeout *string + type ActivityTypeInfo struct + ActivityType *ActivityType + CreationDate *time.Time + DeprecationDate *time.Time + Description *string + Status *string + type CancelTimerDecisionAttributes struct + TimerID *string + type CancelTimerFailedEventAttributes struct + Cause *string + DecisionTaskCompletedEventID *int64 + TimerID *string + type CancelWorkflowExecutionDecisionAttributes struct + Details *string + type CancelWorkflowExecutionFailedEventAttributes struct + Cause *string + DecisionTaskCompletedEventID *int64 + type ChildWorkflowExecutionCanceledEventAttributes struct + Details *string + InitiatedEventID *int64 + StartedEventID *int64 + WorkflowExecution *WorkflowExecution + WorkflowType *WorkflowType + type ChildWorkflowExecutionCompletedEventAttributes struct + InitiatedEventID *int64 + Result *string + StartedEventID *int64 + WorkflowExecution *WorkflowExecution + WorkflowType *WorkflowType + type ChildWorkflowExecutionFailedEventAttributes struct + Details *string + InitiatedEventID *int64 + Reason *string + StartedEventID *int64 + WorkflowExecution *WorkflowExecution + WorkflowType *WorkflowType + type ChildWorkflowExecutionStartedEventAttributes struct + InitiatedEventID *int64 + WorkflowExecution *WorkflowExecution + WorkflowType *WorkflowType + type ChildWorkflowExecutionTerminatedEventAttributes struct + InitiatedEventID *int64 + StartedEventID *int64 + WorkflowExecution *WorkflowExecution + WorkflowType *WorkflowType + type ChildWorkflowExecutionTimedOutEventAttributes struct + InitiatedEventID *int64 + StartedEventID *int64 + TimeoutType *string + WorkflowExecution *WorkflowExecution + WorkflowType *WorkflowType + type CloseStatusFilter struct + Status *string + type CompleteWorkflowExecutionDecisionAttributes struct + Result *string + type CompleteWorkflowExecutionFailedEventAttributes struct + Cause *string + DecisionTaskCompletedEventID *int64 + type ContinueAsNewWorkflowExecutionDecisionAttributes struct + ChildPolicy *string + ExecutionStartToCloseTimeout *string + Input *string + TagList []*string + TaskList *TaskList + TaskPriority *string + TaskStartToCloseTimeout *string + WorkflowTypeVersion *string + type ContinueAsNewWorkflowExecutionFailedEventAttributes struct + Cause *string + DecisionTaskCompletedEventID *int64 + type CountClosedWorkflowExecutionsInput struct + CloseStatusFilter *CloseStatusFilter + CloseTimeFilter *ExecutionTimeFilter + Domain *string + ExecutionFilter *WorkflowExecutionFilter + StartTimeFilter *ExecutionTimeFilter + TagFilter *TagFilter + TypeFilter *WorkflowTypeFilter + type CountOpenWorkflowExecutionsInput struct + Domain *string + ExecutionFilter *WorkflowExecutionFilter + StartTimeFilter *ExecutionTimeFilter + TagFilter *TagFilter + TypeFilter *WorkflowTypeFilter + type CountPendingActivityTasksInput struct + Domain *string + TaskList *TaskList + type CountPendingDecisionTasksInput struct + Domain *string + TaskList *TaskList + type Decision struct + CancelTimerDecisionAttributes *CancelTimerDecisionAttributes + CancelWorkflowExecutionDecisionAttributes *CancelWorkflowExecutionDecisionAttributes + CompleteWorkflowExecutionDecisionAttributes *CompleteWorkflowExecutionDecisionAttributes + ContinueAsNewWorkflowExecutionDecisionAttributes *ContinueAsNewWorkflowExecutionDecisionAttributes + DecisionType *string + FailWorkflowExecutionDecisionAttributes *FailWorkflowExecutionDecisionAttributes + RecordMarkerDecisionAttributes *RecordMarkerDecisionAttributes + RequestCancelActivityTaskDecisionAttributes *RequestCancelActivityTaskDecisionAttributes + RequestCancelExternalWorkflowExecutionDecisionAttributes *RequestCancelExternalWorkflowExecutionDecisionAttributes + ScheduleActivityTaskDecisionAttributes *ScheduleActivityTaskDecisionAttributes + SignalExternalWorkflowExecutionDecisionAttributes *SignalExternalWorkflowExecutionDecisionAttributes + StartChildWorkflowExecutionDecisionAttributes *StartChildWorkflowExecutionDecisionAttributes + StartTimerDecisionAttributes *StartTimerDecisionAttributes + type DecisionTaskCompletedEventAttributes struct + ExecutionContext *string + ScheduledEventID *int64 + StartedEventID *int64 + type DecisionTaskScheduledEventAttributes struct + StartToCloseTimeout *string + TaskList *TaskList + TaskPriority *string + type DecisionTaskStartedEventAttributes struct + Identity *string + ScheduledEventID *int64 + type DecisionTaskTimedOutEventAttributes struct + ScheduledEventID *int64 + StartedEventID *int64 + TimeoutType *string + type DeprecateActivityTypeInput struct + ActivityType *ActivityType + Domain *string + type DeprecateActivityTypeOutput struct + type DeprecateDomainInput struct + Name *string + type DeprecateDomainOutput struct + type DeprecateWorkflowTypeInput struct + Domain *string + WorkflowType *WorkflowType + type DeprecateWorkflowTypeOutput struct + type DescribeActivityTypeInput struct + ActivityType *ActivityType + Domain *string + type DescribeActivityTypeOutput struct + Configuration *ActivityTypeConfiguration + TypeInfo *ActivityTypeInfo + type DescribeDomainInput struct + Name *string + type DescribeDomainOutput struct + Configuration *DomainConfiguration + DomainInfo *DomainInfo + type DescribeWorkflowExecutionInput struct + Domain *string + Execution *WorkflowExecution + type DescribeWorkflowExecutionOutput struct + ExecutionConfiguration *WorkflowExecutionConfiguration + ExecutionInfo *WorkflowExecutionInfo + LatestActivityTaskTimestamp *time.Time + LatestExecutionContext *string + OpenCounts *WorkflowExecutionOpenCounts + type DescribeWorkflowTypeInput struct + Domain *string + WorkflowType *WorkflowType + type DescribeWorkflowTypeOutput struct + Configuration *WorkflowTypeConfiguration + TypeInfo *WorkflowTypeInfo + type DomainConfiguration struct + WorkflowExecutionRetentionPeriodInDays *string + type DomainInfo struct + Description *string + Name *string + Status *string + type ExecutionTimeFilter struct + LatestDate *time.Time + OldestDate *time.Time + type ExternalWorkflowExecutionCancelRequestedEventAttributes struct + InitiatedEventID *int64 + WorkflowExecution *WorkflowExecution + type ExternalWorkflowExecutionSignaledEventAttributes struct + InitiatedEventID *int64 + WorkflowExecution *WorkflowExecution + type FailWorkflowExecutionDecisionAttributes struct + Details *string + Reason *string + type FailWorkflowExecutionFailedEventAttributes struct + Cause *string + DecisionTaskCompletedEventID *int64 + type GetWorkflowExecutionHistoryInput struct + Domain *string + Execution *WorkflowExecution + MaximumPageSize *int64 + NextPageToken *string + ReverseOrder *bool + type GetWorkflowExecutionHistoryOutput struct + Events []*HistoryEvent + NextPageToken *string + type HistoryEvent struct + ActivityTaskCancelRequestedEventAttributes *ActivityTaskCancelRequestedEventAttributes + ActivityTaskCanceledEventAttributes *ActivityTaskCanceledEventAttributes + ActivityTaskCompletedEventAttributes *ActivityTaskCompletedEventAttributes + ActivityTaskFailedEventAttributes *ActivityTaskFailedEventAttributes + ActivityTaskScheduledEventAttributes *ActivityTaskScheduledEventAttributes + ActivityTaskStartedEventAttributes *ActivityTaskStartedEventAttributes + ActivityTaskTimedOutEventAttributes *ActivityTaskTimedOutEventAttributes + CancelTimerFailedEventAttributes *CancelTimerFailedEventAttributes + CancelWorkflowExecutionFailedEventAttributes *CancelWorkflowExecutionFailedEventAttributes + ChildWorkflowExecutionCanceledEventAttributes *ChildWorkflowExecutionCanceledEventAttributes + ChildWorkflowExecutionCompletedEventAttributes *ChildWorkflowExecutionCompletedEventAttributes + ChildWorkflowExecutionFailedEventAttributes *ChildWorkflowExecutionFailedEventAttributes + ChildWorkflowExecutionStartedEventAttributes *ChildWorkflowExecutionStartedEventAttributes + ChildWorkflowExecutionTerminatedEventAttributes *ChildWorkflowExecutionTerminatedEventAttributes + ChildWorkflowExecutionTimedOutEventAttributes *ChildWorkflowExecutionTimedOutEventAttributes + CompleteWorkflowExecutionFailedEventAttributes *CompleteWorkflowExecutionFailedEventAttributes + ContinueAsNewWorkflowExecutionFailedEventAttributes *ContinueAsNewWorkflowExecutionFailedEventAttributes + DecisionTaskCompletedEventAttributes *DecisionTaskCompletedEventAttributes + DecisionTaskScheduledEventAttributes *DecisionTaskScheduledEventAttributes + DecisionTaskStartedEventAttributes *DecisionTaskStartedEventAttributes + DecisionTaskTimedOutEventAttributes *DecisionTaskTimedOutEventAttributes + EventID *int64 + EventTimestamp *time.Time + EventType *string + ExternalWorkflowExecutionCancelRequestedEventAttributes *ExternalWorkflowExecutionCancelRequestedEventAttributes + ExternalWorkflowExecutionSignaledEventAttributes *ExternalWorkflowExecutionSignaledEventAttributes + FailWorkflowExecutionFailedEventAttributes *FailWorkflowExecutionFailedEventAttributes + MarkerRecordedEventAttributes *MarkerRecordedEventAttributes + RecordMarkerFailedEventAttributes *RecordMarkerFailedEventAttributes + RequestCancelActivityTaskFailedEventAttributes *RequestCancelActivityTaskFailedEventAttributes + RequestCancelExternalWorkflowExecutionFailedEventAttributes *RequestCancelExternalWorkflowExecutionFailedEventAttributes + RequestCancelExternalWorkflowExecutionInitiatedEventAttributes *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes + ScheduleActivityTaskFailedEventAttributes *ScheduleActivityTaskFailedEventAttributes + SignalExternalWorkflowExecutionFailedEventAttributes *SignalExternalWorkflowExecutionFailedEventAttributes + SignalExternalWorkflowExecutionInitiatedEventAttributes *SignalExternalWorkflowExecutionInitiatedEventAttributes + StartChildWorkflowExecutionFailedEventAttributes *StartChildWorkflowExecutionFailedEventAttributes + StartChildWorkflowExecutionInitiatedEventAttributes *StartChildWorkflowExecutionInitiatedEventAttributes + StartTimerFailedEventAttributes *StartTimerFailedEventAttributes + TimerCanceledEventAttributes *TimerCanceledEventAttributes + TimerFiredEventAttributes *TimerFiredEventAttributes + TimerStartedEventAttributes *TimerStartedEventAttributes + WorkflowExecutionCancelRequestedEventAttributes *WorkflowExecutionCancelRequestedEventAttributes + WorkflowExecutionCanceledEventAttributes *WorkflowExecutionCanceledEventAttributes + WorkflowExecutionCompletedEventAttributes *WorkflowExecutionCompletedEventAttributes + WorkflowExecutionContinuedAsNewEventAttributes *WorkflowExecutionContinuedAsNewEventAttributes + WorkflowExecutionFailedEventAttributes *WorkflowExecutionFailedEventAttributes + WorkflowExecutionSignaledEventAttributes *WorkflowExecutionSignaledEventAttributes + WorkflowExecutionStartedEventAttributes *WorkflowExecutionStartedEventAttributes + WorkflowExecutionTerminatedEventAttributes *WorkflowExecutionTerminatedEventAttributes + WorkflowExecutionTimedOutEventAttributes *WorkflowExecutionTimedOutEventAttributes + type ListActivityTypesInput struct + Domain *string + MaximumPageSize *int64 + Name *string + NextPageToken *string + RegistrationStatus *string + ReverseOrder *bool + type ListActivityTypesOutput struct + NextPageToken *string + TypeInfos []*ActivityTypeInfo + type ListClosedWorkflowExecutionsInput struct + CloseStatusFilter *CloseStatusFilter + CloseTimeFilter *ExecutionTimeFilter + Domain *string + ExecutionFilter *WorkflowExecutionFilter + MaximumPageSize *int64 + NextPageToken *string + ReverseOrder *bool + StartTimeFilter *ExecutionTimeFilter + TagFilter *TagFilter + TypeFilter *WorkflowTypeFilter + type ListDomainsInput struct + MaximumPageSize *int64 + NextPageToken *string + RegistrationStatus *string + ReverseOrder *bool + type ListDomainsOutput struct + DomainInfos []*DomainInfo + NextPageToken *string + type ListOpenWorkflowExecutionsInput struct + Domain *string + ExecutionFilter *WorkflowExecutionFilter + MaximumPageSize *int64 + NextPageToken *string + ReverseOrder *bool + StartTimeFilter *ExecutionTimeFilter + TagFilter *TagFilter + TypeFilter *WorkflowTypeFilter + type ListWorkflowTypesInput struct + Domain *string + MaximumPageSize *int64 + Name *string + NextPageToken *string + RegistrationStatus *string + ReverseOrder *bool + type ListWorkflowTypesOutput struct + NextPageToken *string + TypeInfos []*WorkflowTypeInfo + type MarkerRecordedEventAttributes struct + DecisionTaskCompletedEventID *int64 + Details *string + MarkerName *string + type PendingTaskCount struct + Count *int64 + Truncated *bool + type PollForActivityTaskInput struct + Domain *string + Identity *string + TaskList *TaskList + type PollForActivityTaskOutput struct + ActivityID *string + ActivityType *ActivityType + Input *string + StartedEventID *int64 + TaskToken *string + WorkflowExecution *WorkflowExecution + type PollForDecisionTaskInput struct + Domain *string + Identity *string + MaximumPageSize *int64 + NextPageToken *string + ReverseOrder *bool + TaskList *TaskList + type PollForDecisionTaskOutput struct + Events []*HistoryEvent + NextPageToken *string + PreviousStartedEventID *int64 + StartedEventID *int64 + TaskToken *string + WorkflowExecution *WorkflowExecution + WorkflowType *WorkflowType + type RecordActivityTaskHeartbeatInput struct + Details *string + TaskToken *string + type RecordActivityTaskHeartbeatOutput struct + CancelRequested *bool + type RecordMarkerDecisionAttributes struct + Details *string + MarkerName *string + type RecordMarkerFailedEventAttributes struct + Cause *string + DecisionTaskCompletedEventID *int64 + MarkerName *string + type RegisterActivityTypeInput struct + DefaultTaskHeartbeatTimeout *string + DefaultTaskList *TaskList + DefaultTaskPriority *string + DefaultTaskScheduleToCloseTimeout *string + DefaultTaskScheduleToStartTimeout *string + DefaultTaskStartToCloseTimeout *string + Description *string + Domain *string + Name *string + Version *string + type RegisterActivityTypeOutput struct + type RegisterDomainInput struct + Description *string + Name *string + WorkflowExecutionRetentionPeriodInDays *string + type RegisterDomainOutput struct + type RegisterWorkflowTypeInput struct + DefaultChildPolicy *string + DefaultExecutionStartToCloseTimeout *string + DefaultTaskList *TaskList + DefaultTaskPriority *string + DefaultTaskStartToCloseTimeout *string + Description *string + Domain *string + Name *string + Version *string + type RegisterWorkflowTypeOutput struct + type RequestCancelActivityTaskDecisionAttributes struct + ActivityID *string + type RequestCancelActivityTaskFailedEventAttributes struct + ActivityID *string + Cause *string + DecisionTaskCompletedEventID *int64 + type RequestCancelExternalWorkflowExecutionDecisionAttributes struct + Control *string + RunID *string + WorkflowID *string + type RequestCancelExternalWorkflowExecutionFailedEventAttributes struct + Cause *string + Control *string + DecisionTaskCompletedEventID *int64 + InitiatedEventID *int64 + RunID *string + WorkflowID *string + type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct + Control *string + DecisionTaskCompletedEventID *int64 + RunID *string + WorkflowID *string + type RequestCancelWorkflowExecutionInput struct + Domain *string + RunID *string + WorkflowID *string + type RequestCancelWorkflowExecutionOutput struct + type RespondActivityTaskCanceledInput struct + Details *string + TaskToken *string + type RespondActivityTaskCanceledOutput struct + type RespondActivityTaskCompletedInput struct + Result *string + TaskToken *string + type RespondActivityTaskCompletedOutput struct + type RespondActivityTaskFailedInput struct + Details *string + Reason *string + TaskToken *string + type RespondActivityTaskFailedOutput struct + type RespondDecisionTaskCompletedInput struct + Decisions []*Decision + ExecutionContext *string + TaskToken *string + type RespondDecisionTaskCompletedOutput struct + type SWF struct + func New(config *aws.Config) *SWF + func (c *SWF) CountClosedWorkflowExecutions(input *CountClosedWorkflowExecutionsInput) (*WorkflowExecutionCount, error) + func (c *SWF) CountClosedWorkflowExecutionsRequest(input *CountClosedWorkflowExecutionsInput) (req *aws.Request, output *WorkflowExecutionCount) + func (c *SWF) CountOpenWorkflowExecutions(input *CountOpenWorkflowExecutionsInput) (*WorkflowExecutionCount, error) + func (c *SWF) CountOpenWorkflowExecutionsRequest(input *CountOpenWorkflowExecutionsInput) (req *aws.Request, output *WorkflowExecutionCount) + func (c *SWF) CountPendingActivityTasks(input *CountPendingActivityTasksInput) (*PendingTaskCount, error) + func (c *SWF) CountPendingActivityTasksRequest(input *CountPendingActivityTasksInput) (req *aws.Request, output *PendingTaskCount) + func (c *SWF) CountPendingDecisionTasks(input *CountPendingDecisionTasksInput) (*PendingTaskCount, error) + func (c *SWF) CountPendingDecisionTasksRequest(input *CountPendingDecisionTasksInput) (req *aws.Request, output *PendingTaskCount) + func (c *SWF) DeprecateActivityType(input *DeprecateActivityTypeInput) (*DeprecateActivityTypeOutput, error) + func (c *SWF) DeprecateActivityTypeRequest(input *DeprecateActivityTypeInput) (req *aws.Request, output *DeprecateActivityTypeOutput) + func (c *SWF) DeprecateDomain(input *DeprecateDomainInput) (*DeprecateDomainOutput, error) + func (c *SWF) DeprecateDomainRequest(input *DeprecateDomainInput) (req *aws.Request, output *DeprecateDomainOutput) + func (c *SWF) DeprecateWorkflowType(input *DeprecateWorkflowTypeInput) (*DeprecateWorkflowTypeOutput, error) + func (c *SWF) DeprecateWorkflowTypeRequest(input *DeprecateWorkflowTypeInput) (req *aws.Request, output *DeprecateWorkflowTypeOutput) + func (c *SWF) DescribeActivityType(input *DescribeActivityTypeInput) (*DescribeActivityTypeOutput, error) + func (c *SWF) DescribeActivityTypeRequest(input *DescribeActivityTypeInput) (req *aws.Request, output *DescribeActivityTypeOutput) + func (c *SWF) DescribeDomain(input *DescribeDomainInput) (*DescribeDomainOutput, error) + func (c *SWF) DescribeDomainRequest(input *DescribeDomainInput) (req *aws.Request, output *DescribeDomainOutput) + func (c *SWF) DescribeWorkflowExecution(input *DescribeWorkflowExecutionInput) (*DescribeWorkflowExecutionOutput, error) + func (c *SWF) DescribeWorkflowExecutionRequest(input *DescribeWorkflowExecutionInput) (req *aws.Request, output *DescribeWorkflowExecutionOutput) + func (c *SWF) DescribeWorkflowType(input *DescribeWorkflowTypeInput) (*DescribeWorkflowTypeOutput, error) + func (c *SWF) DescribeWorkflowTypeRequest(input *DescribeWorkflowTypeInput) (req *aws.Request, output *DescribeWorkflowTypeOutput) + func (c *SWF) GetWorkflowExecutionHistory(input *GetWorkflowExecutionHistoryInput) (*GetWorkflowExecutionHistoryOutput, error) + func (c *SWF) GetWorkflowExecutionHistoryPages(input *GetWorkflowExecutionHistoryInput, ...) error + func (c *SWF) GetWorkflowExecutionHistoryRequest(input *GetWorkflowExecutionHistoryInput) (req *aws.Request, output *GetWorkflowExecutionHistoryOutput) + func (c *SWF) ListActivityTypes(input *ListActivityTypesInput) (*ListActivityTypesOutput, error) + func (c *SWF) ListActivityTypesPages(input *ListActivityTypesInput, ...) error + func (c *SWF) ListActivityTypesRequest(input *ListActivityTypesInput) (req *aws.Request, output *ListActivityTypesOutput) + func (c *SWF) ListClosedWorkflowExecutions(input *ListClosedWorkflowExecutionsInput) (*WorkflowExecutionInfos, error) + func (c *SWF) ListClosedWorkflowExecutionsPages(input *ListClosedWorkflowExecutionsInput, ...) error + func (c *SWF) ListClosedWorkflowExecutionsRequest(input *ListClosedWorkflowExecutionsInput) (req *aws.Request, output *WorkflowExecutionInfos) + func (c *SWF) ListDomains(input *ListDomainsInput) (*ListDomainsOutput, error) + func (c *SWF) ListDomainsPages(input *ListDomainsInput, ...) error + func (c *SWF) ListDomainsRequest(input *ListDomainsInput) (req *aws.Request, output *ListDomainsOutput) + func (c *SWF) ListOpenWorkflowExecutions(input *ListOpenWorkflowExecutionsInput) (*WorkflowExecutionInfos, error) + func (c *SWF) ListOpenWorkflowExecutionsPages(input *ListOpenWorkflowExecutionsInput, ...) error + func (c *SWF) ListOpenWorkflowExecutionsRequest(input *ListOpenWorkflowExecutionsInput) (req *aws.Request, output *WorkflowExecutionInfos) + func (c *SWF) ListWorkflowTypes(input *ListWorkflowTypesInput) (*ListWorkflowTypesOutput, error) + func (c *SWF) ListWorkflowTypesPages(input *ListWorkflowTypesInput, ...) error + func (c *SWF) ListWorkflowTypesRequest(input *ListWorkflowTypesInput) (req *aws.Request, output *ListWorkflowTypesOutput) + func (c *SWF) PollForActivityTask(input *PollForActivityTaskInput) (*PollForActivityTaskOutput, error) + func (c *SWF) PollForActivityTaskRequest(input *PollForActivityTaskInput) (req *aws.Request, output *PollForActivityTaskOutput) + func (c *SWF) PollForDecisionTask(input *PollForDecisionTaskInput) (*PollForDecisionTaskOutput, error) + func (c *SWF) PollForDecisionTaskPages(input *PollForDecisionTaskInput, ...) error + func (c *SWF) PollForDecisionTaskRequest(input *PollForDecisionTaskInput) (req *aws.Request, output *PollForDecisionTaskOutput) + func (c *SWF) RecordActivityTaskHeartbeat(input *RecordActivityTaskHeartbeatInput) (*RecordActivityTaskHeartbeatOutput, error) + func (c *SWF) RecordActivityTaskHeartbeatRequest(input *RecordActivityTaskHeartbeatInput) (req *aws.Request, output *RecordActivityTaskHeartbeatOutput) + func (c *SWF) RegisterActivityType(input *RegisterActivityTypeInput) (*RegisterActivityTypeOutput, error) + func (c *SWF) RegisterActivityTypeRequest(input *RegisterActivityTypeInput) (req *aws.Request, output *RegisterActivityTypeOutput) + func (c *SWF) RegisterDomain(input *RegisterDomainInput) (*RegisterDomainOutput, error) + func (c *SWF) RegisterDomainRequest(input *RegisterDomainInput) (req *aws.Request, output *RegisterDomainOutput) + func (c *SWF) RegisterWorkflowType(input *RegisterWorkflowTypeInput) (*RegisterWorkflowTypeOutput, error) + func (c *SWF) RegisterWorkflowTypeRequest(input *RegisterWorkflowTypeInput) (req *aws.Request, output *RegisterWorkflowTypeOutput) + func (c *SWF) RequestCancelWorkflowExecution(input *RequestCancelWorkflowExecutionInput) (*RequestCancelWorkflowExecutionOutput, error) + func (c *SWF) RequestCancelWorkflowExecutionRequest(input *RequestCancelWorkflowExecutionInput) (req *aws.Request, output *RequestCancelWorkflowExecutionOutput) + func (c *SWF) RespondActivityTaskCanceled(input *RespondActivityTaskCanceledInput) (*RespondActivityTaskCanceledOutput, error) + func (c *SWF) RespondActivityTaskCanceledRequest(input *RespondActivityTaskCanceledInput) (req *aws.Request, output *RespondActivityTaskCanceledOutput) + func (c *SWF) RespondActivityTaskCompleted(input *RespondActivityTaskCompletedInput) (*RespondActivityTaskCompletedOutput, error) + func (c *SWF) RespondActivityTaskCompletedRequest(input *RespondActivityTaskCompletedInput) (req *aws.Request, output *RespondActivityTaskCompletedOutput) + func (c *SWF) RespondActivityTaskFailed(input *RespondActivityTaskFailedInput) (*RespondActivityTaskFailedOutput, error) + func (c *SWF) RespondActivityTaskFailedRequest(input *RespondActivityTaskFailedInput) (req *aws.Request, output *RespondActivityTaskFailedOutput) + func (c *SWF) RespondDecisionTaskCompleted(input *RespondDecisionTaskCompletedInput) (*RespondDecisionTaskCompletedOutput, error) + func (c *SWF) RespondDecisionTaskCompletedRequest(input *RespondDecisionTaskCompletedInput) (req *aws.Request, output *RespondDecisionTaskCompletedOutput) + func (c *SWF) SignalWorkflowExecution(input *SignalWorkflowExecutionInput) (*SignalWorkflowExecutionOutput, error) + func (c *SWF) SignalWorkflowExecutionRequest(input *SignalWorkflowExecutionInput) (req *aws.Request, output *SignalWorkflowExecutionOutput) + func (c *SWF) StartWorkflowExecution(input *StartWorkflowExecutionInput) (*StartWorkflowExecutionOutput, error) + func (c *SWF) StartWorkflowExecutionRequest(input *StartWorkflowExecutionInput) (req *aws.Request, output *StartWorkflowExecutionOutput) + func (c *SWF) TerminateWorkflowExecution(input *TerminateWorkflowExecutionInput) (*TerminateWorkflowExecutionOutput, error) + func (c *SWF) TerminateWorkflowExecutionRequest(input *TerminateWorkflowExecutionInput) (req *aws.Request, output *TerminateWorkflowExecutionOutput) + type ScheduleActivityTaskDecisionAttributes struct + ActivityID *string + ActivityType *ActivityType + Control *string + HeartbeatTimeout *string + Input *string + ScheduleToCloseTimeout *string + ScheduleToStartTimeout *string + StartToCloseTimeout *string + TaskList *TaskList + TaskPriority *string + type ScheduleActivityTaskFailedEventAttributes struct + ActivityID *string + ActivityType *ActivityType + Cause *string + DecisionTaskCompletedEventID *int64 + type SignalExternalWorkflowExecutionDecisionAttributes struct + Control *string + Input *string + RunID *string + SignalName *string + WorkflowID *string + type SignalExternalWorkflowExecutionFailedEventAttributes struct + Cause *string + Control *string + DecisionTaskCompletedEventID *int64 + InitiatedEventID *int64 + RunID *string + WorkflowID *string + type SignalExternalWorkflowExecutionInitiatedEventAttributes struct + Control *string + DecisionTaskCompletedEventID *int64 + Input *string + RunID *string + SignalName *string + WorkflowID *string + type SignalWorkflowExecutionInput struct + Domain *string + Input *string + RunID *string + SignalName *string + WorkflowID *string + type SignalWorkflowExecutionOutput struct + type StartChildWorkflowExecutionDecisionAttributes struct + ChildPolicy *string + Control *string + ExecutionStartToCloseTimeout *string + Input *string + TagList []*string + TaskList *TaskList + TaskPriority *string + TaskStartToCloseTimeout *string + WorkflowID *string + WorkflowType *WorkflowType + type StartChildWorkflowExecutionFailedEventAttributes struct + Cause *string + Control *string + DecisionTaskCompletedEventID *int64 + InitiatedEventID *int64 + WorkflowID *string + WorkflowType *WorkflowType + type StartChildWorkflowExecutionInitiatedEventAttributes struct + ChildPolicy *string + Control *string + DecisionTaskCompletedEventID *int64 + ExecutionStartToCloseTimeout *string + Input *string + TagList []*string + TaskList *TaskList + TaskPriority *string + TaskStartToCloseTimeout *string + WorkflowID *string + WorkflowType *WorkflowType + type StartTimerDecisionAttributes struct + Control *string + StartToFireTimeout *string + TimerID *string + type StartTimerFailedEventAttributes struct + Cause *string + DecisionTaskCompletedEventID *int64 + TimerID *string + type StartWorkflowExecutionInput struct + ChildPolicy *string + Domain *string + ExecutionStartToCloseTimeout *string + Input *string + TagList []*string + TaskList *TaskList + TaskPriority *string + TaskStartToCloseTimeout *string + WorkflowID *string + WorkflowType *WorkflowType + type StartWorkflowExecutionOutput struct + RunID *string + type TagFilter struct + Tag *string + type TaskList struct + Name *string + type TerminateWorkflowExecutionInput struct + ChildPolicy *string + Details *string + Domain *string + Reason *string + RunID *string + WorkflowID *string + type TerminateWorkflowExecutionOutput struct + type TimerCanceledEventAttributes struct + DecisionTaskCompletedEventID *int64 + StartedEventID *int64 + TimerID *string + type TimerFiredEventAttributes struct + StartedEventID *int64 + TimerID *string + type TimerStartedEventAttributes struct + Control *string + DecisionTaskCompletedEventID *int64 + StartToFireTimeout *string + TimerID *string + type WorkflowExecution struct + RunID *string + WorkflowID *string + type WorkflowExecutionCancelRequestedEventAttributes struct + Cause *string + ExternalInitiatedEventID *int64 + ExternalWorkflowExecution *WorkflowExecution + type WorkflowExecutionCanceledEventAttributes struct + DecisionTaskCompletedEventID *int64 + Details *string + type WorkflowExecutionCompletedEventAttributes struct + DecisionTaskCompletedEventID *int64 + Result *string + type WorkflowExecutionConfiguration struct + ChildPolicy *string + ExecutionStartToCloseTimeout *string + TaskList *TaskList + TaskPriority *string + TaskStartToCloseTimeout *string + type WorkflowExecutionContinuedAsNewEventAttributes struct + ChildPolicy *string + DecisionTaskCompletedEventID *int64 + ExecutionStartToCloseTimeout *string + Input *string + NewExecutionRunID *string + TagList []*string + TaskList *TaskList + TaskPriority *string + TaskStartToCloseTimeout *string + WorkflowType *WorkflowType + type WorkflowExecutionCount struct + Count *int64 + Truncated *bool + type WorkflowExecutionFailedEventAttributes struct + DecisionTaskCompletedEventID *int64 + Details *string + Reason *string + type WorkflowExecutionFilter struct + WorkflowID *string + type WorkflowExecutionInfo struct + CancelRequested *bool + CloseStatus *string + CloseTimestamp *time.Time + Execution *WorkflowExecution + ExecutionStatus *string + Parent *WorkflowExecution + StartTimestamp *time.Time + TagList []*string + WorkflowType *WorkflowType + type WorkflowExecutionInfos struct + ExecutionInfos []*WorkflowExecutionInfo + NextPageToken *string + type WorkflowExecutionOpenCounts struct + OpenActivityTasks *int64 + OpenChildWorkflowExecutions *int64 + OpenDecisionTasks *int64 + OpenTimers *int64 + type WorkflowExecutionSignaledEventAttributes struct + ExternalInitiatedEventID *int64 + ExternalWorkflowExecution *WorkflowExecution + Input *string + SignalName *string + type WorkflowExecutionStartedEventAttributes struct + ChildPolicy *string + ContinuedExecutionRunID *string + ExecutionStartToCloseTimeout *string + Input *string + ParentInitiatedEventID *int64 + ParentWorkflowExecution *WorkflowExecution + TagList []*string + TaskList *TaskList + TaskPriority *string + TaskStartToCloseTimeout *string + WorkflowType *WorkflowType + type WorkflowExecutionTerminatedEventAttributes struct + Cause *string + ChildPolicy *string + Details *string + Reason *string + type WorkflowExecutionTimedOutEventAttributes struct + ChildPolicy *string + TimeoutType *string + type WorkflowType struct + Name *string + Version *string + type WorkflowTypeConfiguration struct + DefaultChildPolicy *string + DefaultExecutionStartToCloseTimeout *string + DefaultTaskList *TaskList + DefaultTaskPriority *string + DefaultTaskStartToCloseTimeout *string + type WorkflowTypeFilter struct + Name *string + Version *string + type WorkflowTypeInfo struct + CreationDate *time.Time + DeprecationDate *time.Time + Description *string + Status *string + WorkflowType *WorkflowType