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.Types.TransactionDescription

Description

 
Synopsis

Documentation

data TransactionDescription Source #

A structure that contains information about a transaction.

See: newTransactionDescription smart constructor.

Constructors

TransactionDescription' 

Fields

Instances

Instances details
FromJSON TransactionDescription Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TransactionDescription

Generic TransactionDescription Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TransactionDescription

Associated Types

type Rep TransactionDescription :: Type -> Type #

Read TransactionDescription Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TransactionDescription

Show TransactionDescription Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TransactionDescription

NFData TransactionDescription Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TransactionDescription

Methods

rnf :: TransactionDescription -> () #

Eq TransactionDescription Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TransactionDescription

Hashable TransactionDescription Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TransactionDescription

type Rep TransactionDescription Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TransactionDescription

type Rep TransactionDescription = D1 ('MetaData "TransactionDescription" "Amazonka.LakeFormation.Types.TransactionDescription" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "TransactionDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "transactionEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "transactionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "transactionStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "transactionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransactionStatus)))))

newTransactionDescription :: TransactionDescription Source #

Create a value of TransactionDescription 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:transactionEndTime:TransactionDescription', transactionDescription_transactionEndTime - The time when the transaction committed or aborted, if it is not currently active.

$sel:transactionId:TransactionDescription', transactionDescription_transactionId - The ID of the transaction.

$sel:transactionStartTime:TransactionDescription', transactionDescription_transactionStartTime - The time when the transaction started.

$sel:transactionStatus:TransactionDescription', transactionDescription_transactionStatus - A status of ACTIVE, COMMITTED, or ABORTED.

transactionDescription_transactionEndTime :: Lens' TransactionDescription (Maybe UTCTime) Source #

The time when the transaction committed or aborted, if it is not currently active.