amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Description

Cancels a run where a ruleset is being evaluated against a data source.

Synopsis

Creating a Request

data CancelDataQualityRulesetEvaluationRun Source #

Constructors

CancelDataQualityRulesetEvaluationRun' 

Fields

  • runId :: Text

    The unique run identifier associated with this run.

Instances

Instances details
ToJSON CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

ToHeaders CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

ToPath CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

ToQuery CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

AWSRequest CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Generic CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Read CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Show CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

NFData CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Eq CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Hashable CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

type AWSResponse CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

type Rep CancelDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

type Rep CancelDataQualityRulesetEvaluationRun = D1 ('MetaData "CancelDataQualityRulesetEvaluationRun" "Amazonka.Glue.CancelDataQualityRulesetEvaluationRun" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "CancelDataQualityRulesetEvaluationRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Destructuring the Response

data CancelDataQualityRulesetEvaluationRunResponse Source #

Constructors

CancelDataQualityRulesetEvaluationRunResponse' 

Fields

Instances

Instances details
Generic CancelDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Read CancelDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Show CancelDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

NFData CancelDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

Eq CancelDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

type Rep CancelDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.CancelDataQualityRulesetEvaluationRun

type Rep CancelDataQualityRulesetEvaluationRunResponse = D1 ('MetaData "CancelDataQualityRulesetEvaluationRunResponse" "Amazonka.Glue.CancelDataQualityRulesetEvaluationRun" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "CancelDataQualityRulesetEvaluationRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelDataQualityRulesetEvaluationRunResponse Source #

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