Values.UpdateNotificationConfigurationRequestSourceUpdates a NotificationConfiguration.
type nonrec t = {arn : NotificationConfigurationArn.t;The Amazon Resource Name (ARN) used to update the NotificationConfiguration.
*)name : NotificationConfigurationName.t option;The name of the NotificationConfiguration.
*)description : NotificationConfigurationDescription.t option;The description of the NotificationConfiguration.
*)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.
*)}val make :
?name:??? ->
?description:??? ->
?aggregationDuration:??? ->
arn:NotificationConfigurationArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of NotificationConfigurationArn.t ])
list ]