Module Values.GetOrganizationConfigRuleDetailedStatusRequestSource

Returns detailed status for each member account within an organization for a given organization Config rule.

Sourcetype nonrec t = {
  1. organizationConfigRuleName : OrganizationConfigRuleName.t;
    (*

    The name of your organization Config rule for which you want status details for member accounts.

    *)
  2. filters : StatusDetailFilters.t option;
    (*

    A StatusDetailFilters object.

    *)
  3. limit : CosmosPageLimit.t option;
    (*

    The maximum number of OrganizationConfigRuleDetailedStatus returned on each page. If you do not specify a number, Config uses the default. The default is 100.

    *)
  4. nextToken : String_.t option;
    (*

    The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

    *)
}
Sourceval context_ : string
Sourceval make : ?filters:??? -> ?limit:??? -> ?nextToken:??? -> organizationConfigRuleName:OrganizationConfigRuleName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of CosmosPageLimit.t | `String of OrganizationConfigRuleName.t | `Structure of (string * [> `Enum of string | `String of AccountId.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