Module Values_0.StaticFileSourceSource

The source of the static file.

Sourcetype nonrec t = {
  1. urlOptions : StaticFileUrlSourceOptions.t option;
    (*

    The structure that contains the URL to download the static file from.

    *)
  2. s3Options : StaticFileS3SourceOptions.t option;
    (*

    The structure that contains the Amazon S3 location to download the static file from.

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