Module Values.UpdateAlarmModelRequestSource

Updates an alarm model. Any alarms that were created based on the previous version are deleted and then created again as new data arrives.

Sourcetype nonrec t = {
  1. alarmModelName : AlarmModelName.t;
    (*

    The name of the alarm model.

    *)
  2. alarmModelDescription : AlarmModelDescription.t option;
    (*

    The description of the alarm model.

    *)
  3. roleArn : AmazonResourceName.t;
    (*

    The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.

    *)
  4. severity : Severity.t option;
    (*

    A non-negative integer that reflects the severity level of the alarm.

    *)
  5. alarmRule : AlarmRule.t;
    (*

    Defines when your alarm is invoked.

    *)
  6. alarmNotification : AlarmNotification.t option;
    (*

    Contains information about one or more notification actions.

    *)
  7. alarmEventActions : AlarmEventActions.t option;
    (*

    Contains information about one or more alarm actions.

    *)
  8. alarmCapabilities : AlarmCapabilities.t option;
    (*

    Contains the configuration information of alarm state changes.

    *)
}
Sourceval context_ : string
Sourceval make : ?alarmModelDescription:??? -> ?severity:??? -> ?alarmNotification:??? -> ?alarmEventActions:??? -> ?alarmCapabilities:??? -> alarmModelName:AlarmModelName.t -> roleArn:AmazonResourceName.t -> alarmRule:AlarmRule.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Severity.t | `String of AlarmModelName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of IdentityStoreId.t ]) list ]) list ] list | `String of SMSSenderId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of IdentityStoreId.t ]) list ]) list ] list | `String of EmailSubject.t ]) list ]) list ] list | `Structure of (string * [> `Boolean of UseBase64.t | `String of AmazonResourceName.t | `Structure of (string * [> `Enum of string | `String of AmazonResourceName.t | `Structure of (string * [> `Enum of string | `String of ContentExpression.t ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Boolean of DisabledOnInitialization.t | `Enum of string | `String of InputProperty.t ]) list ]) 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