Values.BatchUpdateExclusionWindowsOutputSourceAdd or remove time window exclusions for one or more Service Level Objectives (SLOs).
type nonrec t = {sloIds : ServiceLevelObjectiveIds.t option;The list of SLO IDs that were successfully processed.
*)errors : BatchUpdateExclusionWindowsErrors.t option;A list of errors that occurred while processing the request.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string * [> `String of ServiceLevelObjectiveId.t ]) list ]
list ])
list ]