Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BackupSummary = BackupSummary' {}
- newBackupSummary :: BackupSummary
- backupSummary_backupExpiryDateTime :: Lens' BackupSummary (Maybe UTCTime)
- backupSummary_tableArn :: Lens' BackupSummary (Maybe Text)
- backupSummary_backupName :: Lens' BackupSummary (Maybe Text)
- backupSummary_backupStatus :: Lens' BackupSummary (Maybe BackupStatus)
- backupSummary_backupSizeBytes :: Lens' BackupSummary (Maybe Natural)
- backupSummary_backupArn :: Lens' BackupSummary (Maybe Text)
- backupSummary_tableId :: Lens' BackupSummary (Maybe Text)
- backupSummary_backupCreationDateTime :: Lens' BackupSummary (Maybe UTCTime)
- backupSummary_backupType :: Lens' BackupSummary (Maybe BackupType)
- backupSummary_tableName :: Lens' BackupSummary (Maybe Text)
Documentation
data BackupSummary Source #
Contains details for the backup.
See: newBackupSummary
smart constructor.
BackupSummary' | |
|
Instances
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: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:tableArn:BackupSummary'
, backupSummary_tableArn
- ARN associated with the table.
$sel:backupName:BackupSummary'
, backupSummary_backupName
- Name of the specified backup.
$sel:backupStatus:BackupSummary'
, backupSummary_backupStatus
- Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
$sel:backupSizeBytes:BackupSummary'
, backupSummary_backupSizeBytes
- Size of the backup in bytes.
$sel:backupArn:BackupSummary'
, backupSummary_backupArn
- ARN associated with the backup.
$sel:tableId:BackupSummary'
, backupSummary_tableId
- Unique identifier for the table.
$sel:backupCreationDateTime:BackupSummary'
, backupSummary_backupCreationDateTime
- Time at which the backup was created.
$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, aSYSTEM
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 AWS Backup service.
$sel:tableName:BackupSummary'
, backupSummary_tableName
- Name of the table.
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_tableArn :: Lens' BackupSummary (Maybe Text) Source #
ARN associated with the table.
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_backupSizeBytes :: Lens' BackupSummary (Maybe Natural) Source #
Size of the backup in bytes.
backupSummary_backupArn :: Lens' BackupSummary (Maybe Text) Source #
ARN associated with the backup.
backupSummary_tableId :: Lens' BackupSummary (Maybe Text) Source #
Unique identifier for the table.
backupSummary_backupCreationDateTime :: Lens' BackupSummary (Maybe UTCTime) Source #
Time at which the backup was created.
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, aSYSTEM
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 AWS Backup service.
backupSummary_tableName :: Lens' BackupSummary (Maybe Text) Source #
Name of the table.