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

Description

 
Synopsis

Documentation

data SnapshotInfo Source #

Information about a snapshot.

See: newSnapshotInfo smart constructor.

Constructors

SnapshotInfo' 

Fields

Instances

Instances details
FromXML SnapshotInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotInfo

Generic SnapshotInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotInfo

Associated Types

type Rep SnapshotInfo :: Type -> Type #

Read SnapshotInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotInfo

Show SnapshotInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotInfo

NFData SnapshotInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotInfo

Methods

rnf :: SnapshotInfo -> () #

Eq SnapshotInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotInfo

Hashable SnapshotInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotInfo

type Rep SnapshotInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.SnapshotInfo

newSnapshotInfo :: SnapshotInfo Source #

Create a value of SnapshotInfo 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:SnapshotInfo', snapshotInfo_description - Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

$sel:encrypted:SnapshotInfo', snapshotInfo_encrypted - Indicates whether the snapshot is encrypted.

$sel:outpostArn:SnapshotInfo', snapshotInfo_outpostArn - The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

$sel:ownerId:SnapshotInfo', snapshotInfo_ownerId - Account id used when creating this snapshot.

$sel:progress:SnapshotInfo', snapshotInfo_progress - Progress this snapshot has made towards completing.

$sel:snapshotId:SnapshotInfo', snapshotInfo_snapshotId - Snapshot id that can be used to describe this snapshot.

$sel:startTime:SnapshotInfo', snapshotInfo_startTime - Time this snapshot was started. This is the same for all snapshots initiated by the same request.

$sel:state:SnapshotInfo', snapshotInfo_state - Current state of the snapshot.

$sel:tags:SnapshotInfo', snapshotInfo_tags - Tags associated with this snapshot.

$sel:volumeId:SnapshotInfo', snapshotInfo_volumeId - Source volume from which this snapshot was created.

$sel:volumeSize:SnapshotInfo', snapshotInfo_volumeSize - Size of the volume from which this snapshot was created.

snapshotInfo_description :: Lens' SnapshotInfo (Maybe Text) Source #

Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

snapshotInfo_encrypted :: Lens' SnapshotInfo (Maybe Bool) Source #

Indicates whether the snapshot is encrypted.

snapshotInfo_outpostArn :: Lens' SnapshotInfo (Maybe Text) Source #

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

snapshotInfo_ownerId :: Lens' SnapshotInfo (Maybe Text) Source #

Account id used when creating this snapshot.

snapshotInfo_progress :: Lens' SnapshotInfo (Maybe Text) Source #

Progress this snapshot has made towards completing.

snapshotInfo_snapshotId :: Lens' SnapshotInfo (Maybe Text) Source #

Snapshot id that can be used to describe this snapshot.

snapshotInfo_startTime :: Lens' SnapshotInfo (Maybe UTCTime) Source #

Time this snapshot was started. This is the same for all snapshots initiated by the same request.

snapshotInfo_state :: Lens' SnapshotInfo (Maybe SnapshotState) Source #

Current state of the snapshot.

snapshotInfo_tags :: Lens' SnapshotInfo (Maybe [Tag]) Source #

Tags associated with this snapshot.

snapshotInfo_volumeId :: Lens' SnapshotInfo (Maybe Text) Source #

Source volume from which this snapshot was created.

snapshotInfo_volumeSize :: Lens' SnapshotInfo (Maybe Int) Source #

Size of the volume from which this snapshot was created.