Values.DeleteServiceLevelObjectiveInputSourceDeletes the specified service level objective.
type nonrec t = {id : ServiceLevelObjectiveId.t;The ARN or name of the service level objective to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ServiceLevelObjectiveId.t ]) list ]