Values.AlarmMuteRuleSummarySourceSummary information about an alarm mute rule, including its name, status, and configuration details.
type nonrec t = {alarmMuteRuleArn : Arn.t option;The Amazon Resource Name (ARN) of the alarm mute rule.
*)expireDate : Timestamp.t option;The date and time when the mute rule expires and is no longer evaluated. This field is only present if an expiration date was configured.
*)status : AlarmMuteRuleStatus.t option;The current status of the alarm mute rule. Valid values are SCHEDULED, ACTIVE, or EXPIRED.
*)muteType : MuteType.t option;Indicates whether the mute rule is one-time or recurring. Valid values are ONE_TIME or RECURRING.
*)lastUpdatedTimestamp : Timestamp.t option;The date and time when the mute rule was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Arn.t | `Timestamp of Timestamp.t ])
list ]