Values.DescribeAlarmContributorsOutputSourceReturns 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.
type describeAlarmContributorsResult = {alarmContributors : AlarmContributors.t option;A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
*)nextToken : NextToken.t option;The token that marks the start of the next batch of returned results.
*)}and t = {describeAlarmContributorsResult : describeAlarmContributorsResult;responseMetaData : responseMetaData;}type error = [ | `InvalidNextToken of InvalidNextToken.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextToken of InvalidNextToken.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextToken of InvalidNextToken.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of AttributeName.t ]
* [> `String of AttributeValue.t ])
list
| `String of ContributorId.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of NextToken.t ])
list ])
list ]