Module Values_1.DownloadUrlMetadataSource

Metadata used to download the attached file.

Sourcetype nonrec t = {
  1. url : MetadataUrl.t option;
    (*

    A pre-signed URL that should be used to download the attached file.

    *)
  2. urlExpiry : Values_0.ISO8601Datetime.t option;
    (*

    The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

    *)
}
Sourceval make : ?url:??? -> ?urlExpiry:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MetadataUrl.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