Module Values.GetServiceLevelObjectiveInputSource

Returns information about one SLO created in the account.

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

    The ARN or name of the SLO that you want to retrieve information about. You can find the ARNs of SLOs by using the ListServiceLevelObjectives operation.

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