Values.GetOrganizationConfigRuleDetailedStatusRequestSourceReturns detailed status for each member account within an organization for a given organization Config rule.
type nonrec t = {organizationConfigRuleName : OrganizationConfigRuleName.t;The name of your organization Config rule for which you want status details for member accounts.
*)filters : StatusDetailFilters.t option;A StatusDetailFilters object.
*)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.
*)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.
*)}val make :
?filters:??? ->
?limit:??? ->
?nextToken:??? ->
organizationConfigRuleName:OrganizationConfigRuleName.t ->
unit ->
tval 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 ]