Module Values.DescribeAlarmContributorsOutputSource

Returns 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.

Sourcetype describeAlarmContributorsResult = {
  1. alarmContributors : AlarmContributors.t option;
    (*

    A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.

    *)
  2. nextToken : NextToken.t option;
    (*

    The token that marks the start of the next batch of returned results.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeAlarmContributorsResult : describeAlarmContributorsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidNextToken of InvalidNextToken.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?alarmContributors:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidNextToken of InvalidNextToken.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidNextToken of InvalidNextToken.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t