libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.Types.AttachedDisk

Description

 
Synopsis

Documentation

data AttachedDisk Source #

Describes a block storage disk that is attached to an instance, and is included in an automatic snapshot.

See: newAttachedDisk smart constructor.

Constructors

AttachedDisk' 

Fields

Instances

Instances details
Eq AttachedDisk Source # 
Instance details

Defined in Amazonka.Lightsail.Types.AttachedDisk

Read AttachedDisk Source # 
Instance details

Defined in Amazonka.Lightsail.Types.AttachedDisk

Show AttachedDisk Source # 
Instance details

Defined in Amazonka.Lightsail.Types.AttachedDisk

Generic AttachedDisk Source # 
Instance details

Defined in Amazonka.Lightsail.Types.AttachedDisk

Associated Types

type Rep AttachedDisk :: Type -> Type #

NFData AttachedDisk Source # 
Instance details

Defined in Amazonka.Lightsail.Types.AttachedDisk

Methods

rnf :: AttachedDisk -> () #

Hashable AttachedDisk Source # 
Instance details

Defined in Amazonka.Lightsail.Types.AttachedDisk

FromJSON AttachedDisk Source # 
Instance details

Defined in Amazonka.Lightsail.Types.AttachedDisk

type Rep AttachedDisk Source # 
Instance details

Defined in Amazonka.Lightsail.Types.AttachedDisk

type Rep AttachedDisk = D1 ('MetaData "AttachedDisk" "Amazonka.Lightsail.Types.AttachedDisk" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "AttachedDisk'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sizeInGb") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newAttachedDisk :: AttachedDisk Source #

Create a value of AttachedDisk 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:path:AttachedDisk', attachedDisk_path - The path of the disk (e.g., /dev/xvdf).

$sel:sizeInGb:AttachedDisk', attachedDisk_sizeInGb - The size of the disk in GB.

attachedDisk_path :: Lens' AttachedDisk (Maybe Text) Source #

The path of the disk (e.g., /dev/xvdf).

attachedDisk_sizeInGb :: Lens' AttachedDisk (Maybe Int) Source #

The size of the disk in GB.