Module Values.DescribeRemediationConfigurationsRequestSource

Returns the details of one or more remediation configurations.

Sourcetype nonrec t = {
  1. configRuleNames : ConfigRuleNames.t;
    (*

    A list of Config rule names of remediation configurations for which you want details.

    *)
}
Sourceval context_ : string
Sourceval make : configRuleNames:ConfigRuleNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ConfigRuleName.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