Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + const EndpointsID + const ErrCodeActivityDoesNotExist + const ErrCodeActivityLimitExceeded + const ErrCodeActivityWorkerLimitExceeded + const ErrCodeExecutionAlreadyExists + const ErrCodeExecutionDoesNotExist + const ErrCodeExecutionLimitExceeded + const ErrCodeInvalidArn + const ErrCodeInvalidDefinition + const ErrCodeInvalidExecutionInput + const ErrCodeInvalidName + const ErrCodeInvalidOutput + const ErrCodeInvalidToken + const ErrCodeStateMachineAlreadyExists + const ErrCodeStateMachineDeleting + const ErrCodeStateMachineDoesNotExist + const ErrCodeStateMachineLimitExceeded + const ErrCodeTaskDoesNotExist + const ErrCodeTaskTimedOut + const ExecutionStatusAborted + const ExecutionStatusFailed + const ExecutionStatusRunning + const ExecutionStatusSucceeded + const ExecutionStatusTimedOut + const HistoryEventTypeActivityFailed + const HistoryEventTypeActivityScheduleFailed + const HistoryEventTypeActivityScheduled + const HistoryEventTypeActivityStarted + const HistoryEventTypeActivitySucceeded + const HistoryEventTypeActivityTimedOut + const HistoryEventTypeChoiceStateEntered + const HistoryEventTypeChoiceStateExited + const HistoryEventTypeExecutionAborted + const HistoryEventTypeExecutionFailed + const HistoryEventTypeExecutionStarted + const HistoryEventTypeExecutionSucceeded + const HistoryEventTypeExecutionTimedOut + const HistoryEventTypeFailStateEntered + const HistoryEventTypeLambdaFunctionFailed + const HistoryEventTypeLambdaFunctionScheduleFailed + const HistoryEventTypeLambdaFunctionScheduled + const HistoryEventTypeLambdaFunctionStartFailed + const HistoryEventTypeLambdaFunctionStarted + const HistoryEventTypeLambdaFunctionSucceeded + const HistoryEventTypeLambdaFunctionTimedOut + const HistoryEventTypeParallelStateEntered + const HistoryEventTypeParallelStateExited + const HistoryEventTypePassStateEntered + const HistoryEventTypePassStateExited + const HistoryEventTypeSucceedStateEntered + const HistoryEventTypeSucceedStateExited + const HistoryEventTypeTaskStateEntered + const HistoryEventTypeTaskStateExited + const HistoryEventTypeWaitStateEntered + const HistoryEventTypeWaitStateExited + const ServiceName + const StateMachineStatusActive + const StateMachineStatusDeleting + type ActivityFailedEventDetails struct + Cause *string + Error *string + func (s *ActivityFailedEventDetails) SetCause(v string) *ActivityFailedEventDetails + func (s *ActivityFailedEventDetails) SetError(v string) *ActivityFailedEventDetails + func (s ActivityFailedEventDetails) GoString() string + func (s ActivityFailedEventDetails) String() string + type ActivityListItem struct + ActivityArn *string + CreationDate *time.Time + Name *string + func (s *ActivityListItem) SetActivityArn(v string) *ActivityListItem + func (s *ActivityListItem) SetCreationDate(v time.Time) *ActivityListItem + func (s *ActivityListItem) SetName(v string) *ActivityListItem + func (s ActivityListItem) GoString() string + func (s ActivityListItem) String() string + type ActivityScheduleFailedEventDetails struct + Cause *string + Error *string + func (s *ActivityScheduleFailedEventDetails) SetCause(v string) *ActivityScheduleFailedEventDetails + func (s *ActivityScheduleFailedEventDetails) SetError(v string) *ActivityScheduleFailedEventDetails + func (s ActivityScheduleFailedEventDetails) GoString() string + func (s ActivityScheduleFailedEventDetails) String() string + type ActivityScheduledEventDetails struct + HeartbeatInSeconds *int64 + Input *string + Resource *string + TimeoutInSeconds *int64 + func (s *ActivityScheduledEventDetails) SetHeartbeatInSeconds(v int64) *ActivityScheduledEventDetails + func (s *ActivityScheduledEventDetails) SetInput(v string) *ActivityScheduledEventDetails + func (s *ActivityScheduledEventDetails) SetResource(v string) *ActivityScheduledEventDetails + func (s *ActivityScheduledEventDetails) SetTimeoutInSeconds(v int64) *ActivityScheduledEventDetails + func (s ActivityScheduledEventDetails) GoString() string + func (s ActivityScheduledEventDetails) String() string + type ActivityStartedEventDetails struct + WorkerName *string + func (s *ActivityStartedEventDetails) SetWorkerName(v string) *ActivityStartedEventDetails + func (s ActivityStartedEventDetails) GoString() string + func (s ActivityStartedEventDetails) String() string + type ActivitySucceededEventDetails struct + Output *string + func (s *ActivitySucceededEventDetails) SetOutput(v string) *ActivitySucceededEventDetails + func (s ActivitySucceededEventDetails) GoString() string + func (s ActivitySucceededEventDetails) String() string + type ActivityTimedOutEventDetails struct + Cause *string + Error *string + func (s *ActivityTimedOutEventDetails) SetCause(v string) *ActivityTimedOutEventDetails + func (s *ActivityTimedOutEventDetails) SetError(v string) *ActivityTimedOutEventDetails + func (s ActivityTimedOutEventDetails) GoString() string + func (s ActivityTimedOutEventDetails) String() string + type CreateActivityInput struct + Name *string + func (s *CreateActivityInput) SetName(v string) *CreateActivityInput + func (s *CreateActivityInput) Validate() error + func (s CreateActivityInput) GoString() string + func (s CreateActivityInput) String() string + type CreateActivityOutput struct + ActivityArn *string + CreationDate *time.Time + func (s *CreateActivityOutput) SetActivityArn(v string) *CreateActivityOutput + func (s *CreateActivityOutput) SetCreationDate(v time.Time) *CreateActivityOutput + func (s CreateActivityOutput) GoString() string + func (s CreateActivityOutput) String() string + type CreateStateMachineInput struct + Definition *string + Name *string + RoleArn *string + func (s *CreateStateMachineInput) SetDefinition(v string) *CreateStateMachineInput + func (s *CreateStateMachineInput) SetName(v string) *CreateStateMachineInput + func (s *CreateStateMachineInput) SetRoleArn(v string) *CreateStateMachineInput + func (s *CreateStateMachineInput) Validate() error + func (s CreateStateMachineInput) GoString() string + func (s CreateStateMachineInput) String() string + type CreateStateMachineOutput struct + CreationDate *time.Time + StateMachineArn *string + func (s *CreateStateMachineOutput) SetCreationDate(v time.Time) *CreateStateMachineOutput + func (s *CreateStateMachineOutput) SetStateMachineArn(v string) *CreateStateMachineOutput + func (s CreateStateMachineOutput) GoString() string + func (s CreateStateMachineOutput) String() string + type DeleteActivityInput struct + ActivityArn *string + func (s *DeleteActivityInput) SetActivityArn(v string) *DeleteActivityInput + func (s *DeleteActivityInput) Validate() error + func (s DeleteActivityInput) GoString() string + func (s DeleteActivityInput) String() string + type DeleteActivityOutput struct + func (s DeleteActivityOutput) GoString() string + func (s DeleteActivityOutput) String() string + type DeleteStateMachineInput struct + StateMachineArn *string + func (s *DeleteStateMachineInput) SetStateMachineArn(v string) *DeleteStateMachineInput + func (s *DeleteStateMachineInput) Validate() error + func (s DeleteStateMachineInput) GoString() string + func (s DeleteStateMachineInput) String() string + type DeleteStateMachineOutput struct + func (s DeleteStateMachineOutput) GoString() string + func (s DeleteStateMachineOutput) String() string + type DescribeActivityInput struct + ActivityArn *string + func (s *DescribeActivityInput) SetActivityArn(v string) *DescribeActivityInput + func (s *DescribeActivityInput) Validate() error + func (s DescribeActivityInput) GoString() string + func (s DescribeActivityInput) String() string + type DescribeActivityOutput struct + ActivityArn *string + CreationDate *time.Time + Name *string + func (s *DescribeActivityOutput) SetActivityArn(v string) *DescribeActivityOutput + func (s *DescribeActivityOutput) SetCreationDate(v time.Time) *DescribeActivityOutput + func (s *DescribeActivityOutput) SetName(v string) *DescribeActivityOutput + func (s DescribeActivityOutput) GoString() string + func (s DescribeActivityOutput) String() string + type DescribeExecutionInput struct + ExecutionArn *string + func (s *DescribeExecutionInput) SetExecutionArn(v string) *DescribeExecutionInput + func (s *DescribeExecutionInput) Validate() error + func (s DescribeExecutionInput) GoString() string + func (s DescribeExecutionInput) String() string + type DescribeExecutionOutput struct + ExecutionArn *string + Input *string + Name *string + Output *string + StartDate *time.Time + StateMachineArn *string + Status *string + StopDate *time.Time + func (s *DescribeExecutionOutput) SetExecutionArn(v string) *DescribeExecutionOutput + func (s *DescribeExecutionOutput) SetInput(v string) *DescribeExecutionOutput + func (s *DescribeExecutionOutput) SetName(v string) *DescribeExecutionOutput + func (s *DescribeExecutionOutput) SetOutput(v string) *DescribeExecutionOutput + func (s *DescribeExecutionOutput) SetStartDate(v time.Time) *DescribeExecutionOutput + func (s *DescribeExecutionOutput) SetStateMachineArn(v string) *DescribeExecutionOutput + func (s *DescribeExecutionOutput) SetStatus(v string) *DescribeExecutionOutput + func (s *DescribeExecutionOutput) SetStopDate(v time.Time) *DescribeExecutionOutput + func (s DescribeExecutionOutput) GoString() string + func (s DescribeExecutionOutput) String() string + type DescribeStateMachineInput struct + StateMachineArn *string + func (s *DescribeStateMachineInput) SetStateMachineArn(v string) *DescribeStateMachineInput + func (s *DescribeStateMachineInput) Validate() error + func (s DescribeStateMachineInput) GoString() string + func (s DescribeStateMachineInput) String() string + type DescribeStateMachineOutput struct + CreationDate *time.Time + Definition *string + Name *string + RoleArn *string + StateMachineArn *string + Status *string + func (s *DescribeStateMachineOutput) SetCreationDate(v time.Time) *DescribeStateMachineOutput + func (s *DescribeStateMachineOutput) SetDefinition(v string) *DescribeStateMachineOutput + func (s *DescribeStateMachineOutput) SetName(v string) *DescribeStateMachineOutput + func (s *DescribeStateMachineOutput) SetRoleArn(v string) *DescribeStateMachineOutput + func (s *DescribeStateMachineOutput) SetStateMachineArn(v string) *DescribeStateMachineOutput + func (s *DescribeStateMachineOutput) SetStatus(v string) *DescribeStateMachineOutput + func (s DescribeStateMachineOutput) GoString() string + func (s DescribeStateMachineOutput) String() string + type ExecutionAbortedEventDetails struct + Cause *string + Error *string + func (s *ExecutionAbortedEventDetails) SetCause(v string) *ExecutionAbortedEventDetails + func (s *ExecutionAbortedEventDetails) SetError(v string) *ExecutionAbortedEventDetails + func (s ExecutionAbortedEventDetails) GoString() string + func (s ExecutionAbortedEventDetails) String() string + type ExecutionFailedEventDetails struct + Cause *string + Error *string + func (s *ExecutionFailedEventDetails) SetCause(v string) *ExecutionFailedEventDetails + func (s *ExecutionFailedEventDetails) SetError(v string) *ExecutionFailedEventDetails + func (s ExecutionFailedEventDetails) GoString() string + func (s ExecutionFailedEventDetails) String() string + type ExecutionListItem struct + ExecutionArn *string + Name *string + StartDate *time.Time + StateMachineArn *string + Status *string + StopDate *time.Time + func (s *ExecutionListItem) SetExecutionArn(v string) *ExecutionListItem + func (s *ExecutionListItem) SetName(v string) *ExecutionListItem + func (s *ExecutionListItem) SetStartDate(v time.Time) *ExecutionListItem + func (s *ExecutionListItem) SetStateMachineArn(v string) *ExecutionListItem + func (s *ExecutionListItem) SetStatus(v string) *ExecutionListItem + func (s *ExecutionListItem) SetStopDate(v time.Time) *ExecutionListItem + func (s ExecutionListItem) GoString() string + func (s ExecutionListItem) String() string + type ExecutionStartedEventDetails struct + Input *string + RoleArn *string + func (s *ExecutionStartedEventDetails) SetInput(v string) *ExecutionStartedEventDetails + func (s *ExecutionStartedEventDetails) SetRoleArn(v string) *ExecutionStartedEventDetails + func (s ExecutionStartedEventDetails) GoString() string + func (s ExecutionStartedEventDetails) String() string + type ExecutionSucceededEventDetails struct + Output *string + func (s *ExecutionSucceededEventDetails) SetOutput(v string) *ExecutionSucceededEventDetails + func (s ExecutionSucceededEventDetails) GoString() string + func (s ExecutionSucceededEventDetails) String() string + type ExecutionTimedOutEventDetails struct + Cause *string + Error *string + func (s *ExecutionTimedOutEventDetails) SetCause(v string) *ExecutionTimedOutEventDetails + func (s *ExecutionTimedOutEventDetails) SetError(v string) *ExecutionTimedOutEventDetails + func (s ExecutionTimedOutEventDetails) GoString() string + func (s ExecutionTimedOutEventDetails) String() string + type GetActivityTaskInput struct + ActivityArn *string + WorkerName *string + func (s *GetActivityTaskInput) SetActivityArn(v string) *GetActivityTaskInput + func (s *GetActivityTaskInput) SetWorkerName(v string) *GetActivityTaskInput + func (s *GetActivityTaskInput) Validate() error + func (s GetActivityTaskInput) GoString() string + func (s GetActivityTaskInput) String() string + type GetActivityTaskOutput struct + Input *string + TaskToken *string + func (s *GetActivityTaskOutput) SetInput(v string) *GetActivityTaskOutput + func (s *GetActivityTaskOutput) SetTaskToken(v string) *GetActivityTaskOutput + func (s GetActivityTaskOutput) GoString() string + func (s GetActivityTaskOutput) String() string + type GetExecutionHistoryInput struct + ExecutionArn *string + MaxResults *int64 + NextToken *string + ReverseOrder *bool + func (s *GetExecutionHistoryInput) SetExecutionArn(v string) *GetExecutionHistoryInput + func (s *GetExecutionHistoryInput) SetMaxResults(v int64) *GetExecutionHistoryInput + func (s *GetExecutionHistoryInput) SetNextToken(v string) *GetExecutionHistoryInput + func (s *GetExecutionHistoryInput) SetReverseOrder(v bool) *GetExecutionHistoryInput + func (s *GetExecutionHistoryInput) Validate() error + func (s GetExecutionHistoryInput) GoString() string + func (s GetExecutionHistoryInput) String() string + type GetExecutionHistoryOutput struct + Events []*HistoryEvent + NextToken *string + func (s *GetExecutionHistoryOutput) SetEvents(v []*HistoryEvent) *GetExecutionHistoryOutput + func (s *GetExecutionHistoryOutput) SetNextToken(v string) *GetExecutionHistoryOutput + func (s GetExecutionHistoryOutput) GoString() string + func (s GetExecutionHistoryOutput) String() string + type HistoryEvent struct + ActivityFailedEventDetails *ActivityFailedEventDetails + ActivityScheduleFailedEventDetails *ActivityScheduleFailedEventDetails + ActivityScheduledEventDetails *ActivityScheduledEventDetails + ActivityStartedEventDetails *ActivityStartedEventDetails + ActivitySucceededEventDetails *ActivitySucceededEventDetails + ActivityTimedOutEventDetails *ActivityTimedOutEventDetails + ExecutionAbortedEventDetails *ExecutionAbortedEventDetails + ExecutionFailedEventDetails *ExecutionFailedEventDetails + ExecutionStartedEventDetails *ExecutionStartedEventDetails + ExecutionSucceededEventDetails *ExecutionSucceededEventDetails + ExecutionTimedOutEventDetails *ExecutionTimedOutEventDetails + Id *int64 + LambdaFunctionFailedEventDetails *LambdaFunctionFailedEventDetails + LambdaFunctionScheduleFailedEventDetails *LambdaFunctionScheduleFailedEventDetails + LambdaFunctionScheduledEventDetails *LambdaFunctionScheduledEventDetails + LambdaFunctionStartFailedEventDetails *LambdaFunctionStartFailedEventDetails + LambdaFunctionSucceededEventDetails *LambdaFunctionSucceededEventDetails + LambdaFunctionTimedOutEventDetails *LambdaFunctionTimedOutEventDetails + PreviousEventId *int64 + StateEnteredEventDetails *StateEnteredEventDetails + StateExitedEventDetails *StateExitedEventDetails + Timestamp *time.Time + Type *string + func (s *HistoryEvent) SetActivityFailedEventDetails(v *ActivityFailedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetActivityScheduleFailedEventDetails(v *ActivityScheduleFailedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetActivityScheduledEventDetails(v *ActivityScheduledEventDetails) *HistoryEvent + func (s *HistoryEvent) SetActivityStartedEventDetails(v *ActivityStartedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetActivitySucceededEventDetails(v *ActivitySucceededEventDetails) *HistoryEvent + func (s *HistoryEvent) SetActivityTimedOutEventDetails(v *ActivityTimedOutEventDetails) *HistoryEvent + func (s *HistoryEvent) SetExecutionAbortedEventDetails(v *ExecutionAbortedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetExecutionFailedEventDetails(v *ExecutionFailedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetExecutionStartedEventDetails(v *ExecutionStartedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetExecutionSucceededEventDetails(v *ExecutionSucceededEventDetails) *HistoryEvent + func (s *HistoryEvent) SetExecutionTimedOutEventDetails(v *ExecutionTimedOutEventDetails) *HistoryEvent + func (s *HistoryEvent) SetId(v int64) *HistoryEvent + func (s *HistoryEvent) SetLambdaFunctionFailedEventDetails(v *LambdaFunctionFailedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetLambdaFunctionScheduleFailedEventDetails(v *LambdaFunctionScheduleFailedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetLambdaFunctionScheduledEventDetails(v *LambdaFunctionScheduledEventDetails) *HistoryEvent + func (s *HistoryEvent) SetLambdaFunctionStartFailedEventDetails(v *LambdaFunctionStartFailedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetLambdaFunctionSucceededEventDetails(v *LambdaFunctionSucceededEventDetails) *HistoryEvent + func (s *HistoryEvent) SetLambdaFunctionTimedOutEventDetails(v *LambdaFunctionTimedOutEventDetails) *HistoryEvent + func (s *HistoryEvent) SetPreviousEventId(v int64) *HistoryEvent + func (s *HistoryEvent) SetStateEnteredEventDetails(v *StateEnteredEventDetails) *HistoryEvent + func (s *HistoryEvent) SetStateExitedEventDetails(v *StateExitedEventDetails) *HistoryEvent + func (s *HistoryEvent) SetTimestamp(v time.Time) *HistoryEvent + func (s *HistoryEvent) SetType(v string) *HistoryEvent + func (s HistoryEvent) GoString() string + func (s HistoryEvent) String() string + type LambdaFunctionFailedEventDetails struct + Cause *string + Error *string + func (s *LambdaFunctionFailedEventDetails) SetCause(v string) *LambdaFunctionFailedEventDetails + func (s *LambdaFunctionFailedEventDetails) SetError(v string) *LambdaFunctionFailedEventDetails + func (s LambdaFunctionFailedEventDetails) GoString() string + func (s LambdaFunctionFailedEventDetails) String() string + type LambdaFunctionScheduleFailedEventDetails struct + Cause *string + Error *string + func (s *LambdaFunctionScheduleFailedEventDetails) SetCause(v string) *LambdaFunctionScheduleFailedEventDetails + func (s *LambdaFunctionScheduleFailedEventDetails) SetError(v string) *LambdaFunctionScheduleFailedEventDetails + func (s LambdaFunctionScheduleFailedEventDetails) GoString() string + func (s LambdaFunctionScheduleFailedEventDetails) String() string + type LambdaFunctionScheduledEventDetails struct + Input *string + Resource *string + TimeoutInSeconds *int64 + func (s *LambdaFunctionScheduledEventDetails) SetInput(v string) *LambdaFunctionScheduledEventDetails + func (s *LambdaFunctionScheduledEventDetails) SetResource(v string) *LambdaFunctionScheduledEventDetails + func (s *LambdaFunctionScheduledEventDetails) SetTimeoutInSeconds(v int64) *LambdaFunctionScheduledEventDetails + func (s LambdaFunctionScheduledEventDetails) GoString() string + func (s LambdaFunctionScheduledEventDetails) String() string + type LambdaFunctionStartFailedEventDetails struct + Cause *string + Error *string + func (s *LambdaFunctionStartFailedEventDetails) SetCause(v string) *LambdaFunctionStartFailedEventDetails + func (s *LambdaFunctionStartFailedEventDetails) SetError(v string) *LambdaFunctionStartFailedEventDetails + func (s LambdaFunctionStartFailedEventDetails) GoString() string + func (s LambdaFunctionStartFailedEventDetails) String() string + type LambdaFunctionSucceededEventDetails struct + Output *string + func (s *LambdaFunctionSucceededEventDetails) SetOutput(v string) *LambdaFunctionSucceededEventDetails + func (s LambdaFunctionSucceededEventDetails) GoString() string + func (s LambdaFunctionSucceededEventDetails) String() string + type LambdaFunctionTimedOutEventDetails struct + Cause *string + Error *string + func (s *LambdaFunctionTimedOutEventDetails) SetCause(v string) *LambdaFunctionTimedOutEventDetails + func (s *LambdaFunctionTimedOutEventDetails) SetError(v string) *LambdaFunctionTimedOutEventDetails + func (s LambdaFunctionTimedOutEventDetails) GoString() string + func (s LambdaFunctionTimedOutEventDetails) String() string + type ListActivitiesInput struct + MaxResults *int64 + NextToken *string + func (s *ListActivitiesInput) SetMaxResults(v int64) *ListActivitiesInput + func (s *ListActivitiesInput) SetNextToken(v string) *ListActivitiesInput + func (s *ListActivitiesInput) Validate() error + func (s ListActivitiesInput) GoString() string + func (s ListActivitiesInput) String() string + type ListActivitiesOutput struct + Activities []*ActivityListItem + NextToken *string + func (s *ListActivitiesOutput) SetActivities(v []*ActivityListItem) *ListActivitiesOutput + func (s *ListActivitiesOutput) SetNextToken(v string) *ListActivitiesOutput + func (s ListActivitiesOutput) GoString() string + func (s ListActivitiesOutput) String() string + type ListExecutionsInput struct + MaxResults *int64 + NextToken *string + StateMachineArn *string + StatusFilter *string + func (s *ListExecutionsInput) SetMaxResults(v int64) *ListExecutionsInput + func (s *ListExecutionsInput) SetNextToken(v string) *ListExecutionsInput + func (s *ListExecutionsInput) SetStateMachineArn(v string) *ListExecutionsInput + func (s *ListExecutionsInput) SetStatusFilter(v string) *ListExecutionsInput + func (s *ListExecutionsInput) Validate() error + func (s ListExecutionsInput) GoString() string + func (s ListExecutionsInput) String() string + type ListExecutionsOutput struct + Executions []*ExecutionListItem + NextToken *string + func (s *ListExecutionsOutput) SetExecutions(v []*ExecutionListItem) *ListExecutionsOutput + func (s *ListExecutionsOutput) SetNextToken(v string) *ListExecutionsOutput + func (s ListExecutionsOutput) GoString() string + func (s ListExecutionsOutput) String() string + type ListStateMachinesInput struct + MaxResults *int64 + NextToken *string + func (s *ListStateMachinesInput) SetMaxResults(v int64) *ListStateMachinesInput + func (s *ListStateMachinesInput) SetNextToken(v string) *ListStateMachinesInput + func (s *ListStateMachinesInput) Validate() error + func (s ListStateMachinesInput) GoString() string + func (s ListStateMachinesInput) String() string + type ListStateMachinesOutput struct + NextToken *string + StateMachines []*StateMachineListItem + func (s *ListStateMachinesOutput) SetNextToken(v string) *ListStateMachinesOutput + func (s *ListStateMachinesOutput) SetStateMachines(v []*StateMachineListItem) *ListStateMachinesOutput + func (s ListStateMachinesOutput) GoString() string + func (s ListStateMachinesOutput) String() string + type SFN struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SFN + func (c *SFN) CreateActivity(input *CreateActivityInput) (*CreateActivityOutput, error) + func (c *SFN) CreateActivityRequest(input *CreateActivityInput) (req *request.Request, output *CreateActivityOutput) + func (c *SFN) CreateActivityWithContext(ctx aws.Context, input *CreateActivityInput, opts ...request.Option) (*CreateActivityOutput, error) + func (c *SFN) CreateStateMachine(input *CreateStateMachineInput) (*CreateStateMachineOutput, error) + func (c *SFN) CreateStateMachineRequest(input *CreateStateMachineInput) (req *request.Request, output *CreateStateMachineOutput) + func (c *SFN) CreateStateMachineWithContext(ctx aws.Context, input *CreateStateMachineInput, opts ...request.Option) (*CreateStateMachineOutput, error) + func (c *SFN) DeleteActivity(input *DeleteActivityInput) (*DeleteActivityOutput, error) + func (c *SFN) DeleteActivityRequest(input *DeleteActivityInput) (req *request.Request, output *DeleteActivityOutput) + func (c *SFN) DeleteActivityWithContext(ctx aws.Context, input *DeleteActivityInput, opts ...request.Option) (*DeleteActivityOutput, error) + func (c *SFN) DeleteStateMachine(input *DeleteStateMachineInput) (*DeleteStateMachineOutput, error) + func (c *SFN) DeleteStateMachineRequest(input *DeleteStateMachineInput) (req *request.Request, output *DeleteStateMachineOutput) + func (c *SFN) DeleteStateMachineWithContext(ctx aws.Context, input *DeleteStateMachineInput, opts ...request.Option) (*DeleteStateMachineOutput, error) + func (c *SFN) DescribeActivity(input *DescribeActivityInput) (*DescribeActivityOutput, error) + func (c *SFN) DescribeActivityRequest(input *DescribeActivityInput) (req *request.Request, output *DescribeActivityOutput) + func (c *SFN) DescribeActivityWithContext(ctx aws.Context, input *DescribeActivityInput, opts ...request.Option) (*DescribeActivityOutput, error) + func (c *SFN) DescribeExecution(input *DescribeExecutionInput) (*DescribeExecutionOutput, error) + func (c *SFN) DescribeExecutionRequest(input *DescribeExecutionInput) (req *request.Request, output *DescribeExecutionOutput) + func (c *SFN) DescribeExecutionWithContext(ctx aws.Context, input *DescribeExecutionInput, opts ...request.Option) (*DescribeExecutionOutput, error) + func (c *SFN) DescribeStateMachine(input *DescribeStateMachineInput) (*DescribeStateMachineOutput, error) + func (c *SFN) DescribeStateMachineRequest(input *DescribeStateMachineInput) (req *request.Request, output *DescribeStateMachineOutput) + func (c *SFN) DescribeStateMachineWithContext(ctx aws.Context, input *DescribeStateMachineInput, opts ...request.Option) (*DescribeStateMachineOutput, error) + func (c *SFN) GetActivityTask(input *GetActivityTaskInput) (*GetActivityTaskOutput, error) + func (c *SFN) GetActivityTaskRequest(input *GetActivityTaskInput) (req *request.Request, output *GetActivityTaskOutput) + func (c *SFN) GetActivityTaskWithContext(ctx aws.Context, input *GetActivityTaskInput, opts ...request.Option) (*GetActivityTaskOutput, error) + func (c *SFN) GetExecutionHistory(input *GetExecutionHistoryInput) (*GetExecutionHistoryOutput, error) + func (c *SFN) GetExecutionHistoryPages(input *GetExecutionHistoryInput, ...) error + func (c *SFN) GetExecutionHistoryPagesWithContext(ctx aws.Context, input *GetExecutionHistoryInput, ...) error + func (c *SFN) GetExecutionHistoryRequest(input *GetExecutionHistoryInput) (req *request.Request, output *GetExecutionHistoryOutput) + func (c *SFN) GetExecutionHistoryWithContext(ctx aws.Context, input *GetExecutionHistoryInput, opts ...request.Option) (*GetExecutionHistoryOutput, error) + func (c *SFN) ListActivities(input *ListActivitiesInput) (*ListActivitiesOutput, error) + func (c *SFN) ListActivitiesPages(input *ListActivitiesInput, fn func(*ListActivitiesOutput, bool) bool) error + func (c *SFN) ListActivitiesPagesWithContext(ctx aws.Context, input *ListActivitiesInput, ...) error + func (c *SFN) ListActivitiesRequest(input *ListActivitiesInput) (req *request.Request, output *ListActivitiesOutput) + func (c *SFN) ListActivitiesWithContext(ctx aws.Context, input *ListActivitiesInput, opts ...request.Option) (*ListActivitiesOutput, error) + func (c *SFN) ListExecutions(input *ListExecutionsInput) (*ListExecutionsOutput, error) + func (c *SFN) ListExecutionsPages(input *ListExecutionsInput, fn func(*ListExecutionsOutput, bool) bool) error + func (c *SFN) ListExecutionsPagesWithContext(ctx aws.Context, input *ListExecutionsInput, ...) error + func (c *SFN) ListExecutionsRequest(input *ListExecutionsInput) (req *request.Request, output *ListExecutionsOutput) + func (c *SFN) ListExecutionsWithContext(ctx aws.Context, input *ListExecutionsInput, opts ...request.Option) (*ListExecutionsOutput, error) + func (c *SFN) ListStateMachines(input *ListStateMachinesInput) (*ListStateMachinesOutput, error) + func (c *SFN) ListStateMachinesPages(input *ListStateMachinesInput, fn func(*ListStateMachinesOutput, bool) bool) error + func (c *SFN) ListStateMachinesPagesWithContext(ctx aws.Context, input *ListStateMachinesInput, ...) error + func (c *SFN) ListStateMachinesRequest(input *ListStateMachinesInput) (req *request.Request, output *ListStateMachinesOutput) + func (c *SFN) ListStateMachinesWithContext(ctx aws.Context, input *ListStateMachinesInput, opts ...request.Option) (*ListStateMachinesOutput, error) + func (c *SFN) SendTaskFailure(input *SendTaskFailureInput) (*SendTaskFailureOutput, error) + func (c *SFN) SendTaskFailureRequest(input *SendTaskFailureInput) (req *request.Request, output *SendTaskFailureOutput) + func (c *SFN) SendTaskFailureWithContext(ctx aws.Context, input *SendTaskFailureInput, opts ...request.Option) (*SendTaskFailureOutput, error) + func (c *SFN) SendTaskHeartbeat(input *SendTaskHeartbeatInput) (*SendTaskHeartbeatOutput, error) + func (c *SFN) SendTaskHeartbeatRequest(input *SendTaskHeartbeatInput) (req *request.Request, output *SendTaskHeartbeatOutput) + func (c *SFN) SendTaskHeartbeatWithContext(ctx aws.Context, input *SendTaskHeartbeatInput, opts ...request.Option) (*SendTaskHeartbeatOutput, error) + func (c *SFN) SendTaskSuccess(input *SendTaskSuccessInput) (*SendTaskSuccessOutput, error) + func (c *SFN) SendTaskSuccessRequest(input *SendTaskSuccessInput) (req *request.Request, output *SendTaskSuccessOutput) + func (c *SFN) SendTaskSuccessWithContext(ctx aws.Context, input *SendTaskSuccessInput, opts ...request.Option) (*SendTaskSuccessOutput, error) + func (c *SFN) StartExecution(input *StartExecutionInput) (*StartExecutionOutput, error) + func (c *SFN) StartExecutionRequest(input *StartExecutionInput) (req *request.Request, output *StartExecutionOutput) + func (c *SFN) StartExecutionWithContext(ctx aws.Context, input *StartExecutionInput, opts ...request.Option) (*StartExecutionOutput, error) + func (c *SFN) StopExecution(input *StopExecutionInput) (*StopExecutionOutput, error) + func (c *SFN) StopExecutionRequest(input *StopExecutionInput) (req *request.Request, output *StopExecutionOutput) + func (c *SFN) StopExecutionWithContext(ctx aws.Context, input *StopExecutionInput, opts ...request.Option) (*StopExecutionOutput, error) + type SendTaskFailureInput struct + Cause *string + Error *string + TaskToken *string + func (s *SendTaskFailureInput) SetCause(v string) *SendTaskFailureInput + func (s *SendTaskFailureInput) SetError(v string) *SendTaskFailureInput + func (s *SendTaskFailureInput) SetTaskToken(v string) *SendTaskFailureInput + func (s *SendTaskFailureInput) Validate() error + func (s SendTaskFailureInput) GoString() string + func (s SendTaskFailureInput) String() string + type SendTaskFailureOutput struct + func (s SendTaskFailureOutput) GoString() string + func (s SendTaskFailureOutput) String() string + type SendTaskHeartbeatInput struct + TaskToken *string + func (s *SendTaskHeartbeatInput) SetTaskToken(v string) *SendTaskHeartbeatInput + func (s *SendTaskHeartbeatInput) Validate() error + func (s SendTaskHeartbeatInput) GoString() string + func (s SendTaskHeartbeatInput) String() string + type SendTaskHeartbeatOutput struct + func (s SendTaskHeartbeatOutput) GoString() string + func (s SendTaskHeartbeatOutput) String() string + type SendTaskSuccessInput struct + Output *string + TaskToken *string + func (s *SendTaskSuccessInput) SetOutput(v string) *SendTaskSuccessInput + func (s *SendTaskSuccessInput) SetTaskToken(v string) *SendTaskSuccessInput + func (s *SendTaskSuccessInput) Validate() error + func (s SendTaskSuccessInput) GoString() string + func (s SendTaskSuccessInput) String() string + type SendTaskSuccessOutput struct + func (s SendTaskSuccessOutput) GoString() string + func (s SendTaskSuccessOutput) String() string + type StartExecutionInput struct + Input *string + Name *string + StateMachineArn *string + func (s *StartExecutionInput) SetInput(v string) *StartExecutionInput + func (s *StartExecutionInput) SetName(v string) *StartExecutionInput + func (s *StartExecutionInput) SetStateMachineArn(v string) *StartExecutionInput + func (s *StartExecutionInput) Validate() error + func (s StartExecutionInput) GoString() string + func (s StartExecutionInput) String() string + type StartExecutionOutput struct + ExecutionArn *string + StartDate *time.Time + func (s *StartExecutionOutput) SetExecutionArn(v string) *StartExecutionOutput + func (s *StartExecutionOutput) SetStartDate(v time.Time) *StartExecutionOutput + func (s StartExecutionOutput) GoString() string + func (s StartExecutionOutput) String() string + type StateEnteredEventDetails struct + Input *string + Name *string + func (s *StateEnteredEventDetails) SetInput(v string) *StateEnteredEventDetails + func (s *StateEnteredEventDetails) SetName(v string) *StateEnteredEventDetails + func (s StateEnteredEventDetails) GoString() string + func (s StateEnteredEventDetails) String() string + type StateExitedEventDetails struct + Name *string + Output *string + func (s *StateExitedEventDetails) SetName(v string) *StateExitedEventDetails + func (s *StateExitedEventDetails) SetOutput(v string) *StateExitedEventDetails + func (s StateExitedEventDetails) GoString() string + func (s StateExitedEventDetails) String() string + type StateMachineListItem struct + CreationDate *time.Time + Name *string + StateMachineArn *string + func (s *StateMachineListItem) SetCreationDate(v time.Time) *StateMachineListItem + func (s *StateMachineListItem) SetName(v string) *StateMachineListItem + func (s *StateMachineListItem) SetStateMachineArn(v string) *StateMachineListItem + func (s StateMachineListItem) GoString() string + func (s StateMachineListItem) String() string + type StopExecutionInput struct + Cause *string + Error *string + ExecutionArn *string + func (s *StopExecutionInput) SetCause(v string) *StopExecutionInput + func (s *StopExecutionInput) SetError(v string) *StopExecutionInput + func (s *StopExecutionInput) SetExecutionArn(v string) *StopExecutionInput + func (s *StopExecutionInput) Validate() error + func (s StopExecutionInput) GoString() string + func (s StopExecutionInput) String() string + type StopExecutionOutput struct + StopDate *time.Time + func (s *StopExecutionOutput) SetStopDate(v time.Time) *StopExecutionOutput + func (s StopExecutionOutput) GoString() string + func (s StopExecutionOutput) String() string