Values.BatchUpdateExclusionWindowsInputSourceAdd or remove time window exclusions for one or more Service Level Objectives (SLOs).
type nonrec t = {sloIds : ServiceLevelObjectiveIds.t;The list of SLO IDs to add or remove exclusion windows from.
*)addExclusionWindows : ExclusionWindows.t option;A list of exclusion windows to add to the specified SLOs. You can add up to 10 exclusion windows per SLO.
*)removeExclusionWindows : ExclusionWindows.t option;A list of exclusion windows to remove from the specified SLOs. The window configuration must match an existing exclusion window.
*)}val make :
?addExclusionWindows:??? ->
?removeExclusionWindows:??? ->
sloIds:ServiceLevelObjectiveIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of ExclusionReason.t
| `Structure of
(string
* [> `Enum of string
| `Integer of ExclusionDuration.t
| `String of Expression.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]