| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.CancelDataQualityRulesetEvaluationRun
Description
Cancels a run where a ruleset is being evaluated against a data source.
Synopsis
- data CancelDataQualityRulesetEvaluationRun = CancelDataQualityRulesetEvaluationRun' {}
- newCancelDataQualityRulesetEvaluationRun :: Text -> CancelDataQualityRulesetEvaluationRun
- cancelDataQualityRulesetEvaluationRun_runId :: Lens' CancelDataQualityRulesetEvaluationRun Text
- data CancelDataQualityRulesetEvaluationRunResponse = CancelDataQualityRulesetEvaluationRunResponse' {
- httpStatus :: Int
- newCancelDataQualityRulesetEvaluationRunResponse :: Int -> CancelDataQualityRulesetEvaluationRunResponse
- cancelDataQualityRulesetEvaluationRunResponse_httpStatus :: Lens' CancelDataQualityRulesetEvaluationRunResponse Int
Creating a Request
data CancelDataQualityRulesetEvaluationRun Source #
See: newCancelDataQualityRulesetEvaluationRun smart constructor.
Constructors
| CancelDataQualityRulesetEvaluationRun' | |
Instances
newCancelDataQualityRulesetEvaluationRun Source #
Create a value of CancelDataQualityRulesetEvaluationRun with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CancelDataQualityRulesetEvaluationRun, cancelDataQualityRulesetEvaluationRun_runId - The unique run identifier associated with this run.
Request Lenses
cancelDataQualityRulesetEvaluationRun_runId :: Lens' CancelDataQualityRulesetEvaluationRun Text Source #
The unique run identifier associated with this run.
Destructuring the Response
data CancelDataQualityRulesetEvaluationRunResponse Source #
See: newCancelDataQualityRulesetEvaluationRunResponse smart constructor.
Constructors
| CancelDataQualityRulesetEvaluationRunResponse' | |
Fields
| |
Instances
newCancelDataQualityRulesetEvaluationRunResponse Source #
Arguments
| :: Int |
|
| -> CancelDataQualityRulesetEvaluationRunResponse |
Create a value of CancelDataQualityRulesetEvaluationRunResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CancelDataQualityRulesetEvaluationRunResponse', cancelDataQualityRulesetEvaluationRunResponse_httpStatus - The response's http status code.
Response Lenses
cancelDataQualityRulesetEvaluationRunResponse_httpStatus :: Lens' CancelDataQualityRulesetEvaluationRunResponse Int Source #
The response's http status code.