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