amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

Description

 
Synopsis

Documentation

data EnableFastSnapshotRestoreErrorItem Source #

Contains information about the errors that occurred when enabling fast snapshot restores.

See: newEnableFastSnapshotRestoreErrorItem smart constructor.

Instances

Instances details
FromXML EnableFastSnapshotRestoreErrorItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

Generic EnableFastSnapshotRestoreErrorItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

Associated Types

type Rep EnableFastSnapshotRestoreErrorItem :: Type -> Type #

Read EnableFastSnapshotRestoreErrorItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

Show EnableFastSnapshotRestoreErrorItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

NFData EnableFastSnapshotRestoreErrorItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

Eq EnableFastSnapshotRestoreErrorItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

Hashable EnableFastSnapshotRestoreErrorItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

type Rep EnableFastSnapshotRestoreErrorItem Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem

type Rep EnableFastSnapshotRestoreErrorItem = D1 ('MetaData "EnableFastSnapshotRestoreErrorItem" "Amazonka.EC2.Types.EnableFastSnapshotRestoreErrorItem" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "EnableFastSnapshotRestoreErrorItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fastSnapshotRestoreStateErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnableFastSnapshotRestoreStateErrorItem])) :*: S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.