Module Values.GetComplianceDetailsByConfigRuleResponseSource

Sourcetype nonrec t = {
  1. evaluationResults : EvaluationResults.t option;
    (*

    Indicates whether the Amazon Web Services resource complies with the specified Config rule.

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

    The string that you use in a subsequent request to get the next page of results in a paginated response.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidNextTokenException of InvalidNextTokenException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `NoSuchConfigRuleException of NoSuchConfigRuleException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?evaluationResults:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidNextTokenException of unit | `InvalidParameterValueException of unit | `NoSuchConfigRuleException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidNextTokenException of unit | `InvalidParameterValueException of unit | `NoSuchConfigRuleException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of StringWithCharLimit256.t | `Structure of (string * [> `String of ResourceEvaluationId.t | `Structure of (string * [> `Enum of string | `String of ConfigRuleName.t ]) list | `Timestamp of Date.t ]) list | `Timestamp of Date.t ]) list ] list | `String of NextToken.t ]) 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