Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DeleteLexicon(ctx workflow.Context, input *polly.DeleteLexiconInput) (*polly.DeleteLexiconOutput, error) DeleteLexiconAsync(ctx workflow.Context, input *polly.DeleteLexiconInput) *DeleteLexiconFuture DescribeVoices(ctx workflow.Context, input *polly.DescribeVoicesInput) (*polly.DescribeVoicesOutput, error) DescribeVoicesAsync(ctx workflow.Context, input *polly.DescribeVoicesInput) *DescribeVoicesFuture GetLexicon(ctx workflow.Context, input *polly.GetLexiconInput) (*polly.GetLexiconOutput, error) GetLexiconAsync(ctx workflow.Context, input *polly.GetLexiconInput) *GetLexiconFuture GetSpeechSynthesisTask(ctx workflow.Context, input *polly.GetSpeechSynthesisTaskInput) (*polly.GetSpeechSynthesisTaskOutput, error) GetSpeechSynthesisTaskAsync(ctx workflow.Context, input *polly.GetSpeechSynthesisTaskInput) *GetSpeechSynthesisTaskFuture ListLexicons(ctx workflow.Context, input *polly.ListLexiconsInput) (*polly.ListLexiconsOutput, error) ListLexiconsAsync(ctx workflow.Context, input *polly.ListLexiconsInput) *ListLexiconsFuture ListSpeechSynthesisTasks(ctx workflow.Context, input *polly.ListSpeechSynthesisTasksInput) (*polly.ListSpeechSynthesisTasksOutput, error) ListSpeechSynthesisTasksAsync(ctx workflow.Context, input *polly.ListSpeechSynthesisTasksInput) *ListSpeechSynthesisTasksFuture PutLexicon(ctx workflow.Context, input *polly.PutLexiconInput) (*polly.PutLexiconOutput, error) PutLexiconAsync(ctx workflow.Context, input *polly.PutLexiconInput) *PutLexiconFuture StartSpeechSynthesisTask(ctx workflow.Context, input *polly.StartSpeechSynthesisTaskInput) (*polly.StartSpeechSynthesisTaskOutput, error) StartSpeechSynthesisTaskAsync(ctx workflow.Context, input *polly.StartSpeechSynthesisTaskInput) *StartSpeechSynthesisTaskFuture SynthesizeSpeech(ctx workflow.Context, input *polly.SynthesizeSpeechInput) (*polly.SynthesizeSpeechOutput, error) SynthesizeSpeechAsync(ctx workflow.Context, input *polly.SynthesizeSpeechInput) *SynthesizeSpeechFuture }
type DeleteLexiconFuture ¶
func (*DeleteLexiconFuture) Get ¶
func (r *DeleteLexiconFuture) Get(ctx workflow.Context) (*polly.DeleteLexiconOutput, error)
type DescribeVoicesFuture ¶
func (*DescribeVoicesFuture) Get ¶
func (r *DescribeVoicesFuture) Get(ctx workflow.Context) (*polly.DescribeVoicesOutput, error)
type GetLexiconFuture ¶
func (*GetLexiconFuture) Get ¶
func (r *GetLexiconFuture) Get(ctx workflow.Context) (*polly.GetLexiconOutput, error)
type GetSpeechSynthesisTaskFuture ¶
type GetSpeechSynthesisTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSpeechSynthesisTaskFuture) Get ¶
func (r *GetSpeechSynthesisTaskFuture) Get(ctx workflow.Context) (*polly.GetSpeechSynthesisTaskOutput, error)
type ListLexiconsFuture ¶
func (*ListLexiconsFuture) Get ¶
func (r *ListLexiconsFuture) Get(ctx workflow.Context) (*polly.ListLexiconsOutput, error)
type ListSpeechSynthesisTasksFuture ¶
type ListSpeechSynthesisTasksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSpeechSynthesisTasksFuture) Get ¶
func (r *ListSpeechSynthesisTasksFuture) Get(ctx workflow.Context) (*polly.ListSpeechSynthesisTasksOutput, error)
type PutLexiconFuture ¶
func (*PutLexiconFuture) Get ¶
func (r *PutLexiconFuture) Get(ctx workflow.Context) (*polly.PutLexiconOutput, error)
type StartSpeechSynthesisTaskFuture ¶
type StartSpeechSynthesisTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartSpeechSynthesisTaskFuture) Get ¶
func (r *StartSpeechSynthesisTaskFuture) Get(ctx workflow.Context) (*polly.StartSpeechSynthesisTaskOutput, error)
type SynthesizeSpeechFuture ¶
type SynthesizeSpeechFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SynthesizeSpeechFuture) Get ¶
func (r *SynthesizeSpeechFuture) Get(ctx workflow.Context) (*polly.SynthesizeSpeechOutput, error)
Click to show internal directories.
Click to hide internal directories.