Values.DescribeRemediationConfigurationsRequestSourceReturns the details of one or more remediation configurations.
type nonrec t = {configRuleNames : ConfigRuleNames.t;A list of Config rule names of remediation configurations for which you want details.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of ConfigRuleName.t ] list ]) list ]