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

Description

 
Synopsis

Documentation

data BackupSummary Source #

Contains details for the backup.

See: newBackupSummary smart constructor.

Constructors

BackupSummary' 

Fields

Instances

Instances details
FromJSON BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Generic BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Associated Types

type Rep BackupSummary :: Type -> Type #

Read BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Show BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

NFData BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Methods

rnf :: BackupSummary -> () #

Eq BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Hashable BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

type Rep BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

newBackupSummary :: BackupSummary Source #

Create a value of BackupSummary 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:backupArn:BackupSummary', backupSummary_backupArn - ARN associated with the backup.

$sel:backupCreationDateTime:BackupSummary', backupSummary_backupCreationDateTime - Time at which the backup was created.

$sel:backupExpiryDateTime:BackupSummary', backupSummary_backupExpiryDateTime - Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM on-demand backup expires automatically 35 days after its creation.

$sel:backupName:BackupSummary', backupSummary_backupName - Name of the specified backup.

$sel:backupSizeBytes:BackupSummary', backupSummary_backupSizeBytes - Size of the backup in bytes.

$sel:backupStatus:BackupSummary', backupSummary_backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

$sel:backupType:BackupSummary', backupSummary_backupType - BackupType:

  • USER - You create and manage these using the on-demand backup feature.
  • SYSTEM - If you delete a table with point-in-time recovery enabled, a SYSTEM backup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion.
  • AWS_BACKUP - On-demand backup created by you from Backup service.

$sel:tableArn:BackupSummary', backupSummary_tableArn - ARN associated with the table.

$sel:tableId:BackupSummary', backupSummary_tableId - Unique identifier for the table.

$sel:tableName:BackupSummary', backupSummary_tableName - Name of the table.

backupSummary_backupArn :: Lens' BackupSummary (Maybe Text) Source #

ARN associated with the backup.

backupSummary_backupExpiryDateTime :: Lens' BackupSummary (Maybe UTCTime) Source #

Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM on-demand backup expires automatically 35 days after its creation.

backupSummary_backupName :: Lens' BackupSummary (Maybe Text) Source #

Name of the specified backup.

backupSummary_backupStatus :: Lens' BackupSummary (Maybe BackupStatus) Source #

Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

backupSummary_backupType :: Lens' BackupSummary (Maybe BackupType) Source #

BackupType:

  • USER - You create and manage these using the on-demand backup feature.
  • SYSTEM - If you delete a table with point-in-time recovery enabled, a SYSTEM backup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion.
  • AWS_BACKUP - On-demand backup created by you from Backup service.

backupSummary_tableArn :: Lens' BackupSummary (Maybe Text) Source #

ARN associated with the table.

backupSummary_tableId :: Lens' BackupSummary (Maybe Text) Source #

Unique identifier for the table.