Module Values.GetResolverEndpointRequestSource

Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the current status of the endpoint.

Sourcetype nonrec t = {
  1. resolverEndpointId : ResourceId.t;
    (*

    The ID of the Resolver endpoint that you want to get information about.

    *)
}
Sourceval context_ : string
Sourceval make : resolverEndpointId:ResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.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