Module Values.DescribeConfigRulesResponseSource

Sourcetype nonrec t = {
  1. configRules : ConfigRules.t option;
    (*

    The details about your Config rules.

    *)
  2. nextToken : String_.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 : ?configRules:??? -> ?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 | `List of [> `Structure of (string * [> `Enum of string ]) list ] list | `String of ConfigRuleName.t | `Structure of (string * [> `Enum of string | `List of [> `String of StringWithCharLimit256.t | `Structure of (string * [> `Enum of string ]) list ] list | `String of StringWithCharLimit128.t | `Structure of (string * [> `Boolean of Boolean.t | `String of PolicyRuntime.t ]) list ]) list ]) list ] list | `String of String_.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