Module Values.UpdateNotificationConfigurationRequestSource

Updates a NotificationConfiguration.

Sourcetype nonrec t = {
  1. arn : NotificationConfigurationArn.t;
    (*

    The Amazon Resource Name (ARN) used to update the NotificationConfiguration.

    *)
  2. name : NotificationConfigurationName.t option;
    (*

    The name of the NotificationConfiguration.

    *)
  3. description : NotificationConfigurationDescription.t option;
    (*

    The description of the NotificationConfiguration.

    *)
  4. aggregationDuration : AggregationDuration.t option;
    (*

    The aggregation preference of the NotificationConfiguration. Values: LONG Aggregate notifications for long periods of time (12 hours). SHORT Aggregate notifications for short periods of time (5 minutes). NONE Don't aggregate notifications.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?aggregationDuration:??? -> arn:NotificationConfigurationArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NotificationConfigurationArn.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