Module Values.GetOutpostResolverRequestSource

Gets information about a specified Resolver on the Outpost, such as its instance count and type, name, and the current status of the Resolver.

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

    The ID of the Resolver on the Outpost.

    *)
}
Sourceval context_ : string
Sourceval make : id: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