Values.GetLinkResponseSourceRetrieves information about a link between gateways. Returns detailed information about the link configuration, status, and associated gateways.
type nonrec t = {gatewayId : GatewayId.t option;The unique identifier of the gateway.
*)peerGatewayId : GatewayId.t option;The unique identifier of the peer gateway.
*)status : LinkStatus.t option;The status of the link.
*)createdAt : Timestamp.t option;The timestamp of when the link was created.
*)updatedAt : Timestamp.t option;The timestamp of when the link was updated.
*)direction : LinkDirection.t option;The direction of the link.
*)flowModules : ModuleConfigurationList.t option;The configuration of flow modules.
*)pendingFlowModules : ModuleConfigurationList.t option;The configuration of pending flow modules.
*)attributes : LinkAttributes.t option;Attributes of the link.
*)logSettings : LinkLogSettings.t option;Settings for the application logs.
*)connectivityType : ConnectivityType.t option;The connectivity type of the link.
*)linkId : LinkId.t option;The unique identifier of the link.
*)httpResponderAllowed : Boolean.t option;Boolean to specify if an HTTP responder is allowed.
*)timeoutInMillis : LinkTimeoutInMillis.t option;The timeout value in milliseconds.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?gatewayId:??? ->
?peerGatewayId:??? ->
?status:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?direction:??? ->
?flowModules:??? ->
?pendingFlowModules:??? ->
?attributes:??? ->
?logSettings:??? ->
?connectivityType:??? ->
?linkId:??? ->
?tags:??? ->
?httpResponderAllowed:??? ->
?timeoutInMillis:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of FlowModuleName.t ] list
| `String of Version.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Float of
NoBidModuleParametersPassThroughPercentageFloat.t
| `Integer of
NoBidModuleParametersReasonCodeInteger.t
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of
String_.t ]
list
| `String of String_.t ])
list ]
list ])
list ]
list
| `String of
NoBidModuleParametersReasonString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of
NoBidActionNoBidReasonCodeInteger.t
| `String of String_.t ])
list ])
list ])
list ])
list ])
list ]
list
| `Long of LinkTimeoutInMillis.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `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
| `Timestamp of Timestamp.t ])
list ]