Module Values.DescribeConformancePackComplianceRequestSource

Returns compliance details for each rule in that conformance pack. You must provide exact rule names.

Sourcetype nonrec t = {
  1. conformancePackName : ConformancePackName.t;
    (*

    Name of the conformance pack.

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

    A ConformancePackComplianceFilters object.

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

    The maximum number of Config rules within a conformance pack are returned on each page.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : ?filters:??? -> ?limit:??? -> ?nextToken:??? -> conformancePackName:ConformancePackName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DescribeConformancePackComplianceLimit.t | `String of ConformancePackName.t | `Structure of (string * [> `Enum of string | `List of [> `String of StringWithCharLimit64.t ] list ]) 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