Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) AssociateFraudster(ctx context.Context, params *voiceid.AssociateFraudsterInput, ...) (*voiceid.AssociateFraudsterOutput, error)
- func (_m *IClient) CreateDomain(ctx context.Context, params *voiceid.CreateDomainInput, ...) (*voiceid.CreateDomainOutput, error)
- func (_m *IClient) CreateWatchlist(ctx context.Context, params *voiceid.CreateWatchlistInput, ...) (*voiceid.CreateWatchlistOutput, error)
- func (_m *IClient) DeleteDomain(ctx context.Context, params *voiceid.DeleteDomainInput, ...) (*voiceid.DeleteDomainOutput, error)
- func (_m *IClient) DeleteFraudster(ctx context.Context, params *voiceid.DeleteFraudsterInput, ...) (*voiceid.DeleteFraudsterOutput, error)
- func (_m *IClient) DeleteSpeaker(ctx context.Context, params *voiceid.DeleteSpeakerInput, ...) (*voiceid.DeleteSpeakerOutput, error)
- func (_m *IClient) DeleteWatchlist(ctx context.Context, params *voiceid.DeleteWatchlistInput, ...) (*voiceid.DeleteWatchlistOutput, error)
- func (_m *IClient) DescribeDomain(ctx context.Context, params *voiceid.DescribeDomainInput, ...) (*voiceid.DescribeDomainOutput, error)
- func (_m *IClient) DescribeFraudster(ctx context.Context, params *voiceid.DescribeFraudsterInput, ...) (*voiceid.DescribeFraudsterOutput, error)
- func (_m *IClient) DescribeFraudsterRegistrationJob(ctx context.Context, params *voiceid.DescribeFraudsterRegistrationJobInput, ...) (*voiceid.DescribeFraudsterRegistrationJobOutput, error)
- func (_m *IClient) DescribeSpeaker(ctx context.Context, params *voiceid.DescribeSpeakerInput, ...) (*voiceid.DescribeSpeakerOutput, error)
- func (_m *IClient) DescribeSpeakerEnrollmentJob(ctx context.Context, params *voiceid.DescribeSpeakerEnrollmentJobInput, ...) (*voiceid.DescribeSpeakerEnrollmentJobOutput, error)
- func (_m *IClient) DescribeWatchlist(ctx context.Context, params *voiceid.DescribeWatchlistInput, ...) (*voiceid.DescribeWatchlistOutput, error)
- func (_m *IClient) DisassociateFraudster(ctx context.Context, params *voiceid.DisassociateFraudsterInput, ...) (*voiceid.DisassociateFraudsterOutput, error)
- func (_m *IClient) EvaluateSession(ctx context.Context, params *voiceid.EvaluateSessionInput, ...) (*voiceid.EvaluateSessionOutput, error)
- func (_m *IClient) ListDomains(ctx context.Context, params *voiceid.ListDomainsInput, ...) (*voiceid.ListDomainsOutput, error)
- func (_m *IClient) ListFraudsterRegistrationJobs(ctx context.Context, params *voiceid.ListFraudsterRegistrationJobsInput, ...) (*voiceid.ListFraudsterRegistrationJobsOutput, error)
- func (_m *IClient) ListFraudsters(ctx context.Context, params *voiceid.ListFraudstersInput, ...) (*voiceid.ListFraudstersOutput, error)
- func (_m *IClient) ListSpeakerEnrollmentJobs(ctx context.Context, params *voiceid.ListSpeakerEnrollmentJobsInput, ...) (*voiceid.ListSpeakerEnrollmentJobsOutput, error)
- func (_m *IClient) ListSpeakers(ctx context.Context, params *voiceid.ListSpeakersInput, ...) (*voiceid.ListSpeakersOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *voiceid.ListTagsForResourceInput, ...) (*voiceid.ListTagsForResourceOutput, error)
- func (_m *IClient) ListWatchlists(ctx context.Context, params *voiceid.ListWatchlistsInput, ...) (*voiceid.ListWatchlistsOutput, error)
- func (_m *IClient) OptOutSpeaker(ctx context.Context, params *voiceid.OptOutSpeakerInput, ...) (*voiceid.OptOutSpeakerOutput, error)
- func (_m *IClient) Options() voiceid.Options
- func (_m *IClient) StartFraudsterRegistrationJob(ctx context.Context, params *voiceid.StartFraudsterRegistrationJobInput, ...) (*voiceid.StartFraudsterRegistrationJobOutput, error)
- func (_m *IClient) StartSpeakerEnrollmentJob(ctx context.Context, params *voiceid.StartSpeakerEnrollmentJobInput, ...) (*voiceid.StartSpeakerEnrollmentJobOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *voiceid.TagResourceInput, ...) (*voiceid.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *voiceid.UntagResourceInput, ...) (*voiceid.UntagResourceOutput, error)
- func (_m *IClient) UpdateDomain(ctx context.Context, params *voiceid.UpdateDomainInput, ...) (*voiceid.UpdateDomainOutput, error)
- func (_m *IClient) UpdateWatchlist(ctx context.Context, params *voiceid.UpdateWatchlistInput, ...) (*voiceid.UpdateWatchlistOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) AssociateFraudster ¶
func (_m *IClient) AssociateFraudster(ctx context.Context, params *voiceid.AssociateFraudsterInput, optFns ...func(*voiceid.Options)) (*voiceid.AssociateFraudsterOutput, error)
AssociateFraudster provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDomain ¶
func (_m *IClient) CreateDomain(ctx context.Context, params *voiceid.CreateDomainInput, optFns ...func(*voiceid.Options)) (*voiceid.CreateDomainOutput, error)
CreateDomain provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateWatchlist ¶
func (_m *IClient) CreateWatchlist(ctx context.Context, params *voiceid.CreateWatchlistInput, optFns ...func(*voiceid.Options)) (*voiceid.CreateWatchlistOutput, error)
CreateWatchlist provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDomain ¶
func (_m *IClient) DeleteDomain(ctx context.Context, params *voiceid.DeleteDomainInput, optFns ...func(*voiceid.Options)) (*voiceid.DeleteDomainOutput, error)
DeleteDomain provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteFraudster ¶
func (_m *IClient) DeleteFraudster(ctx context.Context, params *voiceid.DeleteFraudsterInput, optFns ...func(*voiceid.Options)) (*voiceid.DeleteFraudsterOutput, error)
DeleteFraudster provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSpeaker ¶
func (_m *IClient) DeleteSpeaker(ctx context.Context, params *voiceid.DeleteSpeakerInput, optFns ...func(*voiceid.Options)) (*voiceid.DeleteSpeakerOutput, error)
DeleteSpeaker provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteWatchlist ¶
func (_m *IClient) DeleteWatchlist(ctx context.Context, params *voiceid.DeleteWatchlistInput, optFns ...func(*voiceid.Options)) (*voiceid.DeleteWatchlistOutput, error)
DeleteWatchlist provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeDomain ¶
func (_m *IClient) DescribeDomain(ctx context.Context, params *voiceid.DescribeDomainInput, optFns ...func(*voiceid.Options)) (*voiceid.DescribeDomainOutput, error)
DescribeDomain provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeFraudster ¶
func (_m *IClient) DescribeFraudster(ctx context.Context, params *voiceid.DescribeFraudsterInput, optFns ...func(*voiceid.Options)) (*voiceid.DescribeFraudsterOutput, error)
DescribeFraudster provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeFraudsterRegistrationJob ¶
func (_m *IClient) DescribeFraudsterRegistrationJob(ctx context.Context, params *voiceid.DescribeFraudsterRegistrationJobInput, optFns ...func(*voiceid.Options)) (*voiceid.DescribeFraudsterRegistrationJobOutput, error)
DescribeFraudsterRegistrationJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSpeaker ¶
func (_m *IClient) DescribeSpeaker(ctx context.Context, params *voiceid.DescribeSpeakerInput, optFns ...func(*voiceid.Options)) (*voiceid.DescribeSpeakerOutput, error)
DescribeSpeaker provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSpeakerEnrollmentJob ¶
func (_m *IClient) DescribeSpeakerEnrollmentJob(ctx context.Context, params *voiceid.DescribeSpeakerEnrollmentJobInput, optFns ...func(*voiceid.Options)) (*voiceid.DescribeSpeakerEnrollmentJobOutput, error)
DescribeSpeakerEnrollmentJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeWatchlist ¶
func (_m *IClient) DescribeWatchlist(ctx context.Context, params *voiceid.DescribeWatchlistInput, optFns ...func(*voiceid.Options)) (*voiceid.DescribeWatchlistOutput, error)
DescribeWatchlist provides a mock function with given fields: ctx, params, optFns
func (*IClient) DisassociateFraudster ¶
func (_m *IClient) DisassociateFraudster(ctx context.Context, params *voiceid.DisassociateFraudsterInput, optFns ...func(*voiceid.Options)) (*voiceid.DisassociateFraudsterOutput, error)
DisassociateFraudster provides a mock function with given fields: ctx, params, optFns
func (*IClient) EvaluateSession ¶
func (_m *IClient) EvaluateSession(ctx context.Context, params *voiceid.EvaluateSessionInput, optFns ...func(*voiceid.Options)) (*voiceid.EvaluateSessionOutput, error)
EvaluateSession provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDomains ¶
func (_m *IClient) ListDomains(ctx context.Context, params *voiceid.ListDomainsInput, optFns ...func(*voiceid.Options)) (*voiceid.ListDomainsOutput, error)
ListDomains provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListFraudsterRegistrationJobs ¶
func (_m *IClient) ListFraudsterRegistrationJobs(ctx context.Context, params *voiceid.ListFraudsterRegistrationJobsInput, optFns ...func(*voiceid.Options)) (*voiceid.ListFraudsterRegistrationJobsOutput, error)
ListFraudsterRegistrationJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListFraudsters ¶
func (_m *IClient) ListFraudsters(ctx context.Context, params *voiceid.ListFraudstersInput, optFns ...func(*voiceid.Options)) (*voiceid.ListFraudstersOutput, error)
ListFraudsters provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSpeakerEnrollmentJobs ¶
func (_m *IClient) ListSpeakerEnrollmentJobs(ctx context.Context, params *voiceid.ListSpeakerEnrollmentJobsInput, optFns ...func(*voiceid.Options)) (*voiceid.ListSpeakerEnrollmentJobsOutput, error)
ListSpeakerEnrollmentJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSpeakers ¶
func (_m *IClient) ListSpeakers(ctx context.Context, params *voiceid.ListSpeakersInput, optFns ...func(*voiceid.Options)) (*voiceid.ListSpeakersOutput, error)
ListSpeakers provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *voiceid.ListTagsForResourceInput, optFns ...func(*voiceid.Options)) (*voiceid.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListWatchlists ¶
func (_m *IClient) ListWatchlists(ctx context.Context, params *voiceid.ListWatchlistsInput, optFns ...func(*voiceid.Options)) (*voiceid.ListWatchlistsOutput, error)
ListWatchlists provides a mock function with given fields: ctx, params, optFns
func (*IClient) OptOutSpeaker ¶
func (_m *IClient) OptOutSpeaker(ctx context.Context, params *voiceid.OptOutSpeakerInput, optFns ...func(*voiceid.Options)) (*voiceid.OptOutSpeakerOutput, error)
OptOutSpeaker provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartFraudsterRegistrationJob ¶
func (_m *IClient) StartFraudsterRegistrationJob(ctx context.Context, params *voiceid.StartFraudsterRegistrationJobInput, optFns ...func(*voiceid.Options)) (*voiceid.StartFraudsterRegistrationJobOutput, error)
StartFraudsterRegistrationJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartSpeakerEnrollmentJob ¶
func (_m *IClient) StartSpeakerEnrollmentJob(ctx context.Context, params *voiceid.StartSpeakerEnrollmentJobInput, optFns ...func(*voiceid.Options)) (*voiceid.StartSpeakerEnrollmentJobOutput, error)
StartSpeakerEnrollmentJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *voiceid.TagResourceInput, optFns ...func(*voiceid.Options)) (*voiceid.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *voiceid.UntagResourceInput, optFns ...func(*voiceid.Options)) (*voiceid.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDomain ¶
func (_m *IClient) UpdateDomain(ctx context.Context, params *voiceid.UpdateDomainInput, optFns ...func(*voiceid.Options)) (*voiceid.UpdateDomainOutput, error)
UpdateDomain provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateWatchlist ¶
func (_m *IClient) UpdateWatchlist(ctx context.Context, params *voiceid.UpdateWatchlistInput, optFns ...func(*voiceid.Options)) (*voiceid.UpdateWatchlistOutput, error)
UpdateWatchlist provides a mock function with given fields: ctx, params, optFns