amazonka-lakeformation-2.0: Amazon Lake Formation 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.LakeFormation.CancelTransaction

Description

Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.

Synopsis

Creating a Request

data CancelTransaction Source #

See: newCancelTransaction smart constructor.

Constructors

CancelTransaction' 

Fields

Instances

Instances details
ToJSON CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

ToHeaders CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

ToPath CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

ToQuery CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

AWSRequest CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

Associated Types

type AWSResponse CancelTransaction #

Generic CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

Associated Types

type Rep CancelTransaction :: Type -> Type #

Read CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

Show CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

NFData CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

Methods

rnf :: CancelTransaction -> () #

Eq CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

Hashable CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

type AWSResponse CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

type Rep CancelTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

type Rep CancelTransaction = D1 ('MetaData "CancelTransaction" "Amazonka.LakeFormation.CancelTransaction" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "CancelTransaction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelTransaction Source #

Create a value of CancelTransaction 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:

CancelTransaction, cancelTransaction_transactionId - The transaction to cancel.

Request Lenses

Destructuring the Response

data CancelTransactionResponse Source #

See: newCancelTransactionResponse smart constructor.

Constructors

CancelTransactionResponse' 

Fields

Instances

Instances details
Generic CancelTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

Associated Types

type Rep CancelTransactionResponse :: Type -> Type #

Read CancelTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

Show CancelTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

NFData CancelTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

Eq CancelTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

type Rep CancelTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.CancelTransaction

type Rep CancelTransactionResponse = D1 ('MetaData "CancelTransactionResponse" "Amazonka.LakeFormation.CancelTransaction" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "CancelTransactionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelTransactionResponse Source #

Create a value of CancelTransactionResponse 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:CancelTransactionResponse', cancelTransactionResponse_httpStatus - The response's http status code.

Response Lenses