amazonka-dynamodb-2.0: Amazon DynamoDB 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.DynamoDB.Types.AttributeAction

Description

 

Documentation

newtype AttributeAction Source #

Constructors

AttributeAction' 

Instances

Instances details
FromJSON AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

FromJSONKey AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

ToJSON AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

ToJSONKey AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

ToByteString AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

ToHeader AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

ToLog AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

ToQuery AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

FromText AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

ToText AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

FromXML AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

ToXML AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

Methods

toXML :: AttributeAction -> XML #

Generic AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

Associated Types

type Rep AttributeAction :: Type -> Type #

Read AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

Show AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

NFData AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

Methods

rnf :: AttributeAction -> () #

Eq AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

Ord AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

Hashable AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

type Rep AttributeAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.AttributeAction

type Rep AttributeAction = D1 ('MetaData "AttributeAction" "Amazonka.DynamoDB.Types.AttributeAction" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'True) (C1 ('MetaCons "AttributeAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAttributeAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))