| 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.DisableFastSnapshotRestoreErrorItem
Description
Synopsis
- data DisableFastSnapshotRestoreErrorItem = DisableFastSnapshotRestoreErrorItem' {}
- newDisableFastSnapshotRestoreErrorItem :: DisableFastSnapshotRestoreErrorItem
- disableFastSnapshotRestoreErrorItem_fastSnapshotRestoreStateErrors :: Lens' DisableFastSnapshotRestoreErrorItem (Maybe [DisableFastSnapshotRestoreStateErrorItem])
- disableFastSnapshotRestoreErrorItem_snapshotId :: Lens' DisableFastSnapshotRestoreErrorItem (Maybe Text)
Documentation
data DisableFastSnapshotRestoreErrorItem Source #
Contains information about the errors that occurred when disabling fast snapshot restores.
See: newDisableFastSnapshotRestoreErrorItem smart constructor.
Constructors
| DisableFastSnapshotRestoreErrorItem' | |
Fields
| |
Instances
newDisableFastSnapshotRestoreErrorItem :: DisableFastSnapshotRestoreErrorItem Source #
Create a value of DisableFastSnapshotRestoreErrorItem 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:DisableFastSnapshotRestoreErrorItem', disableFastSnapshotRestoreErrorItem_fastSnapshotRestoreStateErrors - The errors.
$sel:snapshotId:DisableFastSnapshotRestoreErrorItem', disableFastSnapshotRestoreErrorItem_snapshotId - The ID of the snapshot.
disableFastSnapshotRestoreErrorItem_fastSnapshotRestoreStateErrors :: Lens' DisableFastSnapshotRestoreErrorItem (Maybe [DisableFastSnapshotRestoreStateErrorItem]) Source #
The errors.
disableFastSnapshotRestoreErrorItem_snapshotId :: Lens' DisableFastSnapshotRestoreErrorItem (Maybe Text) Source #
The ID of the snapshot.