Module Values_0.FileLocationSource

The location of the OTA update.

Sourcetype nonrec t = {
  1. stream : Stream.t option;
    (*

    The stream that contains the OTA update.

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

    The location of the updated firmware in S3.

    *)
}
Sourceval make : ?stream:??? -> ?s3Location:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of FileId.t | `String of StreamId.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