| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DynamoDB.Types.BackupDescription
Description
Synopsis
- data BackupDescription = BackupDescription' {}
- newBackupDescription :: BackupDescription
- backupDescription_backupDetails :: Lens' BackupDescription (Maybe BackupDetails)
- backupDescription_sourceTableDetails :: Lens' BackupDescription (Maybe SourceTableDetails)
- backupDescription_sourceTableFeatureDetails :: Lens' BackupDescription (Maybe SourceTableFeatureDetails)
Documentation
data BackupDescription Source #
Contains the description of the backup created for the table.
See: newBackupDescription smart constructor.
Constructors
| BackupDescription' | |
Fields
| |
Instances
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.