Module Values.DeleteGatewayRequestSource

Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system.

Sourcetype nonrec t = {
  1. gatewayId : ID.t;
    (*

    The ID of the gateway to delete.

    *)
}
Sourceval context_ : string
Sourceval make : gatewayId:ID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ID.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