Module Values.DeleteRemediationConfigurationRequestSource

Deletes the remediation configuration.

Sourcetype nonrec t = {
  1. configRuleName : ConfigRuleName.t;
    (*

    The name of the Config rule for which you want to delete remediation configuration.

    *)
  2. resourceType : String_.t option;
    (*

    The type of a resource.

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