swfmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package swfmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSWFAPI

type MockSWFAPI struct {
	// contains filtered or unexported fields
}

MockSWFAPI is a mock of SWFAPI interface.

func NewMockSWFAPI

func NewMockSWFAPI(ctrl *gomock.Controller) *MockSWFAPI

NewMockSWFAPI creates a new mock instance.

func (*MockSWFAPI) CountClosedWorkflowExecutions

func (m *MockSWFAPI) CountClosedWorkflowExecutions(arg0 *swf.CountClosedWorkflowExecutionsInput) (*swf.WorkflowExecutionCount, error)

CountClosedWorkflowExecutions mocks base method.

func (*MockSWFAPI) CountClosedWorkflowExecutionsRequest

func (m *MockSWFAPI) CountClosedWorkflowExecutionsRequest(arg0 *swf.CountClosedWorkflowExecutionsInput) (*request.Request, *swf.WorkflowExecutionCount)

CountClosedWorkflowExecutionsRequest mocks base method.

func (*MockSWFAPI) CountClosedWorkflowExecutionsWithContext

func (m *MockSWFAPI) CountClosedWorkflowExecutionsWithContext(arg0 context.Context, arg1 *swf.CountClosedWorkflowExecutionsInput, arg2 ...request.Option) (*swf.WorkflowExecutionCount, error)

CountClosedWorkflowExecutionsWithContext mocks base method.

func (*MockSWFAPI) CountOpenWorkflowExecutions

func (m *MockSWFAPI) CountOpenWorkflowExecutions(arg0 *swf.CountOpenWorkflowExecutionsInput) (*swf.WorkflowExecutionCount, error)

CountOpenWorkflowExecutions mocks base method.

func (*MockSWFAPI) CountOpenWorkflowExecutionsRequest

func (m *MockSWFAPI) CountOpenWorkflowExecutionsRequest(arg0 *swf.CountOpenWorkflowExecutionsInput) (*request.Request, *swf.WorkflowExecutionCount)

CountOpenWorkflowExecutionsRequest mocks base method.

func (*MockSWFAPI) CountOpenWorkflowExecutionsWithContext

func (m *MockSWFAPI) CountOpenWorkflowExecutionsWithContext(arg0 context.Context, arg1 *swf.CountOpenWorkflowExecutionsInput, arg2 ...request.Option) (*swf.WorkflowExecutionCount, error)

CountOpenWorkflowExecutionsWithContext mocks base method.

func (*MockSWFAPI) CountPendingActivityTasks

func (m *MockSWFAPI) CountPendingActivityTasks(arg0 *swf.CountPendingActivityTasksInput) (*swf.PendingTaskCount, error)

CountPendingActivityTasks mocks base method.

func (*MockSWFAPI) CountPendingActivityTasksRequest

func (m *MockSWFAPI) CountPendingActivityTasksRequest(arg0 *swf.CountPendingActivityTasksInput) (*request.Request, *swf.PendingTaskCount)

CountPendingActivityTasksRequest mocks base method.

func (*MockSWFAPI) CountPendingActivityTasksWithContext

func (m *MockSWFAPI) CountPendingActivityTasksWithContext(arg0 context.Context, arg1 *swf.CountPendingActivityTasksInput, arg2 ...request.Option) (*swf.PendingTaskCount, error)

CountPendingActivityTasksWithContext mocks base method.

func (*MockSWFAPI) CountPendingDecisionTasks

func (m *MockSWFAPI) CountPendingDecisionTasks(arg0 *swf.CountPendingDecisionTasksInput) (*swf.PendingTaskCount, error)

CountPendingDecisionTasks mocks base method.

func (*MockSWFAPI) CountPendingDecisionTasksRequest

func (m *MockSWFAPI) CountPendingDecisionTasksRequest(arg0 *swf.CountPendingDecisionTasksInput) (*request.Request, *swf.PendingTaskCount)

CountPendingDecisionTasksRequest mocks base method.

func (*MockSWFAPI) CountPendingDecisionTasksWithContext

func (m *MockSWFAPI) CountPendingDecisionTasksWithContext(arg0 context.Context, arg1 *swf.CountPendingDecisionTasksInput, arg2 ...request.Option) (*swf.PendingTaskCount, error)

CountPendingDecisionTasksWithContext mocks base method.

func (*MockSWFAPI) DeprecateActivityType

func (m *MockSWFAPI) DeprecateActivityType(arg0 *swf.DeprecateActivityTypeInput) (*swf.DeprecateActivityTypeOutput, error)

DeprecateActivityType mocks base method.

func (*MockSWFAPI) DeprecateActivityTypeRequest

func (m *MockSWFAPI) DeprecateActivityTypeRequest(arg0 *swf.DeprecateActivityTypeInput) (*request.Request, *swf.DeprecateActivityTypeOutput)

DeprecateActivityTypeRequest mocks base method.

func (*MockSWFAPI) DeprecateActivityTypeWithContext

func (m *MockSWFAPI) DeprecateActivityTypeWithContext(arg0 context.Context, arg1 *swf.DeprecateActivityTypeInput, arg2 ...request.Option) (*swf.DeprecateActivityTypeOutput, error)

DeprecateActivityTypeWithContext mocks base method.

func (*MockSWFAPI) DeprecateDomain

func (m *MockSWFAPI) DeprecateDomain(arg0 *swf.DeprecateDomainInput) (*swf.DeprecateDomainOutput, error)

DeprecateDomain mocks base method.

func (*MockSWFAPI) DeprecateDomainRequest

func (m *MockSWFAPI) DeprecateDomainRequest(arg0 *swf.DeprecateDomainInput) (*request.Request, *swf.DeprecateDomainOutput)

DeprecateDomainRequest mocks base method.

func (*MockSWFAPI) DeprecateDomainWithContext

func (m *MockSWFAPI) DeprecateDomainWithContext(arg0 context.Context, arg1 *swf.DeprecateDomainInput, arg2 ...request.Option) (*swf.DeprecateDomainOutput, error)

DeprecateDomainWithContext mocks base method.

func (*MockSWFAPI) DeprecateWorkflowType

func (m *MockSWFAPI) DeprecateWorkflowType(arg0 *swf.DeprecateWorkflowTypeInput) (*swf.DeprecateWorkflowTypeOutput, error)

DeprecateWorkflowType mocks base method.

func (*MockSWFAPI) DeprecateWorkflowTypeRequest

func (m *MockSWFAPI) DeprecateWorkflowTypeRequest(arg0 *swf.DeprecateWorkflowTypeInput) (*request.Request, *swf.DeprecateWorkflowTypeOutput)

DeprecateWorkflowTypeRequest mocks base method.

func (*MockSWFAPI) DeprecateWorkflowTypeWithContext

func (m *MockSWFAPI) DeprecateWorkflowTypeWithContext(arg0 context.Context, arg1 *swf.DeprecateWorkflowTypeInput, arg2 ...request.Option) (*swf.DeprecateWorkflowTypeOutput, error)

DeprecateWorkflowTypeWithContext mocks base method.

func (*MockSWFAPI) DescribeActivityType

func (m *MockSWFAPI) DescribeActivityType(arg0 *swf.DescribeActivityTypeInput) (*swf.DescribeActivityTypeOutput, error)

DescribeActivityType mocks base method.

func (*MockSWFAPI) DescribeActivityTypeRequest

func (m *MockSWFAPI) DescribeActivityTypeRequest(arg0 *swf.DescribeActivityTypeInput) (*request.Request, *swf.DescribeActivityTypeOutput)

DescribeActivityTypeRequest mocks base method.

func (*MockSWFAPI) DescribeActivityTypeWithContext

func (m *MockSWFAPI) DescribeActivityTypeWithContext(arg0 context.Context, arg1 *swf.DescribeActivityTypeInput, arg2 ...request.Option) (*swf.DescribeActivityTypeOutput, error)

DescribeActivityTypeWithContext mocks base method.

func (*MockSWFAPI) DescribeDomain

func (m *MockSWFAPI) DescribeDomain(arg0 *swf.DescribeDomainInput) (*swf.DescribeDomainOutput, error)

DescribeDomain mocks base method.

func (*MockSWFAPI) DescribeDomainRequest

func (m *MockSWFAPI) DescribeDomainRequest(arg0 *swf.DescribeDomainInput) (*request.Request, *swf.DescribeDomainOutput)

DescribeDomainRequest mocks base method.

func (*MockSWFAPI) DescribeDomainWithContext

func (m *MockSWFAPI) DescribeDomainWithContext(arg0 context.Context, arg1 *swf.DescribeDomainInput, arg2 ...request.Option) (*swf.DescribeDomainOutput, error)

DescribeDomainWithContext mocks base method.

func (*MockSWFAPI) DescribeWorkflowExecution

DescribeWorkflowExecution mocks base method.

func (*MockSWFAPI) DescribeWorkflowExecutionRequest

func (m *MockSWFAPI) DescribeWorkflowExecutionRequest(arg0 *swf.DescribeWorkflowExecutionInput) (*request.Request, *swf.DescribeWorkflowExecutionOutput)

DescribeWorkflowExecutionRequest mocks base method.

func (*MockSWFAPI) DescribeWorkflowExecutionWithContext

func (m *MockSWFAPI) DescribeWorkflowExecutionWithContext(arg0 context.Context, arg1 *swf.DescribeWorkflowExecutionInput, arg2 ...request.Option) (*swf.DescribeWorkflowExecutionOutput, error)

DescribeWorkflowExecutionWithContext mocks base method.

func (*MockSWFAPI) DescribeWorkflowType

func (m *MockSWFAPI) DescribeWorkflowType(arg0 *swf.DescribeWorkflowTypeInput) (*swf.DescribeWorkflowTypeOutput, error)

DescribeWorkflowType mocks base method.

func (*MockSWFAPI) DescribeWorkflowTypeRequest

func (m *MockSWFAPI) DescribeWorkflowTypeRequest(arg0 *swf.DescribeWorkflowTypeInput) (*request.Request, *swf.DescribeWorkflowTypeOutput)

DescribeWorkflowTypeRequest mocks base method.

func (*MockSWFAPI) DescribeWorkflowTypeWithContext

func (m *MockSWFAPI) DescribeWorkflowTypeWithContext(arg0 context.Context, arg1 *swf.DescribeWorkflowTypeInput, arg2 ...request.Option) (*swf.DescribeWorkflowTypeOutput, error)

DescribeWorkflowTypeWithContext mocks base method.

func (*MockSWFAPI) EXPECT

func (m *MockSWFAPI) EXPECT() *MockSWFAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSWFAPI) GetWorkflowExecutionHistory

GetWorkflowExecutionHistory mocks base method.

func (*MockSWFAPI) GetWorkflowExecutionHistoryPages

func (m *MockSWFAPI) GetWorkflowExecutionHistoryPages(arg0 *swf.GetWorkflowExecutionHistoryInput, arg1 func(*swf.GetWorkflowExecutionHistoryOutput, bool) bool) error

GetWorkflowExecutionHistoryPages mocks base method.

func (*MockSWFAPI) GetWorkflowExecutionHistoryPagesWithContext

func (m *MockSWFAPI) GetWorkflowExecutionHistoryPagesWithContext(arg0 context.Context, arg1 *swf.GetWorkflowExecutionHistoryInput, arg2 func(*swf.GetWorkflowExecutionHistoryOutput, bool) bool, arg3 ...request.Option) error

GetWorkflowExecutionHistoryPagesWithContext mocks base method.

func (*MockSWFAPI) GetWorkflowExecutionHistoryRequest

func (m *MockSWFAPI) GetWorkflowExecutionHistoryRequest(arg0 *swf.GetWorkflowExecutionHistoryInput) (*request.Request, *swf.GetWorkflowExecutionHistoryOutput)

GetWorkflowExecutionHistoryRequest mocks base method.

func (*MockSWFAPI) GetWorkflowExecutionHistoryWithContext

func (m *MockSWFAPI) GetWorkflowExecutionHistoryWithContext(arg0 context.Context, arg1 *swf.GetWorkflowExecutionHistoryInput, arg2 ...request.Option) (*swf.GetWorkflowExecutionHistoryOutput, error)

GetWorkflowExecutionHistoryWithContext mocks base method.

func (*MockSWFAPI) ListActivityTypes

func (m *MockSWFAPI) ListActivityTypes(arg0 *swf.ListActivityTypesInput) (*swf.ListActivityTypesOutput, error)

ListActivityTypes mocks base method.

func (*MockSWFAPI) ListActivityTypesPages

func (m *MockSWFAPI) ListActivityTypesPages(arg0 *swf.ListActivityTypesInput, arg1 func(*swf.ListActivityTypesOutput, bool) bool) error

ListActivityTypesPages mocks base method.

func (*MockSWFAPI) ListActivityTypesPagesWithContext

func (m *MockSWFAPI) ListActivityTypesPagesWithContext(arg0 context.Context, arg1 *swf.ListActivityTypesInput, arg2 func(*swf.ListActivityTypesOutput, bool) bool, arg3 ...request.Option) error

ListActivityTypesPagesWithContext mocks base method.

func (*MockSWFAPI) ListActivityTypesRequest

func (m *MockSWFAPI) ListActivityTypesRequest(arg0 *swf.ListActivityTypesInput) (*request.Request, *swf.ListActivityTypesOutput)

ListActivityTypesRequest mocks base method.

func (*MockSWFAPI) ListActivityTypesWithContext

func (m *MockSWFAPI) ListActivityTypesWithContext(arg0 context.Context, arg1 *swf.ListActivityTypesInput, arg2 ...request.Option) (*swf.ListActivityTypesOutput, error)

ListActivityTypesWithContext mocks base method.

func (*MockSWFAPI) ListClosedWorkflowExecutions

func (m *MockSWFAPI) ListClosedWorkflowExecutions(arg0 *swf.ListClosedWorkflowExecutionsInput) (*swf.WorkflowExecutionInfos, error)

ListClosedWorkflowExecutions mocks base method.

func (*MockSWFAPI) ListClosedWorkflowExecutionsPages

func (m *MockSWFAPI) ListClosedWorkflowExecutionsPages(arg0 *swf.ListClosedWorkflowExecutionsInput, arg1 func(*swf.WorkflowExecutionInfos, bool) bool) error

ListClosedWorkflowExecutionsPages mocks base method.

func (*MockSWFAPI) ListClosedWorkflowExecutionsPagesWithContext

func (m *MockSWFAPI) ListClosedWorkflowExecutionsPagesWithContext(arg0 context.Context, arg1 *swf.ListClosedWorkflowExecutionsInput, arg2 func(*swf.WorkflowExecutionInfos, bool) bool, arg3 ...request.Option) error

ListClosedWorkflowExecutionsPagesWithContext mocks base method.

func (*MockSWFAPI) ListClosedWorkflowExecutionsRequest

func (m *MockSWFAPI) ListClosedWorkflowExecutionsRequest(arg0 *swf.ListClosedWorkflowExecutionsInput) (*request.Request, *swf.WorkflowExecutionInfos)

ListClosedWorkflowExecutionsRequest mocks base method.

func (*MockSWFAPI) ListClosedWorkflowExecutionsWithContext

func (m *MockSWFAPI) ListClosedWorkflowExecutionsWithContext(arg0 context.Context, arg1 *swf.ListClosedWorkflowExecutionsInput, arg2 ...request.Option) (*swf.WorkflowExecutionInfos, error)

ListClosedWorkflowExecutionsWithContext mocks base method.

func (*MockSWFAPI) ListDomains

func (m *MockSWFAPI) ListDomains(arg0 *swf.ListDomainsInput) (*swf.ListDomainsOutput, error)

ListDomains mocks base method.

func (*MockSWFAPI) ListDomainsPages

func (m *MockSWFAPI) ListDomainsPages(arg0 *swf.ListDomainsInput, arg1 func(*swf.ListDomainsOutput, bool) bool) error

ListDomainsPages mocks base method.

func (*MockSWFAPI) ListDomainsPagesWithContext

func (m *MockSWFAPI) ListDomainsPagesWithContext(arg0 context.Context, arg1 *swf.ListDomainsInput, arg2 func(*swf.ListDomainsOutput, bool) bool, arg3 ...request.Option) error

ListDomainsPagesWithContext mocks base method.

func (*MockSWFAPI) ListDomainsRequest

func (m *MockSWFAPI) ListDomainsRequest(arg0 *swf.ListDomainsInput) (*request.Request, *swf.ListDomainsOutput)

ListDomainsRequest mocks base method.

func (*MockSWFAPI) ListDomainsWithContext

func (m *MockSWFAPI) ListDomainsWithContext(arg0 context.Context, arg1 *swf.ListDomainsInput, arg2 ...request.Option) (*swf.ListDomainsOutput, error)

ListDomainsWithContext mocks base method.

func (*MockSWFAPI) ListOpenWorkflowExecutions

func (m *MockSWFAPI) ListOpenWorkflowExecutions(arg0 *swf.ListOpenWorkflowExecutionsInput) (*swf.WorkflowExecutionInfos, error)

ListOpenWorkflowExecutions mocks base method.

func (*MockSWFAPI) ListOpenWorkflowExecutionsPages

func (m *MockSWFAPI) ListOpenWorkflowExecutionsPages(arg0 *swf.ListOpenWorkflowExecutionsInput, arg1 func(*swf.WorkflowExecutionInfos, bool) bool) error

ListOpenWorkflowExecutionsPages mocks base method.

func (*MockSWFAPI) ListOpenWorkflowExecutionsPagesWithContext

func (m *MockSWFAPI) ListOpenWorkflowExecutionsPagesWithContext(arg0 context.Context, arg1 *swf.ListOpenWorkflowExecutionsInput, arg2 func(*swf.WorkflowExecutionInfos, bool) bool, arg3 ...request.Option) error

ListOpenWorkflowExecutionsPagesWithContext mocks base method.

func (*MockSWFAPI) ListOpenWorkflowExecutionsRequest

func (m *MockSWFAPI) ListOpenWorkflowExecutionsRequest(arg0 *swf.ListOpenWorkflowExecutionsInput) (*request.Request, *swf.WorkflowExecutionInfos)

ListOpenWorkflowExecutionsRequest mocks base method.

func (*MockSWFAPI) ListOpenWorkflowExecutionsWithContext

func (m *MockSWFAPI) ListOpenWorkflowExecutionsWithContext(arg0 context.Context, arg1 *swf.ListOpenWorkflowExecutionsInput, arg2 ...request.Option) (*swf.WorkflowExecutionInfos, error)

ListOpenWorkflowExecutionsWithContext mocks base method.

func (*MockSWFAPI) ListTagsForResource

func (m *MockSWFAPI) ListTagsForResource(arg0 *swf.ListTagsForResourceInput) (*swf.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockSWFAPI) ListTagsForResourceRequest

func (m *MockSWFAPI) ListTagsForResourceRequest(arg0 *swf.ListTagsForResourceInput) (*request.Request, *swf.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method.

func (*MockSWFAPI) ListTagsForResourceWithContext

func (m *MockSWFAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *swf.ListTagsForResourceInput, arg2 ...request.Option) (*swf.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockSWFAPI) ListWorkflowTypes

func (m *MockSWFAPI) ListWorkflowTypes(arg0 *swf.ListWorkflowTypesInput) (*swf.ListWorkflowTypesOutput, error)

ListWorkflowTypes mocks base method.

func (*MockSWFAPI) ListWorkflowTypesPages

func (m *MockSWFAPI) ListWorkflowTypesPages(arg0 *swf.ListWorkflowTypesInput, arg1 func(*swf.ListWorkflowTypesOutput, bool) bool) error

ListWorkflowTypesPages mocks base method.

func (*MockSWFAPI) ListWorkflowTypesPagesWithContext

func (m *MockSWFAPI) ListWorkflowTypesPagesWithContext(arg0 context.Context, arg1 *swf.ListWorkflowTypesInput, arg2 func(*swf.ListWorkflowTypesOutput, bool) bool, arg3 ...request.Option) error

ListWorkflowTypesPagesWithContext mocks base method.

func (*MockSWFAPI) ListWorkflowTypesRequest

func (m *MockSWFAPI) ListWorkflowTypesRequest(arg0 *swf.ListWorkflowTypesInput) (*request.Request, *swf.ListWorkflowTypesOutput)

ListWorkflowTypesRequest mocks base method.

func (*MockSWFAPI) ListWorkflowTypesWithContext

func (m *MockSWFAPI) ListWorkflowTypesWithContext(arg0 context.Context, arg1 *swf.ListWorkflowTypesInput, arg2 ...request.Option) (*swf.ListWorkflowTypesOutput, error)

ListWorkflowTypesWithContext mocks base method.

func (*MockSWFAPI) PollForActivityTask

func (m *MockSWFAPI) PollForActivityTask(arg0 *swf.PollForActivityTaskInput) (*swf.PollForActivityTaskOutput, error)

PollForActivityTask mocks base method.

func (*MockSWFAPI) PollForActivityTaskRequest

func (m *MockSWFAPI) PollForActivityTaskRequest(arg0 *swf.PollForActivityTaskInput) (*request.Request, *swf.PollForActivityTaskOutput)

PollForActivityTaskRequest mocks base method.

func (*MockSWFAPI) PollForActivityTaskWithContext

func (m *MockSWFAPI) PollForActivityTaskWithContext(arg0 context.Context, arg1 *swf.PollForActivityTaskInput, arg2 ...request.Option) (*swf.PollForActivityTaskOutput, error)

PollForActivityTaskWithContext mocks base method.

func (*MockSWFAPI) PollForDecisionTask

func (m *MockSWFAPI) PollForDecisionTask(arg0 *swf.PollForDecisionTaskInput) (*swf.PollForDecisionTaskOutput, error)

PollForDecisionTask mocks base method.

func (*MockSWFAPI) PollForDecisionTaskPages

func (m *MockSWFAPI) PollForDecisionTaskPages(arg0 *swf.PollForDecisionTaskInput, arg1 func(*swf.PollForDecisionTaskOutput, bool) bool) error

PollForDecisionTaskPages mocks base method.

func (*MockSWFAPI) PollForDecisionTaskPagesWithContext

func (m *MockSWFAPI) PollForDecisionTaskPagesWithContext(arg0 context.Context, arg1 *swf.PollForDecisionTaskInput, arg2 func(*swf.PollForDecisionTaskOutput, bool) bool, arg3 ...request.Option) error

PollForDecisionTaskPagesWithContext mocks base method.

func (*MockSWFAPI) PollForDecisionTaskRequest

func (m *MockSWFAPI) PollForDecisionTaskRequest(arg0 *swf.PollForDecisionTaskInput) (*request.Request, *swf.PollForDecisionTaskOutput)

PollForDecisionTaskRequest mocks base method.

func (*MockSWFAPI) PollForDecisionTaskWithContext

func (m *MockSWFAPI) PollForDecisionTaskWithContext(arg0 context.Context, arg1 *swf.PollForDecisionTaskInput, arg2 ...request.Option) (*swf.PollForDecisionTaskOutput, error)

PollForDecisionTaskWithContext mocks base method.

func (*MockSWFAPI) RecordActivityTaskHeartbeat

RecordActivityTaskHeartbeat mocks base method.

func (*MockSWFAPI) RecordActivityTaskHeartbeatRequest

func (m *MockSWFAPI) RecordActivityTaskHeartbeatRequest(arg0 *swf.RecordActivityTaskHeartbeatInput) (*request.Request, *swf.RecordActivityTaskHeartbeatOutput)

RecordActivityTaskHeartbeatRequest mocks base method.

func (*MockSWFAPI) RecordActivityTaskHeartbeatWithContext

func (m *MockSWFAPI) RecordActivityTaskHeartbeatWithContext(arg0 context.Context, arg1 *swf.RecordActivityTaskHeartbeatInput, arg2 ...request.Option) (*swf.RecordActivityTaskHeartbeatOutput, error)

RecordActivityTaskHeartbeatWithContext mocks base method.

func (*MockSWFAPI) RegisterActivityType

func (m *MockSWFAPI) RegisterActivityType(arg0 *swf.RegisterActivityTypeInput) (*swf.RegisterActivityTypeOutput, error)

RegisterActivityType mocks base method.

func (*MockSWFAPI) RegisterActivityTypeRequest

func (m *MockSWFAPI) RegisterActivityTypeRequest(arg0 *swf.RegisterActivityTypeInput) (*request.Request, *swf.RegisterActivityTypeOutput)

RegisterActivityTypeRequest mocks base method.

func (*MockSWFAPI) RegisterActivityTypeWithContext

func (m *MockSWFAPI) RegisterActivityTypeWithContext(arg0 context.Context, arg1 *swf.RegisterActivityTypeInput, arg2 ...request.Option) (*swf.RegisterActivityTypeOutput, error)

RegisterActivityTypeWithContext mocks base method.

func (*MockSWFAPI) RegisterDomain

func (m *MockSWFAPI) RegisterDomain(arg0 *swf.RegisterDomainInput) (*swf.RegisterDomainOutput, error)

RegisterDomain mocks base method.

func (*MockSWFAPI) RegisterDomainRequest

func (m *MockSWFAPI) RegisterDomainRequest(arg0 *swf.RegisterDomainInput) (*request.Request, *swf.RegisterDomainOutput)

RegisterDomainRequest mocks base method.

func (*MockSWFAPI) RegisterDomainWithContext

func (m *MockSWFAPI) RegisterDomainWithContext(arg0 context.Context, arg1 *swf.RegisterDomainInput, arg2 ...request.Option) (*swf.RegisterDomainOutput, error)

RegisterDomainWithContext mocks base method.

func (*MockSWFAPI) RegisterWorkflowType

func (m *MockSWFAPI) RegisterWorkflowType(arg0 *swf.RegisterWorkflowTypeInput) (*swf.RegisterWorkflowTypeOutput, error)

RegisterWorkflowType mocks base method.

func (*MockSWFAPI) RegisterWorkflowTypeRequest

func (m *MockSWFAPI) RegisterWorkflowTypeRequest(arg0 *swf.RegisterWorkflowTypeInput) (*request.Request, *swf.RegisterWorkflowTypeOutput)

RegisterWorkflowTypeRequest mocks base method.

func (*MockSWFAPI) RegisterWorkflowTypeWithContext

func (m *MockSWFAPI) RegisterWorkflowTypeWithContext(arg0 context.Context, arg1 *swf.RegisterWorkflowTypeInput, arg2 ...request.Option) (*swf.RegisterWorkflowTypeOutput, error)

RegisterWorkflowTypeWithContext mocks base method.

func (*MockSWFAPI) RequestCancelWorkflowExecution

RequestCancelWorkflowExecution mocks base method.

func (*MockSWFAPI) RequestCancelWorkflowExecutionRequest

func (m *MockSWFAPI) RequestCancelWorkflowExecutionRequest(arg0 *swf.RequestCancelWorkflowExecutionInput) (*request.Request, *swf.RequestCancelWorkflowExecutionOutput)

RequestCancelWorkflowExecutionRequest mocks base method.

func (*MockSWFAPI) RequestCancelWorkflowExecutionWithContext

func (m *MockSWFAPI) RequestCancelWorkflowExecutionWithContext(arg0 context.Context, arg1 *swf.RequestCancelWorkflowExecutionInput, arg2 ...request.Option) (*swf.RequestCancelWorkflowExecutionOutput, error)

RequestCancelWorkflowExecutionWithContext mocks base method.

func (*MockSWFAPI) RespondActivityTaskCanceled

RespondActivityTaskCanceled mocks base method.

func (*MockSWFAPI) RespondActivityTaskCanceledRequest

func (m *MockSWFAPI) RespondActivityTaskCanceledRequest(arg0 *swf.RespondActivityTaskCanceledInput) (*request.Request, *swf.RespondActivityTaskCanceledOutput)

RespondActivityTaskCanceledRequest mocks base method.

func (*MockSWFAPI) RespondActivityTaskCanceledWithContext

func (m *MockSWFAPI) RespondActivityTaskCanceledWithContext(arg0 context.Context, arg1 *swf.RespondActivityTaskCanceledInput, arg2 ...request.Option) (*swf.RespondActivityTaskCanceledOutput, error)

RespondActivityTaskCanceledWithContext mocks base method.

func (*MockSWFAPI) RespondActivityTaskCompleted

RespondActivityTaskCompleted mocks base method.

func (*MockSWFAPI) RespondActivityTaskCompletedRequest

func (m *MockSWFAPI) RespondActivityTaskCompletedRequest(arg0 *swf.RespondActivityTaskCompletedInput) (*request.Request, *swf.RespondActivityTaskCompletedOutput)

RespondActivityTaskCompletedRequest mocks base method.

func (*MockSWFAPI) RespondActivityTaskCompletedWithContext

func (m *MockSWFAPI) RespondActivityTaskCompletedWithContext(arg0 context.Context, arg1 *swf.RespondActivityTaskCompletedInput, arg2 ...request.Option) (*swf.RespondActivityTaskCompletedOutput, error)

RespondActivityTaskCompletedWithContext mocks base method.

func (*MockSWFAPI) RespondActivityTaskFailed

RespondActivityTaskFailed mocks base method.

func (*MockSWFAPI) RespondActivityTaskFailedRequest

func (m *MockSWFAPI) RespondActivityTaskFailedRequest(arg0 *swf.RespondActivityTaskFailedInput) (*request.Request, *swf.RespondActivityTaskFailedOutput)

RespondActivityTaskFailedRequest mocks base method.

func (*MockSWFAPI) RespondActivityTaskFailedWithContext

func (m *MockSWFAPI) RespondActivityTaskFailedWithContext(arg0 context.Context, arg1 *swf.RespondActivityTaskFailedInput, arg2 ...request.Option) (*swf.RespondActivityTaskFailedOutput, error)

RespondActivityTaskFailedWithContext mocks base method.

func (*MockSWFAPI) RespondDecisionTaskCompleted

RespondDecisionTaskCompleted mocks base method.

func (*MockSWFAPI) RespondDecisionTaskCompletedRequest

func (m *MockSWFAPI) RespondDecisionTaskCompletedRequest(arg0 *swf.RespondDecisionTaskCompletedInput) (*request.Request, *swf.RespondDecisionTaskCompletedOutput)

RespondDecisionTaskCompletedRequest mocks base method.

func (*MockSWFAPI) RespondDecisionTaskCompletedWithContext

func (m *MockSWFAPI) RespondDecisionTaskCompletedWithContext(arg0 context.Context, arg1 *swf.RespondDecisionTaskCompletedInput, arg2 ...request.Option) (*swf.RespondDecisionTaskCompletedOutput, error)

RespondDecisionTaskCompletedWithContext mocks base method.

func (*MockSWFAPI) SignalWorkflowExecution

func (m *MockSWFAPI) SignalWorkflowExecution(arg0 *swf.SignalWorkflowExecutionInput) (*swf.SignalWorkflowExecutionOutput, error)

SignalWorkflowExecution mocks base method.

func (*MockSWFAPI) SignalWorkflowExecutionRequest

func (m *MockSWFAPI) SignalWorkflowExecutionRequest(arg0 *swf.SignalWorkflowExecutionInput) (*request.Request, *swf.SignalWorkflowExecutionOutput)

SignalWorkflowExecutionRequest mocks base method.

func (*MockSWFAPI) SignalWorkflowExecutionWithContext

func (m *MockSWFAPI) SignalWorkflowExecutionWithContext(arg0 context.Context, arg1 *swf.SignalWorkflowExecutionInput, arg2 ...request.Option) (*swf.SignalWorkflowExecutionOutput, error)

SignalWorkflowExecutionWithContext mocks base method.

func (*MockSWFAPI) StartWorkflowExecution

func (m *MockSWFAPI) StartWorkflowExecution(arg0 *swf.StartWorkflowExecutionInput) (*swf.StartWorkflowExecutionOutput, error)

StartWorkflowExecution mocks base method.

func (*MockSWFAPI) StartWorkflowExecutionRequest

func (m *MockSWFAPI) StartWorkflowExecutionRequest(arg0 *swf.StartWorkflowExecutionInput) (*request.Request, *swf.StartWorkflowExecutionOutput)

StartWorkflowExecutionRequest mocks base method.

func (*MockSWFAPI) StartWorkflowExecutionWithContext

func (m *MockSWFAPI) StartWorkflowExecutionWithContext(arg0 context.Context, arg1 *swf.StartWorkflowExecutionInput, arg2 ...request.Option) (*swf.StartWorkflowExecutionOutput, error)

StartWorkflowExecutionWithContext mocks base method.

func (*MockSWFAPI) TagResource

func (m *MockSWFAPI) TagResource(arg0 *swf.TagResourceInput) (*swf.TagResourceOutput, error)

TagResource mocks base method.

func (*MockSWFAPI) TagResourceRequest

func (m *MockSWFAPI) TagResourceRequest(arg0 *swf.TagResourceInput) (*request.Request, *swf.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockSWFAPI) TagResourceWithContext

func (m *MockSWFAPI) TagResourceWithContext(arg0 context.Context, arg1 *swf.TagResourceInput, arg2 ...request.Option) (*swf.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockSWFAPI) TerminateWorkflowExecution

TerminateWorkflowExecution mocks base method.

func (*MockSWFAPI) TerminateWorkflowExecutionRequest

func (m *MockSWFAPI) TerminateWorkflowExecutionRequest(arg0 *swf.TerminateWorkflowExecutionInput) (*request.Request, *swf.TerminateWorkflowExecutionOutput)

TerminateWorkflowExecutionRequest mocks base method.

func (*MockSWFAPI) TerminateWorkflowExecutionWithContext

func (m *MockSWFAPI) TerminateWorkflowExecutionWithContext(arg0 context.Context, arg1 *swf.TerminateWorkflowExecutionInput, arg2 ...request.Option) (*swf.TerminateWorkflowExecutionOutput, error)

TerminateWorkflowExecutionWithContext mocks base method.

func (*MockSWFAPI) UndeprecateActivityType

func (m *MockSWFAPI) UndeprecateActivityType(arg0 *swf.UndeprecateActivityTypeInput) (*swf.UndeprecateActivityTypeOutput, error)

UndeprecateActivityType mocks base method.

func (*MockSWFAPI) UndeprecateActivityTypeRequest

func (m *MockSWFAPI) UndeprecateActivityTypeRequest(arg0 *swf.UndeprecateActivityTypeInput) (*request.Request, *swf.UndeprecateActivityTypeOutput)

UndeprecateActivityTypeRequest mocks base method.

func (*MockSWFAPI) UndeprecateActivityTypeWithContext

func (m *MockSWFAPI) UndeprecateActivityTypeWithContext(arg0 context.Context, arg1 *swf.UndeprecateActivityTypeInput, arg2 ...request.Option) (*swf.UndeprecateActivityTypeOutput, error)

UndeprecateActivityTypeWithContext mocks base method.

func (*MockSWFAPI) UndeprecateDomain

func (m *MockSWFAPI) UndeprecateDomain(arg0 *swf.UndeprecateDomainInput) (*swf.UndeprecateDomainOutput, error)

UndeprecateDomain mocks base method.

func (*MockSWFAPI) UndeprecateDomainRequest

func (m *MockSWFAPI) UndeprecateDomainRequest(arg0 *swf.UndeprecateDomainInput) (*request.Request, *swf.UndeprecateDomainOutput)

UndeprecateDomainRequest mocks base method.

func (*MockSWFAPI) UndeprecateDomainWithContext

func (m *MockSWFAPI) UndeprecateDomainWithContext(arg0 context.Context, arg1 *swf.UndeprecateDomainInput, arg2 ...request.Option) (*swf.UndeprecateDomainOutput, error)

UndeprecateDomainWithContext mocks base method.

func (*MockSWFAPI) UndeprecateWorkflowType

func (m *MockSWFAPI) UndeprecateWorkflowType(arg0 *swf.UndeprecateWorkflowTypeInput) (*swf.UndeprecateWorkflowTypeOutput, error)

UndeprecateWorkflowType mocks base method.

func (*MockSWFAPI) UndeprecateWorkflowTypeRequest

func (m *MockSWFAPI) UndeprecateWorkflowTypeRequest(arg0 *swf.UndeprecateWorkflowTypeInput) (*request.Request, *swf.UndeprecateWorkflowTypeOutput)

UndeprecateWorkflowTypeRequest mocks base method.

func (*MockSWFAPI) UndeprecateWorkflowTypeWithContext

func (m *MockSWFAPI) UndeprecateWorkflowTypeWithContext(arg0 context.Context, arg1 *swf.UndeprecateWorkflowTypeInput, arg2 ...request.Option) (*swf.UndeprecateWorkflowTypeOutput, error)

UndeprecateWorkflowTypeWithContext mocks base method.

func (*MockSWFAPI) UntagResource

func (m *MockSWFAPI) UntagResource(arg0 *swf.UntagResourceInput) (*swf.UntagResourceOutput, error)

UntagResource mocks base method.

func (*MockSWFAPI) UntagResourceRequest

func (m *MockSWFAPI) UntagResourceRequest(arg0 *swf.UntagResourceInput) (*request.Request, *swf.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockSWFAPI) UntagResourceWithContext

func (m *MockSWFAPI) UntagResourceWithContext(arg0 context.Context, arg1 *swf.UntagResourceInput, arg2 ...request.Option) (*swf.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

type MockSWFAPIMockRecorder

type MockSWFAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockSWFAPIMockRecorder is the mock recorder for MockSWFAPI.

func (*MockSWFAPIMockRecorder) CountClosedWorkflowExecutions

func (mr *MockSWFAPIMockRecorder) CountClosedWorkflowExecutions(arg0 interface{}) *gomock.Call

CountClosedWorkflowExecutions indicates an expected call of CountClosedWorkflowExecutions.

func (*MockSWFAPIMockRecorder) CountClosedWorkflowExecutionsRequest

func (mr *MockSWFAPIMockRecorder) CountClosedWorkflowExecutionsRequest(arg0 interface{}) *gomock.Call

CountClosedWorkflowExecutionsRequest indicates an expected call of CountClosedWorkflowExecutionsRequest.

func (*MockSWFAPIMockRecorder) CountClosedWorkflowExecutionsWithContext

func (mr *MockSWFAPIMockRecorder) CountClosedWorkflowExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CountClosedWorkflowExecutionsWithContext indicates an expected call of CountClosedWorkflowExecutionsWithContext.

func (*MockSWFAPIMockRecorder) CountOpenWorkflowExecutions

func (mr *MockSWFAPIMockRecorder) CountOpenWorkflowExecutions(arg0 interface{}) *gomock.Call

CountOpenWorkflowExecutions indicates an expected call of CountOpenWorkflowExecutions.

func (*MockSWFAPIMockRecorder) CountOpenWorkflowExecutionsRequest

func (mr *MockSWFAPIMockRecorder) CountOpenWorkflowExecutionsRequest(arg0 interface{}) *gomock.Call

CountOpenWorkflowExecutionsRequest indicates an expected call of CountOpenWorkflowExecutionsRequest.

func (*MockSWFAPIMockRecorder) CountOpenWorkflowExecutionsWithContext

func (mr *MockSWFAPIMockRecorder) CountOpenWorkflowExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CountOpenWorkflowExecutionsWithContext indicates an expected call of CountOpenWorkflowExecutionsWithContext.

func (*MockSWFAPIMockRecorder) CountPendingActivityTasks

func (mr *MockSWFAPIMockRecorder) CountPendingActivityTasks(arg0 interface{}) *gomock.Call

CountPendingActivityTasks indicates an expected call of CountPendingActivityTasks.

func (*MockSWFAPIMockRecorder) CountPendingActivityTasksRequest

func (mr *MockSWFAPIMockRecorder) CountPendingActivityTasksRequest(arg0 interface{}) *gomock.Call

CountPendingActivityTasksRequest indicates an expected call of CountPendingActivityTasksRequest.

func (*MockSWFAPIMockRecorder) CountPendingActivityTasksWithContext

func (mr *MockSWFAPIMockRecorder) CountPendingActivityTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CountPendingActivityTasksWithContext indicates an expected call of CountPendingActivityTasksWithContext.

func (*MockSWFAPIMockRecorder) CountPendingDecisionTasks

func (mr *MockSWFAPIMockRecorder) CountPendingDecisionTasks(arg0 interface{}) *gomock.Call

CountPendingDecisionTasks indicates an expected call of CountPendingDecisionTasks.

func (*MockSWFAPIMockRecorder) CountPendingDecisionTasksRequest

func (mr *MockSWFAPIMockRecorder) CountPendingDecisionTasksRequest(arg0 interface{}) *gomock.Call

CountPendingDecisionTasksRequest indicates an expected call of CountPendingDecisionTasksRequest.

func (*MockSWFAPIMockRecorder) CountPendingDecisionTasksWithContext

func (mr *MockSWFAPIMockRecorder) CountPendingDecisionTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CountPendingDecisionTasksWithContext indicates an expected call of CountPendingDecisionTasksWithContext.

func (*MockSWFAPIMockRecorder) DeprecateActivityType

func (mr *MockSWFAPIMockRecorder) DeprecateActivityType(arg0 interface{}) *gomock.Call

DeprecateActivityType indicates an expected call of DeprecateActivityType.

func (*MockSWFAPIMockRecorder) DeprecateActivityTypeRequest

func (mr *MockSWFAPIMockRecorder) DeprecateActivityTypeRequest(arg0 interface{}) *gomock.Call

DeprecateActivityTypeRequest indicates an expected call of DeprecateActivityTypeRequest.

func (*MockSWFAPIMockRecorder) DeprecateActivityTypeWithContext

func (mr *MockSWFAPIMockRecorder) DeprecateActivityTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeprecateActivityTypeWithContext indicates an expected call of DeprecateActivityTypeWithContext.

func (*MockSWFAPIMockRecorder) DeprecateDomain

func (mr *MockSWFAPIMockRecorder) DeprecateDomain(arg0 interface{}) *gomock.Call

DeprecateDomain indicates an expected call of DeprecateDomain.

func (*MockSWFAPIMockRecorder) DeprecateDomainRequest

func (mr *MockSWFAPIMockRecorder) DeprecateDomainRequest(arg0 interface{}) *gomock.Call

DeprecateDomainRequest indicates an expected call of DeprecateDomainRequest.

func (*MockSWFAPIMockRecorder) DeprecateDomainWithContext

func (mr *MockSWFAPIMockRecorder) DeprecateDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeprecateDomainWithContext indicates an expected call of DeprecateDomainWithContext.

func (*MockSWFAPIMockRecorder) DeprecateWorkflowType

func (mr *MockSWFAPIMockRecorder) DeprecateWorkflowType(arg0 interface{}) *gomock.Call

DeprecateWorkflowType indicates an expected call of DeprecateWorkflowType.

func (*MockSWFAPIMockRecorder) DeprecateWorkflowTypeRequest

func (mr *MockSWFAPIMockRecorder) DeprecateWorkflowTypeRequest(arg0 interface{}) *gomock.Call

DeprecateWorkflowTypeRequest indicates an expected call of DeprecateWorkflowTypeRequest.

func (*MockSWFAPIMockRecorder) DeprecateWorkflowTypeWithContext

func (mr *MockSWFAPIMockRecorder) DeprecateWorkflowTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeprecateWorkflowTypeWithContext indicates an expected call of DeprecateWorkflowTypeWithContext.

func (*MockSWFAPIMockRecorder) DescribeActivityType

func (mr *MockSWFAPIMockRecorder) DescribeActivityType(arg0 interface{}) *gomock.Call

DescribeActivityType indicates an expected call of DescribeActivityType.

func (*MockSWFAPIMockRecorder) DescribeActivityTypeRequest

func (mr *MockSWFAPIMockRecorder) DescribeActivityTypeRequest(arg0 interface{}) *gomock.Call

DescribeActivityTypeRequest indicates an expected call of DescribeActivityTypeRequest.

func (*MockSWFAPIMockRecorder) DescribeActivityTypeWithContext

func (mr *MockSWFAPIMockRecorder) DescribeActivityTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeActivityTypeWithContext indicates an expected call of DescribeActivityTypeWithContext.

func (*MockSWFAPIMockRecorder) DescribeDomain

func (mr *MockSWFAPIMockRecorder) DescribeDomain(arg0 interface{}) *gomock.Call

DescribeDomain indicates an expected call of DescribeDomain.

func (*MockSWFAPIMockRecorder) DescribeDomainRequest

func (mr *MockSWFAPIMockRecorder) DescribeDomainRequest(arg0 interface{}) *gomock.Call

DescribeDomainRequest indicates an expected call of DescribeDomainRequest.

func (*MockSWFAPIMockRecorder) DescribeDomainWithContext

func (mr *MockSWFAPIMockRecorder) DescribeDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDomainWithContext indicates an expected call of DescribeDomainWithContext.

func (*MockSWFAPIMockRecorder) DescribeWorkflowExecution

func (mr *MockSWFAPIMockRecorder) DescribeWorkflowExecution(arg0 interface{}) *gomock.Call

DescribeWorkflowExecution indicates an expected call of DescribeWorkflowExecution.

func (*MockSWFAPIMockRecorder) DescribeWorkflowExecutionRequest

func (mr *MockSWFAPIMockRecorder) DescribeWorkflowExecutionRequest(arg0 interface{}) *gomock.Call

DescribeWorkflowExecutionRequest indicates an expected call of DescribeWorkflowExecutionRequest.

func (*MockSWFAPIMockRecorder) DescribeWorkflowExecutionWithContext

func (mr *MockSWFAPIMockRecorder) DescribeWorkflowExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorkflowExecutionWithContext indicates an expected call of DescribeWorkflowExecutionWithContext.

func (*MockSWFAPIMockRecorder) DescribeWorkflowType

func (mr *MockSWFAPIMockRecorder) DescribeWorkflowType(arg0 interface{}) *gomock.Call

DescribeWorkflowType indicates an expected call of DescribeWorkflowType.

func (*MockSWFAPIMockRecorder) DescribeWorkflowTypeRequest

func (mr *MockSWFAPIMockRecorder) DescribeWorkflowTypeRequest(arg0 interface{}) *gomock.Call

DescribeWorkflowTypeRequest indicates an expected call of DescribeWorkflowTypeRequest.

func (*MockSWFAPIMockRecorder) DescribeWorkflowTypeWithContext

func (mr *MockSWFAPIMockRecorder) DescribeWorkflowTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorkflowTypeWithContext indicates an expected call of DescribeWorkflowTypeWithContext.

func (*MockSWFAPIMockRecorder) GetWorkflowExecutionHistory

func (mr *MockSWFAPIMockRecorder) GetWorkflowExecutionHistory(arg0 interface{}) *gomock.Call

GetWorkflowExecutionHistory indicates an expected call of GetWorkflowExecutionHistory.

func (*MockSWFAPIMockRecorder) GetWorkflowExecutionHistoryPages

func (mr *MockSWFAPIMockRecorder) GetWorkflowExecutionHistoryPages(arg0, arg1 interface{}) *gomock.Call

GetWorkflowExecutionHistoryPages indicates an expected call of GetWorkflowExecutionHistoryPages.

func (*MockSWFAPIMockRecorder) GetWorkflowExecutionHistoryPagesWithContext

func (mr *MockSWFAPIMockRecorder) GetWorkflowExecutionHistoryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetWorkflowExecutionHistoryPagesWithContext indicates an expected call of GetWorkflowExecutionHistoryPagesWithContext.

func (*MockSWFAPIMockRecorder) GetWorkflowExecutionHistoryRequest

func (mr *MockSWFAPIMockRecorder) GetWorkflowExecutionHistoryRequest(arg0 interface{}) *gomock.Call

GetWorkflowExecutionHistoryRequest indicates an expected call of GetWorkflowExecutionHistoryRequest.

func (*MockSWFAPIMockRecorder) GetWorkflowExecutionHistoryWithContext

func (mr *MockSWFAPIMockRecorder) GetWorkflowExecutionHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkflowExecutionHistoryWithContext indicates an expected call of GetWorkflowExecutionHistoryWithContext.

func (*MockSWFAPIMockRecorder) ListActivityTypes

func (mr *MockSWFAPIMockRecorder) ListActivityTypes(arg0 interface{}) *gomock.Call

ListActivityTypes indicates an expected call of ListActivityTypes.

func (*MockSWFAPIMockRecorder) ListActivityTypesPages

func (mr *MockSWFAPIMockRecorder) ListActivityTypesPages(arg0, arg1 interface{}) *gomock.Call

ListActivityTypesPages indicates an expected call of ListActivityTypesPages.

func (*MockSWFAPIMockRecorder) ListActivityTypesPagesWithContext

func (mr *MockSWFAPIMockRecorder) ListActivityTypesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListActivityTypesPagesWithContext indicates an expected call of ListActivityTypesPagesWithContext.

func (*MockSWFAPIMockRecorder) ListActivityTypesRequest

func (mr *MockSWFAPIMockRecorder) ListActivityTypesRequest(arg0 interface{}) *gomock.Call

ListActivityTypesRequest indicates an expected call of ListActivityTypesRequest.

func (*MockSWFAPIMockRecorder) ListActivityTypesWithContext

func (mr *MockSWFAPIMockRecorder) ListActivityTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListActivityTypesWithContext indicates an expected call of ListActivityTypesWithContext.

func (*MockSWFAPIMockRecorder) ListClosedWorkflowExecutions

func (mr *MockSWFAPIMockRecorder) ListClosedWorkflowExecutions(arg0 interface{}) *gomock.Call

ListClosedWorkflowExecutions indicates an expected call of ListClosedWorkflowExecutions.

func (*MockSWFAPIMockRecorder) ListClosedWorkflowExecutionsPages

func (mr *MockSWFAPIMockRecorder) ListClosedWorkflowExecutionsPages(arg0, arg1 interface{}) *gomock.Call

ListClosedWorkflowExecutionsPages indicates an expected call of ListClosedWorkflowExecutionsPages.

func (*MockSWFAPIMockRecorder) ListClosedWorkflowExecutionsPagesWithContext

func (mr *MockSWFAPIMockRecorder) ListClosedWorkflowExecutionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListClosedWorkflowExecutionsPagesWithContext indicates an expected call of ListClosedWorkflowExecutionsPagesWithContext.

func (*MockSWFAPIMockRecorder) ListClosedWorkflowExecutionsRequest

func (mr *MockSWFAPIMockRecorder) ListClosedWorkflowExecutionsRequest(arg0 interface{}) *gomock.Call

ListClosedWorkflowExecutionsRequest indicates an expected call of ListClosedWorkflowExecutionsRequest.

func (*MockSWFAPIMockRecorder) ListClosedWorkflowExecutionsWithContext

func (mr *MockSWFAPIMockRecorder) ListClosedWorkflowExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListClosedWorkflowExecutionsWithContext indicates an expected call of ListClosedWorkflowExecutionsWithContext.

func (*MockSWFAPIMockRecorder) ListDomains

func (mr *MockSWFAPIMockRecorder) ListDomains(arg0 interface{}) *gomock.Call

ListDomains indicates an expected call of ListDomains.

func (*MockSWFAPIMockRecorder) ListDomainsPages

func (mr *MockSWFAPIMockRecorder) ListDomainsPages(arg0, arg1 interface{}) *gomock.Call

ListDomainsPages indicates an expected call of ListDomainsPages.

func (*MockSWFAPIMockRecorder) ListDomainsPagesWithContext

func (mr *MockSWFAPIMockRecorder) ListDomainsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDomainsPagesWithContext indicates an expected call of ListDomainsPagesWithContext.

func (*MockSWFAPIMockRecorder) ListDomainsRequest

func (mr *MockSWFAPIMockRecorder) ListDomainsRequest(arg0 interface{}) *gomock.Call

ListDomainsRequest indicates an expected call of ListDomainsRequest.

func (*MockSWFAPIMockRecorder) ListDomainsWithContext

func (mr *MockSWFAPIMockRecorder) ListDomainsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDomainsWithContext indicates an expected call of ListDomainsWithContext.

func (*MockSWFAPIMockRecorder) ListOpenWorkflowExecutions

func (mr *MockSWFAPIMockRecorder) ListOpenWorkflowExecutions(arg0 interface{}) *gomock.Call

ListOpenWorkflowExecutions indicates an expected call of ListOpenWorkflowExecutions.

func (*MockSWFAPIMockRecorder) ListOpenWorkflowExecutionsPages

func (mr *MockSWFAPIMockRecorder) ListOpenWorkflowExecutionsPages(arg0, arg1 interface{}) *gomock.Call

ListOpenWorkflowExecutionsPages indicates an expected call of ListOpenWorkflowExecutionsPages.

func (*MockSWFAPIMockRecorder) ListOpenWorkflowExecutionsPagesWithContext

func (mr *MockSWFAPIMockRecorder) ListOpenWorkflowExecutionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListOpenWorkflowExecutionsPagesWithContext indicates an expected call of ListOpenWorkflowExecutionsPagesWithContext.

func (*MockSWFAPIMockRecorder) ListOpenWorkflowExecutionsRequest

func (mr *MockSWFAPIMockRecorder) ListOpenWorkflowExecutionsRequest(arg0 interface{}) *gomock.Call

ListOpenWorkflowExecutionsRequest indicates an expected call of ListOpenWorkflowExecutionsRequest.

func (*MockSWFAPIMockRecorder) ListOpenWorkflowExecutionsWithContext

func (mr *MockSWFAPIMockRecorder) ListOpenWorkflowExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOpenWorkflowExecutionsWithContext indicates an expected call of ListOpenWorkflowExecutionsWithContext.

func (*MockSWFAPIMockRecorder) ListTagsForResource

func (mr *MockSWFAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockSWFAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockSWFAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockSWFAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockSWFAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockSWFAPIMockRecorder) ListWorkflowTypes

func (mr *MockSWFAPIMockRecorder) ListWorkflowTypes(arg0 interface{}) *gomock.Call

ListWorkflowTypes indicates an expected call of ListWorkflowTypes.

func (*MockSWFAPIMockRecorder) ListWorkflowTypesPages

func (mr *MockSWFAPIMockRecorder) ListWorkflowTypesPages(arg0, arg1 interface{}) *gomock.Call

ListWorkflowTypesPages indicates an expected call of ListWorkflowTypesPages.

func (*MockSWFAPIMockRecorder) ListWorkflowTypesPagesWithContext

func (mr *MockSWFAPIMockRecorder) ListWorkflowTypesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListWorkflowTypesPagesWithContext indicates an expected call of ListWorkflowTypesPagesWithContext.

func (*MockSWFAPIMockRecorder) ListWorkflowTypesRequest

func (mr *MockSWFAPIMockRecorder) ListWorkflowTypesRequest(arg0 interface{}) *gomock.Call

ListWorkflowTypesRequest indicates an expected call of ListWorkflowTypesRequest.

func (*MockSWFAPIMockRecorder) ListWorkflowTypesWithContext

func (mr *MockSWFAPIMockRecorder) ListWorkflowTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorkflowTypesWithContext indicates an expected call of ListWorkflowTypesWithContext.

func (*MockSWFAPIMockRecorder) PollForActivityTask

func (mr *MockSWFAPIMockRecorder) PollForActivityTask(arg0 interface{}) *gomock.Call

PollForActivityTask indicates an expected call of PollForActivityTask.

func (*MockSWFAPIMockRecorder) PollForActivityTaskRequest

func (mr *MockSWFAPIMockRecorder) PollForActivityTaskRequest(arg0 interface{}) *gomock.Call

PollForActivityTaskRequest indicates an expected call of PollForActivityTaskRequest.

func (*MockSWFAPIMockRecorder) PollForActivityTaskWithContext

func (mr *MockSWFAPIMockRecorder) PollForActivityTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PollForActivityTaskWithContext indicates an expected call of PollForActivityTaskWithContext.

func (*MockSWFAPIMockRecorder) PollForDecisionTask

func (mr *MockSWFAPIMockRecorder) PollForDecisionTask(arg0 interface{}) *gomock.Call

PollForDecisionTask indicates an expected call of PollForDecisionTask.

func (*MockSWFAPIMockRecorder) PollForDecisionTaskPages

func (mr *MockSWFAPIMockRecorder) PollForDecisionTaskPages(arg0, arg1 interface{}) *gomock.Call

PollForDecisionTaskPages indicates an expected call of PollForDecisionTaskPages.

func (*MockSWFAPIMockRecorder) PollForDecisionTaskPagesWithContext

func (mr *MockSWFAPIMockRecorder) PollForDecisionTaskPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

PollForDecisionTaskPagesWithContext indicates an expected call of PollForDecisionTaskPagesWithContext.

func (*MockSWFAPIMockRecorder) PollForDecisionTaskRequest

func (mr *MockSWFAPIMockRecorder) PollForDecisionTaskRequest(arg0 interface{}) *gomock.Call

PollForDecisionTaskRequest indicates an expected call of PollForDecisionTaskRequest.

func (*MockSWFAPIMockRecorder) PollForDecisionTaskWithContext

func (mr *MockSWFAPIMockRecorder) PollForDecisionTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PollForDecisionTaskWithContext indicates an expected call of PollForDecisionTaskWithContext.

func (*MockSWFAPIMockRecorder) RecordActivityTaskHeartbeat

func (mr *MockSWFAPIMockRecorder) RecordActivityTaskHeartbeat(arg0 interface{}) *gomock.Call

RecordActivityTaskHeartbeat indicates an expected call of RecordActivityTaskHeartbeat.

func (*MockSWFAPIMockRecorder) RecordActivityTaskHeartbeatRequest

func (mr *MockSWFAPIMockRecorder) RecordActivityTaskHeartbeatRequest(arg0 interface{}) *gomock.Call

RecordActivityTaskHeartbeatRequest indicates an expected call of RecordActivityTaskHeartbeatRequest.

func (*MockSWFAPIMockRecorder) RecordActivityTaskHeartbeatWithContext

func (mr *MockSWFAPIMockRecorder) RecordActivityTaskHeartbeatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RecordActivityTaskHeartbeatWithContext indicates an expected call of RecordActivityTaskHeartbeatWithContext.

func (*MockSWFAPIMockRecorder) RegisterActivityType

func (mr *MockSWFAPIMockRecorder) RegisterActivityType(arg0 interface{}) *gomock.Call

RegisterActivityType indicates an expected call of RegisterActivityType.

func (*MockSWFAPIMockRecorder) RegisterActivityTypeRequest

func (mr *MockSWFAPIMockRecorder) RegisterActivityTypeRequest(arg0 interface{}) *gomock.Call

RegisterActivityTypeRequest indicates an expected call of RegisterActivityTypeRequest.

func (*MockSWFAPIMockRecorder) RegisterActivityTypeWithContext

func (mr *MockSWFAPIMockRecorder) RegisterActivityTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterActivityTypeWithContext indicates an expected call of RegisterActivityTypeWithContext.

func (*MockSWFAPIMockRecorder) RegisterDomain

func (mr *MockSWFAPIMockRecorder) RegisterDomain(arg0 interface{}) *gomock.Call

RegisterDomain indicates an expected call of RegisterDomain.

func (*MockSWFAPIMockRecorder) RegisterDomainRequest

func (mr *MockSWFAPIMockRecorder) RegisterDomainRequest(arg0 interface{}) *gomock.Call

RegisterDomainRequest indicates an expected call of RegisterDomainRequest.

func (*MockSWFAPIMockRecorder) RegisterDomainWithContext

func (mr *MockSWFAPIMockRecorder) RegisterDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterDomainWithContext indicates an expected call of RegisterDomainWithContext.

func (*MockSWFAPIMockRecorder) RegisterWorkflowType

func (mr *MockSWFAPIMockRecorder) RegisterWorkflowType(arg0 interface{}) *gomock.Call

RegisterWorkflowType indicates an expected call of RegisterWorkflowType.

func (*MockSWFAPIMockRecorder) RegisterWorkflowTypeRequest

func (mr *MockSWFAPIMockRecorder) RegisterWorkflowTypeRequest(arg0 interface{}) *gomock.Call

RegisterWorkflowTypeRequest indicates an expected call of RegisterWorkflowTypeRequest.

func (*MockSWFAPIMockRecorder) RegisterWorkflowTypeWithContext

func (mr *MockSWFAPIMockRecorder) RegisterWorkflowTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterWorkflowTypeWithContext indicates an expected call of RegisterWorkflowTypeWithContext.

func (*MockSWFAPIMockRecorder) RequestCancelWorkflowExecution

func (mr *MockSWFAPIMockRecorder) RequestCancelWorkflowExecution(arg0 interface{}) *gomock.Call

RequestCancelWorkflowExecution indicates an expected call of RequestCancelWorkflowExecution.

func (*MockSWFAPIMockRecorder) RequestCancelWorkflowExecutionRequest

func (mr *MockSWFAPIMockRecorder) RequestCancelWorkflowExecutionRequest(arg0 interface{}) *gomock.Call

RequestCancelWorkflowExecutionRequest indicates an expected call of RequestCancelWorkflowExecutionRequest.

func (*MockSWFAPIMockRecorder) RequestCancelWorkflowExecutionWithContext

func (mr *MockSWFAPIMockRecorder) RequestCancelWorkflowExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestCancelWorkflowExecutionWithContext indicates an expected call of RequestCancelWorkflowExecutionWithContext.

func (*MockSWFAPIMockRecorder) RespondActivityTaskCanceled

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskCanceled(arg0 interface{}) *gomock.Call

RespondActivityTaskCanceled indicates an expected call of RespondActivityTaskCanceled.

func (*MockSWFAPIMockRecorder) RespondActivityTaskCanceledRequest

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskCanceledRequest(arg0 interface{}) *gomock.Call

RespondActivityTaskCanceledRequest indicates an expected call of RespondActivityTaskCanceledRequest.

func (*MockSWFAPIMockRecorder) RespondActivityTaskCanceledWithContext

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskCanceledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RespondActivityTaskCanceledWithContext indicates an expected call of RespondActivityTaskCanceledWithContext.

func (*MockSWFAPIMockRecorder) RespondActivityTaskCompleted

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskCompleted(arg0 interface{}) *gomock.Call

RespondActivityTaskCompleted indicates an expected call of RespondActivityTaskCompleted.

func (*MockSWFAPIMockRecorder) RespondActivityTaskCompletedRequest

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskCompletedRequest(arg0 interface{}) *gomock.Call

RespondActivityTaskCompletedRequest indicates an expected call of RespondActivityTaskCompletedRequest.

func (*MockSWFAPIMockRecorder) RespondActivityTaskCompletedWithContext

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RespondActivityTaskCompletedWithContext indicates an expected call of RespondActivityTaskCompletedWithContext.

func (*MockSWFAPIMockRecorder) RespondActivityTaskFailed

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskFailed(arg0 interface{}) *gomock.Call

RespondActivityTaskFailed indicates an expected call of RespondActivityTaskFailed.

func (*MockSWFAPIMockRecorder) RespondActivityTaskFailedRequest

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskFailedRequest(arg0 interface{}) *gomock.Call

RespondActivityTaskFailedRequest indicates an expected call of RespondActivityTaskFailedRequest.

func (*MockSWFAPIMockRecorder) RespondActivityTaskFailedWithContext

func (mr *MockSWFAPIMockRecorder) RespondActivityTaskFailedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RespondActivityTaskFailedWithContext indicates an expected call of RespondActivityTaskFailedWithContext.

func (*MockSWFAPIMockRecorder) RespondDecisionTaskCompleted

func (mr *MockSWFAPIMockRecorder) RespondDecisionTaskCompleted(arg0 interface{}) *gomock.Call

RespondDecisionTaskCompleted indicates an expected call of RespondDecisionTaskCompleted.

func (*MockSWFAPIMockRecorder) RespondDecisionTaskCompletedRequest

func (mr *MockSWFAPIMockRecorder) RespondDecisionTaskCompletedRequest(arg0 interface{}) *gomock.Call

RespondDecisionTaskCompletedRequest indicates an expected call of RespondDecisionTaskCompletedRequest.

func (*MockSWFAPIMockRecorder) RespondDecisionTaskCompletedWithContext

func (mr *MockSWFAPIMockRecorder) RespondDecisionTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RespondDecisionTaskCompletedWithContext indicates an expected call of RespondDecisionTaskCompletedWithContext.

func (*MockSWFAPIMockRecorder) SignalWorkflowExecution

func (mr *MockSWFAPIMockRecorder) SignalWorkflowExecution(arg0 interface{}) *gomock.Call

SignalWorkflowExecution indicates an expected call of SignalWorkflowExecution.

func (*MockSWFAPIMockRecorder) SignalWorkflowExecutionRequest

func (mr *MockSWFAPIMockRecorder) SignalWorkflowExecutionRequest(arg0 interface{}) *gomock.Call

SignalWorkflowExecutionRequest indicates an expected call of SignalWorkflowExecutionRequest.

func (*MockSWFAPIMockRecorder) SignalWorkflowExecutionWithContext

func (mr *MockSWFAPIMockRecorder) SignalWorkflowExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignalWorkflowExecutionWithContext indicates an expected call of SignalWorkflowExecutionWithContext.

func (*MockSWFAPIMockRecorder) StartWorkflowExecution

func (mr *MockSWFAPIMockRecorder) StartWorkflowExecution(arg0 interface{}) *gomock.Call

StartWorkflowExecution indicates an expected call of StartWorkflowExecution.

func (*MockSWFAPIMockRecorder) StartWorkflowExecutionRequest

func (mr *MockSWFAPIMockRecorder) StartWorkflowExecutionRequest(arg0 interface{}) *gomock.Call

StartWorkflowExecutionRequest indicates an expected call of StartWorkflowExecutionRequest.

func (*MockSWFAPIMockRecorder) StartWorkflowExecutionWithContext

func (mr *MockSWFAPIMockRecorder) StartWorkflowExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartWorkflowExecutionWithContext indicates an expected call of StartWorkflowExecutionWithContext.

func (*MockSWFAPIMockRecorder) TagResource

func (mr *MockSWFAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockSWFAPIMockRecorder) TagResourceRequest

func (mr *MockSWFAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockSWFAPIMockRecorder) TagResourceWithContext

func (mr *MockSWFAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockSWFAPIMockRecorder) TerminateWorkflowExecution

func (mr *MockSWFAPIMockRecorder) TerminateWorkflowExecution(arg0 interface{}) *gomock.Call

TerminateWorkflowExecution indicates an expected call of TerminateWorkflowExecution.

func (*MockSWFAPIMockRecorder) TerminateWorkflowExecutionRequest

func (mr *MockSWFAPIMockRecorder) TerminateWorkflowExecutionRequest(arg0 interface{}) *gomock.Call

TerminateWorkflowExecutionRequest indicates an expected call of TerminateWorkflowExecutionRequest.

func (*MockSWFAPIMockRecorder) TerminateWorkflowExecutionWithContext

func (mr *MockSWFAPIMockRecorder) TerminateWorkflowExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateWorkflowExecutionWithContext indicates an expected call of TerminateWorkflowExecutionWithContext.

func (*MockSWFAPIMockRecorder) UndeprecateActivityType

func (mr *MockSWFAPIMockRecorder) UndeprecateActivityType(arg0 interface{}) *gomock.Call

UndeprecateActivityType indicates an expected call of UndeprecateActivityType.

func (*MockSWFAPIMockRecorder) UndeprecateActivityTypeRequest

func (mr *MockSWFAPIMockRecorder) UndeprecateActivityTypeRequest(arg0 interface{}) *gomock.Call

UndeprecateActivityTypeRequest indicates an expected call of UndeprecateActivityTypeRequest.

func (*MockSWFAPIMockRecorder) UndeprecateActivityTypeWithContext

func (mr *MockSWFAPIMockRecorder) UndeprecateActivityTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UndeprecateActivityTypeWithContext indicates an expected call of UndeprecateActivityTypeWithContext.

func (*MockSWFAPIMockRecorder) UndeprecateDomain

func (mr *MockSWFAPIMockRecorder) UndeprecateDomain(arg0 interface{}) *gomock.Call

UndeprecateDomain indicates an expected call of UndeprecateDomain.

func (*MockSWFAPIMockRecorder) UndeprecateDomainRequest

func (mr *MockSWFAPIMockRecorder) UndeprecateDomainRequest(arg0 interface{}) *gomock.Call

UndeprecateDomainRequest indicates an expected call of UndeprecateDomainRequest.

func (*MockSWFAPIMockRecorder) UndeprecateDomainWithContext

func (mr *MockSWFAPIMockRecorder) UndeprecateDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UndeprecateDomainWithContext indicates an expected call of UndeprecateDomainWithContext.

func (*MockSWFAPIMockRecorder) UndeprecateWorkflowType

func (mr *MockSWFAPIMockRecorder) UndeprecateWorkflowType(arg0 interface{}) *gomock.Call

UndeprecateWorkflowType indicates an expected call of UndeprecateWorkflowType.

func (*MockSWFAPIMockRecorder) UndeprecateWorkflowTypeRequest

func (mr *MockSWFAPIMockRecorder) UndeprecateWorkflowTypeRequest(arg0 interface{}) *gomock.Call

UndeprecateWorkflowTypeRequest indicates an expected call of UndeprecateWorkflowTypeRequest.

func (*MockSWFAPIMockRecorder) UndeprecateWorkflowTypeWithContext

func (mr *MockSWFAPIMockRecorder) UndeprecateWorkflowTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UndeprecateWorkflowTypeWithContext indicates an expected call of UndeprecateWorkflowTypeWithContext.

func (*MockSWFAPIMockRecorder) UntagResource

func (mr *MockSWFAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockSWFAPIMockRecorder) UntagResourceRequest

func (mr *MockSWFAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockSWFAPIMockRecorder) UntagResourceWithContext

func (mr *MockSWFAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

Jump to

Keyboard shortcuts

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