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.ExtendTransaction

Description

Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.

Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.

Synopsis

Creating a Request

data ExtendTransaction Source #

See: newExtendTransaction smart constructor.

Constructors

ExtendTransaction' 

Fields

Instances

Instances details
ToJSON ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

ToHeaders ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

ToPath ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

ToQuery ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

AWSRequest ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

Associated Types

type AWSResponse ExtendTransaction #

Generic ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

Associated Types

type Rep ExtendTransaction :: Type -> Type #

Read ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

Show ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

NFData ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

Methods

rnf :: ExtendTransaction -> () #

Eq ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

Hashable ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

type AWSResponse ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

type Rep ExtendTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

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

newExtendTransaction :: ExtendTransaction Source #

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

ExtendTransaction, extendTransaction_transactionId - The transaction to extend.

Request Lenses

Destructuring the Response

data ExtendTransactionResponse Source #

See: newExtendTransactionResponse smart constructor.

Constructors

ExtendTransactionResponse' 

Fields

Instances

Instances details
Generic ExtendTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

Associated Types

type Rep ExtendTransactionResponse :: Type -> Type #

Read ExtendTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

Show ExtendTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

NFData ExtendTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

Eq ExtendTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

type Rep ExtendTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ExtendTransaction

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

newExtendTransactionResponse Source #

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

Response Lenses