Module Values.DescribeOrganizationHealthRequestSource

Returns active insights, predictive insights, and resource hours analyzed in last hour.

Sourcetype nonrec t = {
  1. accountIds : AccountIdList.t option;
    (*

    The ID of the Amazon Web Services account.

    *)
  2. organizationalUnitIds : OrganizationalUnitIdList.t option;
    (*

    The ID of the organizational unit.

    *)
}
Sourceval make : ?accountIds:??? -> ?organizationalUnitIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AwsAccountId.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