Module Values.DeleteWirelessGatewayRequestSource

Deletes a wireless gateway. When deleting a wireless gateway, you might run into duplication errors for the following reasons. If you specify a GatewayEui value that already exists. If you used a ClientRequestToken with the same parameters within the last 10 minutes. To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.

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

    The ID of the resource to delete.

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