Module Values.ExternalSourceSource

The unique external source of the content contained in the wrapper object.

Sourcetype nonrec t = {
  1. sourceType : ExternalSourceType.t;
    (*

    The source type of the external source wrapper object.

    *)
  2. s3Location : S3ObjectDoc.t option;
    (*

    The S3 location of the external source wrapper object.

    *)
  3. byteContent : ByteContentDoc.t option;
    (*

    The identifier, content type, and data of the external source wrapper object.

    *)
}
Sourceval context_ : string
Sourceval make : ?s3Location:??? -> ?byteContent:??? -> sourceType:ExternalSourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Blob of ByteContentBlob.t | `String of KBS3Uri.t ]) list ]) 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