Module Values_1.DescribeContextResponseSource

Describes a context.

Sourcetype nonrec t = {
  1. contextName : Values_0.ContextName.t option;
    (*

    The name of the context.

    *)
  2. contextArn : Values_0.ContextArn.t option;
    (*

    The Amazon Resource Name (ARN) of the context.

    *)
  3. source : Values_0.ContextSource.t option;
    (*

    The source of the context.

    *)
  4. contextType : Values_0.String256.t option;
    (*

    The type of the context.

    *)
  5. description : Values_0.ExperimentDescription.t option;
    (*

    The description of the context.

    *)
  6. properties : Values_0.LineageEntityParameters.t option;
    (*

    A list of the context's properties.

    *)
  7. creationTime : Values_0.Timestamp.t option;
    (*

    When the context was created.

    *)
  8. createdBy : Values_0.UserContext.t option;
  9. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    When the context was last modified.

    *)
  10. lastModifiedBy : Values_0.UserContext.t option;
  11. lineageGroupArn : LineageGroupArn.t option;
    (*

    The Amazon Resource Name (ARN) of the lineage group.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?contextName:??? -> ?contextArn:??? -> ?source:??? -> ?contextType:??? -> ?description:??? -> ?properties:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> ?lineageGroupArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t