Values.AcceptLinkRequestSourceAccepts 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.
type nonrec t = {gatewayId : GatewayId.t;The unique identifier of the gateway.
*)linkId : LinkId.t;The unique identifier of the link.
*)attributes : LinkAttributes.t option;Attributes of the link.
*)logSettings : LinkLogSettings.t;Settings for the application logs.
*)timeoutInMillis : LinkTimeoutInMillis.t option;The timeout value in milliseconds.
*)}val make :
?attributes:??? ->
?timeoutInMillis:??? ->
gatewayId:GatewayId.t ->
linkId:LinkId.t ->
logSettings:LinkLogSettings.t ->
unit ->
tval 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 ]