Values.DeleteGatewayRequestSourceDeletes a gateway. Before you can delete a gateway, you must deregister its instances and delete its bridges.
type nonrec t = {gatewayArn : DeleteGatewayRequestGatewayArnString.t;The Amazon Resource Name (ARN) of the gateway that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DeleteGatewayRequestGatewayArnString.t ]) list ]