Module Values.DeleteRemediationExceptionsRequestSource

Deletes one or more remediation exceptions mentioned in the resource keys. Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.

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

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

    *)
  2. resourceKeys : RemediationExceptionResourceKeys.t;
    (*

    An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.

    *)
}
Sourceval context_ : string
Sourceval make : configRuleName:ConfigRuleName.t -> resourceKeys:RemediationExceptionResourceKeys.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of StringWithCharLimit256.t ]) list ] list | `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