Smaws_Client_CloudWatch.GetAlarmMuteRuleRetrieves details for a specific alarm mute rule.
This operation returns complete information about the mute rule, including its configuration, status, targeted alarms, and metadata.
The returned status indicates the current state of the mute rule:
Permissions
To retrieve details for a mute rule, you need the cloudwatch:GetAlarmMuteRule permission on the alarm mute rule resource.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_alarm_mute_rule_input ->
(Types.get_alarm_mute_rule_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_alarm_mute_rule_input ->
(Types.get_alarm_mute_rule_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceNotFoundException of Types.resource_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result