Smaws_Client_CloudWatch.DescribeAlarmContributorsReturns the information of the current alarm contributors that are in ALARM state. This operation returns details about the individual time series that contribute to the alarm's state.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_alarm_contributors_input ->
(Types.describe_alarm_contributors_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_alarm_contributors_input ->
(Types.describe_alarm_contributors_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `ResourceNotFoundException of Types.resource_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result