Module Values.UpdateWirelessGatewayTaskEntrySource

UpdateWirelessGatewayTaskEntry object.

Sourcetype nonrec t = {
  1. id : WirelessGatewayTaskDefinitionId.t option;
    (*

    The ID of the new wireless gateway task entry.

    *)
  2. loRaWAN : LoRaWANUpdateGatewayTaskEntry.t option;
    (*

    The properties that relate to the LoRaWAN wireless gateway.

    *)
  3. arn : WirelessGatewayTaskDefinitionArn.t option;
    (*

    The Amazon Resource Name of the resource.

    *)
}
Sourceval make : ?id:??? -> ?loRaWAN:??? -> ?arn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WirelessGatewayTaskDefinitionId.t | `Structure of (string * [> `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