Module Values.DescribeEntityAggregatesForOrganizationRequestSource

Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.

Sourcetype nonrec t = {
  1. eventArns : OrganizationEventArnsList.t;
    (*

    A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"

    *)
  2. awsAccountIds : OrganizationAccountIdsList.t option;
    (*

    A list of 12-digit Amazon Web Services account numbers that contains the affected entities.

    *)
}
Sourceval context_ : string
Sourceval make : ?awsAccountIds:??? -> eventArns:OrganizationEventArnsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of EventArn.t ] list ]) 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