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

Description

 
Synopsis

Documentation

data BackupDescription Source #

Contains the description of the backup created for the table.

See: newBackupDescription smart constructor.

Constructors

BackupDescription' 

Fields

Instances

Instances details
Eq BackupDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupDescription

Read BackupDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupDescription

Show BackupDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupDescription

Generic BackupDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupDescription

Associated Types

type Rep BackupDescription :: Type -> Type #

NFData BackupDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupDescription

Methods

rnf :: BackupDescription -> () #

Hashable BackupDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupDescription

FromJSON BackupDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupDescription

type Rep BackupDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupDescription

type Rep BackupDescription = D1 ('MetaData "BackupDescription" "Amazonka.DynamoDB.Types.BackupDescription" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "BackupDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backupDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BackupDetails)) :*: (S1 ('MetaSel ('Just "sourceTableDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceTableDetails)) :*: S1 ('MetaSel ('Just "sourceTableFeatureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceTableFeatureDetails)))))

newBackupDescription :: BackupDescription Source #

Create a value of BackupDescription 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:backupDetails:BackupDescription', backupDescription_backupDetails - Contains the details of the backup created for the table.

$sel:sourceTableDetails:BackupDescription', backupDescription_sourceTableDetails - Contains the details of the table when the backup was created.

$sel:sourceTableFeatureDetails:BackupDescription', backupDescription_sourceTableFeatureDetails - Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.

backupDescription_backupDetails :: Lens' BackupDescription (Maybe BackupDetails) Source #

Contains the details of the backup created for the table.

backupDescription_sourceTableDetails :: Lens' BackupDescription (Maybe SourceTableDetails) Source #

Contains the details of the table when the backup was created.

backupDescription_sourceTableFeatureDetails :: Lens' BackupDescription (Maybe SourceTableFeatureDetails) Source #

Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.