Module Values.DescribeAlarmContributorsInputSource

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 nonrec t = {
  1. alarmName : AlarmName.t;
    (*

    The name of the alarm for which to retrieve contributor information.

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

    The token returned by a previous call to indicate that there is more data available.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> alarmName:AlarmName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AlarmName.t ]) 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