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 |
Synopsis
- data RestoreSummary = RestoreSummary' {}
- newRestoreSummary :: UTCTime -> Bool -> RestoreSummary
- restoreSummary_sourceBackupArn :: Lens' RestoreSummary (Maybe Text)
- restoreSummary_sourceTableArn :: Lens' RestoreSummary (Maybe Text)
- restoreSummary_restoreDateTime :: Lens' RestoreSummary UTCTime
- restoreSummary_restoreInProgress :: Lens' RestoreSummary Bool
Documentation
data RestoreSummary Source #
Contains details for the restore.
See: newRestoreSummary
smart constructor.
RestoreSummary' | |
|
Instances
:: UTCTime | |
-> Bool | |
-> RestoreSummary |
Create a value of RestoreSummary
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:sourceBackupArn:RestoreSummary'
, restoreSummary_sourceBackupArn
- The Amazon Resource Name (ARN) of the backup from which the table was
restored.
$sel:sourceTableArn:RestoreSummary'
, restoreSummary_sourceTableArn
- The ARN of the source table of the backup that is being restored.
$sel:restoreDateTime:RestoreSummary'
, restoreSummary_restoreDateTime
- Point in time or source backup time.
$sel:restoreInProgress:RestoreSummary'
, restoreSummary_restoreInProgress
- Indicates if a restore is in progress or not.
restoreSummary_sourceBackupArn :: Lens' RestoreSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the backup from which the table was restored.
restoreSummary_sourceTableArn :: Lens' RestoreSummary (Maybe Text) Source #
The ARN of the source table of the backup that is being restored.
restoreSummary_restoreDateTime :: Lens' RestoreSummary UTCTime Source #
Point in time or source backup time.
restoreSummary_restoreInProgress :: Lens' RestoreSummary Bool Source #
Indicates if a restore is in progress or not.