libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DynamoDB.Types.TransactGetItem

Description

 
Synopsis

Documentation

data TransactGetItem Source #

Specifies an item to be retrieved as part of the transaction.

See: newTransactGetItem smart constructor.

Constructors

TransactGetItem' 

Fields

  • get' :: Get

    Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.

Instances

Instances details
Eq TransactGetItem Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TransactGetItem

Read TransactGetItem Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TransactGetItem

Show TransactGetItem Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TransactGetItem

Generic TransactGetItem Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TransactGetItem

Associated Types

type Rep TransactGetItem :: Type -> Type #

NFData TransactGetItem Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TransactGetItem

Methods

rnf :: TransactGetItem -> () #

Hashable TransactGetItem Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TransactGetItem

ToJSON TransactGetItem Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TransactGetItem

type Rep TransactGetItem Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TransactGetItem

type Rep TransactGetItem = D1 ('MetaData "TransactGetItem" "Amazonka.DynamoDB.Types.TransactGetItem" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "TransactGetItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "get'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Get)))

newTransactGetItem Source #

Create a value of TransactGetItem 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:get':TransactGetItem', transactGetItem_get - Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.

transactGetItem_get :: Lens' TransactGetItem Get Source #

Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.