Values_1.DescribeContextResponseSourceDescribes a context.
type nonrec t = {contextName : Values_0.ContextName.t option;The name of the context.
*)contextArn : Values_0.ContextArn.t option;The Amazon Resource Name (ARN) of the context.
*)source : Values_0.ContextSource.t option;The source of the context.
*)contextType : Values_0.String256.t option;The type of the context.
*)description : Values_0.ExperimentDescription.t option;The description of the context.
*)properties : Values_0.LineageEntityParameters.t option;A list of the context's properties.
*)creationTime : Values_0.Timestamp.t option;When the context was created.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;When the context was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;lineageGroupArn : LineageGroupArn.t option;The Amazon Resource Name (ARN) of the lineage group.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ContextName.t
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]