cloudtrailmock

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 cloudtrailmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCloudTrailAPI

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

MockCloudTrailAPI is a mock of CloudTrailAPI interface.

func NewMockCloudTrailAPI

func NewMockCloudTrailAPI(ctrl *gomock.Controller) *MockCloudTrailAPI

NewMockCloudTrailAPI creates a new mock instance.

func (*MockCloudTrailAPI) AddTags

AddTags mocks base method.

func (*MockCloudTrailAPI) AddTagsRequest

AddTagsRequest mocks base method.

func (*MockCloudTrailAPI) AddTagsWithContext

func (m *MockCloudTrailAPI) AddTagsWithContext(arg0 context.Context, arg1 *cloudtrail.AddTagsInput, arg2 ...request.Option) (*cloudtrail.AddTagsOutput, error)

AddTagsWithContext mocks base method.

func (*MockCloudTrailAPI) CancelQuery added in v1.43.22

CancelQuery mocks base method.

func (*MockCloudTrailAPI) CancelQueryRequest added in v1.43.22

CancelQueryRequest mocks base method.

func (*MockCloudTrailAPI) CancelQueryWithContext added in v1.43.22

func (m *MockCloudTrailAPI) CancelQueryWithContext(arg0 context.Context, arg1 *cloudtrail.CancelQueryInput, arg2 ...request.Option) (*cloudtrail.CancelQueryOutput, error)

CancelQueryWithContext mocks base method.

func (*MockCloudTrailAPI) CreateEventDataStore added in v1.43.22

CreateEventDataStore mocks base method.

func (*MockCloudTrailAPI) CreateEventDataStoreRequest added in v1.43.22

CreateEventDataStoreRequest mocks base method.

func (*MockCloudTrailAPI) CreateEventDataStoreWithContext added in v1.43.22

CreateEventDataStoreWithContext mocks base method.

func (*MockCloudTrailAPI) CreateTrail

CreateTrail mocks base method.

func (*MockCloudTrailAPI) CreateTrailRequest

CreateTrailRequest mocks base method.

func (*MockCloudTrailAPI) CreateTrailWithContext

func (m *MockCloudTrailAPI) CreateTrailWithContext(arg0 context.Context, arg1 *cloudtrail.CreateTrailInput, arg2 ...request.Option) (*cloudtrail.CreateTrailOutput, error)

CreateTrailWithContext mocks base method.

func (*MockCloudTrailAPI) DeleteEventDataStore added in v1.43.22

DeleteEventDataStore mocks base method.

func (*MockCloudTrailAPI) DeleteEventDataStoreRequest added in v1.43.22

DeleteEventDataStoreRequest mocks base method.

func (*MockCloudTrailAPI) DeleteEventDataStoreWithContext added in v1.43.22

DeleteEventDataStoreWithContext mocks base method.

func (*MockCloudTrailAPI) DeleteTrail

DeleteTrail mocks base method.

func (*MockCloudTrailAPI) DeleteTrailRequest

DeleteTrailRequest mocks base method.

func (*MockCloudTrailAPI) DeleteTrailWithContext

func (m *MockCloudTrailAPI) DeleteTrailWithContext(arg0 context.Context, arg1 *cloudtrail.DeleteTrailInput, arg2 ...request.Option) (*cloudtrail.DeleteTrailOutput, error)

DeleteTrailWithContext mocks base method.

func (*MockCloudTrailAPI) DescribeQuery added in v1.43.22

DescribeQuery mocks base method.

func (*MockCloudTrailAPI) DescribeQueryRequest added in v1.43.22

DescribeQueryRequest mocks base method.

func (*MockCloudTrailAPI) DescribeQueryWithContext added in v1.43.22

func (m *MockCloudTrailAPI) DescribeQueryWithContext(arg0 context.Context, arg1 *cloudtrail.DescribeQueryInput, arg2 ...request.Option) (*cloudtrail.DescribeQueryOutput, error)

DescribeQueryWithContext mocks base method.

func (*MockCloudTrailAPI) DescribeTrails

DescribeTrails mocks base method.

func (*MockCloudTrailAPI) DescribeTrailsRequest

DescribeTrailsRequest mocks base method.

func (*MockCloudTrailAPI) DescribeTrailsWithContext

func (m *MockCloudTrailAPI) DescribeTrailsWithContext(arg0 context.Context, arg1 *cloudtrail.DescribeTrailsInput, arg2 ...request.Option) (*cloudtrail.DescribeTrailsOutput, error)

DescribeTrailsWithContext mocks base method.

func (*MockCloudTrailAPI) EXPECT

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

func (*MockCloudTrailAPI) GetEventDataStore added in v1.43.22

GetEventDataStore mocks base method.

func (*MockCloudTrailAPI) GetEventDataStoreRequest added in v1.43.22

GetEventDataStoreRequest mocks base method.

func (*MockCloudTrailAPI) GetEventDataStoreWithContext added in v1.43.22

func (m *MockCloudTrailAPI) GetEventDataStoreWithContext(arg0 context.Context, arg1 *cloudtrail.GetEventDataStoreInput, arg2 ...request.Option) (*cloudtrail.GetEventDataStoreOutput, error)

GetEventDataStoreWithContext mocks base method.

func (*MockCloudTrailAPI) GetEventSelectors

GetEventSelectors mocks base method.

func (*MockCloudTrailAPI) GetEventSelectorsRequest

GetEventSelectorsRequest mocks base method.

func (*MockCloudTrailAPI) GetEventSelectorsWithContext

func (m *MockCloudTrailAPI) GetEventSelectorsWithContext(arg0 context.Context, arg1 *cloudtrail.GetEventSelectorsInput, arg2 ...request.Option) (*cloudtrail.GetEventSelectorsOutput, error)

GetEventSelectorsWithContext mocks base method.

func (*MockCloudTrailAPI) GetInsightSelectors

GetInsightSelectors mocks base method.

func (*MockCloudTrailAPI) GetInsightSelectorsRequest

GetInsightSelectorsRequest mocks base method.

func (*MockCloudTrailAPI) GetInsightSelectorsWithContext

GetInsightSelectorsWithContext mocks base method.

func (*MockCloudTrailAPI) GetQueryResults added in v1.43.22

GetQueryResults mocks base method.

func (*MockCloudTrailAPI) GetQueryResultsPages added in v1.43.22

func (m *MockCloudTrailAPI) GetQueryResultsPages(arg0 *cloudtrail.GetQueryResultsInput, arg1 func(*cloudtrail.GetQueryResultsOutput, bool) bool) error

GetQueryResultsPages mocks base method.

func (*MockCloudTrailAPI) GetQueryResultsPagesWithContext added in v1.43.22

func (m *MockCloudTrailAPI) GetQueryResultsPagesWithContext(arg0 context.Context, arg1 *cloudtrail.GetQueryResultsInput, arg2 func(*cloudtrail.GetQueryResultsOutput, bool) bool, arg3 ...request.Option) error

GetQueryResultsPagesWithContext mocks base method.

func (*MockCloudTrailAPI) GetQueryResultsRequest added in v1.43.22

GetQueryResultsRequest mocks base method.

func (*MockCloudTrailAPI) GetQueryResultsWithContext added in v1.43.22

func (m *MockCloudTrailAPI) GetQueryResultsWithContext(arg0 context.Context, arg1 *cloudtrail.GetQueryResultsInput, arg2 ...request.Option) (*cloudtrail.GetQueryResultsOutput, error)

GetQueryResultsWithContext mocks base method.

func (*MockCloudTrailAPI) GetTrail

GetTrail mocks base method.

func (*MockCloudTrailAPI) GetTrailRequest

GetTrailRequest mocks base method.

func (*MockCloudTrailAPI) GetTrailStatus

GetTrailStatus mocks base method.

func (*MockCloudTrailAPI) GetTrailStatusRequest

GetTrailStatusRequest mocks base method.

func (*MockCloudTrailAPI) GetTrailStatusWithContext

func (m *MockCloudTrailAPI) GetTrailStatusWithContext(arg0 context.Context, arg1 *cloudtrail.GetTrailStatusInput, arg2 ...request.Option) (*cloudtrail.GetTrailStatusOutput, error)

GetTrailStatusWithContext mocks base method.

func (*MockCloudTrailAPI) GetTrailWithContext

func (m *MockCloudTrailAPI) GetTrailWithContext(arg0 context.Context, arg1 *cloudtrail.GetTrailInput, arg2 ...request.Option) (*cloudtrail.GetTrailOutput, error)

GetTrailWithContext mocks base method.

func (*MockCloudTrailAPI) ListEventDataStores added in v1.43.22

ListEventDataStores mocks base method.

func (*MockCloudTrailAPI) ListEventDataStoresPages added in v1.43.22

ListEventDataStoresPages mocks base method.

func (*MockCloudTrailAPI) ListEventDataStoresPagesWithContext added in v1.43.22

func (m *MockCloudTrailAPI) ListEventDataStoresPagesWithContext(arg0 context.Context, arg1 *cloudtrail.ListEventDataStoresInput, arg2 func(*cloudtrail.ListEventDataStoresOutput, bool) bool, arg3 ...request.Option) error

ListEventDataStoresPagesWithContext mocks base method.

func (*MockCloudTrailAPI) ListEventDataStoresRequest added in v1.43.22

ListEventDataStoresRequest mocks base method.

func (*MockCloudTrailAPI) ListEventDataStoresWithContext added in v1.43.22

ListEventDataStoresWithContext mocks base method.

func (*MockCloudTrailAPI) ListPublicKeys

ListPublicKeys mocks base method.

func (*MockCloudTrailAPI) ListPublicKeysPages

func (m *MockCloudTrailAPI) ListPublicKeysPages(arg0 *cloudtrail.ListPublicKeysInput, arg1 func(*cloudtrail.ListPublicKeysOutput, bool) bool) error

ListPublicKeysPages mocks base method.

func (*MockCloudTrailAPI) ListPublicKeysPagesWithContext

func (m *MockCloudTrailAPI) ListPublicKeysPagesWithContext(arg0 context.Context, arg1 *cloudtrail.ListPublicKeysInput, arg2 func(*cloudtrail.ListPublicKeysOutput, bool) bool, arg3 ...request.Option) error

ListPublicKeysPagesWithContext mocks base method.

func (*MockCloudTrailAPI) ListPublicKeysRequest

ListPublicKeysRequest mocks base method.

func (*MockCloudTrailAPI) ListPublicKeysWithContext

func (m *MockCloudTrailAPI) ListPublicKeysWithContext(arg0 context.Context, arg1 *cloudtrail.ListPublicKeysInput, arg2 ...request.Option) (*cloudtrail.ListPublicKeysOutput, error)

ListPublicKeysWithContext mocks base method.

func (*MockCloudTrailAPI) ListQueries added in v1.43.22

ListQueries mocks base method.

func (*MockCloudTrailAPI) ListQueriesPages added in v1.43.22

func (m *MockCloudTrailAPI) ListQueriesPages(arg0 *cloudtrail.ListQueriesInput, arg1 func(*cloudtrail.ListQueriesOutput, bool) bool) error

ListQueriesPages mocks base method.

func (*MockCloudTrailAPI) ListQueriesPagesWithContext added in v1.43.22

func (m *MockCloudTrailAPI) ListQueriesPagesWithContext(arg0 context.Context, arg1 *cloudtrail.ListQueriesInput, arg2 func(*cloudtrail.ListQueriesOutput, bool) bool, arg3 ...request.Option) error

ListQueriesPagesWithContext mocks base method.

func (*MockCloudTrailAPI) ListQueriesRequest added in v1.43.22

ListQueriesRequest mocks base method.

func (*MockCloudTrailAPI) ListQueriesWithContext added in v1.43.22

func (m *MockCloudTrailAPI) ListQueriesWithContext(arg0 context.Context, arg1 *cloudtrail.ListQueriesInput, arg2 ...request.Option) (*cloudtrail.ListQueriesOutput, error)

ListQueriesWithContext mocks base method.

func (*MockCloudTrailAPI) ListTags

ListTags mocks base method.

func (*MockCloudTrailAPI) ListTagsPages

func (m *MockCloudTrailAPI) ListTagsPages(arg0 *cloudtrail.ListTagsInput, arg1 func(*cloudtrail.ListTagsOutput, bool) bool) error

ListTagsPages mocks base method.

func (*MockCloudTrailAPI) ListTagsPagesWithContext

func (m *MockCloudTrailAPI) ListTagsPagesWithContext(arg0 context.Context, arg1 *cloudtrail.ListTagsInput, arg2 func(*cloudtrail.ListTagsOutput, bool) bool, arg3 ...request.Option) error

ListTagsPagesWithContext mocks base method.

func (*MockCloudTrailAPI) ListTagsRequest

ListTagsRequest mocks base method.

func (*MockCloudTrailAPI) ListTagsWithContext

func (m *MockCloudTrailAPI) ListTagsWithContext(arg0 context.Context, arg1 *cloudtrail.ListTagsInput, arg2 ...request.Option) (*cloudtrail.ListTagsOutput, error)

ListTagsWithContext mocks base method.

func (*MockCloudTrailAPI) ListTrails

ListTrails mocks base method.

func (*MockCloudTrailAPI) ListTrailsPages

func (m *MockCloudTrailAPI) ListTrailsPages(arg0 *cloudtrail.ListTrailsInput, arg1 func(*cloudtrail.ListTrailsOutput, bool) bool) error

ListTrailsPages mocks base method.

func (*MockCloudTrailAPI) ListTrailsPagesWithContext

func (m *MockCloudTrailAPI) ListTrailsPagesWithContext(arg0 context.Context, arg1 *cloudtrail.ListTrailsInput, arg2 func(*cloudtrail.ListTrailsOutput, bool) bool, arg3 ...request.Option) error

ListTrailsPagesWithContext mocks base method.

func (*MockCloudTrailAPI) ListTrailsRequest

ListTrailsRequest mocks base method.

func (*MockCloudTrailAPI) ListTrailsWithContext

func (m *MockCloudTrailAPI) ListTrailsWithContext(arg0 context.Context, arg1 *cloudtrail.ListTrailsInput, arg2 ...request.Option) (*cloudtrail.ListTrailsOutput, error)

ListTrailsWithContext mocks base method.

func (*MockCloudTrailAPI) LookupEvents

LookupEvents mocks base method.

func (*MockCloudTrailAPI) LookupEventsPages

func (m *MockCloudTrailAPI) LookupEventsPages(arg0 *cloudtrail.LookupEventsInput, arg1 func(*cloudtrail.LookupEventsOutput, bool) bool) error

LookupEventsPages mocks base method.

func (*MockCloudTrailAPI) LookupEventsPagesWithContext

func (m *MockCloudTrailAPI) LookupEventsPagesWithContext(arg0 context.Context, arg1 *cloudtrail.LookupEventsInput, arg2 func(*cloudtrail.LookupEventsOutput, bool) bool, arg3 ...request.Option) error

LookupEventsPagesWithContext mocks base method.

func (*MockCloudTrailAPI) LookupEventsRequest

LookupEventsRequest mocks base method.

func (*MockCloudTrailAPI) LookupEventsWithContext

func (m *MockCloudTrailAPI) LookupEventsWithContext(arg0 context.Context, arg1 *cloudtrail.LookupEventsInput, arg2 ...request.Option) (*cloudtrail.LookupEventsOutput, error)

LookupEventsWithContext mocks base method.

func (*MockCloudTrailAPI) PutEventSelectors

PutEventSelectors mocks base method.

func (*MockCloudTrailAPI) PutEventSelectorsRequest

PutEventSelectorsRequest mocks base method.

func (*MockCloudTrailAPI) PutEventSelectorsWithContext

func (m *MockCloudTrailAPI) PutEventSelectorsWithContext(arg0 context.Context, arg1 *cloudtrail.PutEventSelectorsInput, arg2 ...request.Option) (*cloudtrail.PutEventSelectorsOutput, error)

PutEventSelectorsWithContext mocks base method.

func (*MockCloudTrailAPI) PutInsightSelectors

PutInsightSelectors mocks base method.

func (*MockCloudTrailAPI) PutInsightSelectorsRequest

PutInsightSelectorsRequest mocks base method.

func (*MockCloudTrailAPI) PutInsightSelectorsWithContext

PutInsightSelectorsWithContext mocks base method.

func (*MockCloudTrailAPI) RemoveTags

RemoveTags mocks base method.

func (*MockCloudTrailAPI) RemoveTagsRequest

RemoveTagsRequest mocks base method.

func (*MockCloudTrailAPI) RemoveTagsWithContext

func (m *MockCloudTrailAPI) RemoveTagsWithContext(arg0 context.Context, arg1 *cloudtrail.RemoveTagsInput, arg2 ...request.Option) (*cloudtrail.RemoveTagsOutput, error)

RemoveTagsWithContext mocks base method.

func (*MockCloudTrailAPI) RestoreEventDataStore added in v1.43.22

RestoreEventDataStore mocks base method.

func (*MockCloudTrailAPI) RestoreEventDataStoreRequest added in v1.43.22

RestoreEventDataStoreRequest mocks base method.

func (*MockCloudTrailAPI) RestoreEventDataStoreWithContext added in v1.43.22

RestoreEventDataStoreWithContext mocks base method.

func (*MockCloudTrailAPI) StartLogging

StartLogging mocks base method.

func (*MockCloudTrailAPI) StartLoggingRequest

StartLoggingRequest mocks base method.

func (*MockCloudTrailAPI) StartLoggingWithContext

func (m *MockCloudTrailAPI) StartLoggingWithContext(arg0 context.Context, arg1 *cloudtrail.StartLoggingInput, arg2 ...request.Option) (*cloudtrail.StartLoggingOutput, error)

StartLoggingWithContext mocks base method.

func (*MockCloudTrailAPI) StartQuery added in v1.43.22

StartQuery mocks base method.

func (*MockCloudTrailAPI) StartQueryRequest added in v1.43.22

StartQueryRequest mocks base method.

func (*MockCloudTrailAPI) StartQueryWithContext added in v1.43.22

func (m *MockCloudTrailAPI) StartQueryWithContext(arg0 context.Context, arg1 *cloudtrail.StartQueryInput, arg2 ...request.Option) (*cloudtrail.StartQueryOutput, error)

StartQueryWithContext mocks base method.

func (*MockCloudTrailAPI) StopLogging

StopLogging mocks base method.

func (*MockCloudTrailAPI) StopLoggingRequest

StopLoggingRequest mocks base method.

func (*MockCloudTrailAPI) StopLoggingWithContext

func (m *MockCloudTrailAPI) StopLoggingWithContext(arg0 context.Context, arg1 *cloudtrail.StopLoggingInput, arg2 ...request.Option) (*cloudtrail.StopLoggingOutput, error)

StopLoggingWithContext mocks base method.

func (*MockCloudTrailAPI) UpdateEventDataStore added in v1.43.22

UpdateEventDataStore mocks base method.

func (*MockCloudTrailAPI) UpdateEventDataStoreRequest added in v1.43.22

UpdateEventDataStoreRequest mocks base method.

func (*MockCloudTrailAPI) UpdateEventDataStoreWithContext added in v1.43.22

UpdateEventDataStoreWithContext mocks base method.

func (*MockCloudTrailAPI) UpdateTrail

UpdateTrail mocks base method.

func (*MockCloudTrailAPI) UpdateTrailRequest

UpdateTrailRequest mocks base method.

func (*MockCloudTrailAPI) UpdateTrailWithContext

func (m *MockCloudTrailAPI) UpdateTrailWithContext(arg0 context.Context, arg1 *cloudtrail.UpdateTrailInput, arg2 ...request.Option) (*cloudtrail.UpdateTrailOutput, error)

UpdateTrailWithContext mocks base method.

type MockCloudTrailAPIMockRecorder

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

MockCloudTrailAPIMockRecorder is the mock recorder for MockCloudTrailAPI.

func (*MockCloudTrailAPIMockRecorder) AddTags

func (mr *MockCloudTrailAPIMockRecorder) AddTags(arg0 interface{}) *gomock.Call

AddTags indicates an expected call of AddTags.

func (*MockCloudTrailAPIMockRecorder) AddTagsRequest

func (mr *MockCloudTrailAPIMockRecorder) AddTagsRequest(arg0 interface{}) *gomock.Call

AddTagsRequest indicates an expected call of AddTagsRequest.

func (*MockCloudTrailAPIMockRecorder) AddTagsWithContext

func (mr *MockCloudTrailAPIMockRecorder) AddTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsWithContext indicates an expected call of AddTagsWithContext.

func (*MockCloudTrailAPIMockRecorder) CancelQuery added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) CancelQuery(arg0 interface{}) *gomock.Call

CancelQuery indicates an expected call of CancelQuery.

func (*MockCloudTrailAPIMockRecorder) CancelQueryRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) CancelQueryRequest(arg0 interface{}) *gomock.Call

CancelQueryRequest indicates an expected call of CancelQueryRequest.

func (*MockCloudTrailAPIMockRecorder) CancelQueryWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) CancelQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelQueryWithContext indicates an expected call of CancelQueryWithContext.

func (*MockCloudTrailAPIMockRecorder) CreateEventDataStore added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) CreateEventDataStore(arg0 interface{}) *gomock.Call

CreateEventDataStore indicates an expected call of CreateEventDataStore.

func (*MockCloudTrailAPIMockRecorder) CreateEventDataStoreRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) CreateEventDataStoreRequest(arg0 interface{}) *gomock.Call

CreateEventDataStoreRequest indicates an expected call of CreateEventDataStoreRequest.

func (*MockCloudTrailAPIMockRecorder) CreateEventDataStoreWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) CreateEventDataStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEventDataStoreWithContext indicates an expected call of CreateEventDataStoreWithContext.

func (*MockCloudTrailAPIMockRecorder) CreateTrail

func (mr *MockCloudTrailAPIMockRecorder) CreateTrail(arg0 interface{}) *gomock.Call

CreateTrail indicates an expected call of CreateTrail.

func (*MockCloudTrailAPIMockRecorder) CreateTrailRequest

func (mr *MockCloudTrailAPIMockRecorder) CreateTrailRequest(arg0 interface{}) *gomock.Call

CreateTrailRequest indicates an expected call of CreateTrailRequest.

func (*MockCloudTrailAPIMockRecorder) CreateTrailWithContext

func (mr *MockCloudTrailAPIMockRecorder) CreateTrailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrailWithContext indicates an expected call of CreateTrailWithContext.

func (*MockCloudTrailAPIMockRecorder) DeleteEventDataStore added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) DeleteEventDataStore(arg0 interface{}) *gomock.Call

DeleteEventDataStore indicates an expected call of DeleteEventDataStore.

func (*MockCloudTrailAPIMockRecorder) DeleteEventDataStoreRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) DeleteEventDataStoreRequest(arg0 interface{}) *gomock.Call

DeleteEventDataStoreRequest indicates an expected call of DeleteEventDataStoreRequest.

func (*MockCloudTrailAPIMockRecorder) DeleteEventDataStoreWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) DeleteEventDataStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEventDataStoreWithContext indicates an expected call of DeleteEventDataStoreWithContext.

func (*MockCloudTrailAPIMockRecorder) DeleteTrail

func (mr *MockCloudTrailAPIMockRecorder) DeleteTrail(arg0 interface{}) *gomock.Call

DeleteTrail indicates an expected call of DeleteTrail.

func (*MockCloudTrailAPIMockRecorder) DeleteTrailRequest

func (mr *MockCloudTrailAPIMockRecorder) DeleteTrailRequest(arg0 interface{}) *gomock.Call

DeleteTrailRequest indicates an expected call of DeleteTrailRequest.

func (*MockCloudTrailAPIMockRecorder) DeleteTrailWithContext

func (mr *MockCloudTrailAPIMockRecorder) DeleteTrailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrailWithContext indicates an expected call of DeleteTrailWithContext.

func (*MockCloudTrailAPIMockRecorder) DescribeQuery added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) DescribeQuery(arg0 interface{}) *gomock.Call

DescribeQuery indicates an expected call of DescribeQuery.

func (*MockCloudTrailAPIMockRecorder) DescribeQueryRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) DescribeQueryRequest(arg0 interface{}) *gomock.Call

DescribeQueryRequest indicates an expected call of DescribeQueryRequest.

func (*MockCloudTrailAPIMockRecorder) DescribeQueryWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) DescribeQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeQueryWithContext indicates an expected call of DescribeQueryWithContext.

func (*MockCloudTrailAPIMockRecorder) DescribeTrails

func (mr *MockCloudTrailAPIMockRecorder) DescribeTrails(arg0 interface{}) *gomock.Call

DescribeTrails indicates an expected call of DescribeTrails.

func (*MockCloudTrailAPIMockRecorder) DescribeTrailsRequest

func (mr *MockCloudTrailAPIMockRecorder) DescribeTrailsRequest(arg0 interface{}) *gomock.Call

DescribeTrailsRequest indicates an expected call of DescribeTrailsRequest.

func (*MockCloudTrailAPIMockRecorder) DescribeTrailsWithContext

func (mr *MockCloudTrailAPIMockRecorder) DescribeTrailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrailsWithContext indicates an expected call of DescribeTrailsWithContext.

func (*MockCloudTrailAPIMockRecorder) GetEventDataStore added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) GetEventDataStore(arg0 interface{}) *gomock.Call

GetEventDataStore indicates an expected call of GetEventDataStore.

func (*MockCloudTrailAPIMockRecorder) GetEventDataStoreRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) GetEventDataStoreRequest(arg0 interface{}) *gomock.Call

GetEventDataStoreRequest indicates an expected call of GetEventDataStoreRequest.

func (*MockCloudTrailAPIMockRecorder) GetEventDataStoreWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) GetEventDataStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEventDataStoreWithContext indicates an expected call of GetEventDataStoreWithContext.

func (*MockCloudTrailAPIMockRecorder) GetEventSelectors

func (mr *MockCloudTrailAPIMockRecorder) GetEventSelectors(arg0 interface{}) *gomock.Call

GetEventSelectors indicates an expected call of GetEventSelectors.

func (*MockCloudTrailAPIMockRecorder) GetEventSelectorsRequest

func (mr *MockCloudTrailAPIMockRecorder) GetEventSelectorsRequest(arg0 interface{}) *gomock.Call

GetEventSelectorsRequest indicates an expected call of GetEventSelectorsRequest.

func (*MockCloudTrailAPIMockRecorder) GetEventSelectorsWithContext

func (mr *MockCloudTrailAPIMockRecorder) GetEventSelectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEventSelectorsWithContext indicates an expected call of GetEventSelectorsWithContext.

func (*MockCloudTrailAPIMockRecorder) GetInsightSelectors

func (mr *MockCloudTrailAPIMockRecorder) GetInsightSelectors(arg0 interface{}) *gomock.Call

GetInsightSelectors indicates an expected call of GetInsightSelectors.

func (*MockCloudTrailAPIMockRecorder) GetInsightSelectorsRequest

func (mr *MockCloudTrailAPIMockRecorder) GetInsightSelectorsRequest(arg0 interface{}) *gomock.Call

GetInsightSelectorsRequest indicates an expected call of GetInsightSelectorsRequest.

func (*MockCloudTrailAPIMockRecorder) GetInsightSelectorsWithContext

func (mr *MockCloudTrailAPIMockRecorder) GetInsightSelectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInsightSelectorsWithContext indicates an expected call of GetInsightSelectorsWithContext.

func (*MockCloudTrailAPIMockRecorder) GetQueryResults added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) GetQueryResults(arg0 interface{}) *gomock.Call

GetQueryResults indicates an expected call of GetQueryResults.

func (*MockCloudTrailAPIMockRecorder) GetQueryResultsPages added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) GetQueryResultsPages(arg0, arg1 interface{}) *gomock.Call

GetQueryResultsPages indicates an expected call of GetQueryResultsPages.

func (*MockCloudTrailAPIMockRecorder) GetQueryResultsPagesWithContext added in v1.43.22

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

GetQueryResultsPagesWithContext indicates an expected call of GetQueryResultsPagesWithContext.

func (*MockCloudTrailAPIMockRecorder) GetQueryResultsRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) GetQueryResultsRequest(arg0 interface{}) *gomock.Call

GetQueryResultsRequest indicates an expected call of GetQueryResultsRequest.

func (*MockCloudTrailAPIMockRecorder) GetQueryResultsWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) GetQueryResultsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueryResultsWithContext indicates an expected call of GetQueryResultsWithContext.

func (*MockCloudTrailAPIMockRecorder) GetTrail

func (mr *MockCloudTrailAPIMockRecorder) GetTrail(arg0 interface{}) *gomock.Call

GetTrail indicates an expected call of GetTrail.

func (*MockCloudTrailAPIMockRecorder) GetTrailRequest

func (mr *MockCloudTrailAPIMockRecorder) GetTrailRequest(arg0 interface{}) *gomock.Call

GetTrailRequest indicates an expected call of GetTrailRequest.

func (*MockCloudTrailAPIMockRecorder) GetTrailStatus

func (mr *MockCloudTrailAPIMockRecorder) GetTrailStatus(arg0 interface{}) *gomock.Call

GetTrailStatus indicates an expected call of GetTrailStatus.

func (*MockCloudTrailAPIMockRecorder) GetTrailStatusRequest

func (mr *MockCloudTrailAPIMockRecorder) GetTrailStatusRequest(arg0 interface{}) *gomock.Call

GetTrailStatusRequest indicates an expected call of GetTrailStatusRequest.

func (*MockCloudTrailAPIMockRecorder) GetTrailStatusWithContext

func (mr *MockCloudTrailAPIMockRecorder) GetTrailStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrailStatusWithContext indicates an expected call of GetTrailStatusWithContext.

func (*MockCloudTrailAPIMockRecorder) GetTrailWithContext

func (mr *MockCloudTrailAPIMockRecorder) GetTrailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrailWithContext indicates an expected call of GetTrailWithContext.

func (*MockCloudTrailAPIMockRecorder) ListEventDataStores added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) ListEventDataStores(arg0 interface{}) *gomock.Call

ListEventDataStores indicates an expected call of ListEventDataStores.

func (*MockCloudTrailAPIMockRecorder) ListEventDataStoresPages added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) ListEventDataStoresPages(arg0, arg1 interface{}) *gomock.Call

ListEventDataStoresPages indicates an expected call of ListEventDataStoresPages.

func (*MockCloudTrailAPIMockRecorder) ListEventDataStoresPagesWithContext added in v1.43.22

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

ListEventDataStoresPagesWithContext indicates an expected call of ListEventDataStoresPagesWithContext.

func (*MockCloudTrailAPIMockRecorder) ListEventDataStoresRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) ListEventDataStoresRequest(arg0 interface{}) *gomock.Call

ListEventDataStoresRequest indicates an expected call of ListEventDataStoresRequest.

func (*MockCloudTrailAPIMockRecorder) ListEventDataStoresWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) ListEventDataStoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEventDataStoresWithContext indicates an expected call of ListEventDataStoresWithContext.

func (*MockCloudTrailAPIMockRecorder) ListPublicKeys

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeys(arg0 interface{}) *gomock.Call

ListPublicKeys indicates an expected call of ListPublicKeys.

func (*MockCloudTrailAPIMockRecorder) ListPublicKeysPages

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeysPages(arg0, arg1 interface{}) *gomock.Call

ListPublicKeysPages indicates an expected call of ListPublicKeysPages.

func (*MockCloudTrailAPIMockRecorder) ListPublicKeysPagesWithContext

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

ListPublicKeysPagesWithContext indicates an expected call of ListPublicKeysPagesWithContext.

func (*MockCloudTrailAPIMockRecorder) ListPublicKeysRequest

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeysRequest(arg0 interface{}) *gomock.Call

ListPublicKeysRequest indicates an expected call of ListPublicKeysRequest.

func (*MockCloudTrailAPIMockRecorder) ListPublicKeysWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPublicKeysWithContext indicates an expected call of ListPublicKeysWithContext.

func (*MockCloudTrailAPIMockRecorder) ListQueries added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) ListQueries(arg0 interface{}) *gomock.Call

ListQueries indicates an expected call of ListQueries.

func (*MockCloudTrailAPIMockRecorder) ListQueriesPages added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) ListQueriesPages(arg0, arg1 interface{}) *gomock.Call

ListQueriesPages indicates an expected call of ListQueriesPages.

func (*MockCloudTrailAPIMockRecorder) ListQueriesPagesWithContext added in v1.43.22

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

ListQueriesPagesWithContext indicates an expected call of ListQueriesPagesWithContext.

func (*MockCloudTrailAPIMockRecorder) ListQueriesRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) ListQueriesRequest(arg0 interface{}) *gomock.Call

ListQueriesRequest indicates an expected call of ListQueriesRequest.

func (*MockCloudTrailAPIMockRecorder) ListQueriesWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) ListQueriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueriesWithContext indicates an expected call of ListQueriesWithContext.

func (*MockCloudTrailAPIMockRecorder) ListTags

func (mr *MockCloudTrailAPIMockRecorder) ListTags(arg0 interface{}) *gomock.Call

ListTags indicates an expected call of ListTags.

func (*MockCloudTrailAPIMockRecorder) ListTagsPages

func (mr *MockCloudTrailAPIMockRecorder) ListTagsPages(arg0, arg1 interface{}) *gomock.Call

ListTagsPages indicates an expected call of ListTagsPages.

func (*MockCloudTrailAPIMockRecorder) ListTagsPagesWithContext

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

ListTagsPagesWithContext indicates an expected call of ListTagsPagesWithContext.

func (*MockCloudTrailAPIMockRecorder) ListTagsRequest

func (mr *MockCloudTrailAPIMockRecorder) ListTagsRequest(arg0 interface{}) *gomock.Call

ListTagsRequest indicates an expected call of ListTagsRequest.

func (*MockCloudTrailAPIMockRecorder) ListTagsWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsWithContext indicates an expected call of ListTagsWithContext.

func (*MockCloudTrailAPIMockRecorder) ListTrails

func (mr *MockCloudTrailAPIMockRecorder) ListTrails(arg0 interface{}) *gomock.Call

ListTrails indicates an expected call of ListTrails.

func (*MockCloudTrailAPIMockRecorder) ListTrailsPages

func (mr *MockCloudTrailAPIMockRecorder) ListTrailsPages(arg0, arg1 interface{}) *gomock.Call

ListTrailsPages indicates an expected call of ListTrailsPages.

func (*MockCloudTrailAPIMockRecorder) ListTrailsPagesWithContext

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

ListTrailsPagesWithContext indicates an expected call of ListTrailsPagesWithContext.

func (*MockCloudTrailAPIMockRecorder) ListTrailsRequest

func (mr *MockCloudTrailAPIMockRecorder) ListTrailsRequest(arg0 interface{}) *gomock.Call

ListTrailsRequest indicates an expected call of ListTrailsRequest.

func (*MockCloudTrailAPIMockRecorder) ListTrailsWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListTrailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrailsWithContext indicates an expected call of ListTrailsWithContext.

func (*MockCloudTrailAPIMockRecorder) LookupEvents

func (mr *MockCloudTrailAPIMockRecorder) LookupEvents(arg0 interface{}) *gomock.Call

LookupEvents indicates an expected call of LookupEvents.

func (*MockCloudTrailAPIMockRecorder) LookupEventsPages

func (mr *MockCloudTrailAPIMockRecorder) LookupEventsPages(arg0, arg1 interface{}) *gomock.Call

LookupEventsPages indicates an expected call of LookupEventsPages.

func (*MockCloudTrailAPIMockRecorder) LookupEventsPagesWithContext

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

LookupEventsPagesWithContext indicates an expected call of LookupEventsPagesWithContext.

func (*MockCloudTrailAPIMockRecorder) LookupEventsRequest

func (mr *MockCloudTrailAPIMockRecorder) LookupEventsRequest(arg0 interface{}) *gomock.Call

LookupEventsRequest indicates an expected call of LookupEventsRequest.

func (*MockCloudTrailAPIMockRecorder) LookupEventsWithContext

func (mr *MockCloudTrailAPIMockRecorder) LookupEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LookupEventsWithContext indicates an expected call of LookupEventsWithContext.

func (*MockCloudTrailAPIMockRecorder) PutEventSelectors

func (mr *MockCloudTrailAPIMockRecorder) PutEventSelectors(arg0 interface{}) *gomock.Call

PutEventSelectors indicates an expected call of PutEventSelectors.

func (*MockCloudTrailAPIMockRecorder) PutEventSelectorsRequest

func (mr *MockCloudTrailAPIMockRecorder) PutEventSelectorsRequest(arg0 interface{}) *gomock.Call

PutEventSelectorsRequest indicates an expected call of PutEventSelectorsRequest.

func (*MockCloudTrailAPIMockRecorder) PutEventSelectorsWithContext

func (mr *MockCloudTrailAPIMockRecorder) PutEventSelectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutEventSelectorsWithContext indicates an expected call of PutEventSelectorsWithContext.

func (*MockCloudTrailAPIMockRecorder) PutInsightSelectors

func (mr *MockCloudTrailAPIMockRecorder) PutInsightSelectors(arg0 interface{}) *gomock.Call

PutInsightSelectors indicates an expected call of PutInsightSelectors.

func (*MockCloudTrailAPIMockRecorder) PutInsightSelectorsRequest

func (mr *MockCloudTrailAPIMockRecorder) PutInsightSelectorsRequest(arg0 interface{}) *gomock.Call

PutInsightSelectorsRequest indicates an expected call of PutInsightSelectorsRequest.

func (*MockCloudTrailAPIMockRecorder) PutInsightSelectorsWithContext

func (mr *MockCloudTrailAPIMockRecorder) PutInsightSelectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutInsightSelectorsWithContext indicates an expected call of PutInsightSelectorsWithContext.

func (*MockCloudTrailAPIMockRecorder) RemoveTags

func (mr *MockCloudTrailAPIMockRecorder) RemoveTags(arg0 interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags.

func (*MockCloudTrailAPIMockRecorder) RemoveTagsRequest

func (mr *MockCloudTrailAPIMockRecorder) RemoveTagsRequest(arg0 interface{}) *gomock.Call

RemoveTagsRequest indicates an expected call of RemoveTagsRequest.

func (*MockCloudTrailAPIMockRecorder) RemoveTagsWithContext

func (mr *MockCloudTrailAPIMockRecorder) RemoveTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsWithContext indicates an expected call of RemoveTagsWithContext.

func (*MockCloudTrailAPIMockRecorder) RestoreEventDataStore added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) RestoreEventDataStore(arg0 interface{}) *gomock.Call

RestoreEventDataStore indicates an expected call of RestoreEventDataStore.

func (*MockCloudTrailAPIMockRecorder) RestoreEventDataStoreRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) RestoreEventDataStoreRequest(arg0 interface{}) *gomock.Call

RestoreEventDataStoreRequest indicates an expected call of RestoreEventDataStoreRequest.

func (*MockCloudTrailAPIMockRecorder) RestoreEventDataStoreWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) RestoreEventDataStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreEventDataStoreWithContext indicates an expected call of RestoreEventDataStoreWithContext.

func (*MockCloudTrailAPIMockRecorder) StartLogging

func (mr *MockCloudTrailAPIMockRecorder) StartLogging(arg0 interface{}) *gomock.Call

StartLogging indicates an expected call of StartLogging.

func (*MockCloudTrailAPIMockRecorder) StartLoggingRequest

func (mr *MockCloudTrailAPIMockRecorder) StartLoggingRequest(arg0 interface{}) *gomock.Call

StartLoggingRequest indicates an expected call of StartLoggingRequest.

func (*MockCloudTrailAPIMockRecorder) StartLoggingWithContext

func (mr *MockCloudTrailAPIMockRecorder) StartLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartLoggingWithContext indicates an expected call of StartLoggingWithContext.

func (*MockCloudTrailAPIMockRecorder) StartQuery added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) StartQuery(arg0 interface{}) *gomock.Call

StartQuery indicates an expected call of StartQuery.

func (*MockCloudTrailAPIMockRecorder) StartQueryRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) StartQueryRequest(arg0 interface{}) *gomock.Call

StartQueryRequest indicates an expected call of StartQueryRequest.

func (*MockCloudTrailAPIMockRecorder) StartQueryWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) StartQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartQueryWithContext indicates an expected call of StartQueryWithContext.

func (*MockCloudTrailAPIMockRecorder) StopLogging

func (mr *MockCloudTrailAPIMockRecorder) StopLogging(arg0 interface{}) *gomock.Call

StopLogging indicates an expected call of StopLogging.

func (*MockCloudTrailAPIMockRecorder) StopLoggingRequest

func (mr *MockCloudTrailAPIMockRecorder) StopLoggingRequest(arg0 interface{}) *gomock.Call

StopLoggingRequest indicates an expected call of StopLoggingRequest.

func (*MockCloudTrailAPIMockRecorder) StopLoggingWithContext

func (mr *MockCloudTrailAPIMockRecorder) StopLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopLoggingWithContext indicates an expected call of StopLoggingWithContext.

func (*MockCloudTrailAPIMockRecorder) UpdateEventDataStore added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) UpdateEventDataStore(arg0 interface{}) *gomock.Call

UpdateEventDataStore indicates an expected call of UpdateEventDataStore.

func (*MockCloudTrailAPIMockRecorder) UpdateEventDataStoreRequest added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) UpdateEventDataStoreRequest(arg0 interface{}) *gomock.Call

UpdateEventDataStoreRequest indicates an expected call of UpdateEventDataStoreRequest.

func (*MockCloudTrailAPIMockRecorder) UpdateEventDataStoreWithContext added in v1.43.22

func (mr *MockCloudTrailAPIMockRecorder) UpdateEventDataStoreWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateEventDataStoreWithContext indicates an expected call of UpdateEventDataStoreWithContext.

func (*MockCloudTrailAPIMockRecorder) UpdateTrail

func (mr *MockCloudTrailAPIMockRecorder) UpdateTrail(arg0 interface{}) *gomock.Call

UpdateTrail indicates an expected call of UpdateTrail.

func (*MockCloudTrailAPIMockRecorder) UpdateTrailRequest

func (mr *MockCloudTrailAPIMockRecorder) UpdateTrailRequest(arg0 interface{}) *gomock.Call

UpdateTrailRequest indicates an expected call of UpdateTrailRequest.

func (*MockCloudTrailAPIMockRecorder) UpdateTrailWithContext

func (mr *MockCloudTrailAPIMockRecorder) UpdateTrailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTrailWithContext indicates an expected call of UpdateTrailWithContext.

Jump to

Keyboard shortcuts

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