Module Values.GetConformancePackComplianceDetailsRequestSource

Returns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack.

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

    Name of the conformance pack.

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

    A ConformancePackEvaluationFilters object.

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

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

    *)
  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 GetConformancePackComplianceDetailsLimit.t | `String of ConformancePackName.t | `Structure of (string * [> `Enum of string | `List of [> `String of StringWithCharLimit64.t ] list | `String of StringWithCharLimit256.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