Module Values_1.FileSourceSource

Contains details regarding the file source.

Sourcetype nonrec t = {
  1. contentType : Values_0.ContentType.t option;
    (*

    The type of content stored in the file source.

    *)
  2. contentDigest : Values_0.ContentDigest.t option;
    (*

    The digest of the file source.

    *)
  3. s3Uri : Values_0.S3Uri.t;
    (*

    The Amazon S3 URI for the file source.

    *)
}
Sourceval context_ : string
Sourceval make : ?contentType:??? -> ?contentDigest:??? -> s3Uri:Values_0.S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ContentType.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