swfdouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package swfdouble contains test double implementation of swfiface.SWFAPI

Package swfdouble provides a TestDouble implementation of swfiface.SWFAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SWFDouble

type SWFDouble struct {
	swfiface.SWFAPI
	*awsdouble.AWSTestDouble
}

SWFDouble is TestDouble for swfiface.SWFAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *SWFDouble

Constructor for SWFDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*SWFDouble) CountClosedWorkflowExecutions

func (d *SWFDouble) CountClosedWorkflowExecutions(i0 *swf.CountClosedWorkflowExecutionsInput) (r0 *swf.WorkflowExecutionCount, r1 error)

func (*SWFDouble) CountClosedWorkflowExecutionsRequest

func (d *SWFDouble) CountClosedWorkflowExecutionsRequest(i0 *swf.CountClosedWorkflowExecutionsInput) (r0 *request.Request, r1 *swf.WorkflowExecutionCount)

func (*SWFDouble) CountClosedWorkflowExecutionsWithContext

func (d *SWFDouble) CountClosedWorkflowExecutionsWithContext(i0 context.Context, i1 *swf.CountClosedWorkflowExecutionsInput, i2 ...request.Option) (r0 *swf.WorkflowExecutionCount, r1 error)

func (*SWFDouble) CountOpenWorkflowExecutions

func (d *SWFDouble) CountOpenWorkflowExecutions(i0 *swf.CountOpenWorkflowExecutionsInput) (r0 *swf.WorkflowExecutionCount, r1 error)

func (*SWFDouble) CountOpenWorkflowExecutionsRequest

func (d *SWFDouble) CountOpenWorkflowExecutionsRequest(i0 *swf.CountOpenWorkflowExecutionsInput) (r0 *request.Request, r1 *swf.WorkflowExecutionCount)

func (*SWFDouble) CountOpenWorkflowExecutionsWithContext

func (d *SWFDouble) CountOpenWorkflowExecutionsWithContext(i0 context.Context, i1 *swf.CountOpenWorkflowExecutionsInput, i2 ...request.Option) (r0 *swf.WorkflowExecutionCount, r1 error)

func (*SWFDouble) CountPendingActivityTasks

func (d *SWFDouble) CountPendingActivityTasks(i0 *swf.CountPendingActivityTasksInput) (r0 *swf.PendingTaskCount, r1 error)

func (*SWFDouble) CountPendingActivityTasksRequest

func (d *SWFDouble) CountPendingActivityTasksRequest(i0 *swf.CountPendingActivityTasksInput) (r0 *request.Request, r1 *swf.PendingTaskCount)

func (*SWFDouble) CountPendingActivityTasksWithContext

func (d *SWFDouble) CountPendingActivityTasksWithContext(i0 context.Context, i1 *swf.CountPendingActivityTasksInput, i2 ...request.Option) (r0 *swf.PendingTaskCount, r1 error)

func (*SWFDouble) CountPendingDecisionTasks

func (d *SWFDouble) CountPendingDecisionTasks(i0 *swf.CountPendingDecisionTasksInput) (r0 *swf.PendingTaskCount, r1 error)

func (*SWFDouble) CountPendingDecisionTasksRequest

func (d *SWFDouble) CountPendingDecisionTasksRequest(i0 *swf.CountPendingDecisionTasksInput) (r0 *request.Request, r1 *swf.PendingTaskCount)

func (*SWFDouble) CountPendingDecisionTasksWithContext

func (d *SWFDouble) CountPendingDecisionTasksWithContext(i0 context.Context, i1 *swf.CountPendingDecisionTasksInput, i2 ...request.Option) (r0 *swf.PendingTaskCount, r1 error)

func (*SWFDouble) DeprecateActivityType

func (d *SWFDouble) DeprecateActivityType(i0 *swf.DeprecateActivityTypeInput) (r0 *swf.DeprecateActivityTypeOutput, r1 error)

func (*SWFDouble) DeprecateActivityTypeRequest

func (d *SWFDouble) DeprecateActivityTypeRequest(i0 *swf.DeprecateActivityTypeInput) (r0 *request.Request, r1 *swf.DeprecateActivityTypeOutput)

func (*SWFDouble) DeprecateActivityTypeWithContext

func (d *SWFDouble) DeprecateActivityTypeWithContext(i0 context.Context, i1 *swf.DeprecateActivityTypeInput, i2 ...request.Option) (r0 *swf.DeprecateActivityTypeOutput, r1 error)

func (*SWFDouble) DeprecateDomain

func (d *SWFDouble) DeprecateDomain(i0 *swf.DeprecateDomainInput) (r0 *swf.DeprecateDomainOutput, r1 error)

func (*SWFDouble) DeprecateDomainRequest

func (d *SWFDouble) DeprecateDomainRequest(i0 *swf.DeprecateDomainInput) (r0 *request.Request, r1 *swf.DeprecateDomainOutput)

func (*SWFDouble) DeprecateDomainWithContext

func (d *SWFDouble) DeprecateDomainWithContext(i0 context.Context, i1 *swf.DeprecateDomainInput, i2 ...request.Option) (r0 *swf.DeprecateDomainOutput, r1 error)

func (*SWFDouble) DeprecateWorkflowType

func (d *SWFDouble) DeprecateWorkflowType(i0 *swf.DeprecateWorkflowTypeInput) (r0 *swf.DeprecateWorkflowTypeOutput, r1 error)

func (*SWFDouble) DeprecateWorkflowTypeRequest

func (d *SWFDouble) DeprecateWorkflowTypeRequest(i0 *swf.DeprecateWorkflowTypeInput) (r0 *request.Request, r1 *swf.DeprecateWorkflowTypeOutput)

func (*SWFDouble) DeprecateWorkflowTypeWithContext

func (d *SWFDouble) DeprecateWorkflowTypeWithContext(i0 context.Context, i1 *swf.DeprecateWorkflowTypeInput, i2 ...request.Option) (r0 *swf.DeprecateWorkflowTypeOutput, r1 error)

func (*SWFDouble) DescribeActivityType

func (d *SWFDouble) DescribeActivityType(i0 *swf.DescribeActivityTypeInput) (r0 *swf.DescribeActivityTypeOutput, r1 error)

func (*SWFDouble) DescribeActivityTypeRequest

func (d *SWFDouble) DescribeActivityTypeRequest(i0 *swf.DescribeActivityTypeInput) (r0 *request.Request, r1 *swf.DescribeActivityTypeOutput)

func (*SWFDouble) DescribeActivityTypeWithContext

func (d *SWFDouble) DescribeActivityTypeWithContext(i0 context.Context, i1 *swf.DescribeActivityTypeInput, i2 ...request.Option) (r0 *swf.DescribeActivityTypeOutput, r1 error)

func (*SWFDouble) DescribeDomain

func (d *SWFDouble) DescribeDomain(i0 *swf.DescribeDomainInput) (r0 *swf.DescribeDomainOutput, r1 error)

func (*SWFDouble) DescribeDomainRequest

func (d *SWFDouble) DescribeDomainRequest(i0 *swf.DescribeDomainInput) (r0 *request.Request, r1 *swf.DescribeDomainOutput)

func (*SWFDouble) DescribeDomainWithContext

func (d *SWFDouble) DescribeDomainWithContext(i0 context.Context, i1 *swf.DescribeDomainInput, i2 ...request.Option) (r0 *swf.DescribeDomainOutput, r1 error)

func (*SWFDouble) DescribeWorkflowExecution

func (d *SWFDouble) DescribeWorkflowExecution(i0 *swf.DescribeWorkflowExecutionInput) (r0 *swf.DescribeWorkflowExecutionOutput, r1 error)

func (*SWFDouble) DescribeWorkflowExecutionRequest

func (d *SWFDouble) DescribeWorkflowExecutionRequest(i0 *swf.DescribeWorkflowExecutionInput) (r0 *request.Request, r1 *swf.DescribeWorkflowExecutionOutput)

func (*SWFDouble) DescribeWorkflowExecutionWithContext

func (d *SWFDouble) DescribeWorkflowExecutionWithContext(i0 context.Context, i1 *swf.DescribeWorkflowExecutionInput, i2 ...request.Option) (r0 *swf.DescribeWorkflowExecutionOutput, r1 error)

func (*SWFDouble) DescribeWorkflowType

func (d *SWFDouble) DescribeWorkflowType(i0 *swf.DescribeWorkflowTypeInput) (r0 *swf.DescribeWorkflowTypeOutput, r1 error)

func (*SWFDouble) DescribeWorkflowTypeRequest

func (d *SWFDouble) DescribeWorkflowTypeRequest(i0 *swf.DescribeWorkflowTypeInput) (r0 *request.Request, r1 *swf.DescribeWorkflowTypeOutput)

func (*SWFDouble) DescribeWorkflowTypeWithContext

func (d *SWFDouble) DescribeWorkflowTypeWithContext(i0 context.Context, i1 *swf.DescribeWorkflowTypeInput, i2 ...request.Option) (r0 *swf.DescribeWorkflowTypeOutput, r1 error)

func (*SWFDouble) GetWorkflowExecutionHistory

func (d *SWFDouble) GetWorkflowExecutionHistory(i0 *swf.GetWorkflowExecutionHistoryInput) (r0 *swf.GetWorkflowExecutionHistoryOutput, r1 error)

func (*SWFDouble) GetWorkflowExecutionHistoryPages

func (d *SWFDouble) GetWorkflowExecutionHistoryPages(i0 *swf.GetWorkflowExecutionHistoryInput, i1 func(*swf.GetWorkflowExecutionHistoryOutput, bool) bool) (r0 error)

func (*SWFDouble) GetWorkflowExecutionHistoryPagesWithContext

func (d *SWFDouble) GetWorkflowExecutionHistoryPagesWithContext(i0 context.Context, i1 *swf.GetWorkflowExecutionHistoryInput, i2 func(*swf.GetWorkflowExecutionHistoryOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SWFDouble) GetWorkflowExecutionHistoryRequest

func (d *SWFDouble) GetWorkflowExecutionHistoryRequest(i0 *swf.GetWorkflowExecutionHistoryInput) (r0 *request.Request, r1 *swf.GetWorkflowExecutionHistoryOutput)

func (*SWFDouble) GetWorkflowExecutionHistoryWithContext

func (d *SWFDouble) GetWorkflowExecutionHistoryWithContext(i0 context.Context, i1 *swf.GetWorkflowExecutionHistoryInput, i2 ...request.Option) (r0 *swf.GetWorkflowExecutionHistoryOutput, r1 error)

func (*SWFDouble) ListActivityTypes

func (d *SWFDouble) ListActivityTypes(i0 *swf.ListActivityTypesInput) (r0 *swf.ListActivityTypesOutput, r1 error)

func (*SWFDouble) ListActivityTypesPages

func (d *SWFDouble) ListActivityTypesPages(i0 *swf.ListActivityTypesInput, i1 func(*swf.ListActivityTypesOutput, bool) bool) (r0 error)

func (*SWFDouble) ListActivityTypesPagesWithContext

func (d *SWFDouble) ListActivityTypesPagesWithContext(i0 context.Context, i1 *swf.ListActivityTypesInput, i2 func(*swf.ListActivityTypesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SWFDouble) ListActivityTypesRequest

func (d *SWFDouble) ListActivityTypesRequest(i0 *swf.ListActivityTypesInput) (r0 *request.Request, r1 *swf.ListActivityTypesOutput)

func (*SWFDouble) ListActivityTypesWithContext

func (d *SWFDouble) ListActivityTypesWithContext(i0 context.Context, i1 *swf.ListActivityTypesInput, i2 ...request.Option) (r0 *swf.ListActivityTypesOutput, r1 error)

func (*SWFDouble) ListClosedWorkflowExecutions

func (d *SWFDouble) ListClosedWorkflowExecutions(i0 *swf.ListClosedWorkflowExecutionsInput) (r0 *swf.WorkflowExecutionInfos, r1 error)

func (*SWFDouble) ListClosedWorkflowExecutionsPages

func (d *SWFDouble) ListClosedWorkflowExecutionsPages(i0 *swf.ListClosedWorkflowExecutionsInput, i1 func(*swf.WorkflowExecutionInfos, bool) bool) (r0 error)

func (*SWFDouble) ListClosedWorkflowExecutionsPagesWithContext

func (d *SWFDouble) ListClosedWorkflowExecutionsPagesWithContext(i0 context.Context, i1 *swf.ListClosedWorkflowExecutionsInput, i2 func(*swf.WorkflowExecutionInfos, bool) bool, i3 ...request.Option) (r0 error)

func (*SWFDouble) ListClosedWorkflowExecutionsRequest

func (d *SWFDouble) ListClosedWorkflowExecutionsRequest(i0 *swf.ListClosedWorkflowExecutionsInput) (r0 *request.Request, r1 *swf.WorkflowExecutionInfos)

func (*SWFDouble) ListClosedWorkflowExecutionsWithContext

func (d *SWFDouble) ListClosedWorkflowExecutionsWithContext(i0 context.Context, i1 *swf.ListClosedWorkflowExecutionsInput, i2 ...request.Option) (r0 *swf.WorkflowExecutionInfos, r1 error)

func (*SWFDouble) ListDomains

func (d *SWFDouble) ListDomains(i0 *swf.ListDomainsInput) (r0 *swf.ListDomainsOutput, r1 error)

func (*SWFDouble) ListDomainsPages

func (d *SWFDouble) ListDomainsPages(i0 *swf.ListDomainsInput, i1 func(*swf.ListDomainsOutput, bool) bool) (r0 error)

func (*SWFDouble) ListDomainsPagesWithContext

func (d *SWFDouble) ListDomainsPagesWithContext(i0 context.Context, i1 *swf.ListDomainsInput, i2 func(*swf.ListDomainsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SWFDouble) ListDomainsRequest

func (d *SWFDouble) ListDomainsRequest(i0 *swf.ListDomainsInput) (r0 *request.Request, r1 *swf.ListDomainsOutput)

func (*SWFDouble) ListDomainsWithContext

func (d *SWFDouble) ListDomainsWithContext(i0 context.Context, i1 *swf.ListDomainsInput, i2 ...request.Option) (r0 *swf.ListDomainsOutput, r1 error)

func (*SWFDouble) ListOpenWorkflowExecutions

func (d *SWFDouble) ListOpenWorkflowExecutions(i0 *swf.ListOpenWorkflowExecutionsInput) (r0 *swf.WorkflowExecutionInfos, r1 error)

func (*SWFDouble) ListOpenWorkflowExecutionsPages

func (d *SWFDouble) ListOpenWorkflowExecutionsPages(i0 *swf.ListOpenWorkflowExecutionsInput, i1 func(*swf.WorkflowExecutionInfos, bool) bool) (r0 error)

func (*SWFDouble) ListOpenWorkflowExecutionsPagesWithContext

func (d *SWFDouble) ListOpenWorkflowExecutionsPagesWithContext(i0 context.Context, i1 *swf.ListOpenWorkflowExecutionsInput, i2 func(*swf.WorkflowExecutionInfos, bool) bool, i3 ...request.Option) (r0 error)

func (*SWFDouble) ListOpenWorkflowExecutionsRequest

func (d *SWFDouble) ListOpenWorkflowExecutionsRequest(i0 *swf.ListOpenWorkflowExecutionsInput) (r0 *request.Request, r1 *swf.WorkflowExecutionInfos)

func (*SWFDouble) ListOpenWorkflowExecutionsWithContext

func (d *SWFDouble) ListOpenWorkflowExecutionsWithContext(i0 context.Context, i1 *swf.ListOpenWorkflowExecutionsInput, i2 ...request.Option) (r0 *swf.WorkflowExecutionInfos, r1 error)

func (*SWFDouble) ListTagsForResource

func (d *SWFDouble) ListTagsForResource(i0 *swf.ListTagsForResourceInput) (r0 *swf.ListTagsForResourceOutput, r1 error)

func (*SWFDouble) ListTagsForResourceRequest

func (d *SWFDouble) ListTagsForResourceRequest(i0 *swf.ListTagsForResourceInput) (r0 *request.Request, r1 *swf.ListTagsForResourceOutput)

func (*SWFDouble) ListTagsForResourceWithContext

func (d *SWFDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *swf.ListTagsForResourceInput, i2 ...request.Option) (r0 *swf.ListTagsForResourceOutput, r1 error)

func (*SWFDouble) ListWorkflowTypes

func (d *SWFDouble) ListWorkflowTypes(i0 *swf.ListWorkflowTypesInput) (r0 *swf.ListWorkflowTypesOutput, r1 error)

func (*SWFDouble) ListWorkflowTypesPages

func (d *SWFDouble) ListWorkflowTypesPages(i0 *swf.ListWorkflowTypesInput, i1 func(*swf.ListWorkflowTypesOutput, bool) bool) (r0 error)

func (*SWFDouble) ListWorkflowTypesPagesWithContext

func (d *SWFDouble) ListWorkflowTypesPagesWithContext(i0 context.Context, i1 *swf.ListWorkflowTypesInput, i2 func(*swf.ListWorkflowTypesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SWFDouble) ListWorkflowTypesRequest

func (d *SWFDouble) ListWorkflowTypesRequest(i0 *swf.ListWorkflowTypesInput) (r0 *request.Request, r1 *swf.ListWorkflowTypesOutput)

func (*SWFDouble) ListWorkflowTypesWithContext

func (d *SWFDouble) ListWorkflowTypesWithContext(i0 context.Context, i1 *swf.ListWorkflowTypesInput, i2 ...request.Option) (r0 *swf.ListWorkflowTypesOutput, r1 error)

func (*SWFDouble) PollForActivityTask

func (d *SWFDouble) PollForActivityTask(i0 *swf.PollForActivityTaskInput) (r0 *swf.PollForActivityTaskOutput, r1 error)

func (*SWFDouble) PollForActivityTaskRequest

func (d *SWFDouble) PollForActivityTaskRequest(i0 *swf.PollForActivityTaskInput) (r0 *request.Request, r1 *swf.PollForActivityTaskOutput)

func (*SWFDouble) PollForActivityTaskWithContext

func (d *SWFDouble) PollForActivityTaskWithContext(i0 context.Context, i1 *swf.PollForActivityTaskInput, i2 ...request.Option) (r0 *swf.PollForActivityTaskOutput, r1 error)

func (*SWFDouble) PollForDecisionTask

func (d *SWFDouble) PollForDecisionTask(i0 *swf.PollForDecisionTaskInput) (r0 *swf.PollForDecisionTaskOutput, r1 error)

func (*SWFDouble) PollForDecisionTaskPages

func (d *SWFDouble) PollForDecisionTaskPages(i0 *swf.PollForDecisionTaskInput, i1 func(*swf.PollForDecisionTaskOutput, bool) bool) (r0 error)

func (*SWFDouble) PollForDecisionTaskPagesWithContext

func (d *SWFDouble) PollForDecisionTaskPagesWithContext(i0 context.Context, i1 *swf.PollForDecisionTaskInput, i2 func(*swf.PollForDecisionTaskOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*SWFDouble) PollForDecisionTaskRequest

func (d *SWFDouble) PollForDecisionTaskRequest(i0 *swf.PollForDecisionTaskInput) (r0 *request.Request, r1 *swf.PollForDecisionTaskOutput)

func (*SWFDouble) PollForDecisionTaskWithContext

func (d *SWFDouble) PollForDecisionTaskWithContext(i0 context.Context, i1 *swf.PollForDecisionTaskInput, i2 ...request.Option) (r0 *swf.PollForDecisionTaskOutput, r1 error)

func (*SWFDouble) RecordActivityTaskHeartbeat

func (d *SWFDouble) RecordActivityTaskHeartbeat(i0 *swf.RecordActivityTaskHeartbeatInput) (r0 *swf.RecordActivityTaskHeartbeatOutput, r1 error)

func (*SWFDouble) RecordActivityTaskHeartbeatRequest

func (d *SWFDouble) RecordActivityTaskHeartbeatRequest(i0 *swf.RecordActivityTaskHeartbeatInput) (r0 *request.Request, r1 *swf.RecordActivityTaskHeartbeatOutput)

func (*SWFDouble) RecordActivityTaskHeartbeatWithContext

func (d *SWFDouble) RecordActivityTaskHeartbeatWithContext(i0 context.Context, i1 *swf.RecordActivityTaskHeartbeatInput, i2 ...request.Option) (r0 *swf.RecordActivityTaskHeartbeatOutput, r1 error)

func (*SWFDouble) RegisterActivityType

func (d *SWFDouble) RegisterActivityType(i0 *swf.RegisterActivityTypeInput) (r0 *swf.RegisterActivityTypeOutput, r1 error)

func (*SWFDouble) RegisterActivityTypeRequest

func (d *SWFDouble) RegisterActivityTypeRequest(i0 *swf.RegisterActivityTypeInput) (r0 *request.Request, r1 *swf.RegisterActivityTypeOutput)

func (*SWFDouble) RegisterActivityTypeWithContext

func (d *SWFDouble) RegisterActivityTypeWithContext(i0 context.Context, i1 *swf.RegisterActivityTypeInput, i2 ...request.Option) (r0 *swf.RegisterActivityTypeOutput, r1 error)

func (*SWFDouble) RegisterDomain

func (d *SWFDouble) RegisterDomain(i0 *swf.RegisterDomainInput) (r0 *swf.RegisterDomainOutput, r1 error)

func (*SWFDouble) RegisterDomainRequest

func (d *SWFDouble) RegisterDomainRequest(i0 *swf.RegisterDomainInput) (r0 *request.Request, r1 *swf.RegisterDomainOutput)

func (*SWFDouble) RegisterDomainWithContext

func (d *SWFDouble) RegisterDomainWithContext(i0 context.Context, i1 *swf.RegisterDomainInput, i2 ...request.Option) (r0 *swf.RegisterDomainOutput, r1 error)

func (*SWFDouble) RegisterWorkflowType

func (d *SWFDouble) RegisterWorkflowType(i0 *swf.RegisterWorkflowTypeInput) (r0 *swf.RegisterWorkflowTypeOutput, r1 error)

func (*SWFDouble) RegisterWorkflowTypeRequest

func (d *SWFDouble) RegisterWorkflowTypeRequest(i0 *swf.RegisterWorkflowTypeInput) (r0 *request.Request, r1 *swf.RegisterWorkflowTypeOutput)

func (*SWFDouble) RegisterWorkflowTypeWithContext

func (d *SWFDouble) RegisterWorkflowTypeWithContext(i0 context.Context, i1 *swf.RegisterWorkflowTypeInput, i2 ...request.Option) (r0 *swf.RegisterWorkflowTypeOutput, r1 error)

func (*SWFDouble) RequestCancelWorkflowExecution

func (d *SWFDouble) RequestCancelWorkflowExecution(i0 *swf.RequestCancelWorkflowExecutionInput) (r0 *swf.RequestCancelWorkflowExecutionOutput, r1 error)

func (*SWFDouble) RequestCancelWorkflowExecutionWithContext

func (d *SWFDouble) RequestCancelWorkflowExecutionWithContext(i0 context.Context, i1 *swf.RequestCancelWorkflowExecutionInput, i2 ...request.Option) (r0 *swf.RequestCancelWorkflowExecutionOutput, r1 error)

func (*SWFDouble) RespondActivityTaskCanceled

func (d *SWFDouble) RespondActivityTaskCanceled(i0 *swf.RespondActivityTaskCanceledInput) (r0 *swf.RespondActivityTaskCanceledOutput, r1 error)

func (*SWFDouble) RespondActivityTaskCanceledRequest

func (d *SWFDouble) RespondActivityTaskCanceledRequest(i0 *swf.RespondActivityTaskCanceledInput) (r0 *request.Request, r1 *swf.RespondActivityTaskCanceledOutput)

func (*SWFDouble) RespondActivityTaskCanceledWithContext

func (d *SWFDouble) RespondActivityTaskCanceledWithContext(i0 context.Context, i1 *swf.RespondActivityTaskCanceledInput, i2 ...request.Option) (r0 *swf.RespondActivityTaskCanceledOutput, r1 error)

func (*SWFDouble) RespondActivityTaskCompleted

func (d *SWFDouble) RespondActivityTaskCompleted(i0 *swf.RespondActivityTaskCompletedInput) (r0 *swf.RespondActivityTaskCompletedOutput, r1 error)

func (*SWFDouble) RespondActivityTaskCompletedRequest

func (d *SWFDouble) RespondActivityTaskCompletedRequest(i0 *swf.RespondActivityTaskCompletedInput) (r0 *request.Request, r1 *swf.RespondActivityTaskCompletedOutput)

func (*SWFDouble) RespondActivityTaskCompletedWithContext

func (d *SWFDouble) RespondActivityTaskCompletedWithContext(i0 context.Context, i1 *swf.RespondActivityTaskCompletedInput, i2 ...request.Option) (r0 *swf.RespondActivityTaskCompletedOutput, r1 error)

func (*SWFDouble) RespondActivityTaskFailed

func (d *SWFDouble) RespondActivityTaskFailed(i0 *swf.RespondActivityTaskFailedInput) (r0 *swf.RespondActivityTaskFailedOutput, r1 error)

func (*SWFDouble) RespondActivityTaskFailedRequest

func (d *SWFDouble) RespondActivityTaskFailedRequest(i0 *swf.RespondActivityTaskFailedInput) (r0 *request.Request, r1 *swf.RespondActivityTaskFailedOutput)

func (*SWFDouble) RespondActivityTaskFailedWithContext

func (d *SWFDouble) RespondActivityTaskFailedWithContext(i0 context.Context, i1 *swf.RespondActivityTaskFailedInput, i2 ...request.Option) (r0 *swf.RespondActivityTaskFailedOutput, r1 error)

func (*SWFDouble) RespondDecisionTaskCompleted

func (d *SWFDouble) RespondDecisionTaskCompleted(i0 *swf.RespondDecisionTaskCompletedInput) (r0 *swf.RespondDecisionTaskCompletedOutput, r1 error)

func (*SWFDouble) RespondDecisionTaskCompletedRequest

func (d *SWFDouble) RespondDecisionTaskCompletedRequest(i0 *swf.RespondDecisionTaskCompletedInput) (r0 *request.Request, r1 *swf.RespondDecisionTaskCompletedOutput)

func (*SWFDouble) RespondDecisionTaskCompletedWithContext

func (d *SWFDouble) RespondDecisionTaskCompletedWithContext(i0 context.Context, i1 *swf.RespondDecisionTaskCompletedInput, i2 ...request.Option) (r0 *swf.RespondDecisionTaskCompletedOutput, r1 error)

func (*SWFDouble) SignalWorkflowExecution

func (d *SWFDouble) SignalWorkflowExecution(i0 *swf.SignalWorkflowExecutionInput) (r0 *swf.SignalWorkflowExecutionOutput, r1 error)

func (*SWFDouble) SignalWorkflowExecutionRequest

func (d *SWFDouble) SignalWorkflowExecutionRequest(i0 *swf.SignalWorkflowExecutionInput) (r0 *request.Request, r1 *swf.SignalWorkflowExecutionOutput)

func (*SWFDouble) SignalWorkflowExecutionWithContext

func (d *SWFDouble) SignalWorkflowExecutionWithContext(i0 context.Context, i1 *swf.SignalWorkflowExecutionInput, i2 ...request.Option) (r0 *swf.SignalWorkflowExecutionOutput, r1 error)

func (*SWFDouble) StartWorkflowExecution

func (d *SWFDouble) StartWorkflowExecution(i0 *swf.StartWorkflowExecutionInput) (r0 *swf.StartWorkflowExecutionOutput, r1 error)

func (*SWFDouble) StartWorkflowExecutionRequest

func (d *SWFDouble) StartWorkflowExecutionRequest(i0 *swf.StartWorkflowExecutionInput) (r0 *request.Request, r1 *swf.StartWorkflowExecutionOutput)

func (*SWFDouble) StartWorkflowExecutionWithContext

func (d *SWFDouble) StartWorkflowExecutionWithContext(i0 context.Context, i1 *swf.StartWorkflowExecutionInput, i2 ...request.Option) (r0 *swf.StartWorkflowExecutionOutput, r1 error)

func (*SWFDouble) TagResource

func (d *SWFDouble) TagResource(i0 *swf.TagResourceInput) (r0 *swf.TagResourceOutput, r1 error)

func (*SWFDouble) TagResourceRequest

func (d *SWFDouble) TagResourceRequest(i0 *swf.TagResourceInput) (r0 *request.Request, r1 *swf.TagResourceOutput)

func (*SWFDouble) TagResourceWithContext

func (d *SWFDouble) TagResourceWithContext(i0 context.Context, i1 *swf.TagResourceInput, i2 ...request.Option) (r0 *swf.TagResourceOutput, r1 error)

func (*SWFDouble) TerminateWorkflowExecution

func (d *SWFDouble) TerminateWorkflowExecution(i0 *swf.TerminateWorkflowExecutionInput) (r0 *swf.TerminateWorkflowExecutionOutput, r1 error)

func (*SWFDouble) TerminateWorkflowExecutionRequest

func (d *SWFDouble) TerminateWorkflowExecutionRequest(i0 *swf.TerminateWorkflowExecutionInput) (r0 *request.Request, r1 *swf.TerminateWorkflowExecutionOutput)

func (*SWFDouble) TerminateWorkflowExecutionWithContext

func (d *SWFDouble) TerminateWorkflowExecutionWithContext(i0 context.Context, i1 *swf.TerminateWorkflowExecutionInput, i2 ...request.Option) (r0 *swf.TerminateWorkflowExecutionOutput, r1 error)

func (*SWFDouble) UndeprecateActivityType

func (d *SWFDouble) UndeprecateActivityType(i0 *swf.UndeprecateActivityTypeInput) (r0 *swf.UndeprecateActivityTypeOutput, r1 error)

func (*SWFDouble) UndeprecateActivityTypeRequest

func (d *SWFDouble) UndeprecateActivityTypeRequest(i0 *swf.UndeprecateActivityTypeInput) (r0 *request.Request, r1 *swf.UndeprecateActivityTypeOutput)

func (*SWFDouble) UndeprecateActivityTypeWithContext

func (d *SWFDouble) UndeprecateActivityTypeWithContext(i0 context.Context, i1 *swf.UndeprecateActivityTypeInput, i2 ...request.Option) (r0 *swf.UndeprecateActivityTypeOutput, r1 error)

func (*SWFDouble) UndeprecateDomain

func (d *SWFDouble) UndeprecateDomain(i0 *swf.UndeprecateDomainInput) (r0 *swf.UndeprecateDomainOutput, r1 error)

func (*SWFDouble) UndeprecateDomainRequest

func (d *SWFDouble) UndeprecateDomainRequest(i0 *swf.UndeprecateDomainInput) (r0 *request.Request, r1 *swf.UndeprecateDomainOutput)

func (*SWFDouble) UndeprecateDomainWithContext

func (d *SWFDouble) UndeprecateDomainWithContext(i0 context.Context, i1 *swf.UndeprecateDomainInput, i2 ...request.Option) (r0 *swf.UndeprecateDomainOutput, r1 error)

func (*SWFDouble) UndeprecateWorkflowType

func (d *SWFDouble) UndeprecateWorkflowType(i0 *swf.UndeprecateWorkflowTypeInput) (r0 *swf.UndeprecateWorkflowTypeOutput, r1 error)

func (*SWFDouble) UndeprecateWorkflowTypeRequest

func (d *SWFDouble) UndeprecateWorkflowTypeRequest(i0 *swf.UndeprecateWorkflowTypeInput) (r0 *request.Request, r1 *swf.UndeprecateWorkflowTypeOutput)

func (*SWFDouble) UndeprecateWorkflowTypeWithContext

func (d *SWFDouble) UndeprecateWorkflowTypeWithContext(i0 context.Context, i1 *swf.UndeprecateWorkflowTypeInput, i2 ...request.Option) (r0 *swf.UndeprecateWorkflowTypeOutput, r1 error)

func (*SWFDouble) UntagResource

func (d *SWFDouble) UntagResource(i0 *swf.UntagResourceInput) (r0 *swf.UntagResourceOutput, r1 error)

func (*SWFDouble) UntagResourceRequest

func (d *SWFDouble) UntagResourceRequest(i0 *swf.UntagResourceInput) (r0 *request.Request, r1 *swf.UntagResourceOutput)

func (*SWFDouble) UntagResourceWithContext

func (d *SWFDouble) UntagResourceWithContext(i0 context.Context, i1 *swf.UntagResourceInput, i2 ...request.Option) (r0 *swf.UntagResourceOutput, r1 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL