Module Values.GetOutboundExternalLinkResponseSource

Retrieves information about an outbound external link.

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

    The unique identifier of the gateway.

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

    The unique identifier of the link.

    *)
  3. status : LinkStatus.t option;
    (*

    The status of the request.

    *)
  4. publicEndpoint : URL.t option;
    (*

    The public endpoint for the link.

    *)
  5. flowModules : ModuleConfigurationList.t option;
    (*

    The configuration of flow modules.

    *)
  6. pendingFlowModules : ModuleConfigurationList.t option;
    (*

    The configuration of pending flow modules.

    *)
  7. attributes : LinkAttributes.t option;
  8. createdAt : Timestamp.t option;
    (*

    The timestamp of when the outbound external link was created.

    *)
  9. updatedAt : Timestamp.t option;
    (*

    The timestamp of when the outbound external link was updated.

    *)
  10. tags : TagsMap.t option;
    (*

    A map of the key-value pairs for the tag or tags assigned to the specified resource.

    *)
  11. logSettings : LinkLogSettings.t option;
    (*

    Settings for the application logs.

    *)
  12. connectivityType : ConnectivityType.t option;
    (*

    The connectivity type of the link.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?gatewayId:??? -> ?linkId:??? -> ?status:??? -> ?publicEndpoint:??? -> ?flowModules:??? -> ?pendingFlowModules:??? -> ?attributes:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?tags:??? -> ?logSettings:??? -> ?connectivityType:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `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 | `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 ]
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