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

Description

 
Synopsis

Documentation

data ContinuousBackupsDescription Source #

Represents the continuous backups and point in time recovery settings on the table.

See: newContinuousBackupsDescription smart constructor.

Constructors

ContinuousBackupsDescription' 

Fields

Instances

Instances details
Eq ContinuousBackupsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContinuousBackupsDescription

Read ContinuousBackupsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContinuousBackupsDescription

Show ContinuousBackupsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContinuousBackupsDescription

Generic ContinuousBackupsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContinuousBackupsDescription

Associated Types

type Rep ContinuousBackupsDescription :: Type -> Type #

NFData ContinuousBackupsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContinuousBackupsDescription

Hashable ContinuousBackupsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContinuousBackupsDescription

FromJSON ContinuousBackupsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContinuousBackupsDescription

type Rep ContinuousBackupsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ContinuousBackupsDescription

type Rep ContinuousBackupsDescription = D1 ('MetaData "ContinuousBackupsDescription" "Amazonka.DynamoDB.Types.ContinuousBackupsDescription" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ContinuousBackupsDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pointInTimeRecoveryDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PointInTimeRecoveryDescription)) :*: S1 ('MetaSel ('Just "continuousBackupsStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ContinuousBackupsStatus)))

newContinuousBackupsDescription Source #

Create a value of ContinuousBackupsDescription 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:pointInTimeRecoveryDescription:ContinuousBackupsDescription', continuousBackupsDescription_pointInTimeRecoveryDescription - The description of the point in time recovery settings applied to the table.

$sel:continuousBackupsStatus:ContinuousBackupsDescription', continuousBackupsDescription_continuousBackupsStatus - ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED

continuousBackupsDescription_continuousBackupsStatus :: Lens' ContinuousBackupsDescription ContinuousBackupsStatus Source #

ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED