Module Values.ManagedNotificationEventOverviewSource

Describes an overview and metadata for a ManagedNotificationEvent.

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

    The Amazon Resource Name (ARN) of the ManagedNotificationEvent.

    *)
  2. managedNotificationConfigurationArn : ManagedNotificationConfigurationOsArn.t option;
    (*

    The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration.

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

    The account that related to the ManagedNotificationEvent.

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

    The creation time of the ManagedNotificationEvent.

    *)
  5. notificationEvent : ManagedNotificationEventSummary.t option;
  6. aggregationEventType : AggregationEventType.t option;
    (*

    The notifications 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. organizationalUnitId : OrganizationalUnitId.t option;
    (*

    The Organizational Unit Id that an Amazon Web Services account belongs to.

    *)
  8. aggregationSummary : AggregationSummary.t option;
  9. aggregatedNotificationRegions : AggregatedNotificationRegions.t option;
    (*

    The list of the regions where the aggregated notifications in this NotificationEvent originated.

    *)
}
Sourceval make : ?arn:??? -> ?managedNotificationConfigurationArn:??? -> ?relatedAccount:??? -> ?creationTime:??? -> ?notificationEvent:??? -> ?aggregationEventType:??? -> ?organizationalUnitId:??? -> ?aggregationSummary:??? -> ?aggregatedNotificationRegions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Region.t ] list | `String of ManagedNotificationEventArn.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 ManagedSourceEventMetadataSummaryEventOriginRegionString.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