Module Values.DeleteConnectionRequestSource

Deletes an existing Connection with the supplied identifier. This operation will also inform the remote partner of your intention to delete your connection. Note, the partner may still require you to delete to fully clean up resources, but the network connectivity provided by the Connection will cease to exist.

Sourcetype nonrec t = {
  1. identifier : ConnectionId.t;
    (*

    The identifier of the Connection to be deleted.

    *)
  2. clientToken : String_.t option;
    (*

    Idempotency token used for the request.

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