Module Values.AcceptLinkRequestSource

Accepts a link request between gateways. When a requester gateway requests to link with a responder gateway, the responder can use this operation to accept the link request and establish the connection.

Sourcetype nonrec t = {
  1. gatewayId : GatewayId.t;
    (*

    The unique identifier of the gateway.

    *)
  2. linkId : LinkId.t;
    (*

    The unique identifier of the link.

    *)
  3. attributes : LinkAttributes.t option;
    (*

    Attributes of the link.

    *)
  4. logSettings : LinkLogSettings.t;
    (*

    Settings for the application logs.

    *)
  5. timeoutInMillis : LinkTimeoutInMillis.t option;
    (*

    The timeout value in milliseconds.

    *)
}
Sourceval context_ : string
Sourceval make : ?attributes:??? -> ?timeoutInMillis:??? -> gatewayId:GatewayId.t -> linkId:LinkId.t -> logSettings:LinkLogSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of LinkTimeoutInMillis.t | `String of GatewayId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Float of ResponderErrorMaskingForHttpCodeResponseLoggingPercentageFloat.t | `List of [> `Enum of string ] list | `String of ResponderErrorMaskingForHttpCodeHttpCodeString.t ]) list ] list | `String of CustomerProvidedId.t | `Structure of (string * [> `Structure of (string * [> `Double of LinkApplicationLogSamplingErrorLogDouble.t ]) list ]) list ]) list ]) 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