Module Values.GetOrganizationConformancePackDetailedStatusRequestSource

Returns detailed status for each member account within an organization for a given organization conformance pack.

Sourcetype nonrec t = {
  1. organizationConformancePackName : OrganizationConformancePackName.t;
    (*

    The name of organization conformance pack for which you want status details for member accounts.

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

    An OrganizationResourceDetailedStatusFilters object.

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

    The maximum number of OrganizationConformancePackDetailedStatuses 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:??? -> organizationConformancePackName:OrganizationConformancePackName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of CosmosPageLimit.t | `String of OrganizationConformancePackName.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