Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) DeleteLexicon(ctx context.Context, params *polly.DeleteLexiconInput, ...) (*polly.DeleteLexiconOutput, error)
- func (_m *IClient) DescribeVoices(ctx context.Context, params *polly.DescribeVoicesInput, ...) (*polly.DescribeVoicesOutput, error)
- func (_m *IClient) GetLexicon(ctx context.Context, params *polly.GetLexiconInput, ...) (*polly.GetLexiconOutput, error)
- func (_m *IClient) GetSpeechSynthesisTask(ctx context.Context, params *polly.GetSpeechSynthesisTaskInput, ...) (*polly.GetSpeechSynthesisTaskOutput, error)
- func (_m *IClient) ListLexicons(ctx context.Context, params *polly.ListLexiconsInput, ...) (*polly.ListLexiconsOutput, error)
- func (_m *IClient) ListSpeechSynthesisTasks(ctx context.Context, params *polly.ListSpeechSynthesisTasksInput, ...) (*polly.ListSpeechSynthesisTasksOutput, error)
- func (_m *IClient) Options() polly.Options
- func (_m *IClient) PutLexicon(ctx context.Context, params *polly.PutLexiconInput, ...) (*polly.PutLexiconOutput, error)
- func (_m *IClient) StartSpeechSynthesisTask(ctx context.Context, params *polly.StartSpeechSynthesisTaskInput, ...) (*polly.StartSpeechSynthesisTaskOutput, error)
- func (_m *IClient) SynthesizeSpeech(ctx context.Context, params *polly.SynthesizeSpeechInput, ...) (*polly.SynthesizeSpeechOutput, 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) DeleteLexicon ¶
func (_m *IClient) DeleteLexicon(ctx context.Context, params *polly.DeleteLexiconInput, optFns ...func(*polly.Options)) (*polly.DeleteLexiconOutput, error)
DeleteLexicon provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeVoices ¶
func (_m *IClient) DescribeVoices(ctx context.Context, params *polly.DescribeVoicesInput, optFns ...func(*polly.Options)) (*polly.DescribeVoicesOutput, error)
DescribeVoices provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetLexicon ¶
func (_m *IClient) GetLexicon(ctx context.Context, params *polly.GetLexiconInput, optFns ...func(*polly.Options)) (*polly.GetLexiconOutput, error)
GetLexicon provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSpeechSynthesisTask ¶
func (_m *IClient) GetSpeechSynthesisTask(ctx context.Context, params *polly.GetSpeechSynthesisTaskInput, optFns ...func(*polly.Options)) (*polly.GetSpeechSynthesisTaskOutput, error)
GetSpeechSynthesisTask provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListLexicons ¶
func (_m *IClient) ListLexicons(ctx context.Context, params *polly.ListLexiconsInput, optFns ...func(*polly.Options)) (*polly.ListLexiconsOutput, error)
ListLexicons provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSpeechSynthesisTasks ¶
func (_m *IClient) ListSpeechSynthesisTasks(ctx context.Context, params *polly.ListSpeechSynthesisTasksInput, optFns ...func(*polly.Options)) (*polly.ListSpeechSynthesisTasksOutput, error)
ListSpeechSynthesisTasks provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutLexicon ¶
func (_m *IClient) PutLexicon(ctx context.Context, params *polly.PutLexiconInput, optFns ...func(*polly.Options)) (*polly.PutLexiconOutput, error)
PutLexicon provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartSpeechSynthesisTask ¶
func (_m *IClient) StartSpeechSynthesisTask(ctx context.Context, params *polly.StartSpeechSynthesisTaskInput, optFns ...func(*polly.Options)) (*polly.StartSpeechSynthesisTaskOutput, error)
StartSpeechSynthesisTask provides a mock function with given fields: ctx, params, optFns
func (*IClient) SynthesizeSpeech ¶
func (_m *IClient) SynthesizeSpeech(ctx context.Context, params *polly.SynthesizeSpeechInput, optFns ...func(*polly.Options)) (*polly.SynthesizeSpeechOutput, error)
SynthesizeSpeech provides a mock function with given fields: ctx, params, optFns