Module Values.UpdateWirelessGatewayTaskCreateSource

UpdateWirelessGatewayTaskCreate object.

Sourcetype nonrec t = {
  1. updateDataSource : UpdateDataSource.t option;
    (*

    The link to the S3 bucket.

    *)
  2. updateDataRole : UpdateDataSource.t option;
    (*

    The IAM role used to read data from the S3 bucket.

    *)
  3. loRaWAN : LoRaWANUpdateGatewayTaskCreate.t option;
    (*

    The properties that relate to the LoRaWAN wireless gateway.

    *)
}
Sourceval make : ?updateDataSource:??? -> ?updateDataRole:??? -> ?loRaWAN:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UpdateDataSource.t | `Structure of (string * [> `Long of Crc.t | `String of UpdateSignature.t | `Structure of (string * [> `String of PackageVersion.t ]) list ]) 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