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

Description

 
Synopsis

Documentation

data TimeToLiveDescription Source #

The description of the Time to Live (TTL) status on the specified table.

See: newTimeToLiveDescription smart constructor.

Constructors

TimeToLiveDescription' 

Fields

Instances

Instances details
FromJSON TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Generic TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Associated Types

type Rep TimeToLiveDescription :: Type -> Type #

Read TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Show TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

NFData TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Methods

rnf :: TimeToLiveDescription -> () #

Eq TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Hashable TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

type Rep TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

type Rep TimeToLiveDescription = D1 ('MetaData "TimeToLiveDescription" "Amazonka.DynamoDB.Types.TimeToLiveDescription" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'False) (C1 ('MetaCons "TimeToLiveDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeToLiveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeToLiveStatus))))

newTimeToLiveDescription :: TimeToLiveDescription Source #

Create a value of TimeToLiveDescription 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:attributeName:TimeToLiveDescription', timeToLiveDescription_attributeName - The name of the TTL attribute for items in the table.

$sel:timeToLiveStatus:TimeToLiveDescription', timeToLiveDescription_timeToLiveStatus - The TTL status for the table.

timeToLiveDescription_attributeName :: Lens' TimeToLiveDescription (Maybe Text) Source #

The name of the TTL attribute for items in the table.