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

Description

 
Synopsis

Documentation

data VolumeStatusItem Source #

Describes the volume status.

See: newVolumeStatusItem smart constructor.

Constructors

VolumeStatusItem' 

Fields

Instances

Instances details
FromXML VolumeStatusItem Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusItem

Generic VolumeStatusItem Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusItem

Associated Types

type Rep VolumeStatusItem :: Type -> Type #

Read VolumeStatusItem Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusItem

Show VolumeStatusItem Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusItem

NFData VolumeStatusItem Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusItem

Methods

rnf :: VolumeStatusItem -> () #

Eq VolumeStatusItem Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusItem

Hashable VolumeStatusItem Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusItem

type Rep VolumeStatusItem Source # 
Instance details

Defined in Amazonka.EC2.Types.VolumeStatusItem

newVolumeStatusItem :: VolumeStatusItem Source #

Create a value of VolumeStatusItem 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:actions:VolumeStatusItem', volumeStatusItem_actions - The details of the operation.

$sel:attachmentStatuses:VolumeStatusItem', volumeStatusItem_attachmentStatuses - Information about the instances to which the volume is attached.

$sel:availabilityZone:VolumeStatusItem', volumeStatusItem_availabilityZone - The Availability Zone of the volume.

$sel:events:VolumeStatusItem', volumeStatusItem_events - A list of events associated with the volume.

$sel:outpostArn:VolumeStatusItem', volumeStatusItem_outpostArn - The Amazon Resource Name (ARN) of the Outpost.

$sel:volumeId:VolumeStatusItem', volumeStatusItem_volumeId - The volume ID.

$sel:volumeStatus:VolumeStatusItem', volumeStatusItem_volumeStatus - The volume status.

volumeStatusItem_attachmentStatuses :: Lens' VolumeStatusItem (Maybe [VolumeStatusAttachmentStatus]) Source #

Information about the instances to which the volume is attached.

volumeStatusItem_availabilityZone :: Lens' VolumeStatusItem (Maybe Text) Source #

The Availability Zone of the volume.

volumeStatusItem_events :: Lens' VolumeStatusItem (Maybe [VolumeStatusEvent]) Source #

A list of events associated with the volume.

volumeStatusItem_outpostArn :: Lens' VolumeStatusItem (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.