Module Values.GetServiceResponseSource

Gets the settings for a specified service.

Sourcetype nonrec t = {
  1. service : Service.t option;
    (*

    A complex type that contains information about the service.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidInput of InvalidInput.t
  2. | `ServiceNotFound of ServiceNotFound.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?service:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidInput of InvalidInput.t | `ServiceNotFound of ServiceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidInput of InvalidInput.t | `ServiceNotFound of ServiceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of ResourceCount.t | `String of ResourceId.t | `Structure of (string * [> `Enum of string | `Integer of FailureThreshold.t | `List of [> `Structure of (string * [> `Enum of string | `Long of RecordTTL.t ]) list ] list | `String of ResourceId.t ]) list | `Timestamp of Timestamp.t ]) list ]) 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