kendramock

package
v1.43.22 Latest Latest
Warning

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

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

Documentation

Overview

Package kendramock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockKendraAPI

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

MockKendraAPI is a mock of KendraAPI interface.

func NewMockKendraAPI

func NewMockKendraAPI(ctrl *gomock.Controller) *MockKendraAPI

NewMockKendraAPI creates a new mock instance.

func (*MockKendraAPI) AssociateEntitiesToExperience added in v1.43.22

AssociateEntitiesToExperience mocks base method.

func (*MockKendraAPI) AssociateEntitiesToExperienceRequest added in v1.43.22

AssociateEntitiesToExperienceRequest mocks base method.

func (*MockKendraAPI) AssociateEntitiesToExperienceWithContext added in v1.43.22

func (m *MockKendraAPI) AssociateEntitiesToExperienceWithContext(arg0 context.Context, arg1 *kendra.AssociateEntitiesToExperienceInput, arg2 ...request.Option) (*kendra.AssociateEntitiesToExperienceOutput, error)

AssociateEntitiesToExperienceWithContext mocks base method.

func (*MockKendraAPI) AssociatePersonasToEntities added in v1.43.22

AssociatePersonasToEntities mocks base method.

func (*MockKendraAPI) AssociatePersonasToEntitiesRequest added in v1.43.22

AssociatePersonasToEntitiesRequest mocks base method.

func (*MockKendraAPI) AssociatePersonasToEntitiesWithContext added in v1.43.22

func (m *MockKendraAPI) AssociatePersonasToEntitiesWithContext(arg0 context.Context, arg1 *kendra.AssociatePersonasToEntitiesInput, arg2 ...request.Option) (*kendra.AssociatePersonasToEntitiesOutput, error)

AssociatePersonasToEntitiesWithContext mocks base method.

func (*MockKendraAPI) BatchDeleteDocument

BatchDeleteDocument mocks base method.

func (*MockKendraAPI) BatchDeleteDocumentRequest

BatchDeleteDocumentRequest mocks base method.

func (*MockKendraAPI) BatchDeleteDocumentWithContext

func (m *MockKendraAPI) BatchDeleteDocumentWithContext(arg0 context.Context, arg1 *kendra.BatchDeleteDocumentInput, arg2 ...request.Option) (*kendra.BatchDeleteDocumentOutput, error)

BatchDeleteDocumentWithContext mocks base method.

func (*MockKendraAPI) BatchGetDocumentStatus added in v1.43.22

BatchGetDocumentStatus mocks base method.

func (*MockKendraAPI) BatchGetDocumentStatusRequest added in v1.43.22

BatchGetDocumentStatusRequest mocks base method.

func (*MockKendraAPI) BatchGetDocumentStatusWithContext added in v1.43.22

func (m *MockKendraAPI) BatchGetDocumentStatusWithContext(arg0 context.Context, arg1 *kendra.BatchGetDocumentStatusInput, arg2 ...request.Option) (*kendra.BatchGetDocumentStatusOutput, error)

BatchGetDocumentStatusWithContext mocks base method.

func (*MockKendraAPI) BatchPutDocument

BatchPutDocument mocks base method.

func (*MockKendraAPI) BatchPutDocumentRequest

BatchPutDocumentRequest mocks base method.

func (*MockKendraAPI) BatchPutDocumentWithContext

func (m *MockKendraAPI) BatchPutDocumentWithContext(arg0 context.Context, arg1 *kendra.BatchPutDocumentInput, arg2 ...request.Option) (*kendra.BatchPutDocumentOutput, error)

BatchPutDocumentWithContext mocks base method.

func (*MockKendraAPI) ClearQuerySuggestions added in v1.43.22

ClearQuerySuggestions mocks base method.

func (*MockKendraAPI) ClearQuerySuggestionsRequest added in v1.43.22

ClearQuerySuggestionsRequest mocks base method.

func (*MockKendraAPI) ClearQuerySuggestionsWithContext added in v1.43.22

func (m *MockKendraAPI) ClearQuerySuggestionsWithContext(arg0 context.Context, arg1 *kendra.ClearQuerySuggestionsInput, arg2 ...request.Option) (*kendra.ClearQuerySuggestionsOutput, error)

ClearQuerySuggestionsWithContext mocks base method.

func (*MockKendraAPI) CreateDataSource

CreateDataSource mocks base method.

func (*MockKendraAPI) CreateDataSourceRequest

CreateDataSourceRequest mocks base method.

func (*MockKendraAPI) CreateDataSourceWithContext

func (m *MockKendraAPI) CreateDataSourceWithContext(arg0 context.Context, arg1 *kendra.CreateDataSourceInput, arg2 ...request.Option) (*kendra.CreateDataSourceOutput, error)

CreateDataSourceWithContext mocks base method.

func (*MockKendraAPI) CreateExperience added in v1.43.22

CreateExperience mocks base method.

func (*MockKendraAPI) CreateExperienceRequest added in v1.43.22

CreateExperienceRequest mocks base method.

func (*MockKendraAPI) CreateExperienceWithContext added in v1.43.22

func (m *MockKendraAPI) CreateExperienceWithContext(arg0 context.Context, arg1 *kendra.CreateExperienceInput, arg2 ...request.Option) (*kendra.CreateExperienceOutput, error)

CreateExperienceWithContext mocks base method.

func (*MockKendraAPI) CreateFaq

CreateFaq mocks base method.

func (*MockKendraAPI) CreateFaqRequest

func (m *MockKendraAPI) CreateFaqRequest(arg0 *kendra.CreateFaqInput) (*request.Request, *kendra.CreateFaqOutput)

CreateFaqRequest mocks base method.

func (*MockKendraAPI) CreateFaqWithContext

func (m *MockKendraAPI) CreateFaqWithContext(arg0 context.Context, arg1 *kendra.CreateFaqInput, arg2 ...request.Option) (*kendra.CreateFaqOutput, error)

CreateFaqWithContext mocks base method.

func (*MockKendraAPI) CreateIndex

CreateIndex mocks base method.

func (*MockKendraAPI) CreateIndexRequest

func (m *MockKendraAPI) CreateIndexRequest(arg0 *kendra.CreateIndexInput) (*request.Request, *kendra.CreateIndexOutput)

CreateIndexRequest mocks base method.

func (*MockKendraAPI) CreateIndexWithContext

func (m *MockKendraAPI) CreateIndexWithContext(arg0 context.Context, arg1 *kendra.CreateIndexInput, arg2 ...request.Option) (*kendra.CreateIndexOutput, error)

CreateIndexWithContext mocks base method.

func (*MockKendraAPI) CreateQuerySuggestionsBlockList added in v1.43.22

CreateQuerySuggestionsBlockList mocks base method.

func (*MockKendraAPI) CreateQuerySuggestionsBlockListRequest added in v1.43.22

CreateQuerySuggestionsBlockListRequest mocks base method.

func (*MockKendraAPI) CreateQuerySuggestionsBlockListWithContext added in v1.43.22

func (m *MockKendraAPI) CreateQuerySuggestionsBlockListWithContext(arg0 context.Context, arg1 *kendra.CreateQuerySuggestionsBlockListInput, arg2 ...request.Option) (*kendra.CreateQuerySuggestionsBlockListOutput, error)

CreateQuerySuggestionsBlockListWithContext mocks base method.

func (*MockKendraAPI) CreateThesaurus

CreateThesaurus mocks base method.

func (*MockKendraAPI) CreateThesaurusRequest

CreateThesaurusRequest mocks base method.

func (*MockKendraAPI) CreateThesaurusWithContext

func (m *MockKendraAPI) CreateThesaurusWithContext(arg0 context.Context, arg1 *kendra.CreateThesaurusInput, arg2 ...request.Option) (*kendra.CreateThesaurusOutput, error)

CreateThesaurusWithContext mocks base method.

func (*MockKendraAPI) DeleteDataSource

DeleteDataSource mocks base method.

func (*MockKendraAPI) DeleteDataSourceRequest

DeleteDataSourceRequest mocks base method.

func (*MockKendraAPI) DeleteDataSourceWithContext

func (m *MockKendraAPI) DeleteDataSourceWithContext(arg0 context.Context, arg1 *kendra.DeleteDataSourceInput, arg2 ...request.Option) (*kendra.DeleteDataSourceOutput, error)

DeleteDataSourceWithContext mocks base method.

func (*MockKendraAPI) DeleteExperience added in v1.43.22

DeleteExperience mocks base method.

func (*MockKendraAPI) DeleteExperienceRequest added in v1.43.22

DeleteExperienceRequest mocks base method.

func (*MockKendraAPI) DeleteExperienceWithContext added in v1.43.22

func (m *MockKendraAPI) DeleteExperienceWithContext(arg0 context.Context, arg1 *kendra.DeleteExperienceInput, arg2 ...request.Option) (*kendra.DeleteExperienceOutput, error)

DeleteExperienceWithContext mocks base method.

func (*MockKendraAPI) DeleteFaq

DeleteFaq mocks base method.

func (*MockKendraAPI) DeleteFaqRequest

func (m *MockKendraAPI) DeleteFaqRequest(arg0 *kendra.DeleteFaqInput) (*request.Request, *kendra.DeleteFaqOutput)

DeleteFaqRequest mocks base method.

func (*MockKendraAPI) DeleteFaqWithContext

func (m *MockKendraAPI) DeleteFaqWithContext(arg0 context.Context, arg1 *kendra.DeleteFaqInput, arg2 ...request.Option) (*kendra.DeleteFaqOutput, error)

DeleteFaqWithContext mocks base method.

func (*MockKendraAPI) DeleteIndex

DeleteIndex mocks base method.

func (*MockKendraAPI) DeleteIndexRequest

func (m *MockKendraAPI) DeleteIndexRequest(arg0 *kendra.DeleteIndexInput) (*request.Request, *kendra.DeleteIndexOutput)

DeleteIndexRequest mocks base method.

func (*MockKendraAPI) DeleteIndexWithContext

func (m *MockKendraAPI) DeleteIndexWithContext(arg0 context.Context, arg1 *kendra.DeleteIndexInput, arg2 ...request.Option) (*kendra.DeleteIndexOutput, error)

DeleteIndexWithContext mocks base method.

func (*MockKendraAPI) DeletePrincipalMapping added in v1.43.22

DeletePrincipalMapping mocks base method.

func (*MockKendraAPI) DeletePrincipalMappingRequest added in v1.43.22

DeletePrincipalMappingRequest mocks base method.

func (*MockKendraAPI) DeletePrincipalMappingWithContext added in v1.43.22

func (m *MockKendraAPI) DeletePrincipalMappingWithContext(arg0 context.Context, arg1 *kendra.DeletePrincipalMappingInput, arg2 ...request.Option) (*kendra.DeletePrincipalMappingOutput, error)

DeletePrincipalMappingWithContext mocks base method.

func (*MockKendraAPI) DeleteQuerySuggestionsBlockList added in v1.43.22

DeleteQuerySuggestionsBlockList mocks base method.

func (*MockKendraAPI) DeleteQuerySuggestionsBlockListRequest added in v1.43.22

DeleteQuerySuggestionsBlockListRequest mocks base method.

func (*MockKendraAPI) DeleteQuerySuggestionsBlockListWithContext added in v1.43.22

func (m *MockKendraAPI) DeleteQuerySuggestionsBlockListWithContext(arg0 context.Context, arg1 *kendra.DeleteQuerySuggestionsBlockListInput, arg2 ...request.Option) (*kendra.DeleteQuerySuggestionsBlockListOutput, error)

DeleteQuerySuggestionsBlockListWithContext mocks base method.

func (*MockKendraAPI) DeleteThesaurus

DeleteThesaurus mocks base method.

func (*MockKendraAPI) DeleteThesaurusRequest

DeleteThesaurusRequest mocks base method.

func (*MockKendraAPI) DeleteThesaurusWithContext

func (m *MockKendraAPI) DeleteThesaurusWithContext(arg0 context.Context, arg1 *kendra.DeleteThesaurusInput, arg2 ...request.Option) (*kendra.DeleteThesaurusOutput, error)

DeleteThesaurusWithContext mocks base method.

func (*MockKendraAPI) DescribeDataSource

DescribeDataSource mocks base method.

func (*MockKendraAPI) DescribeDataSourceRequest

DescribeDataSourceRequest mocks base method.

func (*MockKendraAPI) DescribeDataSourceWithContext

func (m *MockKendraAPI) DescribeDataSourceWithContext(arg0 context.Context, arg1 *kendra.DescribeDataSourceInput, arg2 ...request.Option) (*kendra.DescribeDataSourceOutput, error)

DescribeDataSourceWithContext mocks base method.

func (*MockKendraAPI) DescribeExperience added in v1.43.22

DescribeExperience mocks base method.

func (*MockKendraAPI) DescribeExperienceRequest added in v1.43.22

DescribeExperienceRequest mocks base method.

func (*MockKendraAPI) DescribeExperienceWithContext added in v1.43.22

func (m *MockKendraAPI) DescribeExperienceWithContext(arg0 context.Context, arg1 *kendra.DescribeExperienceInput, arg2 ...request.Option) (*kendra.DescribeExperienceOutput, error)

DescribeExperienceWithContext mocks base method.

func (*MockKendraAPI) DescribeFaq

DescribeFaq mocks base method.

func (*MockKendraAPI) DescribeFaqRequest

func (m *MockKendraAPI) DescribeFaqRequest(arg0 *kendra.DescribeFaqInput) (*request.Request, *kendra.DescribeFaqOutput)

DescribeFaqRequest mocks base method.

func (*MockKendraAPI) DescribeFaqWithContext

func (m *MockKendraAPI) DescribeFaqWithContext(arg0 context.Context, arg1 *kendra.DescribeFaqInput, arg2 ...request.Option) (*kendra.DescribeFaqOutput, error)

DescribeFaqWithContext mocks base method.

func (*MockKendraAPI) DescribeIndex

DescribeIndex mocks base method.

func (*MockKendraAPI) DescribeIndexRequest

func (m *MockKendraAPI) DescribeIndexRequest(arg0 *kendra.DescribeIndexInput) (*request.Request, *kendra.DescribeIndexOutput)

DescribeIndexRequest mocks base method.

func (*MockKendraAPI) DescribeIndexWithContext

func (m *MockKendraAPI) DescribeIndexWithContext(arg0 context.Context, arg1 *kendra.DescribeIndexInput, arg2 ...request.Option) (*kendra.DescribeIndexOutput, error)

DescribeIndexWithContext mocks base method.

func (*MockKendraAPI) DescribePrincipalMapping added in v1.43.22

DescribePrincipalMapping mocks base method.

func (*MockKendraAPI) DescribePrincipalMappingRequest added in v1.43.22

DescribePrincipalMappingRequest mocks base method.

func (*MockKendraAPI) DescribePrincipalMappingWithContext added in v1.43.22

func (m *MockKendraAPI) DescribePrincipalMappingWithContext(arg0 context.Context, arg1 *kendra.DescribePrincipalMappingInput, arg2 ...request.Option) (*kendra.DescribePrincipalMappingOutput, error)

DescribePrincipalMappingWithContext mocks base method.

func (*MockKendraAPI) DescribeQuerySuggestionsBlockList added in v1.43.22

DescribeQuerySuggestionsBlockList mocks base method.

func (*MockKendraAPI) DescribeQuerySuggestionsBlockListRequest added in v1.43.22

DescribeQuerySuggestionsBlockListRequest mocks base method.

func (*MockKendraAPI) DescribeQuerySuggestionsBlockListWithContext added in v1.43.22

func (m *MockKendraAPI) DescribeQuerySuggestionsBlockListWithContext(arg0 context.Context, arg1 *kendra.DescribeQuerySuggestionsBlockListInput, arg2 ...request.Option) (*kendra.DescribeQuerySuggestionsBlockListOutput, error)

DescribeQuerySuggestionsBlockListWithContext mocks base method.

func (*MockKendraAPI) DescribeQuerySuggestionsConfig added in v1.43.22

DescribeQuerySuggestionsConfig mocks base method.

func (*MockKendraAPI) DescribeQuerySuggestionsConfigRequest added in v1.43.22

DescribeQuerySuggestionsConfigRequest mocks base method.

func (*MockKendraAPI) DescribeQuerySuggestionsConfigWithContext added in v1.43.22

func (m *MockKendraAPI) DescribeQuerySuggestionsConfigWithContext(arg0 context.Context, arg1 *kendra.DescribeQuerySuggestionsConfigInput, arg2 ...request.Option) (*kendra.DescribeQuerySuggestionsConfigOutput, error)

DescribeQuerySuggestionsConfigWithContext mocks base method.

func (*MockKendraAPI) DescribeThesaurus

DescribeThesaurus mocks base method.

func (*MockKendraAPI) DescribeThesaurusRequest

DescribeThesaurusRequest mocks base method.

func (*MockKendraAPI) DescribeThesaurusWithContext

func (m *MockKendraAPI) DescribeThesaurusWithContext(arg0 context.Context, arg1 *kendra.DescribeThesaurusInput, arg2 ...request.Option) (*kendra.DescribeThesaurusOutput, error)

DescribeThesaurusWithContext mocks base method.

func (*MockKendraAPI) DisassociateEntitiesFromExperience added in v1.43.22

DisassociateEntitiesFromExperience mocks base method.

func (*MockKendraAPI) DisassociateEntitiesFromExperienceRequest added in v1.43.22

DisassociateEntitiesFromExperienceRequest mocks base method.

func (*MockKendraAPI) DisassociateEntitiesFromExperienceWithContext added in v1.43.22

func (m *MockKendraAPI) DisassociateEntitiesFromExperienceWithContext(arg0 context.Context, arg1 *kendra.DisassociateEntitiesFromExperienceInput, arg2 ...request.Option) (*kendra.DisassociateEntitiesFromExperienceOutput, error)

DisassociateEntitiesFromExperienceWithContext mocks base method.

func (*MockKendraAPI) DisassociatePersonasFromEntities added in v1.43.22

DisassociatePersonasFromEntities mocks base method.

func (*MockKendraAPI) DisassociatePersonasFromEntitiesRequest added in v1.43.22

DisassociatePersonasFromEntitiesRequest mocks base method.

func (*MockKendraAPI) DisassociatePersonasFromEntitiesWithContext added in v1.43.22

func (m *MockKendraAPI) DisassociatePersonasFromEntitiesWithContext(arg0 context.Context, arg1 *kendra.DisassociatePersonasFromEntitiesInput, arg2 ...request.Option) (*kendra.DisassociatePersonasFromEntitiesOutput, error)

DisassociatePersonasFromEntitiesWithContext mocks base method.

func (*MockKendraAPI) EXPECT

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

func (*MockKendraAPI) GetQuerySuggestions added in v1.43.22

GetQuerySuggestions mocks base method.

func (*MockKendraAPI) GetQuerySuggestionsRequest added in v1.43.22

GetQuerySuggestionsRequest mocks base method.

func (*MockKendraAPI) GetQuerySuggestionsWithContext added in v1.43.22

func (m *MockKendraAPI) GetQuerySuggestionsWithContext(arg0 context.Context, arg1 *kendra.GetQuerySuggestionsInput, arg2 ...request.Option) (*kendra.GetQuerySuggestionsOutput, error)

GetQuerySuggestionsWithContext mocks base method.

func (*MockKendraAPI) GetSnapshots added in v1.43.22

GetSnapshots mocks base method.

func (*MockKendraAPI) GetSnapshotsPages added in v1.43.22

func (m *MockKendraAPI) GetSnapshotsPages(arg0 *kendra.GetSnapshotsInput, arg1 func(*kendra.GetSnapshotsOutput, bool) bool) error

GetSnapshotsPages mocks base method.

func (*MockKendraAPI) GetSnapshotsPagesWithContext added in v1.43.22

func (m *MockKendraAPI) GetSnapshotsPagesWithContext(arg0 context.Context, arg1 *kendra.GetSnapshotsInput, arg2 func(*kendra.GetSnapshotsOutput, bool) bool, arg3 ...request.Option) error

GetSnapshotsPagesWithContext mocks base method.

func (*MockKendraAPI) GetSnapshotsRequest added in v1.43.22

func (m *MockKendraAPI) GetSnapshotsRequest(arg0 *kendra.GetSnapshotsInput) (*request.Request, *kendra.GetSnapshotsOutput)

GetSnapshotsRequest mocks base method.

func (*MockKendraAPI) GetSnapshotsWithContext added in v1.43.22

func (m *MockKendraAPI) GetSnapshotsWithContext(arg0 context.Context, arg1 *kendra.GetSnapshotsInput, arg2 ...request.Option) (*kendra.GetSnapshotsOutput, error)

GetSnapshotsWithContext mocks base method.

func (*MockKendraAPI) ListDataSourceSyncJobs

ListDataSourceSyncJobs mocks base method.

func (*MockKendraAPI) ListDataSourceSyncJobsPages

func (m *MockKendraAPI) ListDataSourceSyncJobsPages(arg0 *kendra.ListDataSourceSyncJobsInput, arg1 func(*kendra.ListDataSourceSyncJobsOutput, bool) bool) error

ListDataSourceSyncJobsPages mocks base method.

func (*MockKendraAPI) ListDataSourceSyncJobsPagesWithContext

func (m *MockKendraAPI) ListDataSourceSyncJobsPagesWithContext(arg0 context.Context, arg1 *kendra.ListDataSourceSyncJobsInput, arg2 func(*kendra.ListDataSourceSyncJobsOutput, bool) bool, arg3 ...request.Option) error

ListDataSourceSyncJobsPagesWithContext mocks base method.

func (*MockKendraAPI) ListDataSourceSyncJobsRequest

ListDataSourceSyncJobsRequest mocks base method.

func (*MockKendraAPI) ListDataSourceSyncJobsWithContext

func (m *MockKendraAPI) ListDataSourceSyncJobsWithContext(arg0 context.Context, arg1 *kendra.ListDataSourceSyncJobsInput, arg2 ...request.Option) (*kendra.ListDataSourceSyncJobsOutput, error)

ListDataSourceSyncJobsWithContext mocks base method.

func (*MockKendraAPI) ListDataSources

ListDataSources mocks base method.

func (*MockKendraAPI) ListDataSourcesPages

func (m *MockKendraAPI) ListDataSourcesPages(arg0 *kendra.ListDataSourcesInput, arg1 func(*kendra.ListDataSourcesOutput, bool) bool) error

ListDataSourcesPages mocks base method.

func (*MockKendraAPI) ListDataSourcesPagesWithContext

func (m *MockKendraAPI) ListDataSourcesPagesWithContext(arg0 context.Context, arg1 *kendra.ListDataSourcesInput, arg2 func(*kendra.ListDataSourcesOutput, bool) bool, arg3 ...request.Option) error

ListDataSourcesPagesWithContext mocks base method.

func (*MockKendraAPI) ListDataSourcesRequest

ListDataSourcesRequest mocks base method.

func (*MockKendraAPI) ListDataSourcesWithContext

func (m *MockKendraAPI) ListDataSourcesWithContext(arg0 context.Context, arg1 *kendra.ListDataSourcesInput, arg2 ...request.Option) (*kendra.ListDataSourcesOutput, error)

ListDataSourcesWithContext mocks base method.

func (*MockKendraAPI) ListEntityPersonas added in v1.43.22

ListEntityPersonas mocks base method.

func (*MockKendraAPI) ListEntityPersonasPages added in v1.43.22

func (m *MockKendraAPI) ListEntityPersonasPages(arg0 *kendra.ListEntityPersonasInput, arg1 func(*kendra.ListEntityPersonasOutput, bool) bool) error

ListEntityPersonasPages mocks base method.

func (*MockKendraAPI) ListEntityPersonasPagesWithContext added in v1.43.22

func (m *MockKendraAPI) ListEntityPersonasPagesWithContext(arg0 context.Context, arg1 *kendra.ListEntityPersonasInput, arg2 func(*kendra.ListEntityPersonasOutput, bool) bool, arg3 ...request.Option) error

ListEntityPersonasPagesWithContext mocks base method.

func (*MockKendraAPI) ListEntityPersonasRequest added in v1.43.22

ListEntityPersonasRequest mocks base method.

func (*MockKendraAPI) ListEntityPersonasWithContext added in v1.43.22

func (m *MockKendraAPI) ListEntityPersonasWithContext(arg0 context.Context, arg1 *kendra.ListEntityPersonasInput, arg2 ...request.Option) (*kendra.ListEntityPersonasOutput, error)

ListEntityPersonasWithContext mocks base method.

func (*MockKendraAPI) ListExperienceEntities added in v1.43.22

ListExperienceEntities mocks base method.

func (*MockKendraAPI) ListExperienceEntitiesPages added in v1.43.22

func (m *MockKendraAPI) ListExperienceEntitiesPages(arg0 *kendra.ListExperienceEntitiesInput, arg1 func(*kendra.ListExperienceEntitiesOutput, bool) bool) error

ListExperienceEntitiesPages mocks base method.

func (*MockKendraAPI) ListExperienceEntitiesPagesWithContext added in v1.43.22

func (m *MockKendraAPI) ListExperienceEntitiesPagesWithContext(arg0 context.Context, arg1 *kendra.ListExperienceEntitiesInput, arg2 func(*kendra.ListExperienceEntitiesOutput, bool) bool, arg3 ...request.Option) error

ListExperienceEntitiesPagesWithContext mocks base method.

func (*MockKendraAPI) ListExperienceEntitiesRequest added in v1.43.22

ListExperienceEntitiesRequest mocks base method.

func (*MockKendraAPI) ListExperienceEntitiesWithContext added in v1.43.22

func (m *MockKendraAPI) ListExperienceEntitiesWithContext(arg0 context.Context, arg1 *kendra.ListExperienceEntitiesInput, arg2 ...request.Option) (*kendra.ListExperienceEntitiesOutput, error)

ListExperienceEntitiesWithContext mocks base method.

func (*MockKendraAPI) ListExperiences added in v1.43.22

ListExperiences mocks base method.

func (*MockKendraAPI) ListExperiencesPages added in v1.43.22

func (m *MockKendraAPI) ListExperiencesPages(arg0 *kendra.ListExperiencesInput, arg1 func(*kendra.ListExperiencesOutput, bool) bool) error

ListExperiencesPages mocks base method.

func (*MockKendraAPI) ListExperiencesPagesWithContext added in v1.43.22

func (m *MockKendraAPI) ListExperiencesPagesWithContext(arg0 context.Context, arg1 *kendra.ListExperiencesInput, arg2 func(*kendra.ListExperiencesOutput, bool) bool, arg3 ...request.Option) error

ListExperiencesPagesWithContext mocks base method.

func (*MockKendraAPI) ListExperiencesRequest added in v1.43.22

ListExperiencesRequest mocks base method.

func (*MockKendraAPI) ListExperiencesWithContext added in v1.43.22

func (m *MockKendraAPI) ListExperiencesWithContext(arg0 context.Context, arg1 *kendra.ListExperiencesInput, arg2 ...request.Option) (*kendra.ListExperiencesOutput, error)

ListExperiencesWithContext mocks base method.

func (*MockKendraAPI) ListFaqs

ListFaqs mocks base method.

func (*MockKendraAPI) ListFaqsRequest

func (m *MockKendraAPI) ListFaqsRequest(arg0 *kendra.ListFaqsInput) (*request.Request, *kendra.ListFaqsOutput)

ListFaqsRequest mocks base method.

func (*MockKendraAPI) ListFaqsWithContext

func (m *MockKendraAPI) ListFaqsWithContext(arg0 context.Context, arg1 *kendra.ListFaqsInput, arg2 ...request.Option) (*kendra.ListFaqsOutput, error)

ListFaqsWithContext mocks base method.

func (*MockKendraAPI) ListGroupsOlderThanOrderingId added in v1.43.22

ListGroupsOlderThanOrderingId mocks base method.

func (*MockKendraAPI) ListGroupsOlderThanOrderingIdRequest added in v1.43.22

ListGroupsOlderThanOrderingIdRequest mocks base method.

func (*MockKendraAPI) ListGroupsOlderThanOrderingIdWithContext added in v1.43.22

func (m *MockKendraAPI) ListGroupsOlderThanOrderingIdWithContext(arg0 context.Context, arg1 *kendra.ListGroupsOlderThanOrderingIdInput, arg2 ...request.Option) (*kendra.ListGroupsOlderThanOrderingIdOutput, error)

ListGroupsOlderThanOrderingIdWithContext mocks base method.

func (*MockKendraAPI) ListIndices

ListIndices mocks base method.

func (*MockKendraAPI) ListIndicesPages

func (m *MockKendraAPI) ListIndicesPages(arg0 *kendra.ListIndicesInput, arg1 func(*kendra.ListIndicesOutput, bool) bool) error

ListIndicesPages mocks base method.

func (*MockKendraAPI) ListIndicesPagesWithContext

func (m *MockKendraAPI) ListIndicesPagesWithContext(arg0 context.Context, arg1 *kendra.ListIndicesInput, arg2 func(*kendra.ListIndicesOutput, bool) bool, arg3 ...request.Option) error

ListIndicesPagesWithContext mocks base method.

func (*MockKendraAPI) ListIndicesRequest

func (m *MockKendraAPI) ListIndicesRequest(arg0 *kendra.ListIndicesInput) (*request.Request, *kendra.ListIndicesOutput)

ListIndicesRequest mocks base method.

func (*MockKendraAPI) ListIndicesWithContext

func (m *MockKendraAPI) ListIndicesWithContext(arg0 context.Context, arg1 *kendra.ListIndicesInput, arg2 ...request.Option) (*kendra.ListIndicesOutput, error)

ListIndicesWithContext mocks base method.

func (*MockKendraAPI) ListQuerySuggestionsBlockLists added in v1.43.22

ListQuerySuggestionsBlockLists mocks base method.

func (*MockKendraAPI) ListQuerySuggestionsBlockListsRequest added in v1.43.22

ListQuerySuggestionsBlockListsRequest mocks base method.

func (*MockKendraAPI) ListQuerySuggestionsBlockListsWithContext added in v1.43.22

func (m *MockKendraAPI) ListQuerySuggestionsBlockListsWithContext(arg0 context.Context, arg1 *kendra.ListQuerySuggestionsBlockListsInput, arg2 ...request.Option) (*kendra.ListQuerySuggestionsBlockListsOutput, error)

ListQuerySuggestionsBlockListsWithContext mocks base method.

func (*MockKendraAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockKendraAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockKendraAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method.

func (*MockKendraAPI) ListThesauri

ListThesauri mocks base method.

func (*MockKendraAPI) ListThesauriRequest

func (m *MockKendraAPI) ListThesauriRequest(arg0 *kendra.ListThesauriInput) (*request.Request, *kendra.ListThesauriOutput)

ListThesauriRequest mocks base method.

func (*MockKendraAPI) ListThesauriWithContext

func (m *MockKendraAPI) ListThesauriWithContext(arg0 context.Context, arg1 *kendra.ListThesauriInput, arg2 ...request.Option) (*kendra.ListThesauriOutput, error)

ListThesauriWithContext mocks base method.

func (*MockKendraAPI) PutPrincipalMapping added in v1.43.22

PutPrincipalMapping mocks base method.

func (*MockKendraAPI) PutPrincipalMappingRequest added in v1.43.22

PutPrincipalMappingRequest mocks base method.

func (*MockKendraAPI) PutPrincipalMappingWithContext added in v1.43.22

func (m *MockKendraAPI) PutPrincipalMappingWithContext(arg0 context.Context, arg1 *kendra.PutPrincipalMappingInput, arg2 ...request.Option) (*kendra.PutPrincipalMappingOutput, error)

PutPrincipalMappingWithContext mocks base method.

func (*MockKendraAPI) Query

func (m *MockKendraAPI) Query(arg0 *kendra.QueryInput) (*kendra.QueryOutput, error)

Query mocks base method.

func (*MockKendraAPI) QueryRequest

func (m *MockKendraAPI) QueryRequest(arg0 *kendra.QueryInput) (*request.Request, *kendra.QueryOutput)

QueryRequest mocks base method.

func (*MockKendraAPI) QueryWithContext

func (m *MockKendraAPI) QueryWithContext(arg0 context.Context, arg1 *kendra.QueryInput, arg2 ...request.Option) (*kendra.QueryOutput, error)

QueryWithContext mocks base method.

func (*MockKendraAPI) StartDataSourceSyncJob

StartDataSourceSyncJob mocks base method.

func (*MockKendraAPI) StartDataSourceSyncJobRequest

StartDataSourceSyncJobRequest mocks base method.

func (*MockKendraAPI) StartDataSourceSyncJobWithContext

func (m *MockKendraAPI) StartDataSourceSyncJobWithContext(arg0 context.Context, arg1 *kendra.StartDataSourceSyncJobInput, arg2 ...request.Option) (*kendra.StartDataSourceSyncJobOutput, error)

StartDataSourceSyncJobWithContext mocks base method.

func (*MockKendraAPI) StopDataSourceSyncJob

StopDataSourceSyncJob mocks base method.

func (*MockKendraAPI) StopDataSourceSyncJobRequest

StopDataSourceSyncJobRequest mocks base method.

func (*MockKendraAPI) StopDataSourceSyncJobWithContext

func (m *MockKendraAPI) StopDataSourceSyncJobWithContext(arg0 context.Context, arg1 *kendra.StopDataSourceSyncJobInput, arg2 ...request.Option) (*kendra.StopDataSourceSyncJobOutput, error)

StopDataSourceSyncJobWithContext mocks base method.

func (*MockKendraAPI) SubmitFeedback

SubmitFeedback mocks base method.

func (*MockKendraAPI) SubmitFeedbackRequest

func (m *MockKendraAPI) SubmitFeedbackRequest(arg0 *kendra.SubmitFeedbackInput) (*request.Request, *kendra.SubmitFeedbackOutput)

SubmitFeedbackRequest mocks base method.

func (*MockKendraAPI) SubmitFeedbackWithContext

func (m *MockKendraAPI) SubmitFeedbackWithContext(arg0 context.Context, arg1 *kendra.SubmitFeedbackInput, arg2 ...request.Option) (*kendra.SubmitFeedbackOutput, error)

SubmitFeedbackWithContext mocks base method.

func (*MockKendraAPI) TagResource

TagResource mocks base method.

func (*MockKendraAPI) TagResourceRequest

func (m *MockKendraAPI) TagResourceRequest(arg0 *kendra.TagResourceInput) (*request.Request, *kendra.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockKendraAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockKendraAPI) UntagResource

UntagResource mocks base method.

func (*MockKendraAPI) UntagResourceRequest

func (m *MockKendraAPI) UntagResourceRequest(arg0 *kendra.UntagResourceInput) (*request.Request, *kendra.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockKendraAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockKendraAPI) UpdateDataSource

UpdateDataSource mocks base method.

func (*MockKendraAPI) UpdateDataSourceRequest

UpdateDataSourceRequest mocks base method.

func (*MockKendraAPI) UpdateDataSourceWithContext

func (m *MockKendraAPI) UpdateDataSourceWithContext(arg0 context.Context, arg1 *kendra.UpdateDataSourceInput, arg2 ...request.Option) (*kendra.UpdateDataSourceOutput, error)

UpdateDataSourceWithContext mocks base method.

func (*MockKendraAPI) UpdateExperience added in v1.43.22

UpdateExperience mocks base method.

func (*MockKendraAPI) UpdateExperienceRequest added in v1.43.22

UpdateExperienceRequest mocks base method.

func (*MockKendraAPI) UpdateExperienceWithContext added in v1.43.22

func (m *MockKendraAPI) UpdateExperienceWithContext(arg0 context.Context, arg1 *kendra.UpdateExperienceInput, arg2 ...request.Option) (*kendra.UpdateExperienceOutput, error)

UpdateExperienceWithContext mocks base method.

func (*MockKendraAPI) UpdateIndex

UpdateIndex mocks base method.

func (*MockKendraAPI) UpdateIndexRequest

func (m *MockKendraAPI) UpdateIndexRequest(arg0 *kendra.UpdateIndexInput) (*request.Request, *kendra.UpdateIndexOutput)

UpdateIndexRequest mocks base method.

func (*MockKendraAPI) UpdateIndexWithContext

func (m *MockKendraAPI) UpdateIndexWithContext(arg0 context.Context, arg1 *kendra.UpdateIndexInput, arg2 ...request.Option) (*kendra.UpdateIndexOutput, error)

UpdateIndexWithContext mocks base method.

func (*MockKendraAPI) UpdateQuerySuggestionsBlockList added in v1.43.22

UpdateQuerySuggestionsBlockList mocks base method.

func (*MockKendraAPI) UpdateQuerySuggestionsBlockListRequest added in v1.43.22

UpdateQuerySuggestionsBlockListRequest mocks base method.

func (*MockKendraAPI) UpdateQuerySuggestionsBlockListWithContext added in v1.43.22

func (m *MockKendraAPI) UpdateQuerySuggestionsBlockListWithContext(arg0 context.Context, arg1 *kendra.UpdateQuerySuggestionsBlockListInput, arg2 ...request.Option) (*kendra.UpdateQuerySuggestionsBlockListOutput, error)

UpdateQuerySuggestionsBlockListWithContext mocks base method.

func (*MockKendraAPI) UpdateQuerySuggestionsConfig added in v1.43.22

UpdateQuerySuggestionsConfig mocks base method.

func (*MockKendraAPI) UpdateQuerySuggestionsConfigRequest added in v1.43.22

UpdateQuerySuggestionsConfigRequest mocks base method.

func (*MockKendraAPI) UpdateQuerySuggestionsConfigWithContext added in v1.43.22

func (m *MockKendraAPI) UpdateQuerySuggestionsConfigWithContext(arg0 context.Context, arg1 *kendra.UpdateQuerySuggestionsConfigInput, arg2 ...request.Option) (*kendra.UpdateQuerySuggestionsConfigOutput, error)

UpdateQuerySuggestionsConfigWithContext mocks base method.

func (*MockKendraAPI) UpdateThesaurus

UpdateThesaurus mocks base method.

func (*MockKendraAPI) UpdateThesaurusRequest

UpdateThesaurusRequest mocks base method.

func (*MockKendraAPI) UpdateThesaurusWithContext

func (m *MockKendraAPI) UpdateThesaurusWithContext(arg0 context.Context, arg1 *kendra.UpdateThesaurusInput, arg2 ...request.Option) (*kendra.UpdateThesaurusOutput, error)

UpdateThesaurusWithContext mocks base method.

type MockKendraAPIMockRecorder

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

MockKendraAPIMockRecorder is the mock recorder for MockKendraAPI.

func (*MockKendraAPIMockRecorder) AssociateEntitiesToExperience added in v1.43.22

func (mr *MockKendraAPIMockRecorder) AssociateEntitiesToExperience(arg0 interface{}) *gomock.Call

AssociateEntitiesToExperience indicates an expected call of AssociateEntitiesToExperience.

func (*MockKendraAPIMockRecorder) AssociateEntitiesToExperienceRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) AssociateEntitiesToExperienceRequest(arg0 interface{}) *gomock.Call

AssociateEntitiesToExperienceRequest indicates an expected call of AssociateEntitiesToExperienceRequest.

func (*MockKendraAPIMockRecorder) AssociateEntitiesToExperienceWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) AssociateEntitiesToExperienceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateEntitiesToExperienceWithContext indicates an expected call of AssociateEntitiesToExperienceWithContext.

func (*MockKendraAPIMockRecorder) AssociatePersonasToEntities added in v1.43.22

func (mr *MockKendraAPIMockRecorder) AssociatePersonasToEntities(arg0 interface{}) *gomock.Call

AssociatePersonasToEntities indicates an expected call of AssociatePersonasToEntities.

func (*MockKendraAPIMockRecorder) AssociatePersonasToEntitiesRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) AssociatePersonasToEntitiesRequest(arg0 interface{}) *gomock.Call

AssociatePersonasToEntitiesRequest indicates an expected call of AssociatePersonasToEntitiesRequest.

func (*MockKendraAPIMockRecorder) AssociatePersonasToEntitiesWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) AssociatePersonasToEntitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociatePersonasToEntitiesWithContext indicates an expected call of AssociatePersonasToEntitiesWithContext.

func (*MockKendraAPIMockRecorder) BatchDeleteDocument

func (mr *MockKendraAPIMockRecorder) BatchDeleteDocument(arg0 interface{}) *gomock.Call

BatchDeleteDocument indicates an expected call of BatchDeleteDocument.

func (*MockKendraAPIMockRecorder) BatchDeleteDocumentRequest

func (mr *MockKendraAPIMockRecorder) BatchDeleteDocumentRequest(arg0 interface{}) *gomock.Call

BatchDeleteDocumentRequest indicates an expected call of BatchDeleteDocumentRequest.

func (*MockKendraAPIMockRecorder) BatchDeleteDocumentWithContext

func (mr *MockKendraAPIMockRecorder) BatchDeleteDocumentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchDeleteDocumentWithContext indicates an expected call of BatchDeleteDocumentWithContext.

func (*MockKendraAPIMockRecorder) BatchGetDocumentStatus added in v1.43.22

func (mr *MockKendraAPIMockRecorder) BatchGetDocumentStatus(arg0 interface{}) *gomock.Call

BatchGetDocumentStatus indicates an expected call of BatchGetDocumentStatus.

func (*MockKendraAPIMockRecorder) BatchGetDocumentStatusRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) BatchGetDocumentStatusRequest(arg0 interface{}) *gomock.Call

BatchGetDocumentStatusRequest indicates an expected call of BatchGetDocumentStatusRequest.

func (*MockKendraAPIMockRecorder) BatchGetDocumentStatusWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) BatchGetDocumentStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetDocumentStatusWithContext indicates an expected call of BatchGetDocumentStatusWithContext.

func (*MockKendraAPIMockRecorder) BatchPutDocument

func (mr *MockKendraAPIMockRecorder) BatchPutDocument(arg0 interface{}) *gomock.Call

BatchPutDocument indicates an expected call of BatchPutDocument.

func (*MockKendraAPIMockRecorder) BatchPutDocumentRequest

func (mr *MockKendraAPIMockRecorder) BatchPutDocumentRequest(arg0 interface{}) *gomock.Call

BatchPutDocumentRequest indicates an expected call of BatchPutDocumentRequest.

func (*MockKendraAPIMockRecorder) BatchPutDocumentWithContext

func (mr *MockKendraAPIMockRecorder) BatchPutDocumentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchPutDocumentWithContext indicates an expected call of BatchPutDocumentWithContext.

func (*MockKendraAPIMockRecorder) ClearQuerySuggestions added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ClearQuerySuggestions(arg0 interface{}) *gomock.Call

ClearQuerySuggestions indicates an expected call of ClearQuerySuggestions.

func (*MockKendraAPIMockRecorder) ClearQuerySuggestionsRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ClearQuerySuggestionsRequest(arg0 interface{}) *gomock.Call

ClearQuerySuggestionsRequest indicates an expected call of ClearQuerySuggestionsRequest.

func (*MockKendraAPIMockRecorder) ClearQuerySuggestionsWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ClearQuerySuggestionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ClearQuerySuggestionsWithContext indicates an expected call of ClearQuerySuggestionsWithContext.

func (*MockKendraAPIMockRecorder) CreateDataSource

func (mr *MockKendraAPIMockRecorder) CreateDataSource(arg0 interface{}) *gomock.Call

CreateDataSource indicates an expected call of CreateDataSource.

func (*MockKendraAPIMockRecorder) CreateDataSourceRequest

func (mr *MockKendraAPIMockRecorder) CreateDataSourceRequest(arg0 interface{}) *gomock.Call

CreateDataSourceRequest indicates an expected call of CreateDataSourceRequest.

func (*MockKendraAPIMockRecorder) CreateDataSourceWithContext

func (mr *MockKendraAPIMockRecorder) CreateDataSourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDataSourceWithContext indicates an expected call of CreateDataSourceWithContext.

func (*MockKendraAPIMockRecorder) CreateExperience added in v1.43.22

func (mr *MockKendraAPIMockRecorder) CreateExperience(arg0 interface{}) *gomock.Call

CreateExperience indicates an expected call of CreateExperience.

func (*MockKendraAPIMockRecorder) CreateExperienceRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) CreateExperienceRequest(arg0 interface{}) *gomock.Call

CreateExperienceRequest indicates an expected call of CreateExperienceRequest.

func (*MockKendraAPIMockRecorder) CreateExperienceWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) CreateExperienceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateExperienceWithContext indicates an expected call of CreateExperienceWithContext.

func (*MockKendraAPIMockRecorder) CreateFaq

func (mr *MockKendraAPIMockRecorder) CreateFaq(arg0 interface{}) *gomock.Call

CreateFaq indicates an expected call of CreateFaq.

func (*MockKendraAPIMockRecorder) CreateFaqRequest

func (mr *MockKendraAPIMockRecorder) CreateFaqRequest(arg0 interface{}) *gomock.Call

CreateFaqRequest indicates an expected call of CreateFaqRequest.

func (*MockKendraAPIMockRecorder) CreateFaqWithContext

func (mr *MockKendraAPIMockRecorder) CreateFaqWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFaqWithContext indicates an expected call of CreateFaqWithContext.

func (*MockKendraAPIMockRecorder) CreateIndex

func (mr *MockKendraAPIMockRecorder) CreateIndex(arg0 interface{}) *gomock.Call

CreateIndex indicates an expected call of CreateIndex.

func (*MockKendraAPIMockRecorder) CreateIndexRequest

func (mr *MockKendraAPIMockRecorder) CreateIndexRequest(arg0 interface{}) *gomock.Call

CreateIndexRequest indicates an expected call of CreateIndexRequest.

func (*MockKendraAPIMockRecorder) CreateIndexWithContext

func (mr *MockKendraAPIMockRecorder) CreateIndexWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateIndexWithContext indicates an expected call of CreateIndexWithContext.

func (*MockKendraAPIMockRecorder) CreateQuerySuggestionsBlockList added in v1.43.22

func (mr *MockKendraAPIMockRecorder) CreateQuerySuggestionsBlockList(arg0 interface{}) *gomock.Call

CreateQuerySuggestionsBlockList indicates an expected call of CreateQuerySuggestionsBlockList.

func (*MockKendraAPIMockRecorder) CreateQuerySuggestionsBlockListRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) CreateQuerySuggestionsBlockListRequest(arg0 interface{}) *gomock.Call

CreateQuerySuggestionsBlockListRequest indicates an expected call of CreateQuerySuggestionsBlockListRequest.

func (*MockKendraAPIMockRecorder) CreateQuerySuggestionsBlockListWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) CreateQuerySuggestionsBlockListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateQuerySuggestionsBlockListWithContext indicates an expected call of CreateQuerySuggestionsBlockListWithContext.

func (*MockKendraAPIMockRecorder) CreateThesaurus

func (mr *MockKendraAPIMockRecorder) CreateThesaurus(arg0 interface{}) *gomock.Call

CreateThesaurus indicates an expected call of CreateThesaurus.

func (*MockKendraAPIMockRecorder) CreateThesaurusRequest

func (mr *MockKendraAPIMockRecorder) CreateThesaurusRequest(arg0 interface{}) *gomock.Call

CreateThesaurusRequest indicates an expected call of CreateThesaurusRequest.

func (*MockKendraAPIMockRecorder) CreateThesaurusWithContext

func (mr *MockKendraAPIMockRecorder) CreateThesaurusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateThesaurusWithContext indicates an expected call of CreateThesaurusWithContext.

func (*MockKendraAPIMockRecorder) DeleteDataSource

func (mr *MockKendraAPIMockRecorder) DeleteDataSource(arg0 interface{}) *gomock.Call

DeleteDataSource indicates an expected call of DeleteDataSource.

func (*MockKendraAPIMockRecorder) DeleteDataSourceRequest

func (mr *MockKendraAPIMockRecorder) DeleteDataSourceRequest(arg0 interface{}) *gomock.Call

DeleteDataSourceRequest indicates an expected call of DeleteDataSourceRequest.

func (*MockKendraAPIMockRecorder) DeleteDataSourceWithContext

func (mr *MockKendraAPIMockRecorder) DeleteDataSourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDataSourceWithContext indicates an expected call of DeleteDataSourceWithContext.

func (*MockKendraAPIMockRecorder) DeleteExperience added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeleteExperience(arg0 interface{}) *gomock.Call

DeleteExperience indicates an expected call of DeleteExperience.

func (*MockKendraAPIMockRecorder) DeleteExperienceRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeleteExperienceRequest(arg0 interface{}) *gomock.Call

DeleteExperienceRequest indicates an expected call of DeleteExperienceRequest.

func (*MockKendraAPIMockRecorder) DeleteExperienceWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeleteExperienceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteExperienceWithContext indicates an expected call of DeleteExperienceWithContext.

func (*MockKendraAPIMockRecorder) DeleteFaq

func (mr *MockKendraAPIMockRecorder) DeleteFaq(arg0 interface{}) *gomock.Call

DeleteFaq indicates an expected call of DeleteFaq.

func (*MockKendraAPIMockRecorder) DeleteFaqRequest

func (mr *MockKendraAPIMockRecorder) DeleteFaqRequest(arg0 interface{}) *gomock.Call

DeleteFaqRequest indicates an expected call of DeleteFaqRequest.

func (*MockKendraAPIMockRecorder) DeleteFaqWithContext

func (mr *MockKendraAPIMockRecorder) DeleteFaqWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFaqWithContext indicates an expected call of DeleteFaqWithContext.

func (*MockKendraAPIMockRecorder) DeleteIndex

func (mr *MockKendraAPIMockRecorder) DeleteIndex(arg0 interface{}) *gomock.Call

DeleteIndex indicates an expected call of DeleteIndex.

func (*MockKendraAPIMockRecorder) DeleteIndexRequest

func (mr *MockKendraAPIMockRecorder) DeleteIndexRequest(arg0 interface{}) *gomock.Call

DeleteIndexRequest indicates an expected call of DeleteIndexRequest.

func (*MockKendraAPIMockRecorder) DeleteIndexWithContext

func (mr *MockKendraAPIMockRecorder) DeleteIndexWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIndexWithContext indicates an expected call of DeleteIndexWithContext.

func (*MockKendraAPIMockRecorder) DeletePrincipalMapping added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeletePrincipalMapping(arg0 interface{}) *gomock.Call

DeletePrincipalMapping indicates an expected call of DeletePrincipalMapping.

func (*MockKendraAPIMockRecorder) DeletePrincipalMappingRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeletePrincipalMappingRequest(arg0 interface{}) *gomock.Call

DeletePrincipalMappingRequest indicates an expected call of DeletePrincipalMappingRequest.

func (*MockKendraAPIMockRecorder) DeletePrincipalMappingWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeletePrincipalMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePrincipalMappingWithContext indicates an expected call of DeletePrincipalMappingWithContext.

func (*MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockList added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockList(arg0 interface{}) *gomock.Call

DeleteQuerySuggestionsBlockList indicates an expected call of DeleteQuerySuggestionsBlockList.

func (*MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockListRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockListRequest(arg0 interface{}) *gomock.Call

DeleteQuerySuggestionsBlockListRequest indicates an expected call of DeleteQuerySuggestionsBlockListRequest.

func (*MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockListWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteQuerySuggestionsBlockListWithContext indicates an expected call of DeleteQuerySuggestionsBlockListWithContext.

func (*MockKendraAPIMockRecorder) DeleteThesaurus

func (mr *MockKendraAPIMockRecorder) DeleteThesaurus(arg0 interface{}) *gomock.Call

DeleteThesaurus indicates an expected call of DeleteThesaurus.

func (*MockKendraAPIMockRecorder) DeleteThesaurusRequest

func (mr *MockKendraAPIMockRecorder) DeleteThesaurusRequest(arg0 interface{}) *gomock.Call

DeleteThesaurusRequest indicates an expected call of DeleteThesaurusRequest.

func (*MockKendraAPIMockRecorder) DeleteThesaurusWithContext

func (mr *MockKendraAPIMockRecorder) DeleteThesaurusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteThesaurusWithContext indicates an expected call of DeleteThesaurusWithContext.

func (*MockKendraAPIMockRecorder) DescribeDataSource

func (mr *MockKendraAPIMockRecorder) DescribeDataSource(arg0 interface{}) *gomock.Call

DescribeDataSource indicates an expected call of DescribeDataSource.

func (*MockKendraAPIMockRecorder) DescribeDataSourceRequest

func (mr *MockKendraAPIMockRecorder) DescribeDataSourceRequest(arg0 interface{}) *gomock.Call

DescribeDataSourceRequest indicates an expected call of DescribeDataSourceRequest.

func (*MockKendraAPIMockRecorder) DescribeDataSourceWithContext

func (mr *MockKendraAPIMockRecorder) DescribeDataSourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDataSourceWithContext indicates an expected call of DescribeDataSourceWithContext.

func (*MockKendraAPIMockRecorder) DescribeExperience added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeExperience(arg0 interface{}) *gomock.Call

DescribeExperience indicates an expected call of DescribeExperience.

func (*MockKendraAPIMockRecorder) DescribeExperienceRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeExperienceRequest(arg0 interface{}) *gomock.Call

DescribeExperienceRequest indicates an expected call of DescribeExperienceRequest.

func (*MockKendraAPIMockRecorder) DescribeExperienceWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeExperienceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExperienceWithContext indicates an expected call of DescribeExperienceWithContext.

func (*MockKendraAPIMockRecorder) DescribeFaq

func (mr *MockKendraAPIMockRecorder) DescribeFaq(arg0 interface{}) *gomock.Call

DescribeFaq indicates an expected call of DescribeFaq.

func (*MockKendraAPIMockRecorder) DescribeFaqRequest

func (mr *MockKendraAPIMockRecorder) DescribeFaqRequest(arg0 interface{}) *gomock.Call

DescribeFaqRequest indicates an expected call of DescribeFaqRequest.

func (*MockKendraAPIMockRecorder) DescribeFaqWithContext

func (mr *MockKendraAPIMockRecorder) DescribeFaqWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFaqWithContext indicates an expected call of DescribeFaqWithContext.

func (*MockKendraAPIMockRecorder) DescribeIndex

func (mr *MockKendraAPIMockRecorder) DescribeIndex(arg0 interface{}) *gomock.Call

DescribeIndex indicates an expected call of DescribeIndex.

func (*MockKendraAPIMockRecorder) DescribeIndexRequest

func (mr *MockKendraAPIMockRecorder) DescribeIndexRequest(arg0 interface{}) *gomock.Call

DescribeIndexRequest indicates an expected call of DescribeIndexRequest.

func (*MockKendraAPIMockRecorder) DescribeIndexWithContext

func (mr *MockKendraAPIMockRecorder) DescribeIndexWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIndexWithContext indicates an expected call of DescribeIndexWithContext.

func (*MockKendraAPIMockRecorder) DescribePrincipalMapping added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribePrincipalMapping(arg0 interface{}) *gomock.Call

DescribePrincipalMapping indicates an expected call of DescribePrincipalMapping.

func (*MockKendraAPIMockRecorder) DescribePrincipalMappingRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribePrincipalMappingRequest(arg0 interface{}) *gomock.Call

DescribePrincipalMappingRequest indicates an expected call of DescribePrincipalMappingRequest.

func (*MockKendraAPIMockRecorder) DescribePrincipalMappingWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribePrincipalMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrincipalMappingWithContext indicates an expected call of DescribePrincipalMappingWithContext.

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockList added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockList(arg0 interface{}) *gomock.Call

DescribeQuerySuggestionsBlockList indicates an expected call of DescribeQuerySuggestionsBlockList.

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockListRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockListRequest(arg0 interface{}) *gomock.Call

DescribeQuerySuggestionsBlockListRequest indicates an expected call of DescribeQuerySuggestionsBlockListRequest.

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockListWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeQuerySuggestionsBlockListWithContext indicates an expected call of DescribeQuerySuggestionsBlockListWithContext.

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfig added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfig(arg0 interface{}) *gomock.Call

DescribeQuerySuggestionsConfig indicates an expected call of DescribeQuerySuggestionsConfig.

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfigRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfigRequest(arg0 interface{}) *gomock.Call

DescribeQuerySuggestionsConfigRequest indicates an expected call of DescribeQuerySuggestionsConfigRequest.

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfigWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeQuerySuggestionsConfigWithContext indicates an expected call of DescribeQuerySuggestionsConfigWithContext.

func (*MockKendraAPIMockRecorder) DescribeThesaurus

func (mr *MockKendraAPIMockRecorder) DescribeThesaurus(arg0 interface{}) *gomock.Call

DescribeThesaurus indicates an expected call of DescribeThesaurus.

func (*MockKendraAPIMockRecorder) DescribeThesaurusRequest

func (mr *MockKendraAPIMockRecorder) DescribeThesaurusRequest(arg0 interface{}) *gomock.Call

DescribeThesaurusRequest indicates an expected call of DescribeThesaurusRequest.

func (*MockKendraAPIMockRecorder) DescribeThesaurusWithContext

func (mr *MockKendraAPIMockRecorder) DescribeThesaurusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeThesaurusWithContext indicates an expected call of DescribeThesaurusWithContext.

func (*MockKendraAPIMockRecorder) DisassociateEntitiesFromExperience added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DisassociateEntitiesFromExperience(arg0 interface{}) *gomock.Call

DisassociateEntitiesFromExperience indicates an expected call of DisassociateEntitiesFromExperience.

func (*MockKendraAPIMockRecorder) DisassociateEntitiesFromExperienceRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DisassociateEntitiesFromExperienceRequest(arg0 interface{}) *gomock.Call

DisassociateEntitiesFromExperienceRequest indicates an expected call of DisassociateEntitiesFromExperienceRequest.

func (*MockKendraAPIMockRecorder) DisassociateEntitiesFromExperienceWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DisassociateEntitiesFromExperienceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateEntitiesFromExperienceWithContext indicates an expected call of DisassociateEntitiesFromExperienceWithContext.

func (*MockKendraAPIMockRecorder) DisassociatePersonasFromEntities added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DisassociatePersonasFromEntities(arg0 interface{}) *gomock.Call

DisassociatePersonasFromEntities indicates an expected call of DisassociatePersonasFromEntities.

func (*MockKendraAPIMockRecorder) DisassociatePersonasFromEntitiesRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DisassociatePersonasFromEntitiesRequest(arg0 interface{}) *gomock.Call

DisassociatePersonasFromEntitiesRequest indicates an expected call of DisassociatePersonasFromEntitiesRequest.

func (*MockKendraAPIMockRecorder) DisassociatePersonasFromEntitiesWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) DisassociatePersonasFromEntitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociatePersonasFromEntitiesWithContext indicates an expected call of DisassociatePersonasFromEntitiesWithContext.

func (*MockKendraAPIMockRecorder) GetQuerySuggestions added in v1.43.22

func (mr *MockKendraAPIMockRecorder) GetQuerySuggestions(arg0 interface{}) *gomock.Call

GetQuerySuggestions indicates an expected call of GetQuerySuggestions.

func (*MockKendraAPIMockRecorder) GetQuerySuggestionsRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) GetQuerySuggestionsRequest(arg0 interface{}) *gomock.Call

GetQuerySuggestionsRequest indicates an expected call of GetQuerySuggestionsRequest.

func (*MockKendraAPIMockRecorder) GetQuerySuggestionsWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) GetQuerySuggestionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQuerySuggestionsWithContext indicates an expected call of GetQuerySuggestionsWithContext.

func (*MockKendraAPIMockRecorder) GetSnapshots added in v1.43.22

func (mr *MockKendraAPIMockRecorder) GetSnapshots(arg0 interface{}) *gomock.Call

GetSnapshots indicates an expected call of GetSnapshots.

func (*MockKendraAPIMockRecorder) GetSnapshotsPages added in v1.43.22

func (mr *MockKendraAPIMockRecorder) GetSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

GetSnapshotsPages indicates an expected call of GetSnapshotsPages.

func (*MockKendraAPIMockRecorder) GetSnapshotsPagesWithContext added in v1.43.22

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

GetSnapshotsPagesWithContext indicates an expected call of GetSnapshotsPagesWithContext.

func (*MockKendraAPIMockRecorder) GetSnapshotsRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) GetSnapshotsRequest(arg0 interface{}) *gomock.Call

GetSnapshotsRequest indicates an expected call of GetSnapshotsRequest.

func (*MockKendraAPIMockRecorder) GetSnapshotsWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) GetSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSnapshotsWithContext indicates an expected call of GetSnapshotsWithContext.

func (*MockKendraAPIMockRecorder) ListDataSourceSyncJobs

func (mr *MockKendraAPIMockRecorder) ListDataSourceSyncJobs(arg0 interface{}) *gomock.Call

ListDataSourceSyncJobs indicates an expected call of ListDataSourceSyncJobs.

func (*MockKendraAPIMockRecorder) ListDataSourceSyncJobsPages

func (mr *MockKendraAPIMockRecorder) ListDataSourceSyncJobsPages(arg0, arg1 interface{}) *gomock.Call

ListDataSourceSyncJobsPages indicates an expected call of ListDataSourceSyncJobsPages.

func (*MockKendraAPIMockRecorder) ListDataSourceSyncJobsPagesWithContext

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

ListDataSourceSyncJobsPagesWithContext indicates an expected call of ListDataSourceSyncJobsPagesWithContext.

func (*MockKendraAPIMockRecorder) ListDataSourceSyncJobsRequest

func (mr *MockKendraAPIMockRecorder) ListDataSourceSyncJobsRequest(arg0 interface{}) *gomock.Call

ListDataSourceSyncJobsRequest indicates an expected call of ListDataSourceSyncJobsRequest.

func (*MockKendraAPIMockRecorder) ListDataSourceSyncJobsWithContext

func (mr *MockKendraAPIMockRecorder) ListDataSourceSyncJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDataSourceSyncJobsWithContext indicates an expected call of ListDataSourceSyncJobsWithContext.

func (*MockKendraAPIMockRecorder) ListDataSources

func (mr *MockKendraAPIMockRecorder) ListDataSources(arg0 interface{}) *gomock.Call

ListDataSources indicates an expected call of ListDataSources.

func (*MockKendraAPIMockRecorder) ListDataSourcesPages

func (mr *MockKendraAPIMockRecorder) ListDataSourcesPages(arg0, arg1 interface{}) *gomock.Call

ListDataSourcesPages indicates an expected call of ListDataSourcesPages.

func (*MockKendraAPIMockRecorder) ListDataSourcesPagesWithContext

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

ListDataSourcesPagesWithContext indicates an expected call of ListDataSourcesPagesWithContext.

func (*MockKendraAPIMockRecorder) ListDataSourcesRequest

func (mr *MockKendraAPIMockRecorder) ListDataSourcesRequest(arg0 interface{}) *gomock.Call

ListDataSourcesRequest indicates an expected call of ListDataSourcesRequest.

func (*MockKendraAPIMockRecorder) ListDataSourcesWithContext

func (mr *MockKendraAPIMockRecorder) ListDataSourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDataSourcesWithContext indicates an expected call of ListDataSourcesWithContext.

func (*MockKendraAPIMockRecorder) ListEntityPersonas added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListEntityPersonas(arg0 interface{}) *gomock.Call

ListEntityPersonas indicates an expected call of ListEntityPersonas.

func (*MockKendraAPIMockRecorder) ListEntityPersonasPages added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListEntityPersonasPages(arg0, arg1 interface{}) *gomock.Call

ListEntityPersonasPages indicates an expected call of ListEntityPersonasPages.

func (*MockKendraAPIMockRecorder) ListEntityPersonasPagesWithContext added in v1.43.22

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

ListEntityPersonasPagesWithContext indicates an expected call of ListEntityPersonasPagesWithContext.

func (*MockKendraAPIMockRecorder) ListEntityPersonasRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListEntityPersonasRequest(arg0 interface{}) *gomock.Call

ListEntityPersonasRequest indicates an expected call of ListEntityPersonasRequest.

func (*MockKendraAPIMockRecorder) ListEntityPersonasWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListEntityPersonasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEntityPersonasWithContext indicates an expected call of ListEntityPersonasWithContext.

func (*MockKendraAPIMockRecorder) ListExperienceEntities added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListExperienceEntities(arg0 interface{}) *gomock.Call

ListExperienceEntities indicates an expected call of ListExperienceEntities.

func (*MockKendraAPIMockRecorder) ListExperienceEntitiesPages added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListExperienceEntitiesPages(arg0, arg1 interface{}) *gomock.Call

ListExperienceEntitiesPages indicates an expected call of ListExperienceEntitiesPages.

func (*MockKendraAPIMockRecorder) ListExperienceEntitiesPagesWithContext added in v1.43.22

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

ListExperienceEntitiesPagesWithContext indicates an expected call of ListExperienceEntitiesPagesWithContext.

func (*MockKendraAPIMockRecorder) ListExperienceEntitiesRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListExperienceEntitiesRequest(arg0 interface{}) *gomock.Call

ListExperienceEntitiesRequest indicates an expected call of ListExperienceEntitiesRequest.

func (*MockKendraAPIMockRecorder) ListExperienceEntitiesWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListExperienceEntitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListExperienceEntitiesWithContext indicates an expected call of ListExperienceEntitiesWithContext.

func (*MockKendraAPIMockRecorder) ListExperiences added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListExperiences(arg0 interface{}) *gomock.Call

ListExperiences indicates an expected call of ListExperiences.

func (*MockKendraAPIMockRecorder) ListExperiencesPages added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListExperiencesPages(arg0, arg1 interface{}) *gomock.Call

ListExperiencesPages indicates an expected call of ListExperiencesPages.

func (*MockKendraAPIMockRecorder) ListExperiencesPagesWithContext added in v1.43.22

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

ListExperiencesPagesWithContext indicates an expected call of ListExperiencesPagesWithContext.

func (*MockKendraAPIMockRecorder) ListExperiencesRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListExperiencesRequest(arg0 interface{}) *gomock.Call

ListExperiencesRequest indicates an expected call of ListExperiencesRequest.

func (*MockKendraAPIMockRecorder) ListExperiencesWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListExperiencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListExperiencesWithContext indicates an expected call of ListExperiencesWithContext.

func (*MockKendraAPIMockRecorder) ListFaqs

func (mr *MockKendraAPIMockRecorder) ListFaqs(arg0 interface{}) *gomock.Call

ListFaqs indicates an expected call of ListFaqs.

func (*MockKendraAPIMockRecorder) ListFaqsRequest

func (mr *MockKendraAPIMockRecorder) ListFaqsRequest(arg0 interface{}) *gomock.Call

ListFaqsRequest indicates an expected call of ListFaqsRequest.

func (*MockKendraAPIMockRecorder) ListFaqsWithContext

func (mr *MockKendraAPIMockRecorder) ListFaqsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFaqsWithContext indicates an expected call of ListFaqsWithContext.

func (*MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingId added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingId(arg0 interface{}) *gomock.Call

ListGroupsOlderThanOrderingId indicates an expected call of ListGroupsOlderThanOrderingId.

func (*MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingIdRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingIdRequest(arg0 interface{}) *gomock.Call

ListGroupsOlderThanOrderingIdRequest indicates an expected call of ListGroupsOlderThanOrderingIdRequest.

func (*MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingIdWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsOlderThanOrderingIdWithContext indicates an expected call of ListGroupsOlderThanOrderingIdWithContext.

func (*MockKendraAPIMockRecorder) ListIndices

func (mr *MockKendraAPIMockRecorder) ListIndices(arg0 interface{}) *gomock.Call

ListIndices indicates an expected call of ListIndices.

func (*MockKendraAPIMockRecorder) ListIndicesPages

func (mr *MockKendraAPIMockRecorder) ListIndicesPages(arg0, arg1 interface{}) *gomock.Call

ListIndicesPages indicates an expected call of ListIndicesPages.

func (*MockKendraAPIMockRecorder) ListIndicesPagesWithContext

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

ListIndicesPagesWithContext indicates an expected call of ListIndicesPagesWithContext.

func (*MockKendraAPIMockRecorder) ListIndicesRequest

func (mr *MockKendraAPIMockRecorder) ListIndicesRequest(arg0 interface{}) *gomock.Call

ListIndicesRequest indicates an expected call of ListIndicesRequest.

func (*MockKendraAPIMockRecorder) ListIndicesWithContext

func (mr *MockKendraAPIMockRecorder) ListIndicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIndicesWithContext indicates an expected call of ListIndicesWithContext.

func (*MockKendraAPIMockRecorder) ListQuerySuggestionsBlockLists added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListQuerySuggestionsBlockLists(arg0 interface{}) *gomock.Call

ListQuerySuggestionsBlockLists indicates an expected call of ListQuerySuggestionsBlockLists.

func (*MockKendraAPIMockRecorder) ListQuerySuggestionsBlockListsRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListQuerySuggestionsBlockListsRequest(arg0 interface{}) *gomock.Call

ListQuerySuggestionsBlockListsRequest indicates an expected call of ListQuerySuggestionsBlockListsRequest.

func (*MockKendraAPIMockRecorder) ListQuerySuggestionsBlockListsWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) ListQuerySuggestionsBlockListsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQuerySuggestionsBlockListsWithContext indicates an expected call of ListQuerySuggestionsBlockListsWithContext.

func (*MockKendraAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockKendraAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockKendraAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockKendraAPIMockRecorder) ListThesauri

func (mr *MockKendraAPIMockRecorder) ListThesauri(arg0 interface{}) *gomock.Call

ListThesauri indicates an expected call of ListThesauri.

func (*MockKendraAPIMockRecorder) ListThesauriRequest

func (mr *MockKendraAPIMockRecorder) ListThesauriRequest(arg0 interface{}) *gomock.Call

ListThesauriRequest indicates an expected call of ListThesauriRequest.

func (*MockKendraAPIMockRecorder) ListThesauriWithContext

func (mr *MockKendraAPIMockRecorder) ListThesauriWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListThesauriWithContext indicates an expected call of ListThesauriWithContext.

func (*MockKendraAPIMockRecorder) PutPrincipalMapping added in v1.43.22

func (mr *MockKendraAPIMockRecorder) PutPrincipalMapping(arg0 interface{}) *gomock.Call

PutPrincipalMapping indicates an expected call of PutPrincipalMapping.

func (*MockKendraAPIMockRecorder) PutPrincipalMappingRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) PutPrincipalMappingRequest(arg0 interface{}) *gomock.Call

PutPrincipalMappingRequest indicates an expected call of PutPrincipalMappingRequest.

func (*MockKendraAPIMockRecorder) PutPrincipalMappingWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) PutPrincipalMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutPrincipalMappingWithContext indicates an expected call of PutPrincipalMappingWithContext.

func (*MockKendraAPIMockRecorder) Query

func (mr *MockKendraAPIMockRecorder) Query(arg0 interface{}) *gomock.Call

Query indicates an expected call of Query.

func (*MockKendraAPIMockRecorder) QueryRequest

func (mr *MockKendraAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call

QueryRequest indicates an expected call of QueryRequest.

func (*MockKendraAPIMockRecorder) QueryWithContext

func (mr *MockKendraAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

QueryWithContext indicates an expected call of QueryWithContext.

func (*MockKendraAPIMockRecorder) StartDataSourceSyncJob

func (mr *MockKendraAPIMockRecorder) StartDataSourceSyncJob(arg0 interface{}) *gomock.Call

StartDataSourceSyncJob indicates an expected call of StartDataSourceSyncJob.

func (*MockKendraAPIMockRecorder) StartDataSourceSyncJobRequest

func (mr *MockKendraAPIMockRecorder) StartDataSourceSyncJobRequest(arg0 interface{}) *gomock.Call

StartDataSourceSyncJobRequest indicates an expected call of StartDataSourceSyncJobRequest.

func (*MockKendraAPIMockRecorder) StartDataSourceSyncJobWithContext

func (mr *MockKendraAPIMockRecorder) StartDataSourceSyncJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDataSourceSyncJobWithContext indicates an expected call of StartDataSourceSyncJobWithContext.

func (*MockKendraAPIMockRecorder) StopDataSourceSyncJob

func (mr *MockKendraAPIMockRecorder) StopDataSourceSyncJob(arg0 interface{}) *gomock.Call

StopDataSourceSyncJob indicates an expected call of StopDataSourceSyncJob.

func (*MockKendraAPIMockRecorder) StopDataSourceSyncJobRequest

func (mr *MockKendraAPIMockRecorder) StopDataSourceSyncJobRequest(arg0 interface{}) *gomock.Call

StopDataSourceSyncJobRequest indicates an expected call of StopDataSourceSyncJobRequest.

func (*MockKendraAPIMockRecorder) StopDataSourceSyncJobWithContext

func (mr *MockKendraAPIMockRecorder) StopDataSourceSyncJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDataSourceSyncJobWithContext indicates an expected call of StopDataSourceSyncJobWithContext.

func (*MockKendraAPIMockRecorder) SubmitFeedback

func (mr *MockKendraAPIMockRecorder) SubmitFeedback(arg0 interface{}) *gomock.Call

SubmitFeedback indicates an expected call of SubmitFeedback.

func (*MockKendraAPIMockRecorder) SubmitFeedbackRequest

func (mr *MockKendraAPIMockRecorder) SubmitFeedbackRequest(arg0 interface{}) *gomock.Call

SubmitFeedbackRequest indicates an expected call of SubmitFeedbackRequest.

func (*MockKendraAPIMockRecorder) SubmitFeedbackWithContext

func (mr *MockKendraAPIMockRecorder) SubmitFeedbackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitFeedbackWithContext indicates an expected call of SubmitFeedbackWithContext.

func (*MockKendraAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockKendraAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockKendraAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockKendraAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockKendraAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockKendraAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockKendraAPIMockRecorder) UpdateDataSource

func (mr *MockKendraAPIMockRecorder) UpdateDataSource(arg0 interface{}) *gomock.Call

UpdateDataSource indicates an expected call of UpdateDataSource.

func (*MockKendraAPIMockRecorder) UpdateDataSourceRequest

func (mr *MockKendraAPIMockRecorder) UpdateDataSourceRequest(arg0 interface{}) *gomock.Call

UpdateDataSourceRequest indicates an expected call of UpdateDataSourceRequest.

func (*MockKendraAPIMockRecorder) UpdateDataSourceWithContext

func (mr *MockKendraAPIMockRecorder) UpdateDataSourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDataSourceWithContext indicates an expected call of UpdateDataSourceWithContext.

func (*MockKendraAPIMockRecorder) UpdateExperience added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateExperience(arg0 interface{}) *gomock.Call

UpdateExperience indicates an expected call of UpdateExperience.

func (*MockKendraAPIMockRecorder) UpdateExperienceRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateExperienceRequest(arg0 interface{}) *gomock.Call

UpdateExperienceRequest indicates an expected call of UpdateExperienceRequest.

func (*MockKendraAPIMockRecorder) UpdateExperienceWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateExperienceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateExperienceWithContext indicates an expected call of UpdateExperienceWithContext.

func (*MockKendraAPIMockRecorder) UpdateIndex

func (mr *MockKendraAPIMockRecorder) UpdateIndex(arg0 interface{}) *gomock.Call

UpdateIndex indicates an expected call of UpdateIndex.

func (*MockKendraAPIMockRecorder) UpdateIndexRequest

func (mr *MockKendraAPIMockRecorder) UpdateIndexRequest(arg0 interface{}) *gomock.Call

UpdateIndexRequest indicates an expected call of UpdateIndexRequest.

func (*MockKendraAPIMockRecorder) UpdateIndexWithContext

func (mr *MockKendraAPIMockRecorder) UpdateIndexWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateIndexWithContext indicates an expected call of UpdateIndexWithContext.

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsBlockList added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateQuerySuggestionsBlockList(arg0 interface{}) *gomock.Call

UpdateQuerySuggestionsBlockList indicates an expected call of UpdateQuerySuggestionsBlockList.

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsBlockListRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateQuerySuggestionsBlockListRequest(arg0 interface{}) *gomock.Call

UpdateQuerySuggestionsBlockListRequest indicates an expected call of UpdateQuerySuggestionsBlockListRequest.

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsBlockListWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateQuerySuggestionsBlockListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateQuerySuggestionsBlockListWithContext indicates an expected call of UpdateQuerySuggestionsBlockListWithContext.

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfig added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfig(arg0 interface{}) *gomock.Call

UpdateQuerySuggestionsConfig indicates an expected call of UpdateQuerySuggestionsConfig.

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfigRequest added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfigRequest(arg0 interface{}) *gomock.Call

UpdateQuerySuggestionsConfigRequest indicates an expected call of UpdateQuerySuggestionsConfigRequest.

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfigWithContext added in v1.43.22

func (mr *MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateQuerySuggestionsConfigWithContext indicates an expected call of UpdateQuerySuggestionsConfigWithContext.

func (*MockKendraAPIMockRecorder) UpdateThesaurus

func (mr *MockKendraAPIMockRecorder) UpdateThesaurus(arg0 interface{}) *gomock.Call

UpdateThesaurus indicates an expected call of UpdateThesaurus.

func (*MockKendraAPIMockRecorder) UpdateThesaurusRequest

func (mr *MockKendraAPIMockRecorder) UpdateThesaurusRequest(arg0 interface{}) *gomock.Call

UpdateThesaurusRequest indicates an expected call of UpdateThesaurusRequest.

func (*MockKendraAPIMockRecorder) UpdateThesaurusWithContext

func (mr *MockKendraAPIMockRecorder) UpdateThesaurusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateThesaurusWithContext indicates an expected call of UpdateThesaurusWithContext.

Jump to

Keyboard shortcuts

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