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

Description

Returns the details of a single transaction.

Synopsis

Creating a Request

data DescribeTransaction Source #

See: newDescribeTransaction smart constructor.

Constructors

DescribeTransaction' 

Fields

Instances

Instances details
ToJSON DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

ToHeaders DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

ToPath DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

ToQuery DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

AWSRequest DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

Associated Types

type AWSResponse DescribeTransaction #

Generic DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

Associated Types

type Rep DescribeTransaction :: Type -> Type #

Read DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

Show DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

NFData DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

Methods

rnf :: DescribeTransaction -> () #

Eq DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

Hashable DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

type AWSResponse DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

type Rep DescribeTransaction Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

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

newDescribeTransaction Source #

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

DescribeTransaction, describeTransaction_transactionId - The transaction for which to return status.

Request Lenses

describeTransaction_transactionId :: Lens' DescribeTransaction Text Source #

The transaction for which to return status.

Destructuring the Response

data DescribeTransactionResponse Source #

See: newDescribeTransactionResponse smart constructor.

Constructors

DescribeTransactionResponse' 

Fields

Instances

Instances details
Generic DescribeTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

Associated Types

type Rep DescribeTransactionResponse :: Type -> Type #

Read DescribeTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

Show DescribeTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

NFData DescribeTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

Eq DescribeTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

type Rep DescribeTransactionResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.DescribeTransaction

type Rep DescribeTransactionResponse = D1 ('MetaData "DescribeTransactionResponse" "Amazonka.LakeFormation.DescribeTransaction" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "DescribeTransactionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransactionDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeTransactionResponse Source #

Create a value of DescribeTransactionResponse 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:transactionDescription:DescribeTransactionResponse', describeTransactionResponse_transactionDescription - Returns a TransactionDescription object containing information about the transaction.

$sel:httpStatus:DescribeTransactionResponse', describeTransactionResponse_httpStatus - The response's http status code.

Response Lenses

describeTransactionResponse_transactionDescription :: Lens' DescribeTransactionResponse (Maybe TransactionDescription) Source #

Returns a TransactionDescription object containing information about the transaction.