Values.GetServiceLevelObjectiveInputSourceReturns information about one SLO created in the account.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ServiceLevelObjectiveId.t ]) list ]