Module Values.NotificationEventOverviewSource

Describes a short summary of a NotificationEvent. This is only used when listing notification events.

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

    The Amazon Resource Name (ARN) of the resource.

    *)
  2. notificationConfigurationArn : NotificationConfigurationArn.t option;
    (*

    The ARN of the NotificationConfiguration.

    *)
  3. relatedAccount : AccountId.t option;
    (*

    The account name containing the NotificationHub.

    *)
  4. creationTime : CreationTime.t option;
    (*

    The creation time of the NotificationEvent.

    *)
  5. notificationEvent : NotificationEventSummary.t option;
    (*

    Refers to a NotificationEventSummary object. Similar in structure to content in the GetNotificationEvent response.

    *)
  6. aggregationEventType : AggregationEventType.t option;
    (*

    The NotificationConfiguration's aggregation type. Values: AGGREGATE The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period. CHILD Some EventRules are ACTIVE and some are INACTIVE. Any call can be run. NONE The notification isn't aggregated.

    *)
  7. aggregateNotificationEventArn : NotificationEventArn.t option;
    (*

    The ARN of the aggregatedNotificationEventArn to match.

    *)
  8. aggregationSummary : AggregationSummary.t option;
    (*

    Provides an aggregated summary data for notification events.

    *)
  9. organizationalUnitId : OrganizationalUnitId.t option;
    (*

    The unique identifier of the organizational unit in the notification event overview.

    *)
}
Sourceval make : ?arn:??? -> ?notificationConfigurationArn:??? -> ?relatedAccount:??? -> ?creationTime:??? -> ?notificationEvent:??? -> ?aggregationEventType:??? -> ?aggregateNotificationEventArn:??? -> ?aggregationSummary:??? -> ?organizationalUnitId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NotificationEventArn.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of SampleAggregationDimensionValuesMemberString.t ] list | `String of String_.t ]) list ] list | `Structure of (string * [> `Integer of Integer.t | `List of [> `String of SampleAggregationDimensionValuesMemberString.t ] list | `String of SourceEventMetadataSummaryEventOriginRegionString.t ]) list ]) list | `Timestamp of CreationTime.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