Module Values.GetServiceSyncBlockerSummaryInputSource

Get detailed data for the service sync blocker summary.

Sourcetype nonrec t = {
  1. serviceInstanceName : ResourceName.t option;
    (*

    The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked.

    *)
  2. serviceName : ResourceName.t;
    (*

    The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked.

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