Module Values.ManagedNotificationChildEventOverviewSource

Describes an overview and metadata for a ManagedNotificationChildEvent.

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

    The Amazon Resource Name (ARN) of the ManagedNotificationChildEvent.

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

    The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration.

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

    The account that related to the ManagedNotificationChildEvent.

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

    The creation time of the ManagedNotificationChildEvent.

    *)
  5. childEvent : ManagedNotificationChildEventSummary.t option;
    (*

    The content of the ManagedNotificationChildEvent.

    *)
  6. aggregateManagedNotificationEventArn : ManagedNotificationEventArn.t option;
    (*

    The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this ManagedNotificationChildEvent.

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

    The Organizational Unit Id that an AWS account belongs to.

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