Module Values.DeleteWirelessGatewayTaskDefinitionRequestSource

Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.

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

    The ID of the resource to delete.

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