Module Values.DeleteDirectConnectGatewayRequestSource

Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are attached to the Direct Connect gateway and disassociate all virtual private gateways associated with the Direct Connect gateway.

Sourcetype nonrec t = {
  1. directConnectGatewayId : DirectConnectGatewayId.t;
    (*

    The ID of the Direct Connect gateway.

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