| 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.EC2.Types.EnableFastSnapshotRestoreErrorItem
Description
Synopsis
- data EnableFastSnapshotRestoreErrorItem = EnableFastSnapshotRestoreErrorItem' {}
- newEnableFastSnapshotRestoreErrorItem :: EnableFastSnapshotRestoreErrorItem
- enableFastSnapshotRestoreErrorItem_fastSnapshotRestoreStateErrors :: Lens' EnableFastSnapshotRestoreErrorItem (Maybe [EnableFastSnapshotRestoreStateErrorItem])
- enableFastSnapshotRestoreErrorItem_snapshotId :: Lens' EnableFastSnapshotRestoreErrorItem (Maybe Text)
Documentation
data EnableFastSnapshotRestoreErrorItem Source #
Contains information about the errors that occurred when enabling fast snapshot restores.
See: newEnableFastSnapshotRestoreErrorItem smart constructor.
Constructors
| EnableFastSnapshotRestoreErrorItem' | |
Fields
| |
Instances
newEnableFastSnapshotRestoreErrorItem :: EnableFastSnapshotRestoreErrorItem Source #
Create a value of EnableFastSnapshotRestoreErrorItem 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:fastSnapshotRestoreStateErrors:EnableFastSnapshotRestoreErrorItem', enableFastSnapshotRestoreErrorItem_fastSnapshotRestoreStateErrors - The errors.
$sel:snapshotId:EnableFastSnapshotRestoreErrorItem', enableFastSnapshotRestoreErrorItem_snapshotId - The ID of the snapshot.
enableFastSnapshotRestoreErrorItem_fastSnapshotRestoreStateErrors :: Lens' EnableFastSnapshotRestoreErrorItem (Maybe [EnableFastSnapshotRestoreStateErrorItem]) Source #
The errors.
enableFastSnapshotRestoreErrorItem_snapshotId :: Lens' EnableFastSnapshotRestoreErrorItem (Maybe Text) Source #
The ID of the snapshot.