Values.UpdateLinkRequestSourceUpdates the configuration of a link between gateways. Allows you to modify settings and parameters for an existing link.
type nonrec t = {gatewayId : GatewayId.t;The unique identifier of the gateway.
*)linkId : LinkId.t;The unique identifier of the link.
*)logSettings : LinkLogSettings.t option;Settings for the application logs.
*)timeoutInMillis : LinkTimeoutInMillis.t option;The timeout value in milliseconds.
*)}val make :
?logSettings:??? ->
?timeoutInMillis:??? ->
gatewayId:GatewayId.t ->
linkId:LinkId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of LinkTimeoutInMillis.t
| `String of GatewayId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Double of
LinkApplicationLogSamplingErrorLogDouble.t ])
list ])
list ])
list ])
list ]