Module Values.ConfirmConnectionRequestSource

Confirms the creation of the specified hosted connection on an interconnect. Upon creation, the hosted connection is initially in the Ordering state, and remains in this state until the owner confirms creation of the hosted connection.

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

    The ID of the hosted connection.

    *)
}
Sourceval context_ : string
Sourceval make : connectionId: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