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.SnapshotRecycleBinInfo

Description

 
Synopsis

Documentation

data SnapshotRecycleBinInfo Source #

Information about a snapshot that is currently in the Recycle Bin.

See: newSnapshotRecycleBinInfo smart constructor.

Constructors

SnapshotRecycleBinInfo' 

Fields

Instances

Instances details
FromXML SnapshotRecycleBinInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotRecycleBinInfo

Generic SnapshotRecycleBinInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotRecycleBinInfo

Associated Types

type Rep SnapshotRecycleBinInfo :: Type -> Type #

Read SnapshotRecycleBinInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotRecycleBinInfo

Show SnapshotRecycleBinInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotRecycleBinInfo

NFData SnapshotRecycleBinInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotRecycleBinInfo

Methods

rnf :: SnapshotRecycleBinInfo -> () #

Eq SnapshotRecycleBinInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotRecycleBinInfo

Hashable SnapshotRecycleBinInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotRecycleBinInfo

type Rep SnapshotRecycleBinInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotRecycleBinInfo

type Rep SnapshotRecycleBinInfo = D1 ('MetaData "SnapshotRecycleBinInfo" "Amazonka.EC2.Types.SnapshotRecycleBinInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "SnapshotRecycleBinInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recycleBinEnterTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "recycleBinExitTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSnapshotRecycleBinInfo :: SnapshotRecycleBinInfo Source #

Create a value of SnapshotRecycleBinInfo 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:description:SnapshotRecycleBinInfo', snapshotRecycleBinInfo_description - The description for the snapshot.

$sel:recycleBinEnterTime:SnapshotRecycleBinInfo', snapshotRecycleBinInfo_recycleBinEnterTime - The date and time when the snaphsot entered the Recycle Bin.

$sel:recycleBinExitTime:SnapshotRecycleBinInfo', snapshotRecycleBinInfo_recycleBinExitTime - The date and time when the snapshot is to be permanently deleted from the Recycle Bin.

$sel:snapshotId:SnapshotRecycleBinInfo', snapshotRecycleBinInfo_snapshotId - The ID of the snapshot.

$sel:volumeId:SnapshotRecycleBinInfo', snapshotRecycleBinInfo_volumeId - The ID of the volume from which the snapshot was created.

snapshotRecycleBinInfo_recycleBinEnterTime :: Lens' SnapshotRecycleBinInfo (Maybe UTCTime) Source #

The date and time when the snaphsot entered the Recycle Bin.

snapshotRecycleBinInfo_recycleBinExitTime :: Lens' SnapshotRecycleBinInfo (Maybe UTCTime) Source #

The date and time when the snapshot is to be permanently deleted from the Recycle Bin.

snapshotRecycleBinInfo_volumeId :: Lens' SnapshotRecycleBinInfo (Maybe Text) Source #

The ID of the volume from which the snapshot was created.