Documentation ¶
Index ¶
- type Client
- type CreateActivityFuture
- type CreateStateMachineFuture
- type DeleteActivityFuture
- type DeleteStateMachineFuture
- type DescribeActivityFuture
- type DescribeExecutionFuture
- type DescribeStateMachineForExecutionFuture
- type DescribeStateMachineFuture
- type GetActivityTaskFuture
- type GetExecutionHistoryFuture
- type ListActivitiesFuture
- type ListExecutionsFuture
- type ListStateMachinesFuture
- type ListTagsForResourceFuture
- type SendTaskFailureFuture
- type SendTaskHeartbeatFuture
- type SendTaskSuccessFuture
- type StartExecutionFuture
- type StartSyncExecutionFuture
- type StopExecutionFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateStateMachineFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateActivity(ctx workflow.Context, input *sfn.CreateActivityInput) (*sfn.CreateActivityOutput, error) CreateActivityAsync(ctx workflow.Context, input *sfn.CreateActivityInput) *CreateActivityFuture CreateStateMachine(ctx workflow.Context, input *sfn.CreateStateMachineInput) (*sfn.CreateStateMachineOutput, error) CreateStateMachineAsync(ctx workflow.Context, input *sfn.CreateStateMachineInput) *CreateStateMachineFuture DeleteActivity(ctx workflow.Context, input *sfn.DeleteActivityInput) (*sfn.DeleteActivityOutput, error) DeleteActivityAsync(ctx workflow.Context, input *sfn.DeleteActivityInput) *DeleteActivityFuture DeleteStateMachine(ctx workflow.Context, input *sfn.DeleteStateMachineInput) (*sfn.DeleteStateMachineOutput, error) DeleteStateMachineAsync(ctx workflow.Context, input *sfn.DeleteStateMachineInput) *DeleteStateMachineFuture DescribeActivity(ctx workflow.Context, input *sfn.DescribeActivityInput) (*sfn.DescribeActivityOutput, error) DescribeActivityAsync(ctx workflow.Context, input *sfn.DescribeActivityInput) *DescribeActivityFuture DescribeExecution(ctx workflow.Context, input *sfn.DescribeExecutionInput) (*sfn.DescribeExecutionOutput, error) DescribeExecutionAsync(ctx workflow.Context, input *sfn.DescribeExecutionInput) *DescribeExecutionFuture DescribeStateMachine(ctx workflow.Context, input *sfn.DescribeStateMachineInput) (*sfn.DescribeStateMachineOutput, error) DescribeStateMachineAsync(ctx workflow.Context, input *sfn.DescribeStateMachineInput) *DescribeStateMachineFuture DescribeStateMachineForExecution(ctx workflow.Context, input *sfn.DescribeStateMachineForExecutionInput) (*sfn.DescribeStateMachineForExecutionOutput, error) DescribeStateMachineForExecutionAsync(ctx workflow.Context, input *sfn.DescribeStateMachineForExecutionInput) *DescribeStateMachineForExecutionFuture GetActivityTask(ctx workflow.Context, input *sfn.GetActivityTaskInput) (*sfn.GetActivityTaskOutput, error) GetActivityTaskAsync(ctx workflow.Context, input *sfn.GetActivityTaskInput) *GetActivityTaskFuture GetExecutionHistory(ctx workflow.Context, input *sfn.GetExecutionHistoryInput) (*sfn.GetExecutionHistoryOutput, error) GetExecutionHistoryAsync(ctx workflow.Context, input *sfn.GetExecutionHistoryInput) *GetExecutionHistoryFuture ListActivities(ctx workflow.Context, input *sfn.ListActivitiesInput) (*sfn.ListActivitiesOutput, error) ListActivitiesAsync(ctx workflow.Context, input *sfn.ListActivitiesInput) *ListActivitiesFuture ListExecutions(ctx workflow.Context, input *sfn.ListExecutionsInput) (*sfn.ListExecutionsOutput, error) ListExecutionsAsync(ctx workflow.Context, input *sfn.ListExecutionsInput) *ListExecutionsFuture ListStateMachines(ctx workflow.Context, input *sfn.ListStateMachinesInput) (*sfn.ListStateMachinesOutput, error) ListStateMachinesAsync(ctx workflow.Context, input *sfn.ListStateMachinesInput) *ListStateMachinesFuture ListTagsForResource(ctx workflow.Context, input *sfn.ListTagsForResourceInput) (*sfn.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *sfn.ListTagsForResourceInput) *ListTagsForResourceFuture SendTaskFailure(ctx workflow.Context, input *sfn.SendTaskFailureInput) (*sfn.SendTaskFailureOutput, error) SendTaskFailureAsync(ctx workflow.Context, input *sfn.SendTaskFailureInput) *SendTaskFailureFuture SendTaskHeartbeat(ctx workflow.Context, input *sfn.SendTaskHeartbeatInput) (*sfn.SendTaskHeartbeatOutput, error) SendTaskHeartbeatAsync(ctx workflow.Context, input *sfn.SendTaskHeartbeatInput) *SendTaskHeartbeatFuture SendTaskSuccess(ctx workflow.Context, input *sfn.SendTaskSuccessInput) (*sfn.SendTaskSuccessOutput, error) SendTaskSuccessAsync(ctx workflow.Context, input *sfn.SendTaskSuccessInput) *SendTaskSuccessFuture StartExecution(ctx workflow.Context, input *sfn.StartExecutionInput) (*sfn.StartExecutionOutput, error) StartExecutionAsync(ctx workflow.Context, input *sfn.StartExecutionInput) *StartExecutionFuture StartSyncExecution(ctx workflow.Context, input *sfn.StartSyncExecutionInput) (*sfn.StartSyncExecutionOutput, error) StartSyncExecutionAsync(ctx workflow.Context, input *sfn.StartSyncExecutionInput) *StartSyncExecutionFuture StopExecution(ctx workflow.Context, input *sfn.StopExecutionInput) (*sfn.StopExecutionOutput, error) StopExecutionAsync(ctx workflow.Context, input *sfn.StopExecutionInput) *StopExecutionFuture TagResource(ctx workflow.Context, input *sfn.TagResourceInput) (*sfn.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *sfn.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *sfn.UntagResourceInput) (*sfn.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *sfn.UntagResourceInput) *UntagResourceFuture UpdateStateMachine(ctx workflow.Context, input *sfn.UpdateStateMachineInput) (*sfn.UpdateStateMachineOutput, error) UpdateStateMachineAsync(ctx workflow.Context, input *sfn.UpdateStateMachineInput) *UpdateStateMachineFuture }
type CreateActivityFuture ¶
func (*CreateActivityFuture) Get ¶
func (r *CreateActivityFuture) Get(ctx workflow.Context) (*sfn.CreateActivityOutput, error)
type CreateStateMachineFuture ¶
type CreateStateMachineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateStateMachineFuture) Get ¶
func (r *CreateStateMachineFuture) Get(ctx workflow.Context) (*sfn.CreateStateMachineOutput, error)
type DeleteActivityFuture ¶
func (*DeleteActivityFuture) Get ¶
func (r *DeleteActivityFuture) Get(ctx workflow.Context) (*sfn.DeleteActivityOutput, error)
type DeleteStateMachineFuture ¶
type DeleteStateMachineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteStateMachineFuture) Get ¶
func (r *DeleteStateMachineFuture) Get(ctx workflow.Context) (*sfn.DeleteStateMachineOutput, error)
type DescribeActivityFuture ¶
type DescribeActivityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeActivityFuture) Get ¶
func (r *DescribeActivityFuture) Get(ctx workflow.Context) (*sfn.DescribeActivityOutput, error)
type DescribeExecutionFuture ¶
type DescribeExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeExecutionFuture) Get ¶
func (r *DescribeExecutionFuture) Get(ctx workflow.Context) (*sfn.DescribeExecutionOutput, error)
type DescribeStateMachineForExecutionFuture ¶
type DescribeStateMachineForExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStateMachineForExecutionFuture) Get ¶
func (r *DescribeStateMachineForExecutionFuture) Get(ctx workflow.Context) (*sfn.DescribeStateMachineForExecutionOutput, error)
type DescribeStateMachineFuture ¶
type DescribeStateMachineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStateMachineFuture) Get ¶
func (r *DescribeStateMachineFuture) Get(ctx workflow.Context) (*sfn.DescribeStateMachineOutput, error)
type GetActivityTaskFuture ¶
type GetActivityTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetActivityTaskFuture) Get ¶
func (r *GetActivityTaskFuture) Get(ctx workflow.Context) (*sfn.GetActivityTaskOutput, error)
type GetExecutionHistoryFuture ¶
type GetExecutionHistoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetExecutionHistoryFuture) Get ¶
func (r *GetExecutionHistoryFuture) Get(ctx workflow.Context) (*sfn.GetExecutionHistoryOutput, error)
type ListActivitiesFuture ¶
func (*ListActivitiesFuture) Get ¶
func (r *ListActivitiesFuture) Get(ctx workflow.Context) (*sfn.ListActivitiesOutput, error)
type ListExecutionsFuture ¶
func (*ListExecutionsFuture) Get ¶
func (r *ListExecutionsFuture) Get(ctx workflow.Context) (*sfn.ListExecutionsOutput, error)
type ListStateMachinesFuture ¶
type ListStateMachinesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListStateMachinesFuture) Get ¶
func (r *ListStateMachinesFuture) Get(ctx workflow.Context) (*sfn.ListStateMachinesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*sfn.ListTagsForResourceOutput, error)
type SendTaskFailureFuture ¶
type SendTaskFailureFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SendTaskFailureFuture) Get ¶
func (r *SendTaskFailureFuture) Get(ctx workflow.Context) (*sfn.SendTaskFailureOutput, error)
type SendTaskHeartbeatFuture ¶
type SendTaskHeartbeatFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SendTaskHeartbeatFuture) Get ¶
func (r *SendTaskHeartbeatFuture) Get(ctx workflow.Context) (*sfn.SendTaskHeartbeatOutput, error)
type SendTaskSuccessFuture ¶
type SendTaskSuccessFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SendTaskSuccessFuture) Get ¶
func (r *SendTaskSuccessFuture) Get(ctx workflow.Context) (*sfn.SendTaskSuccessOutput, error)
type StartExecutionFuture ¶
func (*StartExecutionFuture) Get ¶
func (r *StartExecutionFuture) Get(ctx workflow.Context) (*sfn.StartExecutionOutput, error)
type StartSyncExecutionFuture ¶
type StartSyncExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartSyncExecutionFuture) Get ¶
func (r *StartSyncExecutionFuture) Get(ctx workflow.Context) (*sfn.StartSyncExecutionOutput, error)
type StopExecutionFuture ¶
func (*StopExecutionFuture) Get ¶
func (r *StopExecutionFuture) Get(ctx workflow.Context) (*sfn.StopExecutionOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*sfn.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*sfn.UntagResourceOutput, error)
type UpdateStateMachineFuture ¶
type UpdateStateMachineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateStateMachineFuture) Get ¶
func (r *UpdateStateMachineFuture) Get(ctx workflow.Context) (*sfn.UpdateStateMachineOutput, error)
Click to show internal directories.
Click to hide internal directories.