voiceidmock

package
v1.43.22 Latest Latest
Warning

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

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

Documentation

Overview

Package voiceidmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockVoiceIDAPI

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

MockVoiceIDAPI is a mock of VoiceIDAPI interface.

func NewMockVoiceIDAPI

func NewMockVoiceIDAPI(ctrl *gomock.Controller) *MockVoiceIDAPI

NewMockVoiceIDAPI creates a new mock instance.

func (*MockVoiceIDAPI) CreateDomain

CreateDomain mocks base method.

func (*MockVoiceIDAPI) CreateDomainRequest

CreateDomainRequest mocks base method.

func (*MockVoiceIDAPI) CreateDomainWithContext

func (m *MockVoiceIDAPI) CreateDomainWithContext(arg0 context.Context, arg1 *voiceid.CreateDomainInput, arg2 ...request.Option) (*voiceid.CreateDomainOutput, error)

CreateDomainWithContext mocks base method.

func (*MockVoiceIDAPI) DeleteDomain

DeleteDomain mocks base method.

func (*MockVoiceIDAPI) DeleteDomainRequest

DeleteDomainRequest mocks base method.

func (*MockVoiceIDAPI) DeleteDomainWithContext

func (m *MockVoiceIDAPI) DeleteDomainWithContext(arg0 context.Context, arg1 *voiceid.DeleteDomainInput, arg2 ...request.Option) (*voiceid.DeleteDomainOutput, error)

DeleteDomainWithContext mocks base method.

func (*MockVoiceIDAPI) DeleteFraudster

DeleteFraudster mocks base method.

func (*MockVoiceIDAPI) DeleteFraudsterRequest

DeleteFraudsterRequest mocks base method.

func (*MockVoiceIDAPI) DeleteFraudsterWithContext

func (m *MockVoiceIDAPI) DeleteFraudsterWithContext(arg0 context.Context, arg1 *voiceid.DeleteFraudsterInput, arg2 ...request.Option) (*voiceid.DeleteFraudsterOutput, error)

DeleteFraudsterWithContext mocks base method.

func (*MockVoiceIDAPI) DeleteSpeaker

DeleteSpeaker mocks base method.

func (*MockVoiceIDAPI) DeleteSpeakerRequest

DeleteSpeakerRequest mocks base method.

func (*MockVoiceIDAPI) DeleteSpeakerWithContext

func (m *MockVoiceIDAPI) DeleteSpeakerWithContext(arg0 context.Context, arg1 *voiceid.DeleteSpeakerInput, arg2 ...request.Option) (*voiceid.DeleteSpeakerOutput, error)

DeleteSpeakerWithContext mocks base method.

func (*MockVoiceIDAPI) DescribeDomain

DescribeDomain mocks base method.

func (*MockVoiceIDAPI) DescribeDomainRequest

DescribeDomainRequest mocks base method.

func (*MockVoiceIDAPI) DescribeDomainWithContext

func (m *MockVoiceIDAPI) DescribeDomainWithContext(arg0 context.Context, arg1 *voiceid.DescribeDomainInput, arg2 ...request.Option) (*voiceid.DescribeDomainOutput, error)

DescribeDomainWithContext mocks base method.

func (*MockVoiceIDAPI) DescribeFraudster

DescribeFraudster mocks base method.

func (*MockVoiceIDAPI) DescribeFraudsterRegistrationJob

DescribeFraudsterRegistrationJob mocks base method.

func (*MockVoiceIDAPI) DescribeFraudsterRegistrationJobRequest

DescribeFraudsterRegistrationJobRequest mocks base method.

func (*MockVoiceIDAPI) DescribeFraudsterRegistrationJobWithContext

func (m *MockVoiceIDAPI) DescribeFraudsterRegistrationJobWithContext(arg0 context.Context, arg1 *voiceid.DescribeFraudsterRegistrationJobInput, arg2 ...request.Option) (*voiceid.DescribeFraudsterRegistrationJobOutput, error)

DescribeFraudsterRegistrationJobWithContext mocks base method.

func (*MockVoiceIDAPI) DescribeFraudsterRequest

DescribeFraudsterRequest mocks base method.

func (*MockVoiceIDAPI) DescribeFraudsterWithContext

func (m *MockVoiceIDAPI) DescribeFraudsterWithContext(arg0 context.Context, arg1 *voiceid.DescribeFraudsterInput, arg2 ...request.Option) (*voiceid.DescribeFraudsterOutput, error)

DescribeFraudsterWithContext mocks base method.

func (*MockVoiceIDAPI) DescribeSpeaker

DescribeSpeaker mocks base method.

func (*MockVoiceIDAPI) DescribeSpeakerEnrollmentJob

DescribeSpeakerEnrollmentJob mocks base method.

func (*MockVoiceIDAPI) DescribeSpeakerEnrollmentJobRequest

DescribeSpeakerEnrollmentJobRequest mocks base method.

func (*MockVoiceIDAPI) DescribeSpeakerEnrollmentJobWithContext

func (m *MockVoiceIDAPI) DescribeSpeakerEnrollmentJobWithContext(arg0 context.Context, arg1 *voiceid.DescribeSpeakerEnrollmentJobInput, arg2 ...request.Option) (*voiceid.DescribeSpeakerEnrollmentJobOutput, error)

DescribeSpeakerEnrollmentJobWithContext mocks base method.

func (*MockVoiceIDAPI) DescribeSpeakerRequest

DescribeSpeakerRequest mocks base method.

func (*MockVoiceIDAPI) DescribeSpeakerWithContext

func (m *MockVoiceIDAPI) DescribeSpeakerWithContext(arg0 context.Context, arg1 *voiceid.DescribeSpeakerInput, arg2 ...request.Option) (*voiceid.DescribeSpeakerOutput, error)

DescribeSpeakerWithContext mocks base method.

func (*MockVoiceIDAPI) EXPECT

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

func (*MockVoiceIDAPI) EvaluateSession

EvaluateSession mocks base method.

func (*MockVoiceIDAPI) EvaluateSessionRequest

EvaluateSessionRequest mocks base method.

func (*MockVoiceIDAPI) EvaluateSessionWithContext

func (m *MockVoiceIDAPI) EvaluateSessionWithContext(arg0 context.Context, arg1 *voiceid.EvaluateSessionInput, arg2 ...request.Option) (*voiceid.EvaluateSessionOutput, error)

EvaluateSessionWithContext mocks base method.

func (*MockVoiceIDAPI) ListDomains

ListDomains mocks base method.

func (*MockVoiceIDAPI) ListDomainsPages

func (m *MockVoiceIDAPI) ListDomainsPages(arg0 *voiceid.ListDomainsInput, arg1 func(*voiceid.ListDomainsOutput, bool) bool) error

ListDomainsPages mocks base method.

func (*MockVoiceIDAPI) ListDomainsPagesWithContext

func (m *MockVoiceIDAPI) ListDomainsPagesWithContext(arg0 context.Context, arg1 *voiceid.ListDomainsInput, arg2 func(*voiceid.ListDomainsOutput, bool) bool, arg3 ...request.Option) error

ListDomainsPagesWithContext mocks base method.

func (*MockVoiceIDAPI) ListDomainsRequest

ListDomainsRequest mocks base method.

func (*MockVoiceIDAPI) ListDomainsWithContext

func (m *MockVoiceIDAPI) ListDomainsWithContext(arg0 context.Context, arg1 *voiceid.ListDomainsInput, arg2 ...request.Option) (*voiceid.ListDomainsOutput, error)

ListDomainsWithContext mocks base method.

func (*MockVoiceIDAPI) ListFraudsterRegistrationJobs

ListFraudsterRegistrationJobs mocks base method.

func (*MockVoiceIDAPI) ListFraudsterRegistrationJobsPages

func (m *MockVoiceIDAPI) ListFraudsterRegistrationJobsPages(arg0 *voiceid.ListFraudsterRegistrationJobsInput, arg1 func(*voiceid.ListFraudsterRegistrationJobsOutput, bool) bool) error

ListFraudsterRegistrationJobsPages mocks base method.

func (*MockVoiceIDAPI) ListFraudsterRegistrationJobsPagesWithContext

func (m *MockVoiceIDAPI) ListFraudsterRegistrationJobsPagesWithContext(arg0 context.Context, arg1 *voiceid.ListFraudsterRegistrationJobsInput, arg2 func(*voiceid.ListFraudsterRegistrationJobsOutput, bool) bool, arg3 ...request.Option) error

ListFraudsterRegistrationJobsPagesWithContext mocks base method.

func (*MockVoiceIDAPI) ListFraudsterRegistrationJobsRequest

ListFraudsterRegistrationJobsRequest mocks base method.

func (*MockVoiceIDAPI) ListFraudsterRegistrationJobsWithContext

func (m *MockVoiceIDAPI) ListFraudsterRegistrationJobsWithContext(arg0 context.Context, arg1 *voiceid.ListFraudsterRegistrationJobsInput, arg2 ...request.Option) (*voiceid.ListFraudsterRegistrationJobsOutput, error)

ListFraudsterRegistrationJobsWithContext mocks base method.

func (*MockVoiceIDAPI) ListSpeakerEnrollmentJobs

ListSpeakerEnrollmentJobs mocks base method.

func (*MockVoiceIDAPI) ListSpeakerEnrollmentJobsPages

func (m *MockVoiceIDAPI) ListSpeakerEnrollmentJobsPages(arg0 *voiceid.ListSpeakerEnrollmentJobsInput, arg1 func(*voiceid.ListSpeakerEnrollmentJobsOutput, bool) bool) error

ListSpeakerEnrollmentJobsPages mocks base method.

func (*MockVoiceIDAPI) ListSpeakerEnrollmentJobsPagesWithContext

func (m *MockVoiceIDAPI) ListSpeakerEnrollmentJobsPagesWithContext(arg0 context.Context, arg1 *voiceid.ListSpeakerEnrollmentJobsInput, arg2 func(*voiceid.ListSpeakerEnrollmentJobsOutput, bool) bool, arg3 ...request.Option) error

ListSpeakerEnrollmentJobsPagesWithContext mocks base method.

func (*MockVoiceIDAPI) ListSpeakerEnrollmentJobsRequest

ListSpeakerEnrollmentJobsRequest mocks base method.

func (*MockVoiceIDAPI) ListSpeakerEnrollmentJobsWithContext

func (m *MockVoiceIDAPI) ListSpeakerEnrollmentJobsWithContext(arg0 context.Context, arg1 *voiceid.ListSpeakerEnrollmentJobsInput, arg2 ...request.Option) (*voiceid.ListSpeakerEnrollmentJobsOutput, error)

ListSpeakerEnrollmentJobsWithContext mocks base method.

func (*MockVoiceIDAPI) ListSpeakers

ListSpeakers mocks base method.

func (*MockVoiceIDAPI) ListSpeakersPages

func (m *MockVoiceIDAPI) ListSpeakersPages(arg0 *voiceid.ListSpeakersInput, arg1 func(*voiceid.ListSpeakersOutput, bool) bool) error

ListSpeakersPages mocks base method.

func (*MockVoiceIDAPI) ListSpeakersPagesWithContext

func (m *MockVoiceIDAPI) ListSpeakersPagesWithContext(arg0 context.Context, arg1 *voiceid.ListSpeakersInput, arg2 func(*voiceid.ListSpeakersOutput, bool) bool, arg3 ...request.Option) error

ListSpeakersPagesWithContext mocks base method.

func (*MockVoiceIDAPI) ListSpeakersRequest

ListSpeakersRequest mocks base method.

func (*MockVoiceIDAPI) ListSpeakersWithContext

func (m *MockVoiceIDAPI) ListSpeakersWithContext(arg0 context.Context, arg1 *voiceid.ListSpeakersInput, arg2 ...request.Option) (*voiceid.ListSpeakersOutput, error)

ListSpeakersWithContext mocks base method.

func (*MockVoiceIDAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockVoiceIDAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockVoiceIDAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method.

func (*MockVoiceIDAPI) OptOutSpeaker

OptOutSpeaker mocks base method.

func (*MockVoiceIDAPI) OptOutSpeakerRequest

OptOutSpeakerRequest mocks base method.

func (*MockVoiceIDAPI) OptOutSpeakerWithContext

func (m *MockVoiceIDAPI) OptOutSpeakerWithContext(arg0 context.Context, arg1 *voiceid.OptOutSpeakerInput, arg2 ...request.Option) (*voiceid.OptOutSpeakerOutput, error)

OptOutSpeakerWithContext mocks base method.

func (*MockVoiceIDAPI) StartFraudsterRegistrationJob

StartFraudsterRegistrationJob mocks base method.

func (*MockVoiceIDAPI) StartFraudsterRegistrationJobRequest

StartFraudsterRegistrationJobRequest mocks base method.

func (*MockVoiceIDAPI) StartFraudsterRegistrationJobWithContext

func (m *MockVoiceIDAPI) StartFraudsterRegistrationJobWithContext(arg0 context.Context, arg1 *voiceid.StartFraudsterRegistrationJobInput, arg2 ...request.Option) (*voiceid.StartFraudsterRegistrationJobOutput, error)

StartFraudsterRegistrationJobWithContext mocks base method.

func (*MockVoiceIDAPI) StartSpeakerEnrollmentJob

StartSpeakerEnrollmentJob mocks base method.

func (*MockVoiceIDAPI) StartSpeakerEnrollmentJobRequest

StartSpeakerEnrollmentJobRequest mocks base method.

func (*MockVoiceIDAPI) StartSpeakerEnrollmentJobWithContext

func (m *MockVoiceIDAPI) StartSpeakerEnrollmentJobWithContext(arg0 context.Context, arg1 *voiceid.StartSpeakerEnrollmentJobInput, arg2 ...request.Option) (*voiceid.StartSpeakerEnrollmentJobOutput, error)

StartSpeakerEnrollmentJobWithContext mocks base method.

func (*MockVoiceIDAPI) TagResource

TagResource mocks base method.

func (*MockVoiceIDAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockVoiceIDAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockVoiceIDAPI) UntagResource

UntagResource mocks base method.

func (*MockVoiceIDAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockVoiceIDAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockVoiceIDAPI) UpdateDomain

UpdateDomain mocks base method.

func (*MockVoiceIDAPI) UpdateDomainRequest

UpdateDomainRequest mocks base method.

func (*MockVoiceIDAPI) UpdateDomainWithContext

func (m *MockVoiceIDAPI) UpdateDomainWithContext(arg0 context.Context, arg1 *voiceid.UpdateDomainInput, arg2 ...request.Option) (*voiceid.UpdateDomainOutput, error)

UpdateDomainWithContext mocks base method.

type MockVoiceIDAPIMockRecorder

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

MockVoiceIDAPIMockRecorder is the mock recorder for MockVoiceIDAPI.

func (*MockVoiceIDAPIMockRecorder) CreateDomain

func (mr *MockVoiceIDAPIMockRecorder) CreateDomain(arg0 interface{}) *gomock.Call

CreateDomain indicates an expected call of CreateDomain.

func (*MockVoiceIDAPIMockRecorder) CreateDomainRequest

func (mr *MockVoiceIDAPIMockRecorder) CreateDomainRequest(arg0 interface{}) *gomock.Call

CreateDomainRequest indicates an expected call of CreateDomainRequest.

func (*MockVoiceIDAPIMockRecorder) CreateDomainWithContext

func (mr *MockVoiceIDAPIMockRecorder) CreateDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDomainWithContext indicates an expected call of CreateDomainWithContext.

func (*MockVoiceIDAPIMockRecorder) DeleteDomain

func (mr *MockVoiceIDAPIMockRecorder) DeleteDomain(arg0 interface{}) *gomock.Call

DeleteDomain indicates an expected call of DeleteDomain.

func (*MockVoiceIDAPIMockRecorder) DeleteDomainRequest

func (mr *MockVoiceIDAPIMockRecorder) DeleteDomainRequest(arg0 interface{}) *gomock.Call

DeleteDomainRequest indicates an expected call of DeleteDomainRequest.

func (*MockVoiceIDAPIMockRecorder) DeleteDomainWithContext

func (mr *MockVoiceIDAPIMockRecorder) DeleteDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDomainWithContext indicates an expected call of DeleteDomainWithContext.

func (*MockVoiceIDAPIMockRecorder) DeleteFraudster

func (mr *MockVoiceIDAPIMockRecorder) DeleteFraudster(arg0 interface{}) *gomock.Call

DeleteFraudster indicates an expected call of DeleteFraudster.

func (*MockVoiceIDAPIMockRecorder) DeleteFraudsterRequest

func (mr *MockVoiceIDAPIMockRecorder) DeleteFraudsterRequest(arg0 interface{}) *gomock.Call

DeleteFraudsterRequest indicates an expected call of DeleteFraudsterRequest.

func (*MockVoiceIDAPIMockRecorder) DeleteFraudsterWithContext

func (mr *MockVoiceIDAPIMockRecorder) DeleteFraudsterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFraudsterWithContext indicates an expected call of DeleteFraudsterWithContext.

func (*MockVoiceIDAPIMockRecorder) DeleteSpeaker

func (mr *MockVoiceIDAPIMockRecorder) DeleteSpeaker(arg0 interface{}) *gomock.Call

DeleteSpeaker indicates an expected call of DeleteSpeaker.

func (*MockVoiceIDAPIMockRecorder) DeleteSpeakerRequest

func (mr *MockVoiceIDAPIMockRecorder) DeleteSpeakerRequest(arg0 interface{}) *gomock.Call

DeleteSpeakerRequest indicates an expected call of DeleteSpeakerRequest.

func (*MockVoiceIDAPIMockRecorder) DeleteSpeakerWithContext

func (mr *MockVoiceIDAPIMockRecorder) DeleteSpeakerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSpeakerWithContext indicates an expected call of DeleteSpeakerWithContext.

func (*MockVoiceIDAPIMockRecorder) DescribeDomain

func (mr *MockVoiceIDAPIMockRecorder) DescribeDomain(arg0 interface{}) *gomock.Call

DescribeDomain indicates an expected call of DescribeDomain.

func (*MockVoiceIDAPIMockRecorder) DescribeDomainRequest

func (mr *MockVoiceIDAPIMockRecorder) DescribeDomainRequest(arg0 interface{}) *gomock.Call

DescribeDomainRequest indicates an expected call of DescribeDomainRequest.

func (*MockVoiceIDAPIMockRecorder) DescribeDomainWithContext

func (mr *MockVoiceIDAPIMockRecorder) DescribeDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDomainWithContext indicates an expected call of DescribeDomainWithContext.

func (*MockVoiceIDAPIMockRecorder) DescribeFraudster

func (mr *MockVoiceIDAPIMockRecorder) DescribeFraudster(arg0 interface{}) *gomock.Call

DescribeFraudster indicates an expected call of DescribeFraudster.

func (*MockVoiceIDAPIMockRecorder) DescribeFraudsterRegistrationJob

func (mr *MockVoiceIDAPIMockRecorder) DescribeFraudsterRegistrationJob(arg0 interface{}) *gomock.Call

DescribeFraudsterRegistrationJob indicates an expected call of DescribeFraudsterRegistrationJob.

func (*MockVoiceIDAPIMockRecorder) DescribeFraudsterRegistrationJobRequest

func (mr *MockVoiceIDAPIMockRecorder) DescribeFraudsterRegistrationJobRequest(arg0 interface{}) *gomock.Call

DescribeFraudsterRegistrationJobRequest indicates an expected call of DescribeFraudsterRegistrationJobRequest.

func (*MockVoiceIDAPIMockRecorder) DescribeFraudsterRegistrationJobWithContext

func (mr *MockVoiceIDAPIMockRecorder) DescribeFraudsterRegistrationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFraudsterRegistrationJobWithContext indicates an expected call of DescribeFraudsterRegistrationJobWithContext.

func (*MockVoiceIDAPIMockRecorder) DescribeFraudsterRequest

func (mr *MockVoiceIDAPIMockRecorder) DescribeFraudsterRequest(arg0 interface{}) *gomock.Call

DescribeFraudsterRequest indicates an expected call of DescribeFraudsterRequest.

func (*MockVoiceIDAPIMockRecorder) DescribeFraudsterWithContext

func (mr *MockVoiceIDAPIMockRecorder) DescribeFraudsterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFraudsterWithContext indicates an expected call of DescribeFraudsterWithContext.

func (*MockVoiceIDAPIMockRecorder) DescribeSpeaker

func (mr *MockVoiceIDAPIMockRecorder) DescribeSpeaker(arg0 interface{}) *gomock.Call

DescribeSpeaker indicates an expected call of DescribeSpeaker.

func (*MockVoiceIDAPIMockRecorder) DescribeSpeakerEnrollmentJob

func (mr *MockVoiceIDAPIMockRecorder) DescribeSpeakerEnrollmentJob(arg0 interface{}) *gomock.Call

DescribeSpeakerEnrollmentJob indicates an expected call of DescribeSpeakerEnrollmentJob.

func (*MockVoiceIDAPIMockRecorder) DescribeSpeakerEnrollmentJobRequest

func (mr *MockVoiceIDAPIMockRecorder) DescribeSpeakerEnrollmentJobRequest(arg0 interface{}) *gomock.Call

DescribeSpeakerEnrollmentJobRequest indicates an expected call of DescribeSpeakerEnrollmentJobRequest.

func (*MockVoiceIDAPIMockRecorder) DescribeSpeakerEnrollmentJobWithContext

func (mr *MockVoiceIDAPIMockRecorder) DescribeSpeakerEnrollmentJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpeakerEnrollmentJobWithContext indicates an expected call of DescribeSpeakerEnrollmentJobWithContext.

func (*MockVoiceIDAPIMockRecorder) DescribeSpeakerRequest

func (mr *MockVoiceIDAPIMockRecorder) DescribeSpeakerRequest(arg0 interface{}) *gomock.Call

DescribeSpeakerRequest indicates an expected call of DescribeSpeakerRequest.

func (*MockVoiceIDAPIMockRecorder) DescribeSpeakerWithContext

func (mr *MockVoiceIDAPIMockRecorder) DescribeSpeakerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpeakerWithContext indicates an expected call of DescribeSpeakerWithContext.

func (*MockVoiceIDAPIMockRecorder) EvaluateSession

func (mr *MockVoiceIDAPIMockRecorder) EvaluateSession(arg0 interface{}) *gomock.Call

EvaluateSession indicates an expected call of EvaluateSession.

func (*MockVoiceIDAPIMockRecorder) EvaluateSessionRequest

func (mr *MockVoiceIDAPIMockRecorder) EvaluateSessionRequest(arg0 interface{}) *gomock.Call

EvaluateSessionRequest indicates an expected call of EvaluateSessionRequest.

func (*MockVoiceIDAPIMockRecorder) EvaluateSessionWithContext

func (mr *MockVoiceIDAPIMockRecorder) EvaluateSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EvaluateSessionWithContext indicates an expected call of EvaluateSessionWithContext.

func (*MockVoiceIDAPIMockRecorder) ListDomains

func (mr *MockVoiceIDAPIMockRecorder) ListDomains(arg0 interface{}) *gomock.Call

ListDomains indicates an expected call of ListDomains.

func (*MockVoiceIDAPIMockRecorder) ListDomainsPages

func (mr *MockVoiceIDAPIMockRecorder) ListDomainsPages(arg0, arg1 interface{}) *gomock.Call

ListDomainsPages indicates an expected call of ListDomainsPages.

func (*MockVoiceIDAPIMockRecorder) ListDomainsPagesWithContext

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

ListDomainsPagesWithContext indicates an expected call of ListDomainsPagesWithContext.

func (*MockVoiceIDAPIMockRecorder) ListDomainsRequest

func (mr *MockVoiceIDAPIMockRecorder) ListDomainsRequest(arg0 interface{}) *gomock.Call

ListDomainsRequest indicates an expected call of ListDomainsRequest.

func (*MockVoiceIDAPIMockRecorder) ListDomainsWithContext

func (mr *MockVoiceIDAPIMockRecorder) ListDomainsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDomainsWithContext indicates an expected call of ListDomainsWithContext.

func (*MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobs

func (mr *MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobs(arg0 interface{}) *gomock.Call

ListFraudsterRegistrationJobs indicates an expected call of ListFraudsterRegistrationJobs.

func (*MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobsPages

func (mr *MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobsPages(arg0, arg1 interface{}) *gomock.Call

ListFraudsterRegistrationJobsPages indicates an expected call of ListFraudsterRegistrationJobsPages.

func (*MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobsPagesWithContext

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

ListFraudsterRegistrationJobsPagesWithContext indicates an expected call of ListFraudsterRegistrationJobsPagesWithContext.

func (*MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobsRequest

func (mr *MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobsRequest(arg0 interface{}) *gomock.Call

ListFraudsterRegistrationJobsRequest indicates an expected call of ListFraudsterRegistrationJobsRequest.

func (*MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobsWithContext

func (mr *MockVoiceIDAPIMockRecorder) ListFraudsterRegistrationJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFraudsterRegistrationJobsWithContext indicates an expected call of ListFraudsterRegistrationJobsWithContext.

func (*MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobs

func (mr *MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobs(arg0 interface{}) *gomock.Call

ListSpeakerEnrollmentJobs indicates an expected call of ListSpeakerEnrollmentJobs.

func (*MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobsPages

func (mr *MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobsPages(arg0, arg1 interface{}) *gomock.Call

ListSpeakerEnrollmentJobsPages indicates an expected call of ListSpeakerEnrollmentJobsPages.

func (*MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobsPagesWithContext

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

ListSpeakerEnrollmentJobsPagesWithContext indicates an expected call of ListSpeakerEnrollmentJobsPagesWithContext.

func (*MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobsRequest

func (mr *MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobsRequest(arg0 interface{}) *gomock.Call

ListSpeakerEnrollmentJobsRequest indicates an expected call of ListSpeakerEnrollmentJobsRequest.

func (*MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobsWithContext

func (mr *MockVoiceIDAPIMockRecorder) ListSpeakerEnrollmentJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSpeakerEnrollmentJobsWithContext indicates an expected call of ListSpeakerEnrollmentJobsWithContext.

func (*MockVoiceIDAPIMockRecorder) ListSpeakers

func (mr *MockVoiceIDAPIMockRecorder) ListSpeakers(arg0 interface{}) *gomock.Call

ListSpeakers indicates an expected call of ListSpeakers.

func (*MockVoiceIDAPIMockRecorder) ListSpeakersPages

func (mr *MockVoiceIDAPIMockRecorder) ListSpeakersPages(arg0, arg1 interface{}) *gomock.Call

ListSpeakersPages indicates an expected call of ListSpeakersPages.

func (*MockVoiceIDAPIMockRecorder) ListSpeakersPagesWithContext

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

ListSpeakersPagesWithContext indicates an expected call of ListSpeakersPagesWithContext.

func (*MockVoiceIDAPIMockRecorder) ListSpeakersRequest

func (mr *MockVoiceIDAPIMockRecorder) ListSpeakersRequest(arg0 interface{}) *gomock.Call

ListSpeakersRequest indicates an expected call of ListSpeakersRequest.

func (*MockVoiceIDAPIMockRecorder) ListSpeakersWithContext

func (mr *MockVoiceIDAPIMockRecorder) ListSpeakersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSpeakersWithContext indicates an expected call of ListSpeakersWithContext.

func (*MockVoiceIDAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockVoiceIDAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockVoiceIDAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockVoiceIDAPIMockRecorder) OptOutSpeaker

func (mr *MockVoiceIDAPIMockRecorder) OptOutSpeaker(arg0 interface{}) *gomock.Call

OptOutSpeaker indicates an expected call of OptOutSpeaker.

func (*MockVoiceIDAPIMockRecorder) OptOutSpeakerRequest

func (mr *MockVoiceIDAPIMockRecorder) OptOutSpeakerRequest(arg0 interface{}) *gomock.Call

OptOutSpeakerRequest indicates an expected call of OptOutSpeakerRequest.

func (*MockVoiceIDAPIMockRecorder) OptOutSpeakerWithContext

func (mr *MockVoiceIDAPIMockRecorder) OptOutSpeakerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OptOutSpeakerWithContext indicates an expected call of OptOutSpeakerWithContext.

func (*MockVoiceIDAPIMockRecorder) StartFraudsterRegistrationJob

func (mr *MockVoiceIDAPIMockRecorder) StartFraudsterRegistrationJob(arg0 interface{}) *gomock.Call

StartFraudsterRegistrationJob indicates an expected call of StartFraudsterRegistrationJob.

func (*MockVoiceIDAPIMockRecorder) StartFraudsterRegistrationJobRequest

func (mr *MockVoiceIDAPIMockRecorder) StartFraudsterRegistrationJobRequest(arg0 interface{}) *gomock.Call

StartFraudsterRegistrationJobRequest indicates an expected call of StartFraudsterRegistrationJobRequest.

func (*MockVoiceIDAPIMockRecorder) StartFraudsterRegistrationJobWithContext

func (mr *MockVoiceIDAPIMockRecorder) StartFraudsterRegistrationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartFraudsterRegistrationJobWithContext indicates an expected call of StartFraudsterRegistrationJobWithContext.

func (*MockVoiceIDAPIMockRecorder) StartSpeakerEnrollmentJob

func (mr *MockVoiceIDAPIMockRecorder) StartSpeakerEnrollmentJob(arg0 interface{}) *gomock.Call

StartSpeakerEnrollmentJob indicates an expected call of StartSpeakerEnrollmentJob.

func (*MockVoiceIDAPIMockRecorder) StartSpeakerEnrollmentJobRequest

func (mr *MockVoiceIDAPIMockRecorder) StartSpeakerEnrollmentJobRequest(arg0 interface{}) *gomock.Call

StartSpeakerEnrollmentJobRequest indicates an expected call of StartSpeakerEnrollmentJobRequest.

func (*MockVoiceIDAPIMockRecorder) StartSpeakerEnrollmentJobWithContext

func (mr *MockVoiceIDAPIMockRecorder) StartSpeakerEnrollmentJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartSpeakerEnrollmentJobWithContext indicates an expected call of StartSpeakerEnrollmentJobWithContext.

func (*MockVoiceIDAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockVoiceIDAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockVoiceIDAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockVoiceIDAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockVoiceIDAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockVoiceIDAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockVoiceIDAPIMockRecorder) UpdateDomain

func (mr *MockVoiceIDAPIMockRecorder) UpdateDomain(arg0 interface{}) *gomock.Call

UpdateDomain indicates an expected call of UpdateDomain.

func (*MockVoiceIDAPIMockRecorder) UpdateDomainRequest

func (mr *MockVoiceIDAPIMockRecorder) UpdateDomainRequest(arg0 interface{}) *gomock.Call

UpdateDomainRequest indicates an expected call of UpdateDomainRequest.

func (*MockVoiceIDAPIMockRecorder) UpdateDomainWithContext

func (mr *MockVoiceIDAPIMockRecorder) UpdateDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDomainWithContext indicates an expected call of UpdateDomainWithContext.

Jump to

Keyboard shortcuts

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