Module Values.UpdateDirectConnectGatewayRequestSource

Updates the name of a current Direct Connect gateway.

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

    The ID of the Direct Connect gateway to update.

    *)
  2. newDirectConnectGatewayName : DirectConnectGatewayName.t;
    (*

    The new name for the Direct Connect gateway.

    *)
}
Sourceval context_ : string
Sourceval make : directConnectGatewayId:DirectConnectGatewayId.t -> newDirectConnectGatewayName:DirectConnectGatewayName.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