Values.DescribeNotebookExecutionOutputSourceProvides details of a notebook execution.
type nonrec t = {notebookExecution : NotebookExecution.t option;Properties of the notebook execution.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `Map of
([> `String of XmlStringMaxLen256.t ]
* [> `String of XmlString.t ])
list
| `String of XmlStringMaxLen256.t
| `Structure of
(string
* [> `Enum of string | `String of XmlStringMaxLen256.t ])
list
| `Timestamp of Date.t ])
list ])
list ]