Module Awso_polly.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | DeleteLexicon : (Values.DeleteLexiconInput.t,
Values.DeleteLexiconOutput.t,
Values.DeleteLexiconOutput.error)
t| DescribeVoices : (Values.DescribeVoicesInput.t,
Values.DescribeVoicesOutput.t,
Values.DescribeVoicesOutput.error)
t| GetLexicon : (Values.GetLexiconInput.t,
Values.GetLexiconOutput.t,
Values.GetLexiconOutput.error)
t| GetSpeechSynthesisTask : (Values.GetSpeechSynthesisTaskInput.t,
Values.GetSpeechSynthesisTaskOutput.t,
Values.GetSpeechSynthesisTaskOutput.error)
t| ListLexicons : (Values.ListLexiconsInput.t,
Values.ListLexiconsOutput.t,
Values.ListLexiconsOutput.error)
t| ListSpeechSynthesisTasks : (Values.ListSpeechSynthesisTasksInput.t,
Values.ListSpeechSynthesisTasksOutput.t,
Values.ListSpeechSynthesisTasksOutput.error)
t| PutLexicon : (Values.PutLexiconInput.t,
Values.PutLexiconOutput.t,
Values.PutLexiconOutput.error)
t| StartSpeechSynthesisStream : (Values.StartSpeechSynthesisStreamInput.t,
Values.StartSpeechSynthesisStreamOutput.t,
Values.StartSpeechSynthesisStreamOutput.error)
t| StartSpeechSynthesisTask : (Values.StartSpeechSynthesisTaskInput.t,
Values.StartSpeechSynthesisTaskOutput.t,
Values.StartSpeechSynthesisTaskOutput.error)
t| SynthesizeSpeech : (Values.SynthesizeSpeechInput.t,
Values.SynthesizeSpeechOutput.t,
Values.SynthesizeSpeechOutput.error)
t
Sourceval method_of_endpoint :
'i 'o 'e. ('i, 'o, 'e) t ->
[> `DELETE | `GET | `POST | `PUT ] Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t