athenamock

package
v1.34.16 Latest Latest
Warning

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

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

Documentation

Overview

Package athenamock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAthenaAPI

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

MockAthenaAPI is a mock of AthenaAPI interface

func NewMockAthenaAPI

func NewMockAthenaAPI(ctrl *gomock.Controller) *MockAthenaAPI

NewMockAthenaAPI creates a new mock instance

func (*MockAthenaAPI) BatchGetNamedQuery

BatchGetNamedQuery mocks base method

func (*MockAthenaAPI) BatchGetNamedQueryRequest

BatchGetNamedQueryRequest mocks base method

func (*MockAthenaAPI) BatchGetNamedQueryWithContext

func (m *MockAthenaAPI) BatchGetNamedQueryWithContext(arg0 context.Context, arg1 *athena.BatchGetNamedQueryInput, arg2 ...request.Option) (*athena.BatchGetNamedQueryOutput, error)

BatchGetNamedQueryWithContext mocks base method

func (*MockAthenaAPI) BatchGetQueryExecution

BatchGetQueryExecution mocks base method

func (*MockAthenaAPI) BatchGetQueryExecutionRequest

BatchGetQueryExecutionRequest mocks base method

func (*MockAthenaAPI) BatchGetQueryExecutionWithContext

func (m *MockAthenaAPI) BatchGetQueryExecutionWithContext(arg0 context.Context, arg1 *athena.BatchGetQueryExecutionInput, arg2 ...request.Option) (*athena.BatchGetQueryExecutionOutput, error)

BatchGetQueryExecutionWithContext mocks base method

func (*MockAthenaAPI) CreateDataCatalog

CreateDataCatalog mocks base method

func (*MockAthenaAPI) CreateDataCatalogRequest

CreateDataCatalogRequest mocks base method

func (*MockAthenaAPI) CreateDataCatalogWithContext

func (m *MockAthenaAPI) CreateDataCatalogWithContext(arg0 context.Context, arg1 *athena.CreateDataCatalogInput, arg2 ...request.Option) (*athena.CreateDataCatalogOutput, error)

CreateDataCatalogWithContext mocks base method

func (*MockAthenaAPI) CreateNamedQuery

CreateNamedQuery mocks base method

func (*MockAthenaAPI) CreateNamedQueryRequest

CreateNamedQueryRequest mocks base method

func (*MockAthenaAPI) CreateNamedQueryWithContext

func (m *MockAthenaAPI) CreateNamedQueryWithContext(arg0 context.Context, arg1 *athena.CreateNamedQueryInput, arg2 ...request.Option) (*athena.CreateNamedQueryOutput, error)

CreateNamedQueryWithContext mocks base method

func (*MockAthenaAPI) CreateWorkGroup

CreateWorkGroup mocks base method

func (*MockAthenaAPI) CreateWorkGroupRequest

CreateWorkGroupRequest mocks base method

func (*MockAthenaAPI) CreateWorkGroupWithContext

func (m *MockAthenaAPI) CreateWorkGroupWithContext(arg0 context.Context, arg1 *athena.CreateWorkGroupInput, arg2 ...request.Option) (*athena.CreateWorkGroupOutput, error)

CreateWorkGroupWithContext mocks base method

func (*MockAthenaAPI) DeleteDataCatalog

DeleteDataCatalog mocks base method

func (*MockAthenaAPI) DeleteDataCatalogRequest

DeleteDataCatalogRequest mocks base method

func (*MockAthenaAPI) DeleteDataCatalogWithContext

func (m *MockAthenaAPI) DeleteDataCatalogWithContext(arg0 context.Context, arg1 *athena.DeleteDataCatalogInput, arg2 ...request.Option) (*athena.DeleteDataCatalogOutput, error)

DeleteDataCatalogWithContext mocks base method

func (*MockAthenaAPI) DeleteNamedQuery

DeleteNamedQuery mocks base method

func (*MockAthenaAPI) DeleteNamedQueryRequest

DeleteNamedQueryRequest mocks base method

func (*MockAthenaAPI) DeleteNamedQueryWithContext

func (m *MockAthenaAPI) DeleteNamedQueryWithContext(arg0 context.Context, arg1 *athena.DeleteNamedQueryInput, arg2 ...request.Option) (*athena.DeleteNamedQueryOutput, error)

DeleteNamedQueryWithContext mocks base method

func (*MockAthenaAPI) DeleteWorkGroup

DeleteWorkGroup mocks base method

func (*MockAthenaAPI) DeleteWorkGroupRequest

DeleteWorkGroupRequest mocks base method

func (*MockAthenaAPI) DeleteWorkGroupWithContext

func (m *MockAthenaAPI) DeleteWorkGroupWithContext(arg0 context.Context, arg1 *athena.DeleteWorkGroupInput, arg2 ...request.Option) (*athena.DeleteWorkGroupOutput, error)

DeleteWorkGroupWithContext mocks base method

func (*MockAthenaAPI) EXPECT

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

func (*MockAthenaAPI) GetDataCatalog

GetDataCatalog mocks base method

func (*MockAthenaAPI) GetDataCatalogRequest

func (m *MockAthenaAPI) GetDataCatalogRequest(arg0 *athena.GetDataCatalogInput) (*request.Request, *athena.GetDataCatalogOutput)

GetDataCatalogRequest mocks base method

func (*MockAthenaAPI) GetDataCatalogWithContext

func (m *MockAthenaAPI) GetDataCatalogWithContext(arg0 context.Context, arg1 *athena.GetDataCatalogInput, arg2 ...request.Option) (*athena.GetDataCatalogOutput, error)

GetDataCatalogWithContext mocks base method

func (*MockAthenaAPI) GetDatabase

GetDatabase mocks base method

func (*MockAthenaAPI) GetDatabaseRequest

func (m *MockAthenaAPI) GetDatabaseRequest(arg0 *athena.GetDatabaseInput) (*request.Request, *athena.GetDatabaseOutput)

GetDatabaseRequest mocks base method

func (*MockAthenaAPI) GetDatabaseWithContext

func (m *MockAthenaAPI) GetDatabaseWithContext(arg0 context.Context, arg1 *athena.GetDatabaseInput, arg2 ...request.Option) (*athena.GetDatabaseOutput, error)

GetDatabaseWithContext mocks base method

func (*MockAthenaAPI) GetNamedQuery

GetNamedQuery mocks base method

func (*MockAthenaAPI) GetNamedQueryRequest

func (m *MockAthenaAPI) GetNamedQueryRequest(arg0 *athena.GetNamedQueryInput) (*request.Request, *athena.GetNamedQueryOutput)

GetNamedQueryRequest mocks base method

func (*MockAthenaAPI) GetNamedQueryWithContext

func (m *MockAthenaAPI) GetNamedQueryWithContext(arg0 context.Context, arg1 *athena.GetNamedQueryInput, arg2 ...request.Option) (*athena.GetNamedQueryOutput, error)

GetNamedQueryWithContext mocks base method

func (*MockAthenaAPI) GetQueryExecution

GetQueryExecution mocks base method

func (*MockAthenaAPI) GetQueryExecutionRequest

GetQueryExecutionRequest mocks base method

func (*MockAthenaAPI) GetQueryExecutionWithContext

func (m *MockAthenaAPI) GetQueryExecutionWithContext(arg0 context.Context, arg1 *athena.GetQueryExecutionInput, arg2 ...request.Option) (*athena.GetQueryExecutionOutput, error)

GetQueryExecutionWithContext mocks base method

func (*MockAthenaAPI) GetQueryResults

GetQueryResults mocks base method

func (*MockAthenaAPI) GetQueryResultsPages

func (m *MockAthenaAPI) GetQueryResultsPages(arg0 *athena.GetQueryResultsInput, arg1 func(*athena.GetQueryResultsOutput, bool) bool) error

GetQueryResultsPages mocks base method

func (*MockAthenaAPI) GetQueryResultsPagesWithContext

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

GetQueryResultsPagesWithContext mocks base method

func (*MockAthenaAPI) GetQueryResultsRequest

GetQueryResultsRequest mocks base method

func (*MockAthenaAPI) GetQueryResultsWithContext

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

GetQueryResultsWithContext mocks base method

func (*MockAthenaAPI) GetTableMetadata

GetTableMetadata mocks base method

func (*MockAthenaAPI) GetTableMetadataRequest

GetTableMetadataRequest mocks base method

func (*MockAthenaAPI) GetTableMetadataWithContext

func (m *MockAthenaAPI) GetTableMetadataWithContext(arg0 context.Context, arg1 *athena.GetTableMetadataInput, arg2 ...request.Option) (*athena.GetTableMetadataOutput, error)

GetTableMetadataWithContext mocks base method

func (*MockAthenaAPI) GetWorkGroup

GetWorkGroup mocks base method

func (*MockAthenaAPI) GetWorkGroupRequest

func (m *MockAthenaAPI) GetWorkGroupRequest(arg0 *athena.GetWorkGroupInput) (*request.Request, *athena.GetWorkGroupOutput)

GetWorkGroupRequest mocks base method

func (*MockAthenaAPI) GetWorkGroupWithContext

func (m *MockAthenaAPI) GetWorkGroupWithContext(arg0 context.Context, arg1 *athena.GetWorkGroupInput, arg2 ...request.Option) (*athena.GetWorkGroupOutput, error)

GetWorkGroupWithContext mocks base method

func (*MockAthenaAPI) ListDataCatalogs

ListDataCatalogs mocks base method

func (*MockAthenaAPI) ListDataCatalogsPages

func (m *MockAthenaAPI) ListDataCatalogsPages(arg0 *athena.ListDataCatalogsInput, arg1 func(*athena.ListDataCatalogsOutput, bool) bool) error

ListDataCatalogsPages mocks base method

func (*MockAthenaAPI) ListDataCatalogsPagesWithContext

func (m *MockAthenaAPI) ListDataCatalogsPagesWithContext(arg0 context.Context, arg1 *athena.ListDataCatalogsInput, arg2 func(*athena.ListDataCatalogsOutput, bool) bool, arg3 ...request.Option) error

ListDataCatalogsPagesWithContext mocks base method

func (*MockAthenaAPI) ListDataCatalogsRequest

ListDataCatalogsRequest mocks base method

func (*MockAthenaAPI) ListDataCatalogsWithContext

func (m *MockAthenaAPI) ListDataCatalogsWithContext(arg0 context.Context, arg1 *athena.ListDataCatalogsInput, arg2 ...request.Option) (*athena.ListDataCatalogsOutput, error)

ListDataCatalogsWithContext mocks base method

func (*MockAthenaAPI) ListDatabases

ListDatabases mocks base method

func (*MockAthenaAPI) ListDatabasesPages

func (m *MockAthenaAPI) ListDatabasesPages(arg0 *athena.ListDatabasesInput, arg1 func(*athena.ListDatabasesOutput, bool) bool) error

ListDatabasesPages mocks base method

func (*MockAthenaAPI) ListDatabasesPagesWithContext

func (m *MockAthenaAPI) ListDatabasesPagesWithContext(arg0 context.Context, arg1 *athena.ListDatabasesInput, arg2 func(*athena.ListDatabasesOutput, bool) bool, arg3 ...request.Option) error

ListDatabasesPagesWithContext mocks base method

func (*MockAthenaAPI) ListDatabasesRequest

func (m *MockAthenaAPI) ListDatabasesRequest(arg0 *athena.ListDatabasesInput) (*request.Request, *athena.ListDatabasesOutput)

ListDatabasesRequest mocks base method

func (*MockAthenaAPI) ListDatabasesWithContext

func (m *MockAthenaAPI) ListDatabasesWithContext(arg0 context.Context, arg1 *athena.ListDatabasesInput, arg2 ...request.Option) (*athena.ListDatabasesOutput, error)

ListDatabasesWithContext mocks base method

func (*MockAthenaAPI) ListNamedQueries

ListNamedQueries mocks base method

func (*MockAthenaAPI) ListNamedQueriesPages

func (m *MockAthenaAPI) ListNamedQueriesPages(arg0 *athena.ListNamedQueriesInput, arg1 func(*athena.ListNamedQueriesOutput, bool) bool) error

ListNamedQueriesPages mocks base method

func (*MockAthenaAPI) ListNamedQueriesPagesWithContext

func (m *MockAthenaAPI) ListNamedQueriesPagesWithContext(arg0 context.Context, arg1 *athena.ListNamedQueriesInput, arg2 func(*athena.ListNamedQueriesOutput, bool) bool, arg3 ...request.Option) error

ListNamedQueriesPagesWithContext mocks base method

func (*MockAthenaAPI) ListNamedQueriesRequest

ListNamedQueriesRequest mocks base method

func (*MockAthenaAPI) ListNamedQueriesWithContext

func (m *MockAthenaAPI) ListNamedQueriesWithContext(arg0 context.Context, arg1 *athena.ListNamedQueriesInput, arg2 ...request.Option) (*athena.ListNamedQueriesOutput, error)

ListNamedQueriesWithContext mocks base method

func (*MockAthenaAPI) ListQueryExecutions

ListQueryExecutions mocks base method

func (*MockAthenaAPI) ListQueryExecutionsPages

func (m *MockAthenaAPI) ListQueryExecutionsPages(arg0 *athena.ListQueryExecutionsInput, arg1 func(*athena.ListQueryExecutionsOutput, bool) bool) error

ListQueryExecutionsPages mocks base method

func (*MockAthenaAPI) ListQueryExecutionsPagesWithContext

func (m *MockAthenaAPI) ListQueryExecutionsPagesWithContext(arg0 context.Context, arg1 *athena.ListQueryExecutionsInput, arg2 func(*athena.ListQueryExecutionsOutput, bool) bool, arg3 ...request.Option) error

ListQueryExecutionsPagesWithContext mocks base method

func (*MockAthenaAPI) ListQueryExecutionsRequest

ListQueryExecutionsRequest mocks base method

func (*MockAthenaAPI) ListQueryExecutionsWithContext

func (m *MockAthenaAPI) ListQueryExecutionsWithContext(arg0 context.Context, arg1 *athena.ListQueryExecutionsInput, arg2 ...request.Option) (*athena.ListQueryExecutionsOutput, error)

ListQueryExecutionsWithContext mocks base method

func (*MockAthenaAPI) ListTableMetadata

ListTableMetadata mocks base method

func (*MockAthenaAPI) ListTableMetadataPages

func (m *MockAthenaAPI) ListTableMetadataPages(arg0 *athena.ListTableMetadataInput, arg1 func(*athena.ListTableMetadataOutput, bool) bool) error

ListTableMetadataPages mocks base method

func (*MockAthenaAPI) ListTableMetadataPagesWithContext

func (m *MockAthenaAPI) ListTableMetadataPagesWithContext(arg0 context.Context, arg1 *athena.ListTableMetadataInput, arg2 func(*athena.ListTableMetadataOutput, bool) bool, arg3 ...request.Option) error

ListTableMetadataPagesWithContext mocks base method

func (*MockAthenaAPI) ListTableMetadataRequest

ListTableMetadataRequest mocks base method

func (*MockAthenaAPI) ListTableMetadataWithContext

func (m *MockAthenaAPI) ListTableMetadataWithContext(arg0 context.Context, arg1 *athena.ListTableMetadataInput, arg2 ...request.Option) (*athena.ListTableMetadataOutput, error)

ListTableMetadataWithContext mocks base method

func (*MockAthenaAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockAthenaAPI) ListTagsForResourcePages

func (m *MockAthenaAPI) ListTagsForResourcePages(arg0 *athena.ListTagsForResourceInput, arg1 func(*athena.ListTagsForResourceOutput, bool) bool) error

ListTagsForResourcePages mocks base method

func (*MockAthenaAPI) ListTagsForResourcePagesWithContext

func (m *MockAthenaAPI) ListTagsForResourcePagesWithContext(arg0 context.Context, arg1 *athena.ListTagsForResourceInput, arg2 func(*athena.ListTagsForResourceOutput, bool) bool, arg3 ...request.Option) error

ListTagsForResourcePagesWithContext mocks base method

func (*MockAthenaAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockAthenaAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method

func (*MockAthenaAPI) ListWorkGroups

ListWorkGroups mocks base method

func (*MockAthenaAPI) ListWorkGroupsPages

func (m *MockAthenaAPI) ListWorkGroupsPages(arg0 *athena.ListWorkGroupsInput, arg1 func(*athena.ListWorkGroupsOutput, bool) bool) error

ListWorkGroupsPages mocks base method

func (*MockAthenaAPI) ListWorkGroupsPagesWithContext

func (m *MockAthenaAPI) ListWorkGroupsPagesWithContext(arg0 context.Context, arg1 *athena.ListWorkGroupsInput, arg2 func(*athena.ListWorkGroupsOutput, bool) bool, arg3 ...request.Option) error

ListWorkGroupsPagesWithContext mocks base method

func (*MockAthenaAPI) ListWorkGroupsRequest

func (m *MockAthenaAPI) ListWorkGroupsRequest(arg0 *athena.ListWorkGroupsInput) (*request.Request, *athena.ListWorkGroupsOutput)

ListWorkGroupsRequest mocks base method

func (*MockAthenaAPI) ListWorkGroupsWithContext

func (m *MockAthenaAPI) ListWorkGroupsWithContext(arg0 context.Context, arg1 *athena.ListWorkGroupsInput, arg2 ...request.Option) (*athena.ListWorkGroupsOutput, error)

ListWorkGroupsWithContext mocks base method

func (*MockAthenaAPI) StartQueryExecution

StartQueryExecution mocks base method

func (*MockAthenaAPI) StartQueryExecutionRequest

StartQueryExecutionRequest mocks base method

func (*MockAthenaAPI) StartQueryExecutionWithContext

func (m *MockAthenaAPI) StartQueryExecutionWithContext(arg0 context.Context, arg1 *athena.StartQueryExecutionInput, arg2 ...request.Option) (*athena.StartQueryExecutionOutput, error)

StartQueryExecutionWithContext mocks base method

func (*MockAthenaAPI) StopQueryExecution

StopQueryExecution mocks base method

func (*MockAthenaAPI) StopQueryExecutionRequest

StopQueryExecutionRequest mocks base method

func (*MockAthenaAPI) StopQueryExecutionWithContext

func (m *MockAthenaAPI) StopQueryExecutionWithContext(arg0 context.Context, arg1 *athena.StopQueryExecutionInput, arg2 ...request.Option) (*athena.StopQueryExecutionOutput, error)

StopQueryExecutionWithContext mocks base method

func (*MockAthenaAPI) TagResource

TagResource mocks base method

func (*MockAthenaAPI) TagResourceRequest

func (m *MockAthenaAPI) TagResourceRequest(arg0 *athena.TagResourceInput) (*request.Request, *athena.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockAthenaAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockAthenaAPI) UntagResource

UntagResource mocks base method

func (*MockAthenaAPI) UntagResourceRequest

func (m *MockAthenaAPI) UntagResourceRequest(arg0 *athena.UntagResourceInput) (*request.Request, *athena.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockAthenaAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method

func (*MockAthenaAPI) UpdateDataCatalog

UpdateDataCatalog mocks base method

func (*MockAthenaAPI) UpdateDataCatalogRequest

UpdateDataCatalogRequest mocks base method

func (*MockAthenaAPI) UpdateDataCatalogWithContext

func (m *MockAthenaAPI) UpdateDataCatalogWithContext(arg0 context.Context, arg1 *athena.UpdateDataCatalogInput, arg2 ...request.Option) (*athena.UpdateDataCatalogOutput, error)

UpdateDataCatalogWithContext mocks base method

func (*MockAthenaAPI) UpdateWorkGroup

UpdateWorkGroup mocks base method

func (*MockAthenaAPI) UpdateWorkGroupRequest

UpdateWorkGroupRequest mocks base method

func (*MockAthenaAPI) UpdateWorkGroupWithContext

func (m *MockAthenaAPI) UpdateWorkGroupWithContext(arg0 context.Context, arg1 *athena.UpdateWorkGroupInput, arg2 ...request.Option) (*athena.UpdateWorkGroupOutput, error)

UpdateWorkGroupWithContext mocks base method

type MockAthenaAPIMockRecorder

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

MockAthenaAPIMockRecorder is the mock recorder for MockAthenaAPI

func (*MockAthenaAPIMockRecorder) BatchGetNamedQuery

func (mr *MockAthenaAPIMockRecorder) BatchGetNamedQuery(arg0 interface{}) *gomock.Call

BatchGetNamedQuery indicates an expected call of BatchGetNamedQuery

func (*MockAthenaAPIMockRecorder) BatchGetNamedQueryRequest

func (mr *MockAthenaAPIMockRecorder) BatchGetNamedQueryRequest(arg0 interface{}) *gomock.Call

BatchGetNamedQueryRequest indicates an expected call of BatchGetNamedQueryRequest

func (*MockAthenaAPIMockRecorder) BatchGetNamedQueryWithContext

func (mr *MockAthenaAPIMockRecorder) BatchGetNamedQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetNamedQueryWithContext indicates an expected call of BatchGetNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) BatchGetQueryExecution

func (mr *MockAthenaAPIMockRecorder) BatchGetQueryExecution(arg0 interface{}) *gomock.Call

BatchGetQueryExecution indicates an expected call of BatchGetQueryExecution

func (*MockAthenaAPIMockRecorder) BatchGetQueryExecutionRequest

func (mr *MockAthenaAPIMockRecorder) BatchGetQueryExecutionRequest(arg0 interface{}) *gomock.Call

BatchGetQueryExecutionRequest indicates an expected call of BatchGetQueryExecutionRequest

func (*MockAthenaAPIMockRecorder) BatchGetQueryExecutionWithContext

func (mr *MockAthenaAPIMockRecorder) BatchGetQueryExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetQueryExecutionWithContext indicates an expected call of BatchGetQueryExecutionWithContext

func (*MockAthenaAPIMockRecorder) CreateDataCatalog

func (mr *MockAthenaAPIMockRecorder) CreateDataCatalog(arg0 interface{}) *gomock.Call

CreateDataCatalog indicates an expected call of CreateDataCatalog

func (*MockAthenaAPIMockRecorder) CreateDataCatalogRequest

func (mr *MockAthenaAPIMockRecorder) CreateDataCatalogRequest(arg0 interface{}) *gomock.Call

CreateDataCatalogRequest indicates an expected call of CreateDataCatalogRequest

func (*MockAthenaAPIMockRecorder) CreateDataCatalogWithContext

func (mr *MockAthenaAPIMockRecorder) CreateDataCatalogWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDataCatalogWithContext indicates an expected call of CreateDataCatalogWithContext

func (*MockAthenaAPIMockRecorder) CreateNamedQuery

func (mr *MockAthenaAPIMockRecorder) CreateNamedQuery(arg0 interface{}) *gomock.Call

CreateNamedQuery indicates an expected call of CreateNamedQuery

func (*MockAthenaAPIMockRecorder) CreateNamedQueryRequest

func (mr *MockAthenaAPIMockRecorder) CreateNamedQueryRequest(arg0 interface{}) *gomock.Call

CreateNamedQueryRequest indicates an expected call of CreateNamedQueryRequest

func (*MockAthenaAPIMockRecorder) CreateNamedQueryWithContext

func (mr *MockAthenaAPIMockRecorder) CreateNamedQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNamedQueryWithContext indicates an expected call of CreateNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) CreateWorkGroup

func (mr *MockAthenaAPIMockRecorder) CreateWorkGroup(arg0 interface{}) *gomock.Call

CreateWorkGroup indicates an expected call of CreateWorkGroup

func (*MockAthenaAPIMockRecorder) CreateWorkGroupRequest

func (mr *MockAthenaAPIMockRecorder) CreateWorkGroupRequest(arg0 interface{}) *gomock.Call

CreateWorkGroupRequest indicates an expected call of CreateWorkGroupRequest

func (*MockAthenaAPIMockRecorder) CreateWorkGroupWithContext

func (mr *MockAthenaAPIMockRecorder) CreateWorkGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorkGroupWithContext indicates an expected call of CreateWorkGroupWithContext

func (*MockAthenaAPIMockRecorder) DeleteDataCatalog

func (mr *MockAthenaAPIMockRecorder) DeleteDataCatalog(arg0 interface{}) *gomock.Call

DeleteDataCatalog indicates an expected call of DeleteDataCatalog

func (*MockAthenaAPIMockRecorder) DeleteDataCatalogRequest

func (mr *MockAthenaAPIMockRecorder) DeleteDataCatalogRequest(arg0 interface{}) *gomock.Call

DeleteDataCatalogRequest indicates an expected call of DeleteDataCatalogRequest

func (*MockAthenaAPIMockRecorder) DeleteDataCatalogWithContext

func (mr *MockAthenaAPIMockRecorder) DeleteDataCatalogWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDataCatalogWithContext indicates an expected call of DeleteDataCatalogWithContext

func (*MockAthenaAPIMockRecorder) DeleteNamedQuery

func (mr *MockAthenaAPIMockRecorder) DeleteNamedQuery(arg0 interface{}) *gomock.Call

DeleteNamedQuery indicates an expected call of DeleteNamedQuery

func (*MockAthenaAPIMockRecorder) DeleteNamedQueryRequest

func (mr *MockAthenaAPIMockRecorder) DeleteNamedQueryRequest(arg0 interface{}) *gomock.Call

DeleteNamedQueryRequest indicates an expected call of DeleteNamedQueryRequest

func (*MockAthenaAPIMockRecorder) DeleteNamedQueryWithContext

func (mr *MockAthenaAPIMockRecorder) DeleteNamedQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNamedQueryWithContext indicates an expected call of DeleteNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) DeleteWorkGroup

func (mr *MockAthenaAPIMockRecorder) DeleteWorkGroup(arg0 interface{}) *gomock.Call

DeleteWorkGroup indicates an expected call of DeleteWorkGroup

func (*MockAthenaAPIMockRecorder) DeleteWorkGroupRequest

func (mr *MockAthenaAPIMockRecorder) DeleteWorkGroupRequest(arg0 interface{}) *gomock.Call

DeleteWorkGroupRequest indicates an expected call of DeleteWorkGroupRequest

func (*MockAthenaAPIMockRecorder) DeleteWorkGroupWithContext

func (mr *MockAthenaAPIMockRecorder) DeleteWorkGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteWorkGroupWithContext indicates an expected call of DeleteWorkGroupWithContext

func (*MockAthenaAPIMockRecorder) GetDataCatalog

func (mr *MockAthenaAPIMockRecorder) GetDataCatalog(arg0 interface{}) *gomock.Call

GetDataCatalog indicates an expected call of GetDataCatalog

func (*MockAthenaAPIMockRecorder) GetDataCatalogRequest

func (mr *MockAthenaAPIMockRecorder) GetDataCatalogRequest(arg0 interface{}) *gomock.Call

GetDataCatalogRequest indicates an expected call of GetDataCatalogRequest

func (*MockAthenaAPIMockRecorder) GetDataCatalogWithContext

func (mr *MockAthenaAPIMockRecorder) GetDataCatalogWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDataCatalogWithContext indicates an expected call of GetDataCatalogWithContext

func (*MockAthenaAPIMockRecorder) GetDatabase

func (mr *MockAthenaAPIMockRecorder) GetDatabase(arg0 interface{}) *gomock.Call

GetDatabase indicates an expected call of GetDatabase

func (*MockAthenaAPIMockRecorder) GetDatabaseRequest

func (mr *MockAthenaAPIMockRecorder) GetDatabaseRequest(arg0 interface{}) *gomock.Call

GetDatabaseRequest indicates an expected call of GetDatabaseRequest

func (*MockAthenaAPIMockRecorder) GetDatabaseWithContext

func (mr *MockAthenaAPIMockRecorder) GetDatabaseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDatabaseWithContext indicates an expected call of GetDatabaseWithContext

func (*MockAthenaAPIMockRecorder) GetNamedQuery

func (mr *MockAthenaAPIMockRecorder) GetNamedQuery(arg0 interface{}) *gomock.Call

GetNamedQuery indicates an expected call of GetNamedQuery

func (*MockAthenaAPIMockRecorder) GetNamedQueryRequest

func (mr *MockAthenaAPIMockRecorder) GetNamedQueryRequest(arg0 interface{}) *gomock.Call

GetNamedQueryRequest indicates an expected call of GetNamedQueryRequest

func (*MockAthenaAPIMockRecorder) GetNamedQueryWithContext

func (mr *MockAthenaAPIMockRecorder) GetNamedQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNamedQueryWithContext indicates an expected call of GetNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) GetQueryExecution

func (mr *MockAthenaAPIMockRecorder) GetQueryExecution(arg0 interface{}) *gomock.Call

GetQueryExecution indicates an expected call of GetQueryExecution

func (*MockAthenaAPIMockRecorder) GetQueryExecutionRequest

func (mr *MockAthenaAPIMockRecorder) GetQueryExecutionRequest(arg0 interface{}) *gomock.Call

GetQueryExecutionRequest indicates an expected call of GetQueryExecutionRequest

func (*MockAthenaAPIMockRecorder) GetQueryExecutionWithContext

func (mr *MockAthenaAPIMockRecorder) GetQueryExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueryExecutionWithContext indicates an expected call of GetQueryExecutionWithContext

func (*MockAthenaAPIMockRecorder) GetQueryResults

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

GetQueryResults indicates an expected call of GetQueryResults

func (*MockAthenaAPIMockRecorder) GetQueryResultsPages

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

GetQueryResultsPages indicates an expected call of GetQueryResultsPages

func (*MockAthenaAPIMockRecorder) GetQueryResultsPagesWithContext

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

GetQueryResultsPagesWithContext indicates an expected call of GetQueryResultsPagesWithContext

func (*MockAthenaAPIMockRecorder) GetQueryResultsRequest

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

GetQueryResultsRequest indicates an expected call of GetQueryResultsRequest

func (*MockAthenaAPIMockRecorder) GetQueryResultsWithContext

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

GetQueryResultsWithContext indicates an expected call of GetQueryResultsWithContext

func (*MockAthenaAPIMockRecorder) GetTableMetadata

func (mr *MockAthenaAPIMockRecorder) GetTableMetadata(arg0 interface{}) *gomock.Call

GetTableMetadata indicates an expected call of GetTableMetadata

func (*MockAthenaAPIMockRecorder) GetTableMetadataRequest

func (mr *MockAthenaAPIMockRecorder) GetTableMetadataRequest(arg0 interface{}) *gomock.Call

GetTableMetadataRequest indicates an expected call of GetTableMetadataRequest

func (*MockAthenaAPIMockRecorder) GetTableMetadataWithContext

func (mr *MockAthenaAPIMockRecorder) GetTableMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTableMetadataWithContext indicates an expected call of GetTableMetadataWithContext

func (*MockAthenaAPIMockRecorder) GetWorkGroup

func (mr *MockAthenaAPIMockRecorder) GetWorkGroup(arg0 interface{}) *gomock.Call

GetWorkGroup indicates an expected call of GetWorkGroup

func (*MockAthenaAPIMockRecorder) GetWorkGroupRequest

func (mr *MockAthenaAPIMockRecorder) GetWorkGroupRequest(arg0 interface{}) *gomock.Call

GetWorkGroupRequest indicates an expected call of GetWorkGroupRequest

func (*MockAthenaAPIMockRecorder) GetWorkGroupWithContext

func (mr *MockAthenaAPIMockRecorder) GetWorkGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkGroupWithContext indicates an expected call of GetWorkGroupWithContext

func (*MockAthenaAPIMockRecorder) ListDataCatalogs

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogs(arg0 interface{}) *gomock.Call

ListDataCatalogs indicates an expected call of ListDataCatalogs

func (*MockAthenaAPIMockRecorder) ListDataCatalogsPages

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogsPages(arg0, arg1 interface{}) *gomock.Call

ListDataCatalogsPages indicates an expected call of ListDataCatalogsPages

func (*MockAthenaAPIMockRecorder) ListDataCatalogsPagesWithContext

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

ListDataCatalogsPagesWithContext indicates an expected call of ListDataCatalogsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListDataCatalogsRequest

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogsRequest(arg0 interface{}) *gomock.Call

ListDataCatalogsRequest indicates an expected call of ListDataCatalogsRequest

func (*MockAthenaAPIMockRecorder) ListDataCatalogsWithContext

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDataCatalogsWithContext indicates an expected call of ListDataCatalogsWithContext

func (*MockAthenaAPIMockRecorder) ListDatabases

func (mr *MockAthenaAPIMockRecorder) ListDatabases(arg0 interface{}) *gomock.Call

ListDatabases indicates an expected call of ListDatabases

func (*MockAthenaAPIMockRecorder) ListDatabasesPages

func (mr *MockAthenaAPIMockRecorder) ListDatabasesPages(arg0, arg1 interface{}) *gomock.Call

ListDatabasesPages indicates an expected call of ListDatabasesPages

func (*MockAthenaAPIMockRecorder) ListDatabasesPagesWithContext

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

ListDatabasesPagesWithContext indicates an expected call of ListDatabasesPagesWithContext

func (*MockAthenaAPIMockRecorder) ListDatabasesRequest

func (mr *MockAthenaAPIMockRecorder) ListDatabasesRequest(arg0 interface{}) *gomock.Call

ListDatabasesRequest indicates an expected call of ListDatabasesRequest

func (*MockAthenaAPIMockRecorder) ListDatabasesWithContext

func (mr *MockAthenaAPIMockRecorder) ListDatabasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDatabasesWithContext indicates an expected call of ListDatabasesWithContext

func (*MockAthenaAPIMockRecorder) ListNamedQueries

func (mr *MockAthenaAPIMockRecorder) ListNamedQueries(arg0 interface{}) *gomock.Call

ListNamedQueries indicates an expected call of ListNamedQueries

func (*MockAthenaAPIMockRecorder) ListNamedQueriesPages

func (mr *MockAthenaAPIMockRecorder) ListNamedQueriesPages(arg0, arg1 interface{}) *gomock.Call

ListNamedQueriesPages indicates an expected call of ListNamedQueriesPages

func (*MockAthenaAPIMockRecorder) ListNamedQueriesPagesWithContext

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

ListNamedQueriesPagesWithContext indicates an expected call of ListNamedQueriesPagesWithContext

func (*MockAthenaAPIMockRecorder) ListNamedQueriesRequest

func (mr *MockAthenaAPIMockRecorder) ListNamedQueriesRequest(arg0 interface{}) *gomock.Call

ListNamedQueriesRequest indicates an expected call of ListNamedQueriesRequest

func (*MockAthenaAPIMockRecorder) ListNamedQueriesWithContext

func (mr *MockAthenaAPIMockRecorder) ListNamedQueriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNamedQueriesWithContext indicates an expected call of ListNamedQueriesWithContext

func (*MockAthenaAPIMockRecorder) ListQueryExecutions

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutions(arg0 interface{}) *gomock.Call

ListQueryExecutions indicates an expected call of ListQueryExecutions

func (*MockAthenaAPIMockRecorder) ListQueryExecutionsPages

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutionsPages(arg0, arg1 interface{}) *gomock.Call

ListQueryExecutionsPages indicates an expected call of ListQueryExecutionsPages

func (*MockAthenaAPIMockRecorder) ListQueryExecutionsPagesWithContext

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

ListQueryExecutionsPagesWithContext indicates an expected call of ListQueryExecutionsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListQueryExecutionsRequest

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutionsRequest(arg0 interface{}) *gomock.Call

ListQueryExecutionsRequest indicates an expected call of ListQueryExecutionsRequest

func (*MockAthenaAPIMockRecorder) ListQueryExecutionsWithContext

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueryExecutionsWithContext indicates an expected call of ListQueryExecutionsWithContext

func (*MockAthenaAPIMockRecorder) ListTableMetadata

func (mr *MockAthenaAPIMockRecorder) ListTableMetadata(arg0 interface{}) *gomock.Call

ListTableMetadata indicates an expected call of ListTableMetadata

func (*MockAthenaAPIMockRecorder) ListTableMetadataPages

func (mr *MockAthenaAPIMockRecorder) ListTableMetadataPages(arg0, arg1 interface{}) *gomock.Call

ListTableMetadataPages indicates an expected call of ListTableMetadataPages

func (*MockAthenaAPIMockRecorder) ListTableMetadataPagesWithContext

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

ListTableMetadataPagesWithContext indicates an expected call of ListTableMetadataPagesWithContext

func (*MockAthenaAPIMockRecorder) ListTableMetadataRequest

func (mr *MockAthenaAPIMockRecorder) ListTableMetadataRequest(arg0 interface{}) *gomock.Call

ListTableMetadataRequest indicates an expected call of ListTableMetadataRequest

func (*MockAthenaAPIMockRecorder) ListTableMetadataWithContext

func (mr *MockAthenaAPIMockRecorder) ListTableMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTableMetadataWithContext indicates an expected call of ListTableMetadataWithContext

func (*MockAthenaAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockAthenaAPIMockRecorder) ListTagsForResourcePages

func (mr *MockAthenaAPIMockRecorder) ListTagsForResourcePages(arg0, arg1 interface{}) *gomock.Call

ListTagsForResourcePages indicates an expected call of ListTagsForResourcePages

func (*MockAthenaAPIMockRecorder) ListTagsForResourcePagesWithContext

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

ListTagsForResourcePagesWithContext indicates an expected call of ListTagsForResourcePagesWithContext

func (*MockAthenaAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockAthenaAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockAthenaAPIMockRecorder) ListWorkGroups

func (mr *MockAthenaAPIMockRecorder) ListWorkGroups(arg0 interface{}) *gomock.Call

ListWorkGroups indicates an expected call of ListWorkGroups

func (*MockAthenaAPIMockRecorder) ListWorkGroupsPages

func (mr *MockAthenaAPIMockRecorder) ListWorkGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListWorkGroupsPages indicates an expected call of ListWorkGroupsPages

func (*MockAthenaAPIMockRecorder) ListWorkGroupsPagesWithContext

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

ListWorkGroupsPagesWithContext indicates an expected call of ListWorkGroupsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListWorkGroupsRequest

func (mr *MockAthenaAPIMockRecorder) ListWorkGroupsRequest(arg0 interface{}) *gomock.Call

ListWorkGroupsRequest indicates an expected call of ListWorkGroupsRequest

func (*MockAthenaAPIMockRecorder) ListWorkGroupsWithContext

func (mr *MockAthenaAPIMockRecorder) ListWorkGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorkGroupsWithContext indicates an expected call of ListWorkGroupsWithContext

func (*MockAthenaAPIMockRecorder) StartQueryExecution

func (mr *MockAthenaAPIMockRecorder) StartQueryExecution(arg0 interface{}) *gomock.Call

StartQueryExecution indicates an expected call of StartQueryExecution

func (*MockAthenaAPIMockRecorder) StartQueryExecutionRequest

func (mr *MockAthenaAPIMockRecorder) StartQueryExecutionRequest(arg0 interface{}) *gomock.Call

StartQueryExecutionRequest indicates an expected call of StartQueryExecutionRequest

func (*MockAthenaAPIMockRecorder) StartQueryExecutionWithContext

func (mr *MockAthenaAPIMockRecorder) StartQueryExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartQueryExecutionWithContext indicates an expected call of StartQueryExecutionWithContext

func (*MockAthenaAPIMockRecorder) StopQueryExecution

func (mr *MockAthenaAPIMockRecorder) StopQueryExecution(arg0 interface{}) *gomock.Call

StopQueryExecution indicates an expected call of StopQueryExecution

func (*MockAthenaAPIMockRecorder) StopQueryExecutionRequest

func (mr *MockAthenaAPIMockRecorder) StopQueryExecutionRequest(arg0 interface{}) *gomock.Call

StopQueryExecutionRequest indicates an expected call of StopQueryExecutionRequest

func (*MockAthenaAPIMockRecorder) StopQueryExecutionWithContext

func (mr *MockAthenaAPIMockRecorder) StopQueryExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopQueryExecutionWithContext indicates an expected call of StopQueryExecutionWithContext

func (*MockAthenaAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockAthenaAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockAthenaAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockAthenaAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockAthenaAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockAthenaAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockAthenaAPIMockRecorder) UpdateDataCatalog

func (mr *MockAthenaAPIMockRecorder) UpdateDataCatalog(arg0 interface{}) *gomock.Call

UpdateDataCatalog indicates an expected call of UpdateDataCatalog

func (*MockAthenaAPIMockRecorder) UpdateDataCatalogRequest

func (mr *MockAthenaAPIMockRecorder) UpdateDataCatalogRequest(arg0 interface{}) *gomock.Call

UpdateDataCatalogRequest indicates an expected call of UpdateDataCatalogRequest

func (*MockAthenaAPIMockRecorder) UpdateDataCatalogWithContext

func (mr *MockAthenaAPIMockRecorder) UpdateDataCatalogWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDataCatalogWithContext indicates an expected call of UpdateDataCatalogWithContext

func (*MockAthenaAPIMockRecorder) UpdateWorkGroup

func (mr *MockAthenaAPIMockRecorder) UpdateWorkGroup(arg0 interface{}) *gomock.Call

UpdateWorkGroup indicates an expected call of UpdateWorkGroup

func (*MockAthenaAPIMockRecorder) UpdateWorkGroupRequest

func (mr *MockAthenaAPIMockRecorder) UpdateWorkGroupRequest(arg0 interface{}) *gomock.Call

UpdateWorkGroupRequest indicates an expected call of UpdateWorkGroupRequest

func (*MockAthenaAPIMockRecorder) UpdateWorkGroupWithContext

func (mr *MockAthenaAPIMockRecorder) UpdateWorkGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateWorkGroupWithContext indicates an expected call of UpdateWorkGroupWithContext

Jump to

Keyboard shortcuts

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