kendramock

package
v1.54.4 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2024 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

AssociateEntitiesToExperience mocks base method

func (*MockKendraAPI) AssociateEntitiesToExperienceRequest

AssociateEntitiesToExperienceRequest mocks base method

func (*MockKendraAPI) AssociateEntitiesToExperienceWithContext

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

AssociateEntitiesToExperienceWithContext mocks base method

func (*MockKendraAPI) AssociatePersonasToEntities

AssociatePersonasToEntities mocks base method

func (*MockKendraAPI) AssociatePersonasToEntitiesRequest

AssociatePersonasToEntitiesRequest mocks base method

func (*MockKendraAPI) AssociatePersonasToEntitiesWithContext

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) BatchDeleteFeaturedResultsSet added in v1.44.233

BatchDeleteFeaturedResultsSet mocks base method

func (*MockKendraAPI) BatchDeleteFeaturedResultsSetRequest added in v1.44.233

BatchDeleteFeaturedResultsSetRequest mocks base method

func (*MockKendraAPI) BatchDeleteFeaturedResultsSetWithContext added in v1.44.233

func (m *MockKendraAPI) BatchDeleteFeaturedResultsSetWithContext(arg0 context.Context, arg1 *kendra.BatchDeleteFeaturedResultsSetInput, arg2 ...request.Option) (*kendra.BatchDeleteFeaturedResultsSetOutput, error)

BatchDeleteFeaturedResultsSetWithContext mocks base method

func (*MockKendraAPI) BatchGetDocumentStatus

BatchGetDocumentStatus mocks base method

func (*MockKendraAPI) BatchGetDocumentStatusRequest

BatchGetDocumentStatusRequest mocks base method

func (*MockKendraAPI) BatchGetDocumentStatusWithContext

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

ClearQuerySuggestions mocks base method

func (*MockKendraAPI) ClearQuerySuggestionsRequest

ClearQuerySuggestionsRequest mocks base method

func (*MockKendraAPI) ClearQuerySuggestionsWithContext

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

ClearQuerySuggestionsWithContext mocks base method

func (*MockKendraAPI) CreateAccessControlConfiguration added in v1.44.55

CreateAccessControlConfiguration mocks base method

func (*MockKendraAPI) CreateAccessControlConfigurationRequest added in v1.44.55

CreateAccessControlConfigurationRequest mocks base method

func (*MockKendraAPI) CreateAccessControlConfigurationWithContext added in v1.44.55

func (m *MockKendraAPI) CreateAccessControlConfigurationWithContext(arg0 context.Context, arg1 *kendra.CreateAccessControlConfigurationInput, arg2 ...request.Option) (*kendra.CreateAccessControlConfigurationOutput, error)

CreateAccessControlConfigurationWithContext 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

CreateExperience mocks base method

func (*MockKendraAPI) CreateExperienceRequest

CreateExperienceRequest mocks base method

func (*MockKendraAPI) CreateExperienceWithContext

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) CreateFeaturedResultsSet added in v1.44.233

CreateFeaturedResultsSet mocks base method

func (*MockKendraAPI) CreateFeaturedResultsSetRequest added in v1.44.233

CreateFeaturedResultsSetRequest mocks base method

func (*MockKendraAPI) CreateFeaturedResultsSetWithContext added in v1.44.233

func (m *MockKendraAPI) CreateFeaturedResultsSetWithContext(arg0 context.Context, arg1 *kendra.CreateFeaturedResultsSetInput, arg2 ...request.Option) (*kendra.CreateFeaturedResultsSetOutput, error)

CreateFeaturedResultsSetWithContext 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

CreateQuerySuggestionsBlockList mocks base method

func (*MockKendraAPI) CreateQuerySuggestionsBlockListRequest

CreateQuerySuggestionsBlockListRequest mocks base method

func (*MockKendraAPI) CreateQuerySuggestionsBlockListWithContext

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) DeleteAccessControlConfiguration added in v1.44.55

DeleteAccessControlConfiguration mocks base method

func (*MockKendraAPI) DeleteAccessControlConfigurationRequest added in v1.44.55

DeleteAccessControlConfigurationRequest mocks base method

func (*MockKendraAPI) DeleteAccessControlConfigurationWithContext added in v1.44.55

func (m *MockKendraAPI) DeleteAccessControlConfigurationWithContext(arg0 context.Context, arg1 *kendra.DeleteAccessControlConfigurationInput, arg2 ...request.Option) (*kendra.DeleteAccessControlConfigurationOutput, error)

DeleteAccessControlConfigurationWithContext 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

DeleteExperience mocks base method

func (*MockKendraAPI) DeleteExperienceRequest

DeleteExperienceRequest mocks base method

func (*MockKendraAPI) DeleteExperienceWithContext

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

DeletePrincipalMapping mocks base method

func (*MockKendraAPI) DeletePrincipalMappingRequest

DeletePrincipalMappingRequest mocks base method

func (*MockKendraAPI) DeletePrincipalMappingWithContext

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

DeletePrincipalMappingWithContext mocks base method

func (*MockKendraAPI) DeleteQuerySuggestionsBlockList

DeleteQuerySuggestionsBlockList mocks base method

func (*MockKendraAPI) DeleteQuerySuggestionsBlockListRequest

DeleteQuerySuggestionsBlockListRequest mocks base method

func (*MockKendraAPI) DeleteQuerySuggestionsBlockListWithContext

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) DescribeAccessControlConfiguration added in v1.44.55

DescribeAccessControlConfiguration mocks base method

func (*MockKendraAPI) DescribeAccessControlConfigurationRequest added in v1.44.55

DescribeAccessControlConfigurationRequest mocks base method

func (*MockKendraAPI) DescribeAccessControlConfigurationWithContext added in v1.44.55

func (m *MockKendraAPI) DescribeAccessControlConfigurationWithContext(arg0 context.Context, arg1 *kendra.DescribeAccessControlConfigurationInput, arg2 ...request.Option) (*kendra.DescribeAccessControlConfigurationOutput, error)

DescribeAccessControlConfigurationWithContext 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

DescribeExperience mocks base method

func (*MockKendraAPI) DescribeExperienceRequest

DescribeExperienceRequest mocks base method

func (*MockKendraAPI) DescribeExperienceWithContext

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) DescribeFeaturedResultsSet added in v1.44.233

DescribeFeaturedResultsSet mocks base method

func (*MockKendraAPI) DescribeFeaturedResultsSetRequest added in v1.44.233

DescribeFeaturedResultsSetRequest mocks base method

func (*MockKendraAPI) DescribeFeaturedResultsSetWithContext added in v1.44.233

func (m *MockKendraAPI) DescribeFeaturedResultsSetWithContext(arg0 context.Context, arg1 *kendra.DescribeFeaturedResultsSetInput, arg2 ...request.Option) (*kendra.DescribeFeaturedResultsSetOutput, error)

DescribeFeaturedResultsSetWithContext 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

DescribePrincipalMapping mocks base method

func (*MockKendraAPI) DescribePrincipalMappingRequest

DescribePrincipalMappingRequest mocks base method

func (*MockKendraAPI) DescribePrincipalMappingWithContext

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

DescribePrincipalMappingWithContext mocks base method

func (*MockKendraAPI) DescribeQuerySuggestionsBlockList

DescribeQuerySuggestionsBlockList mocks base method

func (*MockKendraAPI) DescribeQuerySuggestionsBlockListRequest

DescribeQuerySuggestionsBlockListRequest mocks base method

func (*MockKendraAPI) DescribeQuerySuggestionsBlockListWithContext

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

DescribeQuerySuggestionsBlockListWithContext mocks base method

func (*MockKendraAPI) DescribeQuerySuggestionsConfig

DescribeQuerySuggestionsConfig mocks base method

func (*MockKendraAPI) DescribeQuerySuggestionsConfigRequest

DescribeQuerySuggestionsConfigRequest mocks base method

func (*MockKendraAPI) DescribeQuerySuggestionsConfigWithContext

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

DisassociateEntitiesFromExperience mocks base method

func (*MockKendraAPI) DisassociateEntitiesFromExperienceRequest

DisassociateEntitiesFromExperienceRequest mocks base method

func (*MockKendraAPI) DisassociateEntitiesFromExperienceWithContext

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

DisassociateEntitiesFromExperienceWithContext mocks base method

func (*MockKendraAPI) DisassociatePersonasFromEntities

DisassociatePersonasFromEntities mocks base method

func (*MockKendraAPI) DisassociatePersonasFromEntitiesRequest

DisassociatePersonasFromEntitiesRequest mocks base method

func (*MockKendraAPI) DisassociatePersonasFromEntitiesWithContext

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

GetQuerySuggestions mocks base method

func (*MockKendraAPI) GetQuerySuggestionsRequest

GetQuerySuggestionsRequest mocks base method

func (*MockKendraAPI) GetQuerySuggestionsWithContext

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

GetQuerySuggestionsWithContext mocks base method

func (*MockKendraAPI) GetSnapshots

GetSnapshots mocks base method

func (*MockKendraAPI) GetSnapshotsPages

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

GetSnapshotsPages mocks base method

func (*MockKendraAPI) GetSnapshotsPagesWithContext

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

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

GetSnapshotsRequest mocks base method

func (*MockKendraAPI) GetSnapshotsWithContext

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

GetSnapshotsWithContext mocks base method

func (*MockKendraAPI) ListAccessControlConfigurations added in v1.44.55

ListAccessControlConfigurations mocks base method

func (*MockKendraAPI) ListAccessControlConfigurationsPages added in v1.44.55

func (m *MockKendraAPI) ListAccessControlConfigurationsPages(arg0 *kendra.ListAccessControlConfigurationsInput, arg1 func(*kendra.ListAccessControlConfigurationsOutput, bool) bool) error

ListAccessControlConfigurationsPages mocks base method

func (*MockKendraAPI) ListAccessControlConfigurationsPagesWithContext added in v1.44.55

func (m *MockKendraAPI) ListAccessControlConfigurationsPagesWithContext(arg0 context.Context, arg1 *kendra.ListAccessControlConfigurationsInput, arg2 func(*kendra.ListAccessControlConfigurationsOutput, bool) bool, arg3 ...request.Option) error

ListAccessControlConfigurationsPagesWithContext mocks base method

func (*MockKendraAPI) ListAccessControlConfigurationsRequest added in v1.44.55

ListAccessControlConfigurationsRequest mocks base method

func (*MockKendraAPI) ListAccessControlConfigurationsWithContext added in v1.44.55

func (m *MockKendraAPI) ListAccessControlConfigurationsWithContext(arg0 context.Context, arg1 *kendra.ListAccessControlConfigurationsInput, arg2 ...request.Option) (*kendra.ListAccessControlConfigurationsOutput, error)

ListAccessControlConfigurationsWithContext 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

ListEntityPersonas mocks base method

func (*MockKendraAPI) ListEntityPersonasPages

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

ListEntityPersonasPages mocks base method

func (*MockKendraAPI) ListEntityPersonasPagesWithContext

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

ListEntityPersonasRequest mocks base method

func (*MockKendraAPI) ListEntityPersonasWithContext

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

ListEntityPersonasWithContext mocks base method

func (*MockKendraAPI) ListExperienceEntities

ListExperienceEntities mocks base method

func (*MockKendraAPI) ListExperienceEntitiesPages

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

ListExperienceEntitiesPages mocks base method

func (*MockKendraAPI) ListExperienceEntitiesPagesWithContext

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

ListExperienceEntitiesRequest mocks base method

func (*MockKendraAPI) ListExperienceEntitiesWithContext

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

ListExperienceEntitiesWithContext mocks base method

func (*MockKendraAPI) ListExperiences

ListExperiences mocks base method

func (*MockKendraAPI) ListExperiencesPages

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

ListExperiencesPages mocks base method

func (*MockKendraAPI) ListExperiencesPagesWithContext

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

ListExperiencesRequest mocks base method

func (*MockKendraAPI) ListExperiencesWithContext

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) ListFaqsPages added in v1.44.8

func (m *MockKendraAPI) ListFaqsPages(arg0 *kendra.ListFaqsInput, arg1 func(*kendra.ListFaqsOutput, bool) bool) error

ListFaqsPages mocks base method

func (*MockKendraAPI) ListFaqsPagesWithContext added in v1.44.8

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

ListFaqsPagesWithContext 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) ListFeaturedResultsSets added in v1.44.233

ListFeaturedResultsSets mocks base method

func (*MockKendraAPI) ListFeaturedResultsSetsRequest added in v1.44.233

ListFeaturedResultsSetsRequest mocks base method

func (*MockKendraAPI) ListFeaturedResultsSetsWithContext added in v1.44.233

func (m *MockKendraAPI) ListFeaturedResultsSetsWithContext(arg0 context.Context, arg1 *kendra.ListFeaturedResultsSetsInput, arg2 ...request.Option) (*kendra.ListFeaturedResultsSetsOutput, error)

ListFeaturedResultsSetsWithContext mocks base method

func (*MockKendraAPI) ListGroupsOlderThanOrderingId

ListGroupsOlderThanOrderingId mocks base method

func (*MockKendraAPI) ListGroupsOlderThanOrderingIdPages added in v1.44.8

func (m *MockKendraAPI) ListGroupsOlderThanOrderingIdPages(arg0 *kendra.ListGroupsOlderThanOrderingIdInput, arg1 func(*kendra.ListGroupsOlderThanOrderingIdOutput, bool) bool) error

ListGroupsOlderThanOrderingIdPages mocks base method

func (*MockKendraAPI) ListGroupsOlderThanOrderingIdPagesWithContext added in v1.44.8

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

ListGroupsOlderThanOrderingIdPagesWithContext mocks base method

func (*MockKendraAPI) ListGroupsOlderThanOrderingIdRequest

ListGroupsOlderThanOrderingIdRequest mocks base method

func (*MockKendraAPI) ListGroupsOlderThanOrderingIdWithContext

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

ListQuerySuggestionsBlockLists mocks base method

func (*MockKendraAPI) ListQuerySuggestionsBlockListsPages added in v1.44.8

func (m *MockKendraAPI) ListQuerySuggestionsBlockListsPages(arg0 *kendra.ListQuerySuggestionsBlockListsInput, arg1 func(*kendra.ListQuerySuggestionsBlockListsOutput, bool) bool) error

ListQuerySuggestionsBlockListsPages mocks base method

func (*MockKendraAPI) ListQuerySuggestionsBlockListsPagesWithContext added in v1.44.8

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

ListQuerySuggestionsBlockListsPagesWithContext mocks base method

func (*MockKendraAPI) ListQuerySuggestionsBlockListsRequest

ListQuerySuggestionsBlockListsRequest mocks base method

func (*MockKendraAPI) ListQuerySuggestionsBlockListsWithContext

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) ListThesauriPages added in v1.44.8

func (m *MockKendraAPI) ListThesauriPages(arg0 *kendra.ListThesauriInput, arg1 func(*kendra.ListThesauriOutput, bool) bool) error

ListThesauriPages mocks base method

func (*MockKendraAPI) ListThesauriPagesWithContext added in v1.44.8

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

ListThesauriPagesWithContext 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

PutPrincipalMapping mocks base method

func (*MockKendraAPI) PutPrincipalMappingRequest

PutPrincipalMappingRequest mocks base method

func (*MockKendraAPI) PutPrincipalMappingWithContext

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) Retrieve added in v1.44.288

Retrieve mocks base method

func (*MockKendraAPI) RetrieveRequest added in v1.44.288

func (m *MockKendraAPI) RetrieveRequest(arg0 *kendra.RetrieveInput) (*request.Request, *kendra.RetrieveOutput)

RetrieveRequest mocks base method

func (*MockKendraAPI) RetrieveWithContext added in v1.44.288

func (m *MockKendraAPI) RetrieveWithContext(arg0 context.Context, arg1 *kendra.RetrieveInput, arg2 ...request.Option) (*kendra.RetrieveOutput, error)

RetrieveWithContext 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) UpdateAccessControlConfiguration added in v1.44.55

UpdateAccessControlConfiguration mocks base method

func (*MockKendraAPI) UpdateAccessControlConfigurationRequest added in v1.44.55

UpdateAccessControlConfigurationRequest mocks base method

func (*MockKendraAPI) UpdateAccessControlConfigurationWithContext added in v1.44.55

func (m *MockKendraAPI) UpdateAccessControlConfigurationWithContext(arg0 context.Context, arg1 *kendra.UpdateAccessControlConfigurationInput, arg2 ...request.Option) (*kendra.UpdateAccessControlConfigurationOutput, error)

UpdateAccessControlConfigurationWithContext 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

UpdateExperience mocks base method

func (*MockKendraAPI) UpdateExperienceRequest

UpdateExperienceRequest mocks base method

func (*MockKendraAPI) UpdateExperienceWithContext

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

UpdateExperienceWithContext mocks base method

func (*MockKendraAPI) UpdateFeaturedResultsSet added in v1.44.233

UpdateFeaturedResultsSet mocks base method

func (*MockKendraAPI) UpdateFeaturedResultsSetRequest added in v1.44.233

UpdateFeaturedResultsSetRequest mocks base method

func (*MockKendraAPI) UpdateFeaturedResultsSetWithContext added in v1.44.233

func (m *MockKendraAPI) UpdateFeaturedResultsSetWithContext(arg0 context.Context, arg1 *kendra.UpdateFeaturedResultsSetInput, arg2 ...request.Option) (*kendra.UpdateFeaturedResultsSetOutput, error)

UpdateFeaturedResultsSetWithContext 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

UpdateQuerySuggestionsBlockList mocks base method

func (*MockKendraAPI) UpdateQuerySuggestionsBlockListRequest

UpdateQuerySuggestionsBlockListRequest mocks base method

func (*MockKendraAPI) UpdateQuerySuggestionsBlockListWithContext

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

UpdateQuerySuggestionsBlockListWithContext mocks base method

func (*MockKendraAPI) UpdateQuerySuggestionsConfig

UpdateQuerySuggestionsConfig mocks base method

func (*MockKendraAPI) UpdateQuerySuggestionsConfigRequest

UpdateQuerySuggestionsConfigRequest mocks base method

func (*MockKendraAPI) UpdateQuerySuggestionsConfigWithContext

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

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

AssociateEntitiesToExperience indicates an expected call of AssociateEntitiesToExperience

func (*MockKendraAPIMockRecorder) AssociateEntitiesToExperienceRequest

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

AssociateEntitiesToExperienceRequest indicates an expected call of AssociateEntitiesToExperienceRequest

func (*MockKendraAPIMockRecorder) AssociateEntitiesToExperienceWithContext

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

AssociateEntitiesToExperienceWithContext indicates an expected call of AssociateEntitiesToExperienceWithContext

func (*MockKendraAPIMockRecorder) AssociatePersonasToEntities

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

AssociatePersonasToEntities indicates an expected call of AssociatePersonasToEntities

func (*MockKendraAPIMockRecorder) AssociatePersonasToEntitiesRequest

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

AssociatePersonasToEntitiesRequest indicates an expected call of AssociatePersonasToEntitiesRequest

func (*MockKendraAPIMockRecorder) AssociatePersonasToEntitiesWithContext

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) BatchDeleteFeaturedResultsSet added in v1.44.233

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

BatchDeleteFeaturedResultsSet indicates an expected call of BatchDeleteFeaturedResultsSet

func (*MockKendraAPIMockRecorder) BatchDeleteFeaturedResultsSetRequest added in v1.44.233

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

BatchDeleteFeaturedResultsSetRequest indicates an expected call of BatchDeleteFeaturedResultsSetRequest

func (*MockKendraAPIMockRecorder) BatchDeleteFeaturedResultsSetWithContext added in v1.44.233

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

BatchDeleteFeaturedResultsSetWithContext indicates an expected call of BatchDeleteFeaturedResultsSetWithContext

func (*MockKendraAPIMockRecorder) BatchGetDocumentStatus

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

BatchGetDocumentStatus indicates an expected call of BatchGetDocumentStatus

func (*MockKendraAPIMockRecorder) BatchGetDocumentStatusRequest

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

BatchGetDocumentStatusRequest indicates an expected call of BatchGetDocumentStatusRequest

func (*MockKendraAPIMockRecorder) BatchGetDocumentStatusWithContext

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

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

ClearQuerySuggestions indicates an expected call of ClearQuerySuggestions

func (*MockKendraAPIMockRecorder) ClearQuerySuggestionsRequest

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

ClearQuerySuggestionsRequest indicates an expected call of ClearQuerySuggestionsRequest

func (*MockKendraAPIMockRecorder) ClearQuerySuggestionsWithContext

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

ClearQuerySuggestionsWithContext indicates an expected call of ClearQuerySuggestionsWithContext

func (*MockKendraAPIMockRecorder) CreateAccessControlConfiguration added in v1.44.55

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

CreateAccessControlConfiguration indicates an expected call of CreateAccessControlConfiguration

func (*MockKendraAPIMockRecorder) CreateAccessControlConfigurationRequest added in v1.44.55

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

CreateAccessControlConfigurationRequest indicates an expected call of CreateAccessControlConfigurationRequest

func (*MockKendraAPIMockRecorder) CreateAccessControlConfigurationWithContext added in v1.44.55

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

CreateAccessControlConfigurationWithContext indicates an expected call of CreateAccessControlConfigurationWithContext

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

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

CreateExperience indicates an expected call of CreateExperience

func (*MockKendraAPIMockRecorder) CreateExperienceRequest

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

CreateExperienceRequest indicates an expected call of CreateExperienceRequest

func (*MockKendraAPIMockRecorder) CreateExperienceWithContext

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) CreateFeaturedResultsSet added in v1.44.233

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

CreateFeaturedResultsSet indicates an expected call of CreateFeaturedResultsSet

func (*MockKendraAPIMockRecorder) CreateFeaturedResultsSetRequest added in v1.44.233

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

CreateFeaturedResultsSetRequest indicates an expected call of CreateFeaturedResultsSetRequest

func (*MockKendraAPIMockRecorder) CreateFeaturedResultsSetWithContext added in v1.44.233

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

CreateFeaturedResultsSetWithContext indicates an expected call of CreateFeaturedResultsSetWithContext

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

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

CreateQuerySuggestionsBlockList indicates an expected call of CreateQuerySuggestionsBlockList

func (*MockKendraAPIMockRecorder) CreateQuerySuggestionsBlockListRequest

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

CreateQuerySuggestionsBlockListRequest indicates an expected call of CreateQuerySuggestionsBlockListRequest

func (*MockKendraAPIMockRecorder) CreateQuerySuggestionsBlockListWithContext

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) DeleteAccessControlConfiguration added in v1.44.55

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

DeleteAccessControlConfiguration indicates an expected call of DeleteAccessControlConfiguration

func (*MockKendraAPIMockRecorder) DeleteAccessControlConfigurationRequest added in v1.44.55

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

DeleteAccessControlConfigurationRequest indicates an expected call of DeleteAccessControlConfigurationRequest

func (*MockKendraAPIMockRecorder) DeleteAccessControlConfigurationWithContext added in v1.44.55

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

DeleteAccessControlConfigurationWithContext indicates an expected call of DeleteAccessControlConfigurationWithContext

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

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

DeleteExperience indicates an expected call of DeleteExperience

func (*MockKendraAPIMockRecorder) DeleteExperienceRequest

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

DeleteExperienceRequest indicates an expected call of DeleteExperienceRequest

func (*MockKendraAPIMockRecorder) DeleteExperienceWithContext

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

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

DeletePrincipalMapping indicates an expected call of DeletePrincipalMapping

func (*MockKendraAPIMockRecorder) DeletePrincipalMappingRequest

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

DeletePrincipalMappingRequest indicates an expected call of DeletePrincipalMappingRequest

func (*MockKendraAPIMockRecorder) DeletePrincipalMappingWithContext

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

DeletePrincipalMappingWithContext indicates an expected call of DeletePrincipalMappingWithContext

func (*MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockList

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

DeleteQuerySuggestionsBlockList indicates an expected call of DeleteQuerySuggestionsBlockList

func (*MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockListRequest

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

DeleteQuerySuggestionsBlockListRequest indicates an expected call of DeleteQuerySuggestionsBlockListRequest

func (*MockKendraAPIMockRecorder) DeleteQuerySuggestionsBlockListWithContext

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) DescribeAccessControlConfiguration added in v1.44.55

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

DescribeAccessControlConfiguration indicates an expected call of DescribeAccessControlConfiguration

func (*MockKendraAPIMockRecorder) DescribeAccessControlConfigurationRequest added in v1.44.55

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

DescribeAccessControlConfigurationRequest indicates an expected call of DescribeAccessControlConfigurationRequest

func (*MockKendraAPIMockRecorder) DescribeAccessControlConfigurationWithContext added in v1.44.55

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

DescribeAccessControlConfigurationWithContext indicates an expected call of DescribeAccessControlConfigurationWithContext

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

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

DescribeExperience indicates an expected call of DescribeExperience

func (*MockKendraAPIMockRecorder) DescribeExperienceRequest

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

DescribeExperienceRequest indicates an expected call of DescribeExperienceRequest

func (*MockKendraAPIMockRecorder) DescribeExperienceWithContext

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) DescribeFeaturedResultsSet added in v1.44.233

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

DescribeFeaturedResultsSet indicates an expected call of DescribeFeaturedResultsSet

func (*MockKendraAPIMockRecorder) DescribeFeaturedResultsSetRequest added in v1.44.233

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

DescribeFeaturedResultsSetRequest indicates an expected call of DescribeFeaturedResultsSetRequest

func (*MockKendraAPIMockRecorder) DescribeFeaturedResultsSetWithContext added in v1.44.233

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

DescribeFeaturedResultsSetWithContext indicates an expected call of DescribeFeaturedResultsSetWithContext

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

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

DescribePrincipalMapping indicates an expected call of DescribePrincipalMapping

func (*MockKendraAPIMockRecorder) DescribePrincipalMappingRequest

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

DescribePrincipalMappingRequest indicates an expected call of DescribePrincipalMappingRequest

func (*MockKendraAPIMockRecorder) DescribePrincipalMappingWithContext

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

DescribePrincipalMappingWithContext indicates an expected call of DescribePrincipalMappingWithContext

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockList

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

DescribeQuerySuggestionsBlockList indicates an expected call of DescribeQuerySuggestionsBlockList

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockListRequest

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

DescribeQuerySuggestionsBlockListRequest indicates an expected call of DescribeQuerySuggestionsBlockListRequest

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsBlockListWithContext

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

DescribeQuerySuggestionsBlockListWithContext indicates an expected call of DescribeQuerySuggestionsBlockListWithContext

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfig

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

DescribeQuerySuggestionsConfig indicates an expected call of DescribeQuerySuggestionsConfig

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfigRequest

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

DescribeQuerySuggestionsConfigRequest indicates an expected call of DescribeQuerySuggestionsConfigRequest

func (*MockKendraAPIMockRecorder) DescribeQuerySuggestionsConfigWithContext

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

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

DisassociateEntitiesFromExperience indicates an expected call of DisassociateEntitiesFromExperience

func (*MockKendraAPIMockRecorder) DisassociateEntitiesFromExperienceRequest

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

DisassociateEntitiesFromExperienceRequest indicates an expected call of DisassociateEntitiesFromExperienceRequest

func (*MockKendraAPIMockRecorder) DisassociateEntitiesFromExperienceWithContext

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

DisassociateEntitiesFromExperienceWithContext indicates an expected call of DisassociateEntitiesFromExperienceWithContext

func (*MockKendraAPIMockRecorder) DisassociatePersonasFromEntities

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

DisassociatePersonasFromEntities indicates an expected call of DisassociatePersonasFromEntities

func (*MockKendraAPIMockRecorder) DisassociatePersonasFromEntitiesRequest

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

DisassociatePersonasFromEntitiesRequest indicates an expected call of DisassociatePersonasFromEntitiesRequest

func (*MockKendraAPIMockRecorder) DisassociatePersonasFromEntitiesWithContext

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

DisassociatePersonasFromEntitiesWithContext indicates an expected call of DisassociatePersonasFromEntitiesWithContext

func (*MockKendraAPIMockRecorder) GetQuerySuggestions

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

GetQuerySuggestions indicates an expected call of GetQuerySuggestions

func (*MockKendraAPIMockRecorder) GetQuerySuggestionsRequest

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

GetQuerySuggestionsRequest indicates an expected call of GetQuerySuggestionsRequest

func (*MockKendraAPIMockRecorder) GetQuerySuggestionsWithContext

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

GetQuerySuggestionsWithContext indicates an expected call of GetQuerySuggestionsWithContext

func (*MockKendraAPIMockRecorder) GetSnapshots

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

GetSnapshots indicates an expected call of GetSnapshots

func (*MockKendraAPIMockRecorder) GetSnapshotsPages

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

GetSnapshotsPages indicates an expected call of GetSnapshotsPages

func (*MockKendraAPIMockRecorder) GetSnapshotsPagesWithContext

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

GetSnapshotsPagesWithContext indicates an expected call of GetSnapshotsPagesWithContext

func (*MockKendraAPIMockRecorder) GetSnapshotsRequest

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

GetSnapshotsRequest indicates an expected call of GetSnapshotsRequest

func (*MockKendraAPIMockRecorder) GetSnapshotsWithContext

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

GetSnapshotsWithContext indicates an expected call of GetSnapshotsWithContext

func (*MockKendraAPIMockRecorder) ListAccessControlConfigurations added in v1.44.55

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

ListAccessControlConfigurations indicates an expected call of ListAccessControlConfigurations

func (*MockKendraAPIMockRecorder) ListAccessControlConfigurationsPages added in v1.44.55

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

ListAccessControlConfigurationsPages indicates an expected call of ListAccessControlConfigurationsPages

func (*MockKendraAPIMockRecorder) ListAccessControlConfigurationsPagesWithContext added in v1.44.55

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

ListAccessControlConfigurationsPagesWithContext indicates an expected call of ListAccessControlConfigurationsPagesWithContext

func (*MockKendraAPIMockRecorder) ListAccessControlConfigurationsRequest added in v1.44.55

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

ListAccessControlConfigurationsRequest indicates an expected call of ListAccessControlConfigurationsRequest

func (*MockKendraAPIMockRecorder) ListAccessControlConfigurationsWithContext added in v1.44.55

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

ListAccessControlConfigurationsWithContext indicates an expected call of ListAccessControlConfigurationsWithContext

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

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

ListEntityPersonas indicates an expected call of ListEntityPersonas

func (*MockKendraAPIMockRecorder) ListEntityPersonasPages

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

ListEntityPersonasPages indicates an expected call of ListEntityPersonasPages

func (*MockKendraAPIMockRecorder) ListEntityPersonasPagesWithContext

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

ListEntityPersonasPagesWithContext indicates an expected call of ListEntityPersonasPagesWithContext

func (*MockKendraAPIMockRecorder) ListEntityPersonasRequest

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

ListEntityPersonasRequest indicates an expected call of ListEntityPersonasRequest

func (*MockKendraAPIMockRecorder) ListEntityPersonasWithContext

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

ListEntityPersonasWithContext indicates an expected call of ListEntityPersonasWithContext

func (*MockKendraAPIMockRecorder) ListExperienceEntities

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

ListExperienceEntities indicates an expected call of ListExperienceEntities

func (*MockKendraAPIMockRecorder) ListExperienceEntitiesPages

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

ListExperienceEntitiesPages indicates an expected call of ListExperienceEntitiesPages

func (*MockKendraAPIMockRecorder) ListExperienceEntitiesPagesWithContext

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

ListExperienceEntitiesPagesWithContext indicates an expected call of ListExperienceEntitiesPagesWithContext

func (*MockKendraAPIMockRecorder) ListExperienceEntitiesRequest

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

ListExperienceEntitiesRequest indicates an expected call of ListExperienceEntitiesRequest

func (*MockKendraAPIMockRecorder) ListExperienceEntitiesWithContext

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

ListExperienceEntitiesWithContext indicates an expected call of ListExperienceEntitiesWithContext

func (*MockKendraAPIMockRecorder) ListExperiences

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

ListExperiences indicates an expected call of ListExperiences

func (*MockKendraAPIMockRecorder) ListExperiencesPages

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

ListExperiencesPages indicates an expected call of ListExperiencesPages

func (*MockKendraAPIMockRecorder) ListExperiencesPagesWithContext

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

ListExperiencesPagesWithContext indicates an expected call of ListExperiencesPagesWithContext

func (*MockKendraAPIMockRecorder) ListExperiencesRequest

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

ListExperiencesRequest indicates an expected call of ListExperiencesRequest

func (*MockKendraAPIMockRecorder) ListExperiencesWithContext

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) ListFaqsPages added in v1.44.8

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

ListFaqsPages indicates an expected call of ListFaqsPages

func (*MockKendraAPIMockRecorder) ListFaqsPagesWithContext added in v1.44.8

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

ListFaqsPagesWithContext indicates an expected call of ListFaqsPagesWithContext

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) ListFeaturedResultsSets added in v1.44.233

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

ListFeaturedResultsSets indicates an expected call of ListFeaturedResultsSets

func (*MockKendraAPIMockRecorder) ListFeaturedResultsSetsRequest added in v1.44.233

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

ListFeaturedResultsSetsRequest indicates an expected call of ListFeaturedResultsSetsRequest

func (*MockKendraAPIMockRecorder) ListFeaturedResultsSetsWithContext added in v1.44.233

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

ListFeaturedResultsSetsWithContext indicates an expected call of ListFeaturedResultsSetsWithContext

func (*MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingId

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

ListGroupsOlderThanOrderingId indicates an expected call of ListGroupsOlderThanOrderingId

func (*MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingIdPages added in v1.44.8

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

ListGroupsOlderThanOrderingIdPages indicates an expected call of ListGroupsOlderThanOrderingIdPages

func (*MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingIdPagesWithContext added in v1.44.8

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

ListGroupsOlderThanOrderingIdPagesWithContext indicates an expected call of ListGroupsOlderThanOrderingIdPagesWithContext

func (*MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingIdRequest

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

ListGroupsOlderThanOrderingIdRequest indicates an expected call of ListGroupsOlderThanOrderingIdRequest

func (*MockKendraAPIMockRecorder) ListGroupsOlderThanOrderingIdWithContext

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

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

ListQuerySuggestionsBlockLists indicates an expected call of ListQuerySuggestionsBlockLists

func (*MockKendraAPIMockRecorder) ListQuerySuggestionsBlockListsPages added in v1.44.8

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

ListQuerySuggestionsBlockListsPages indicates an expected call of ListQuerySuggestionsBlockListsPages

func (*MockKendraAPIMockRecorder) ListQuerySuggestionsBlockListsPagesWithContext added in v1.44.8

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

ListQuerySuggestionsBlockListsPagesWithContext indicates an expected call of ListQuerySuggestionsBlockListsPagesWithContext

func (*MockKendraAPIMockRecorder) ListQuerySuggestionsBlockListsRequest

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

ListQuerySuggestionsBlockListsRequest indicates an expected call of ListQuerySuggestionsBlockListsRequest

func (*MockKendraAPIMockRecorder) ListQuerySuggestionsBlockListsWithContext

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) ListThesauriPages added in v1.44.8

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

ListThesauriPages indicates an expected call of ListThesauriPages

func (*MockKendraAPIMockRecorder) ListThesauriPagesWithContext added in v1.44.8

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

ListThesauriPagesWithContext indicates an expected call of ListThesauriPagesWithContext

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

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

PutPrincipalMapping indicates an expected call of PutPrincipalMapping

func (*MockKendraAPIMockRecorder) PutPrincipalMappingRequest

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

PutPrincipalMappingRequest indicates an expected call of PutPrincipalMappingRequest

func (*MockKendraAPIMockRecorder) PutPrincipalMappingWithContext

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) Retrieve added in v1.44.288

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

Retrieve indicates an expected call of Retrieve

func (*MockKendraAPIMockRecorder) RetrieveRequest added in v1.44.288

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

RetrieveRequest indicates an expected call of RetrieveRequest

func (*MockKendraAPIMockRecorder) RetrieveWithContext added in v1.44.288

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

RetrieveWithContext indicates an expected call of RetrieveWithContext

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) UpdateAccessControlConfiguration added in v1.44.55

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

UpdateAccessControlConfiguration indicates an expected call of UpdateAccessControlConfiguration

func (*MockKendraAPIMockRecorder) UpdateAccessControlConfigurationRequest added in v1.44.55

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

UpdateAccessControlConfigurationRequest indicates an expected call of UpdateAccessControlConfigurationRequest

func (*MockKendraAPIMockRecorder) UpdateAccessControlConfigurationWithContext added in v1.44.55

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

UpdateAccessControlConfigurationWithContext indicates an expected call of UpdateAccessControlConfigurationWithContext

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

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

UpdateExperience indicates an expected call of UpdateExperience

func (*MockKendraAPIMockRecorder) UpdateExperienceRequest

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

UpdateExperienceRequest indicates an expected call of UpdateExperienceRequest

func (*MockKendraAPIMockRecorder) UpdateExperienceWithContext

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

UpdateExperienceWithContext indicates an expected call of UpdateExperienceWithContext

func (*MockKendraAPIMockRecorder) UpdateFeaturedResultsSet added in v1.44.233

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

UpdateFeaturedResultsSet indicates an expected call of UpdateFeaturedResultsSet

func (*MockKendraAPIMockRecorder) UpdateFeaturedResultsSetRequest added in v1.44.233

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

UpdateFeaturedResultsSetRequest indicates an expected call of UpdateFeaturedResultsSetRequest

func (*MockKendraAPIMockRecorder) UpdateFeaturedResultsSetWithContext added in v1.44.233

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

UpdateFeaturedResultsSetWithContext indicates an expected call of UpdateFeaturedResultsSetWithContext

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

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

UpdateQuerySuggestionsBlockList indicates an expected call of UpdateQuerySuggestionsBlockList

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsBlockListRequest

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

UpdateQuerySuggestionsBlockListRequest indicates an expected call of UpdateQuerySuggestionsBlockListRequest

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsBlockListWithContext

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

UpdateQuerySuggestionsBlockListWithContext indicates an expected call of UpdateQuerySuggestionsBlockListWithContext

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfig

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

UpdateQuerySuggestionsConfig indicates an expected call of UpdateQuerySuggestionsConfig

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfigRequest

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

UpdateQuerySuggestionsConfigRequest indicates an expected call of UpdateQuerySuggestionsConfigRequest

func (*MockKendraAPIMockRecorder) UpdateQuerySuggestionsConfigWithContext

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