Values.GetSpeechSynthesisTaskOutputSourceRetrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task.
type nonrec t = {synthesisTask : SynthesisTask.t option;SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.
*)}type nonrec error = [ | `InvalidTaskIdException of InvalidTaskIdException.t| `ServiceFailureException of ServiceFailureException.t| `SynthesisTaskNotFoundException of SynthesisTaskNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidTaskIdException of InvalidTaskIdException.t
| `ServiceFailureException of ServiceFailureException.t
| `SynthesisTaskNotFoundException of SynthesisTaskNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidTaskIdException of InvalidTaskIdException.t
| `ServiceFailureException of ServiceFailureException.t
| `SynthesisTaskNotFoundException of SynthesisTaskNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of RequestCharacters.t
| `List of
[> `Enum of string | `String of LexiconName.t ] list
| `String of TaskId.t
| `Timestamp of DateTime.t ])
list ])
list ]