athenamock

package
v1.55.5 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2024 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) BatchGetPreparedStatement added in v1.44.46

BatchGetPreparedStatement mocks base method

func (*MockAthenaAPI) BatchGetPreparedStatementRequest added in v1.44.46

BatchGetPreparedStatementRequest mocks base method

func (*MockAthenaAPI) BatchGetPreparedStatementWithContext added in v1.44.46

func (m *MockAthenaAPI) BatchGetPreparedStatementWithContext(arg0 context.Context, arg1 *athena.BatchGetPreparedStatementInput, arg2 ...request.Option) (*athena.BatchGetPreparedStatementOutput, error)

BatchGetPreparedStatementWithContext 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) CancelCapacityReservation added in v1.44.253

CancelCapacityReservation mocks base method

func (*MockAthenaAPI) CancelCapacityReservationRequest added in v1.44.253

CancelCapacityReservationRequest mocks base method

func (*MockAthenaAPI) CancelCapacityReservationWithContext added in v1.44.253

func (m *MockAthenaAPI) CancelCapacityReservationWithContext(arg0 context.Context, arg1 *athena.CancelCapacityReservationInput, arg2 ...request.Option) (*athena.CancelCapacityReservationOutput, error)

CancelCapacityReservationWithContext mocks base method

func (*MockAthenaAPI) CreateCapacityReservation added in v1.44.253

CreateCapacityReservation mocks base method

func (*MockAthenaAPI) CreateCapacityReservationRequest added in v1.44.253

CreateCapacityReservationRequest mocks base method

func (*MockAthenaAPI) CreateCapacityReservationWithContext added in v1.44.253

func (m *MockAthenaAPI) CreateCapacityReservationWithContext(arg0 context.Context, arg1 *athena.CreateCapacityReservationInput, arg2 ...request.Option) (*athena.CreateCapacityReservationOutput, error)

CreateCapacityReservationWithContext 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) CreateNotebook added in v1.44.150

CreateNotebook mocks base method

func (*MockAthenaAPI) CreateNotebookRequest added in v1.44.150

func (m *MockAthenaAPI) CreateNotebookRequest(arg0 *athena.CreateNotebookInput) (*request.Request, *athena.CreateNotebookOutput)

CreateNotebookRequest mocks base method

func (*MockAthenaAPI) CreateNotebookWithContext added in v1.44.150

func (m *MockAthenaAPI) CreateNotebookWithContext(arg0 context.Context, arg1 *athena.CreateNotebookInput, arg2 ...request.Option) (*athena.CreateNotebookOutput, error)

CreateNotebookWithContext mocks base method

func (*MockAthenaAPI) CreatePreparedStatement

CreatePreparedStatement mocks base method

func (*MockAthenaAPI) CreatePreparedStatementRequest

CreatePreparedStatementRequest mocks base method

func (*MockAthenaAPI) CreatePreparedStatementWithContext

func (m *MockAthenaAPI) CreatePreparedStatementWithContext(arg0 context.Context, arg1 *athena.CreatePreparedStatementInput, arg2 ...request.Option) (*athena.CreatePreparedStatementOutput, error)

CreatePreparedStatementWithContext mocks base method

func (*MockAthenaAPI) CreatePresignedNotebookUrl added in v1.44.150

CreatePresignedNotebookUrl mocks base method

func (*MockAthenaAPI) CreatePresignedNotebookUrlRequest added in v1.44.150

CreatePresignedNotebookUrlRequest mocks base method

func (*MockAthenaAPI) CreatePresignedNotebookUrlWithContext added in v1.44.150

func (m *MockAthenaAPI) CreatePresignedNotebookUrlWithContext(arg0 context.Context, arg1 *athena.CreatePresignedNotebookUrlInput, arg2 ...request.Option) (*athena.CreatePresignedNotebookUrlOutput, error)

CreatePresignedNotebookUrlWithContext 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) DeleteCapacityReservation added in v1.44.275

DeleteCapacityReservation mocks base method

func (*MockAthenaAPI) DeleteCapacityReservationRequest added in v1.44.275

DeleteCapacityReservationRequest mocks base method

func (*MockAthenaAPI) DeleteCapacityReservationWithContext added in v1.44.275

func (m *MockAthenaAPI) DeleteCapacityReservationWithContext(arg0 context.Context, arg1 *athena.DeleteCapacityReservationInput, arg2 ...request.Option) (*athena.DeleteCapacityReservationOutput, error)

DeleteCapacityReservationWithContext 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) DeleteNotebook added in v1.44.150

DeleteNotebook mocks base method

func (*MockAthenaAPI) DeleteNotebookRequest added in v1.44.150

func (m *MockAthenaAPI) DeleteNotebookRequest(arg0 *athena.DeleteNotebookInput) (*request.Request, *athena.DeleteNotebookOutput)

DeleteNotebookRequest mocks base method

func (*MockAthenaAPI) DeleteNotebookWithContext added in v1.44.150

func (m *MockAthenaAPI) DeleteNotebookWithContext(arg0 context.Context, arg1 *athena.DeleteNotebookInput, arg2 ...request.Option) (*athena.DeleteNotebookOutput, error)

DeleteNotebookWithContext mocks base method

func (*MockAthenaAPI) DeletePreparedStatement

DeletePreparedStatement mocks base method

func (*MockAthenaAPI) DeletePreparedStatementRequest

DeletePreparedStatementRequest mocks base method

func (*MockAthenaAPI) DeletePreparedStatementWithContext

func (m *MockAthenaAPI) DeletePreparedStatementWithContext(arg0 context.Context, arg1 *athena.DeletePreparedStatementInput, arg2 ...request.Option) (*athena.DeletePreparedStatementOutput, error)

DeletePreparedStatementWithContext 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) ExportNotebook added in v1.44.150

ExportNotebook mocks base method

func (*MockAthenaAPI) ExportNotebookRequest added in v1.44.150

func (m *MockAthenaAPI) ExportNotebookRequest(arg0 *athena.ExportNotebookInput) (*request.Request, *athena.ExportNotebookOutput)

ExportNotebookRequest mocks base method

func (*MockAthenaAPI) ExportNotebookWithContext added in v1.44.150

func (m *MockAthenaAPI) ExportNotebookWithContext(arg0 context.Context, arg1 *athena.ExportNotebookInput, arg2 ...request.Option) (*athena.ExportNotebookOutput, error)

ExportNotebookWithContext mocks base method

func (*MockAthenaAPI) GetCalculationExecution added in v1.44.150

GetCalculationExecution mocks base method

func (*MockAthenaAPI) GetCalculationExecutionCode added in v1.44.150

GetCalculationExecutionCode mocks base method

func (*MockAthenaAPI) GetCalculationExecutionCodeRequest added in v1.44.150

GetCalculationExecutionCodeRequest mocks base method

func (*MockAthenaAPI) GetCalculationExecutionCodeWithContext added in v1.44.150

func (m *MockAthenaAPI) GetCalculationExecutionCodeWithContext(arg0 context.Context, arg1 *athena.GetCalculationExecutionCodeInput, arg2 ...request.Option) (*athena.GetCalculationExecutionCodeOutput, error)

GetCalculationExecutionCodeWithContext mocks base method

func (*MockAthenaAPI) GetCalculationExecutionRequest added in v1.44.150

GetCalculationExecutionRequest mocks base method

func (*MockAthenaAPI) GetCalculationExecutionStatus added in v1.44.150

GetCalculationExecutionStatus mocks base method

func (*MockAthenaAPI) GetCalculationExecutionStatusRequest added in v1.44.150

GetCalculationExecutionStatusRequest mocks base method

func (*MockAthenaAPI) GetCalculationExecutionStatusWithContext added in v1.44.150

func (m *MockAthenaAPI) GetCalculationExecutionStatusWithContext(arg0 context.Context, arg1 *athena.GetCalculationExecutionStatusInput, arg2 ...request.Option) (*athena.GetCalculationExecutionStatusOutput, error)

GetCalculationExecutionStatusWithContext mocks base method

func (*MockAthenaAPI) GetCalculationExecutionWithContext added in v1.44.150

func (m *MockAthenaAPI) GetCalculationExecutionWithContext(arg0 context.Context, arg1 *athena.GetCalculationExecutionInput, arg2 ...request.Option) (*athena.GetCalculationExecutionOutput, error)

GetCalculationExecutionWithContext mocks base method

func (*MockAthenaAPI) GetCapacityAssignmentConfiguration added in v1.44.253

GetCapacityAssignmentConfiguration mocks base method

func (*MockAthenaAPI) GetCapacityAssignmentConfigurationRequest added in v1.44.253

GetCapacityAssignmentConfigurationRequest mocks base method

func (*MockAthenaAPI) GetCapacityAssignmentConfigurationWithContext added in v1.44.253

func (m *MockAthenaAPI) GetCapacityAssignmentConfigurationWithContext(arg0 context.Context, arg1 *athena.GetCapacityAssignmentConfigurationInput, arg2 ...request.Option) (*athena.GetCapacityAssignmentConfigurationOutput, error)

GetCapacityAssignmentConfigurationWithContext mocks base method

func (*MockAthenaAPI) GetCapacityReservation added in v1.44.253

GetCapacityReservation mocks base method

func (*MockAthenaAPI) GetCapacityReservationRequest added in v1.44.253

GetCapacityReservationRequest mocks base method

func (*MockAthenaAPI) GetCapacityReservationWithContext added in v1.44.253

func (m *MockAthenaAPI) GetCapacityReservationWithContext(arg0 context.Context, arg1 *athena.GetCapacityReservationInput, arg2 ...request.Option) (*athena.GetCapacityReservationOutput, error)

GetCapacityReservationWithContext mocks base method

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) GetNotebookMetadata added in v1.44.150

GetNotebookMetadata mocks base method

func (*MockAthenaAPI) GetNotebookMetadataRequest added in v1.44.150

GetNotebookMetadataRequest mocks base method

func (*MockAthenaAPI) GetNotebookMetadataWithContext added in v1.44.150

func (m *MockAthenaAPI) GetNotebookMetadataWithContext(arg0 context.Context, arg1 *athena.GetNotebookMetadataInput, arg2 ...request.Option) (*athena.GetNotebookMetadataOutput, error)

GetNotebookMetadataWithContext mocks base method

func (*MockAthenaAPI) GetPreparedStatement

GetPreparedStatement mocks base method

func (*MockAthenaAPI) GetPreparedStatementRequest

GetPreparedStatementRequest mocks base method

func (*MockAthenaAPI) GetPreparedStatementWithContext

func (m *MockAthenaAPI) GetPreparedStatementWithContext(arg0 context.Context, arg1 *athena.GetPreparedStatementInput, arg2 ...request.Option) (*athena.GetPreparedStatementOutput, error)

GetPreparedStatementWithContext 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) GetQueryRuntimeStatistics added in v1.44.60

GetQueryRuntimeStatistics mocks base method

func (*MockAthenaAPI) GetQueryRuntimeStatisticsRequest added in v1.44.60

GetQueryRuntimeStatisticsRequest mocks base method

func (*MockAthenaAPI) GetQueryRuntimeStatisticsWithContext added in v1.44.60

func (m *MockAthenaAPI) GetQueryRuntimeStatisticsWithContext(arg0 context.Context, arg1 *athena.GetQueryRuntimeStatisticsInput, arg2 ...request.Option) (*athena.GetQueryRuntimeStatisticsOutput, error)

GetQueryRuntimeStatisticsWithContext mocks base method

func (*MockAthenaAPI) GetSession added in v1.44.150

GetSession mocks base method

func (*MockAthenaAPI) GetSessionRequest added in v1.44.150

func (m *MockAthenaAPI) GetSessionRequest(arg0 *athena.GetSessionInput) (*request.Request, *athena.GetSessionOutput)

GetSessionRequest mocks base method

func (*MockAthenaAPI) GetSessionStatus added in v1.44.150

GetSessionStatus mocks base method

func (*MockAthenaAPI) GetSessionStatusRequest added in v1.44.150

GetSessionStatusRequest mocks base method

func (*MockAthenaAPI) GetSessionStatusWithContext added in v1.44.150

func (m *MockAthenaAPI) GetSessionStatusWithContext(arg0 context.Context, arg1 *athena.GetSessionStatusInput, arg2 ...request.Option) (*athena.GetSessionStatusOutput, error)

GetSessionStatusWithContext mocks base method

func (*MockAthenaAPI) GetSessionWithContext added in v1.44.150

func (m *MockAthenaAPI) GetSessionWithContext(arg0 context.Context, arg1 *athena.GetSessionInput, arg2 ...request.Option) (*athena.GetSessionOutput, error)

GetSessionWithContext 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) ImportNotebook added in v1.44.150

ImportNotebook mocks base method

func (*MockAthenaAPI) ImportNotebookRequest added in v1.44.150

func (m *MockAthenaAPI) ImportNotebookRequest(arg0 *athena.ImportNotebookInput) (*request.Request, *athena.ImportNotebookOutput)

ImportNotebookRequest mocks base method

func (*MockAthenaAPI) ImportNotebookWithContext added in v1.44.150

func (m *MockAthenaAPI) ImportNotebookWithContext(arg0 context.Context, arg1 *athena.ImportNotebookInput, arg2 ...request.Option) (*athena.ImportNotebookOutput, error)

ImportNotebookWithContext mocks base method

func (*MockAthenaAPI) ListApplicationDPUSizes added in v1.44.150

ListApplicationDPUSizes mocks base method

func (*MockAthenaAPI) ListApplicationDPUSizesPages added in v1.44.150

func (m *MockAthenaAPI) ListApplicationDPUSizesPages(arg0 *athena.ListApplicationDPUSizesInput, arg1 func(*athena.ListApplicationDPUSizesOutput, bool) bool) error

ListApplicationDPUSizesPages mocks base method

func (*MockAthenaAPI) ListApplicationDPUSizesPagesWithContext added in v1.44.150

func (m *MockAthenaAPI) ListApplicationDPUSizesPagesWithContext(arg0 context.Context, arg1 *athena.ListApplicationDPUSizesInput, arg2 func(*athena.ListApplicationDPUSizesOutput, bool) bool, arg3 ...request.Option) error

ListApplicationDPUSizesPagesWithContext mocks base method

func (*MockAthenaAPI) ListApplicationDPUSizesRequest added in v1.44.150

ListApplicationDPUSizesRequest mocks base method

func (*MockAthenaAPI) ListApplicationDPUSizesWithContext added in v1.44.150

func (m *MockAthenaAPI) ListApplicationDPUSizesWithContext(arg0 context.Context, arg1 *athena.ListApplicationDPUSizesInput, arg2 ...request.Option) (*athena.ListApplicationDPUSizesOutput, error)

ListApplicationDPUSizesWithContext mocks base method

func (*MockAthenaAPI) ListCalculationExecutions added in v1.44.150

ListCalculationExecutions mocks base method

func (*MockAthenaAPI) ListCalculationExecutionsPages added in v1.44.150

func (m *MockAthenaAPI) ListCalculationExecutionsPages(arg0 *athena.ListCalculationExecutionsInput, arg1 func(*athena.ListCalculationExecutionsOutput, bool) bool) error

ListCalculationExecutionsPages mocks base method

func (*MockAthenaAPI) ListCalculationExecutionsPagesWithContext added in v1.44.150

func (m *MockAthenaAPI) ListCalculationExecutionsPagesWithContext(arg0 context.Context, arg1 *athena.ListCalculationExecutionsInput, arg2 func(*athena.ListCalculationExecutionsOutput, bool) bool, arg3 ...request.Option) error

ListCalculationExecutionsPagesWithContext mocks base method

func (*MockAthenaAPI) ListCalculationExecutionsRequest added in v1.44.150

ListCalculationExecutionsRequest mocks base method

func (*MockAthenaAPI) ListCalculationExecutionsWithContext added in v1.44.150

func (m *MockAthenaAPI) ListCalculationExecutionsWithContext(arg0 context.Context, arg1 *athena.ListCalculationExecutionsInput, arg2 ...request.Option) (*athena.ListCalculationExecutionsOutput, error)

ListCalculationExecutionsWithContext mocks base method

func (*MockAthenaAPI) ListCapacityReservations added in v1.44.253

ListCapacityReservations mocks base method

func (*MockAthenaAPI) ListCapacityReservationsPages added in v1.44.253

func (m *MockAthenaAPI) ListCapacityReservationsPages(arg0 *athena.ListCapacityReservationsInput, arg1 func(*athena.ListCapacityReservationsOutput, bool) bool) error

ListCapacityReservationsPages mocks base method

func (*MockAthenaAPI) ListCapacityReservationsPagesWithContext added in v1.44.253

func (m *MockAthenaAPI) ListCapacityReservationsPagesWithContext(arg0 context.Context, arg1 *athena.ListCapacityReservationsInput, arg2 func(*athena.ListCapacityReservationsOutput, bool) bool, arg3 ...request.Option) error

ListCapacityReservationsPagesWithContext mocks base method

func (*MockAthenaAPI) ListCapacityReservationsRequest added in v1.44.253

ListCapacityReservationsRequest mocks base method

func (*MockAthenaAPI) ListCapacityReservationsWithContext added in v1.44.253

func (m *MockAthenaAPI) ListCapacityReservationsWithContext(arg0 context.Context, arg1 *athena.ListCapacityReservationsInput, arg2 ...request.Option) (*athena.ListCapacityReservationsOutput, error)

ListCapacityReservationsWithContext 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) ListEngineVersions

ListEngineVersions mocks base method

func (*MockAthenaAPI) ListEngineVersionsPages added in v1.44.60

func (m *MockAthenaAPI) ListEngineVersionsPages(arg0 *athena.ListEngineVersionsInput, arg1 func(*athena.ListEngineVersionsOutput, bool) bool) error

ListEngineVersionsPages mocks base method

func (*MockAthenaAPI) ListEngineVersionsPagesWithContext added in v1.44.60

func (m *MockAthenaAPI) ListEngineVersionsPagesWithContext(arg0 context.Context, arg1 *athena.ListEngineVersionsInput, arg2 func(*athena.ListEngineVersionsOutput, bool) bool, arg3 ...request.Option) error

ListEngineVersionsPagesWithContext mocks base method

func (*MockAthenaAPI) ListEngineVersionsRequest

ListEngineVersionsRequest mocks base method

func (*MockAthenaAPI) ListEngineVersionsWithContext

func (m *MockAthenaAPI) ListEngineVersionsWithContext(arg0 context.Context, arg1 *athena.ListEngineVersionsInput, arg2 ...request.Option) (*athena.ListEngineVersionsOutput, error)

ListEngineVersionsWithContext mocks base method

func (*MockAthenaAPI) ListExecutors added in v1.44.150

ListExecutors mocks base method

func (*MockAthenaAPI) ListExecutorsPages added in v1.44.150

func (m *MockAthenaAPI) ListExecutorsPages(arg0 *athena.ListExecutorsInput, arg1 func(*athena.ListExecutorsOutput, bool) bool) error

ListExecutorsPages mocks base method

func (*MockAthenaAPI) ListExecutorsPagesWithContext added in v1.44.150

func (m *MockAthenaAPI) ListExecutorsPagesWithContext(arg0 context.Context, arg1 *athena.ListExecutorsInput, arg2 func(*athena.ListExecutorsOutput, bool) bool, arg3 ...request.Option) error

ListExecutorsPagesWithContext mocks base method

func (*MockAthenaAPI) ListExecutorsRequest added in v1.44.150

func (m *MockAthenaAPI) ListExecutorsRequest(arg0 *athena.ListExecutorsInput) (*request.Request, *athena.ListExecutorsOutput)

ListExecutorsRequest mocks base method

func (*MockAthenaAPI) ListExecutorsWithContext added in v1.44.150

func (m *MockAthenaAPI) ListExecutorsWithContext(arg0 context.Context, arg1 *athena.ListExecutorsInput, arg2 ...request.Option) (*athena.ListExecutorsOutput, error)

ListExecutorsWithContext 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) ListNotebookMetadata added in v1.44.150

ListNotebookMetadata mocks base method

func (*MockAthenaAPI) ListNotebookMetadataRequest added in v1.44.150

ListNotebookMetadataRequest mocks base method

func (*MockAthenaAPI) ListNotebookMetadataWithContext added in v1.44.150

func (m *MockAthenaAPI) ListNotebookMetadataWithContext(arg0 context.Context, arg1 *athena.ListNotebookMetadataInput, arg2 ...request.Option) (*athena.ListNotebookMetadataOutput, error)

ListNotebookMetadataWithContext mocks base method

func (*MockAthenaAPI) ListNotebookSessions added in v1.44.150

ListNotebookSessions mocks base method

func (*MockAthenaAPI) ListNotebookSessionsRequest added in v1.44.150

ListNotebookSessionsRequest mocks base method

func (*MockAthenaAPI) ListNotebookSessionsWithContext added in v1.44.150

func (m *MockAthenaAPI) ListNotebookSessionsWithContext(arg0 context.Context, arg1 *athena.ListNotebookSessionsInput, arg2 ...request.Option) (*athena.ListNotebookSessionsOutput, error)

ListNotebookSessionsWithContext mocks base method

func (*MockAthenaAPI) ListPreparedStatements

ListPreparedStatements mocks base method

func (*MockAthenaAPI) ListPreparedStatementsPages

func (m *MockAthenaAPI) ListPreparedStatementsPages(arg0 *athena.ListPreparedStatementsInput, arg1 func(*athena.ListPreparedStatementsOutput, bool) bool) error

ListPreparedStatementsPages mocks base method

func (*MockAthenaAPI) ListPreparedStatementsPagesWithContext

func (m *MockAthenaAPI) ListPreparedStatementsPagesWithContext(arg0 context.Context, arg1 *athena.ListPreparedStatementsInput, arg2 func(*athena.ListPreparedStatementsOutput, bool) bool, arg3 ...request.Option) error

ListPreparedStatementsPagesWithContext mocks base method

func (*MockAthenaAPI) ListPreparedStatementsRequest

ListPreparedStatementsRequest mocks base method

func (*MockAthenaAPI) ListPreparedStatementsWithContext

func (m *MockAthenaAPI) ListPreparedStatementsWithContext(arg0 context.Context, arg1 *athena.ListPreparedStatementsInput, arg2 ...request.Option) (*athena.ListPreparedStatementsOutput, error)

ListPreparedStatementsWithContext 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) ListSessions added in v1.44.150

ListSessions mocks base method

func (*MockAthenaAPI) ListSessionsPages added in v1.44.150

func (m *MockAthenaAPI) ListSessionsPages(arg0 *athena.ListSessionsInput, arg1 func(*athena.ListSessionsOutput, bool) bool) error

ListSessionsPages mocks base method

func (*MockAthenaAPI) ListSessionsPagesWithContext added in v1.44.150

func (m *MockAthenaAPI) ListSessionsPagesWithContext(arg0 context.Context, arg1 *athena.ListSessionsInput, arg2 func(*athena.ListSessionsOutput, bool) bool, arg3 ...request.Option) error

ListSessionsPagesWithContext mocks base method

func (*MockAthenaAPI) ListSessionsRequest added in v1.44.150

func (m *MockAthenaAPI) ListSessionsRequest(arg0 *athena.ListSessionsInput) (*request.Request, *athena.ListSessionsOutput)

ListSessionsRequest mocks base method

func (*MockAthenaAPI) ListSessionsWithContext added in v1.44.150

func (m *MockAthenaAPI) ListSessionsWithContext(arg0 context.Context, arg1 *athena.ListSessionsInput, arg2 ...request.Option) (*athena.ListSessionsOutput, error)

ListSessionsWithContext 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) PutCapacityAssignmentConfiguration added in v1.44.253

PutCapacityAssignmentConfiguration mocks base method

func (*MockAthenaAPI) PutCapacityAssignmentConfigurationRequest added in v1.44.253

PutCapacityAssignmentConfigurationRequest mocks base method

func (*MockAthenaAPI) PutCapacityAssignmentConfigurationWithContext added in v1.44.253

func (m *MockAthenaAPI) PutCapacityAssignmentConfigurationWithContext(arg0 context.Context, arg1 *athena.PutCapacityAssignmentConfigurationInput, arg2 ...request.Option) (*athena.PutCapacityAssignmentConfigurationOutput, error)

PutCapacityAssignmentConfigurationWithContext mocks base method

func (*MockAthenaAPI) StartCalculationExecution added in v1.44.150

StartCalculationExecution mocks base method

func (*MockAthenaAPI) StartCalculationExecutionRequest added in v1.44.150

StartCalculationExecutionRequest mocks base method

func (*MockAthenaAPI) StartCalculationExecutionWithContext added in v1.44.150

func (m *MockAthenaAPI) StartCalculationExecutionWithContext(arg0 context.Context, arg1 *athena.StartCalculationExecutionInput, arg2 ...request.Option) (*athena.StartCalculationExecutionOutput, error)

StartCalculationExecutionWithContext 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) StartSession added in v1.44.150

StartSession mocks base method

func (*MockAthenaAPI) StartSessionRequest added in v1.44.150

func (m *MockAthenaAPI) StartSessionRequest(arg0 *athena.StartSessionInput) (*request.Request, *athena.StartSessionOutput)

StartSessionRequest mocks base method

func (*MockAthenaAPI) StartSessionWithContext added in v1.44.150

func (m *MockAthenaAPI) StartSessionWithContext(arg0 context.Context, arg1 *athena.StartSessionInput, arg2 ...request.Option) (*athena.StartSessionOutput, error)

StartSessionWithContext mocks base method

func (*MockAthenaAPI) StopCalculationExecution added in v1.44.150

StopCalculationExecution mocks base method

func (*MockAthenaAPI) StopCalculationExecutionRequest added in v1.44.150

StopCalculationExecutionRequest mocks base method

func (*MockAthenaAPI) StopCalculationExecutionWithContext added in v1.44.150

func (m *MockAthenaAPI) StopCalculationExecutionWithContext(arg0 context.Context, arg1 *athena.StopCalculationExecutionInput, arg2 ...request.Option) (*athena.StopCalculationExecutionOutput, error)

StopCalculationExecutionWithContext 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) TerminateSession added in v1.44.150

TerminateSession mocks base method

func (*MockAthenaAPI) TerminateSessionRequest added in v1.44.150

TerminateSessionRequest mocks base method

func (*MockAthenaAPI) TerminateSessionWithContext added in v1.44.150

func (m *MockAthenaAPI) TerminateSessionWithContext(arg0 context.Context, arg1 *athena.TerminateSessionInput, arg2 ...request.Option) (*athena.TerminateSessionOutput, error)

TerminateSessionWithContext 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) UpdateCapacityReservation added in v1.44.253

UpdateCapacityReservation mocks base method

func (*MockAthenaAPI) UpdateCapacityReservationRequest added in v1.44.253

UpdateCapacityReservationRequest mocks base method

func (*MockAthenaAPI) UpdateCapacityReservationWithContext added in v1.44.253

func (m *MockAthenaAPI) UpdateCapacityReservationWithContext(arg0 context.Context, arg1 *athena.UpdateCapacityReservationInput, arg2 ...request.Option) (*athena.UpdateCapacityReservationOutput, error)

UpdateCapacityReservationWithContext 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) UpdateNamedQuery

UpdateNamedQuery mocks base method

func (*MockAthenaAPI) UpdateNamedQueryRequest

UpdateNamedQueryRequest mocks base method

func (*MockAthenaAPI) UpdateNamedQueryWithContext

func (m *MockAthenaAPI) UpdateNamedQueryWithContext(arg0 context.Context, arg1 *athena.UpdateNamedQueryInput, arg2 ...request.Option) (*athena.UpdateNamedQueryOutput, error)

UpdateNamedQueryWithContext mocks base method

func (*MockAthenaAPI) UpdateNotebook added in v1.44.150

UpdateNotebook mocks base method

func (*MockAthenaAPI) UpdateNotebookMetadata added in v1.44.150

UpdateNotebookMetadata mocks base method

func (*MockAthenaAPI) UpdateNotebookMetadataRequest added in v1.44.150

UpdateNotebookMetadataRequest mocks base method

func (*MockAthenaAPI) UpdateNotebookMetadataWithContext added in v1.44.150

func (m *MockAthenaAPI) UpdateNotebookMetadataWithContext(arg0 context.Context, arg1 *athena.UpdateNotebookMetadataInput, arg2 ...request.Option) (*athena.UpdateNotebookMetadataOutput, error)

UpdateNotebookMetadataWithContext mocks base method

func (*MockAthenaAPI) UpdateNotebookRequest added in v1.44.150

func (m *MockAthenaAPI) UpdateNotebookRequest(arg0 *athena.UpdateNotebookInput) (*request.Request, *athena.UpdateNotebookOutput)

UpdateNotebookRequest mocks base method

func (*MockAthenaAPI) UpdateNotebookWithContext added in v1.44.150

func (m *MockAthenaAPI) UpdateNotebookWithContext(arg0 context.Context, arg1 *athena.UpdateNotebookInput, arg2 ...request.Option) (*athena.UpdateNotebookOutput, error)

UpdateNotebookWithContext mocks base method

func (*MockAthenaAPI) UpdatePreparedStatement

UpdatePreparedStatement mocks base method

func (*MockAthenaAPI) UpdatePreparedStatementRequest

UpdatePreparedStatementRequest mocks base method

func (*MockAthenaAPI) UpdatePreparedStatementWithContext

func (m *MockAthenaAPI) UpdatePreparedStatementWithContext(arg0 context.Context, arg1 *athena.UpdatePreparedStatementInput, arg2 ...request.Option) (*athena.UpdatePreparedStatementOutput, error)

UpdatePreparedStatementWithContext 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) BatchGetPreparedStatement added in v1.44.46

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

BatchGetPreparedStatement indicates an expected call of BatchGetPreparedStatement

func (*MockAthenaAPIMockRecorder) BatchGetPreparedStatementRequest added in v1.44.46

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

BatchGetPreparedStatementRequest indicates an expected call of BatchGetPreparedStatementRequest

func (*MockAthenaAPIMockRecorder) BatchGetPreparedStatementWithContext added in v1.44.46

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

BatchGetPreparedStatementWithContext indicates an expected call of BatchGetPreparedStatementWithContext

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) CancelCapacityReservation added in v1.44.253

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

CancelCapacityReservation indicates an expected call of CancelCapacityReservation

func (*MockAthenaAPIMockRecorder) CancelCapacityReservationRequest added in v1.44.253

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

CancelCapacityReservationRequest indicates an expected call of CancelCapacityReservationRequest

func (*MockAthenaAPIMockRecorder) CancelCapacityReservationWithContext added in v1.44.253

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

CancelCapacityReservationWithContext indicates an expected call of CancelCapacityReservationWithContext

func (*MockAthenaAPIMockRecorder) CreateCapacityReservation added in v1.44.253

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

CreateCapacityReservation indicates an expected call of CreateCapacityReservation

func (*MockAthenaAPIMockRecorder) CreateCapacityReservationRequest added in v1.44.253

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

CreateCapacityReservationRequest indicates an expected call of CreateCapacityReservationRequest

func (*MockAthenaAPIMockRecorder) CreateCapacityReservationWithContext added in v1.44.253

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

CreateCapacityReservationWithContext indicates an expected call of CreateCapacityReservationWithContext

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) CreateNotebook added in v1.44.150

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

CreateNotebook indicates an expected call of CreateNotebook

func (*MockAthenaAPIMockRecorder) CreateNotebookRequest added in v1.44.150

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

CreateNotebookRequest indicates an expected call of CreateNotebookRequest

func (*MockAthenaAPIMockRecorder) CreateNotebookWithContext added in v1.44.150

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

CreateNotebookWithContext indicates an expected call of CreateNotebookWithContext

func (*MockAthenaAPIMockRecorder) CreatePreparedStatement

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

CreatePreparedStatement indicates an expected call of CreatePreparedStatement

func (*MockAthenaAPIMockRecorder) CreatePreparedStatementRequest

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

CreatePreparedStatementRequest indicates an expected call of CreatePreparedStatementRequest

func (*MockAthenaAPIMockRecorder) CreatePreparedStatementWithContext

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

CreatePreparedStatementWithContext indicates an expected call of CreatePreparedStatementWithContext

func (*MockAthenaAPIMockRecorder) CreatePresignedNotebookUrl added in v1.44.150

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

CreatePresignedNotebookUrl indicates an expected call of CreatePresignedNotebookUrl

func (*MockAthenaAPIMockRecorder) CreatePresignedNotebookUrlRequest added in v1.44.150

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

CreatePresignedNotebookUrlRequest indicates an expected call of CreatePresignedNotebookUrlRequest

func (*MockAthenaAPIMockRecorder) CreatePresignedNotebookUrlWithContext added in v1.44.150

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

CreatePresignedNotebookUrlWithContext indicates an expected call of CreatePresignedNotebookUrlWithContext

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) DeleteCapacityReservation added in v1.44.275

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

DeleteCapacityReservation indicates an expected call of DeleteCapacityReservation

func (*MockAthenaAPIMockRecorder) DeleteCapacityReservationRequest added in v1.44.275

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

DeleteCapacityReservationRequest indicates an expected call of DeleteCapacityReservationRequest

func (*MockAthenaAPIMockRecorder) DeleteCapacityReservationWithContext added in v1.44.275

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

DeleteCapacityReservationWithContext indicates an expected call of DeleteCapacityReservationWithContext

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) DeleteNotebook added in v1.44.150

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

DeleteNotebook indicates an expected call of DeleteNotebook

func (*MockAthenaAPIMockRecorder) DeleteNotebookRequest added in v1.44.150

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

DeleteNotebookRequest indicates an expected call of DeleteNotebookRequest

func (*MockAthenaAPIMockRecorder) DeleteNotebookWithContext added in v1.44.150

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

DeleteNotebookWithContext indicates an expected call of DeleteNotebookWithContext

func (*MockAthenaAPIMockRecorder) DeletePreparedStatement

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

DeletePreparedStatement indicates an expected call of DeletePreparedStatement

func (*MockAthenaAPIMockRecorder) DeletePreparedStatementRequest

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

DeletePreparedStatementRequest indicates an expected call of DeletePreparedStatementRequest

func (*MockAthenaAPIMockRecorder) DeletePreparedStatementWithContext

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

DeletePreparedStatementWithContext indicates an expected call of DeletePreparedStatementWithContext

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) ExportNotebook added in v1.44.150

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

ExportNotebook indicates an expected call of ExportNotebook

func (*MockAthenaAPIMockRecorder) ExportNotebookRequest added in v1.44.150

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

ExportNotebookRequest indicates an expected call of ExportNotebookRequest

func (*MockAthenaAPIMockRecorder) ExportNotebookWithContext added in v1.44.150

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

ExportNotebookWithContext indicates an expected call of ExportNotebookWithContext

func (*MockAthenaAPIMockRecorder) GetCalculationExecution added in v1.44.150

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

GetCalculationExecution indicates an expected call of GetCalculationExecution

func (*MockAthenaAPIMockRecorder) GetCalculationExecutionCode added in v1.44.150

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

GetCalculationExecutionCode indicates an expected call of GetCalculationExecutionCode

func (*MockAthenaAPIMockRecorder) GetCalculationExecutionCodeRequest added in v1.44.150

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

GetCalculationExecutionCodeRequest indicates an expected call of GetCalculationExecutionCodeRequest

func (*MockAthenaAPIMockRecorder) GetCalculationExecutionCodeWithContext added in v1.44.150

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

GetCalculationExecutionCodeWithContext indicates an expected call of GetCalculationExecutionCodeWithContext

func (*MockAthenaAPIMockRecorder) GetCalculationExecutionRequest added in v1.44.150

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

GetCalculationExecutionRequest indicates an expected call of GetCalculationExecutionRequest

func (*MockAthenaAPIMockRecorder) GetCalculationExecutionStatus added in v1.44.150

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

GetCalculationExecutionStatus indicates an expected call of GetCalculationExecutionStatus

func (*MockAthenaAPIMockRecorder) GetCalculationExecutionStatusRequest added in v1.44.150

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

GetCalculationExecutionStatusRequest indicates an expected call of GetCalculationExecutionStatusRequest

func (*MockAthenaAPIMockRecorder) GetCalculationExecutionStatusWithContext added in v1.44.150

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

GetCalculationExecutionStatusWithContext indicates an expected call of GetCalculationExecutionStatusWithContext

func (*MockAthenaAPIMockRecorder) GetCalculationExecutionWithContext added in v1.44.150

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

GetCalculationExecutionWithContext indicates an expected call of GetCalculationExecutionWithContext

func (*MockAthenaAPIMockRecorder) GetCapacityAssignmentConfiguration added in v1.44.253

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

GetCapacityAssignmentConfiguration indicates an expected call of GetCapacityAssignmentConfiguration

func (*MockAthenaAPIMockRecorder) GetCapacityAssignmentConfigurationRequest added in v1.44.253

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

GetCapacityAssignmentConfigurationRequest indicates an expected call of GetCapacityAssignmentConfigurationRequest

func (*MockAthenaAPIMockRecorder) GetCapacityAssignmentConfigurationWithContext added in v1.44.253

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

GetCapacityAssignmentConfigurationWithContext indicates an expected call of GetCapacityAssignmentConfigurationWithContext

func (*MockAthenaAPIMockRecorder) GetCapacityReservation added in v1.44.253

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

GetCapacityReservation indicates an expected call of GetCapacityReservation

func (*MockAthenaAPIMockRecorder) GetCapacityReservationRequest added in v1.44.253

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

GetCapacityReservationRequest indicates an expected call of GetCapacityReservationRequest

func (*MockAthenaAPIMockRecorder) GetCapacityReservationWithContext added in v1.44.253

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

GetCapacityReservationWithContext indicates an expected call of GetCapacityReservationWithContext

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) GetNotebookMetadata added in v1.44.150

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

GetNotebookMetadata indicates an expected call of GetNotebookMetadata

func (*MockAthenaAPIMockRecorder) GetNotebookMetadataRequest added in v1.44.150

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

GetNotebookMetadataRequest indicates an expected call of GetNotebookMetadataRequest

func (*MockAthenaAPIMockRecorder) GetNotebookMetadataWithContext added in v1.44.150

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

GetNotebookMetadataWithContext indicates an expected call of GetNotebookMetadataWithContext

func (*MockAthenaAPIMockRecorder) GetPreparedStatement

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

GetPreparedStatement indicates an expected call of GetPreparedStatement

func (*MockAthenaAPIMockRecorder) GetPreparedStatementRequest

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

GetPreparedStatementRequest indicates an expected call of GetPreparedStatementRequest

func (*MockAthenaAPIMockRecorder) GetPreparedStatementWithContext

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

GetPreparedStatementWithContext indicates an expected call of GetPreparedStatementWithContext

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) GetQueryRuntimeStatistics added in v1.44.60

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

GetQueryRuntimeStatistics indicates an expected call of GetQueryRuntimeStatistics

func (*MockAthenaAPIMockRecorder) GetQueryRuntimeStatisticsRequest added in v1.44.60

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

GetQueryRuntimeStatisticsRequest indicates an expected call of GetQueryRuntimeStatisticsRequest

func (*MockAthenaAPIMockRecorder) GetQueryRuntimeStatisticsWithContext added in v1.44.60

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

GetQueryRuntimeStatisticsWithContext indicates an expected call of GetQueryRuntimeStatisticsWithContext

func (*MockAthenaAPIMockRecorder) GetSession added in v1.44.150

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

GetSession indicates an expected call of GetSession

func (*MockAthenaAPIMockRecorder) GetSessionRequest added in v1.44.150

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

GetSessionRequest indicates an expected call of GetSessionRequest

func (*MockAthenaAPIMockRecorder) GetSessionStatus added in v1.44.150

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

GetSessionStatus indicates an expected call of GetSessionStatus

func (*MockAthenaAPIMockRecorder) GetSessionStatusRequest added in v1.44.150

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

GetSessionStatusRequest indicates an expected call of GetSessionStatusRequest

func (*MockAthenaAPIMockRecorder) GetSessionStatusWithContext added in v1.44.150

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

GetSessionStatusWithContext indicates an expected call of GetSessionStatusWithContext

func (*MockAthenaAPIMockRecorder) GetSessionWithContext added in v1.44.150

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

GetSessionWithContext indicates an expected call of GetSessionWithContext

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) ImportNotebook added in v1.44.150

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

ImportNotebook indicates an expected call of ImportNotebook

func (*MockAthenaAPIMockRecorder) ImportNotebookRequest added in v1.44.150

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

ImportNotebookRequest indicates an expected call of ImportNotebookRequest

func (*MockAthenaAPIMockRecorder) ImportNotebookWithContext added in v1.44.150

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

ImportNotebookWithContext indicates an expected call of ImportNotebookWithContext

func (*MockAthenaAPIMockRecorder) ListApplicationDPUSizes added in v1.44.150

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

ListApplicationDPUSizes indicates an expected call of ListApplicationDPUSizes

func (*MockAthenaAPIMockRecorder) ListApplicationDPUSizesPages added in v1.44.150

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

ListApplicationDPUSizesPages indicates an expected call of ListApplicationDPUSizesPages

func (*MockAthenaAPIMockRecorder) ListApplicationDPUSizesPagesWithContext added in v1.44.150

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

ListApplicationDPUSizesPagesWithContext indicates an expected call of ListApplicationDPUSizesPagesWithContext

func (*MockAthenaAPIMockRecorder) ListApplicationDPUSizesRequest added in v1.44.150

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

ListApplicationDPUSizesRequest indicates an expected call of ListApplicationDPUSizesRequest

func (*MockAthenaAPIMockRecorder) ListApplicationDPUSizesWithContext added in v1.44.150

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

ListApplicationDPUSizesWithContext indicates an expected call of ListApplicationDPUSizesWithContext

func (*MockAthenaAPIMockRecorder) ListCalculationExecutions added in v1.44.150

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

ListCalculationExecutions indicates an expected call of ListCalculationExecutions

func (*MockAthenaAPIMockRecorder) ListCalculationExecutionsPages added in v1.44.150

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

ListCalculationExecutionsPages indicates an expected call of ListCalculationExecutionsPages

func (*MockAthenaAPIMockRecorder) ListCalculationExecutionsPagesWithContext added in v1.44.150

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

ListCalculationExecutionsPagesWithContext indicates an expected call of ListCalculationExecutionsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListCalculationExecutionsRequest added in v1.44.150

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

ListCalculationExecutionsRequest indicates an expected call of ListCalculationExecutionsRequest

func (*MockAthenaAPIMockRecorder) ListCalculationExecutionsWithContext added in v1.44.150

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

ListCalculationExecutionsWithContext indicates an expected call of ListCalculationExecutionsWithContext

func (*MockAthenaAPIMockRecorder) ListCapacityReservations added in v1.44.253

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

ListCapacityReservations indicates an expected call of ListCapacityReservations

func (*MockAthenaAPIMockRecorder) ListCapacityReservationsPages added in v1.44.253

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

ListCapacityReservationsPages indicates an expected call of ListCapacityReservationsPages

func (*MockAthenaAPIMockRecorder) ListCapacityReservationsPagesWithContext added in v1.44.253

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

ListCapacityReservationsPagesWithContext indicates an expected call of ListCapacityReservationsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListCapacityReservationsRequest added in v1.44.253

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

ListCapacityReservationsRequest indicates an expected call of ListCapacityReservationsRequest

func (*MockAthenaAPIMockRecorder) ListCapacityReservationsWithContext added in v1.44.253

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

ListCapacityReservationsWithContext indicates an expected call of ListCapacityReservationsWithContext

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) ListEngineVersions

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

ListEngineVersions indicates an expected call of ListEngineVersions

func (*MockAthenaAPIMockRecorder) ListEngineVersionsPages added in v1.44.60

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

ListEngineVersionsPages indicates an expected call of ListEngineVersionsPages

func (*MockAthenaAPIMockRecorder) ListEngineVersionsPagesWithContext added in v1.44.60

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

ListEngineVersionsPagesWithContext indicates an expected call of ListEngineVersionsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListEngineVersionsRequest

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

ListEngineVersionsRequest indicates an expected call of ListEngineVersionsRequest

func (*MockAthenaAPIMockRecorder) ListEngineVersionsWithContext

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

ListEngineVersionsWithContext indicates an expected call of ListEngineVersionsWithContext

func (*MockAthenaAPIMockRecorder) ListExecutors added in v1.44.150

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

ListExecutors indicates an expected call of ListExecutors

func (*MockAthenaAPIMockRecorder) ListExecutorsPages added in v1.44.150

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

ListExecutorsPages indicates an expected call of ListExecutorsPages

func (*MockAthenaAPIMockRecorder) ListExecutorsPagesWithContext added in v1.44.150

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

ListExecutorsPagesWithContext indicates an expected call of ListExecutorsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListExecutorsRequest added in v1.44.150

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

ListExecutorsRequest indicates an expected call of ListExecutorsRequest

func (*MockAthenaAPIMockRecorder) ListExecutorsWithContext added in v1.44.150

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

ListExecutorsWithContext indicates an expected call of ListExecutorsWithContext

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) ListNotebookMetadata added in v1.44.150

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

ListNotebookMetadata indicates an expected call of ListNotebookMetadata

func (*MockAthenaAPIMockRecorder) ListNotebookMetadataRequest added in v1.44.150

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

ListNotebookMetadataRequest indicates an expected call of ListNotebookMetadataRequest

func (*MockAthenaAPIMockRecorder) ListNotebookMetadataWithContext added in v1.44.150

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

ListNotebookMetadataWithContext indicates an expected call of ListNotebookMetadataWithContext

func (*MockAthenaAPIMockRecorder) ListNotebookSessions added in v1.44.150

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

ListNotebookSessions indicates an expected call of ListNotebookSessions

func (*MockAthenaAPIMockRecorder) ListNotebookSessionsRequest added in v1.44.150

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

ListNotebookSessionsRequest indicates an expected call of ListNotebookSessionsRequest

func (*MockAthenaAPIMockRecorder) ListNotebookSessionsWithContext added in v1.44.150

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

ListNotebookSessionsWithContext indicates an expected call of ListNotebookSessionsWithContext

func (*MockAthenaAPIMockRecorder) ListPreparedStatements

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

ListPreparedStatements indicates an expected call of ListPreparedStatements

func (*MockAthenaAPIMockRecorder) ListPreparedStatementsPages

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

ListPreparedStatementsPages indicates an expected call of ListPreparedStatementsPages

func (*MockAthenaAPIMockRecorder) ListPreparedStatementsPagesWithContext

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

ListPreparedStatementsPagesWithContext indicates an expected call of ListPreparedStatementsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListPreparedStatementsRequest

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

ListPreparedStatementsRequest indicates an expected call of ListPreparedStatementsRequest

func (*MockAthenaAPIMockRecorder) ListPreparedStatementsWithContext

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

ListPreparedStatementsWithContext indicates an expected call of ListPreparedStatementsWithContext

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) ListSessions added in v1.44.150

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

ListSessions indicates an expected call of ListSessions

func (*MockAthenaAPIMockRecorder) ListSessionsPages added in v1.44.150

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

ListSessionsPages indicates an expected call of ListSessionsPages

func (*MockAthenaAPIMockRecorder) ListSessionsPagesWithContext added in v1.44.150

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

ListSessionsPagesWithContext indicates an expected call of ListSessionsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListSessionsRequest added in v1.44.150

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

ListSessionsRequest indicates an expected call of ListSessionsRequest

func (*MockAthenaAPIMockRecorder) ListSessionsWithContext added in v1.44.150

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

ListSessionsWithContext indicates an expected call of ListSessionsWithContext

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) PutCapacityAssignmentConfiguration added in v1.44.253

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

PutCapacityAssignmentConfiguration indicates an expected call of PutCapacityAssignmentConfiguration

func (*MockAthenaAPIMockRecorder) PutCapacityAssignmentConfigurationRequest added in v1.44.253

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

PutCapacityAssignmentConfigurationRequest indicates an expected call of PutCapacityAssignmentConfigurationRequest

func (*MockAthenaAPIMockRecorder) PutCapacityAssignmentConfigurationWithContext added in v1.44.253

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

PutCapacityAssignmentConfigurationWithContext indicates an expected call of PutCapacityAssignmentConfigurationWithContext

func (*MockAthenaAPIMockRecorder) StartCalculationExecution added in v1.44.150

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

StartCalculationExecution indicates an expected call of StartCalculationExecution

func (*MockAthenaAPIMockRecorder) StartCalculationExecutionRequest added in v1.44.150

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

StartCalculationExecutionRequest indicates an expected call of StartCalculationExecutionRequest

func (*MockAthenaAPIMockRecorder) StartCalculationExecutionWithContext added in v1.44.150

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

StartCalculationExecutionWithContext indicates an expected call of StartCalculationExecutionWithContext

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) StartSession added in v1.44.150

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

StartSession indicates an expected call of StartSession

func (*MockAthenaAPIMockRecorder) StartSessionRequest added in v1.44.150

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

StartSessionRequest indicates an expected call of StartSessionRequest

func (*MockAthenaAPIMockRecorder) StartSessionWithContext added in v1.44.150

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

StartSessionWithContext indicates an expected call of StartSessionWithContext

func (*MockAthenaAPIMockRecorder) StopCalculationExecution added in v1.44.150

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

StopCalculationExecution indicates an expected call of StopCalculationExecution

func (*MockAthenaAPIMockRecorder) StopCalculationExecutionRequest added in v1.44.150

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

StopCalculationExecutionRequest indicates an expected call of StopCalculationExecutionRequest

func (*MockAthenaAPIMockRecorder) StopCalculationExecutionWithContext added in v1.44.150

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

StopCalculationExecutionWithContext indicates an expected call of StopCalculationExecutionWithContext

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) TerminateSession added in v1.44.150

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

TerminateSession indicates an expected call of TerminateSession

func (*MockAthenaAPIMockRecorder) TerminateSessionRequest added in v1.44.150

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

TerminateSessionRequest indicates an expected call of TerminateSessionRequest

func (*MockAthenaAPIMockRecorder) TerminateSessionWithContext added in v1.44.150

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

TerminateSessionWithContext indicates an expected call of TerminateSessionWithContext

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) UpdateCapacityReservation added in v1.44.253

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

UpdateCapacityReservation indicates an expected call of UpdateCapacityReservation

func (*MockAthenaAPIMockRecorder) UpdateCapacityReservationRequest added in v1.44.253

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

UpdateCapacityReservationRequest indicates an expected call of UpdateCapacityReservationRequest

func (*MockAthenaAPIMockRecorder) UpdateCapacityReservationWithContext added in v1.44.253

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

UpdateCapacityReservationWithContext indicates an expected call of UpdateCapacityReservationWithContext

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) UpdateNamedQuery

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

UpdateNamedQuery indicates an expected call of UpdateNamedQuery

func (*MockAthenaAPIMockRecorder) UpdateNamedQueryRequest

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

UpdateNamedQueryRequest indicates an expected call of UpdateNamedQueryRequest

func (*MockAthenaAPIMockRecorder) UpdateNamedQueryWithContext

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

UpdateNamedQueryWithContext indicates an expected call of UpdateNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) UpdateNotebook added in v1.44.150

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

UpdateNotebook indicates an expected call of UpdateNotebook

func (*MockAthenaAPIMockRecorder) UpdateNotebookMetadata added in v1.44.150

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

UpdateNotebookMetadata indicates an expected call of UpdateNotebookMetadata

func (*MockAthenaAPIMockRecorder) UpdateNotebookMetadataRequest added in v1.44.150

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

UpdateNotebookMetadataRequest indicates an expected call of UpdateNotebookMetadataRequest

func (*MockAthenaAPIMockRecorder) UpdateNotebookMetadataWithContext added in v1.44.150

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

UpdateNotebookMetadataWithContext indicates an expected call of UpdateNotebookMetadataWithContext

func (*MockAthenaAPIMockRecorder) UpdateNotebookRequest added in v1.44.150

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

UpdateNotebookRequest indicates an expected call of UpdateNotebookRequest

func (*MockAthenaAPIMockRecorder) UpdateNotebookWithContext added in v1.44.150

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

UpdateNotebookWithContext indicates an expected call of UpdateNotebookWithContext

func (*MockAthenaAPIMockRecorder) UpdatePreparedStatement

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

UpdatePreparedStatement indicates an expected call of UpdatePreparedStatement

func (*MockAthenaAPIMockRecorder) UpdatePreparedStatementRequest

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

UpdatePreparedStatementRequest indicates an expected call of UpdatePreparedStatementRequest

func (*MockAthenaAPIMockRecorder) UpdatePreparedStatementWithContext

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

UpdatePreparedStatementWithContext indicates an expected call of UpdatePreparedStatementWithContext

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