amazonka-workspaces-2.0: Amazon WorkSpaces 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.WorkSpaces.Types.RootStorage

Description

 
Synopsis

Documentation

data RootStorage Source #

Describes the root volume for a WorkSpace bundle.

See: newRootStorage smart constructor.

Constructors

RootStorage' 

Fields

Instances

Instances details
FromJSON RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

ToJSON RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Generic RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Associated Types

type Rep RootStorage :: Type -> Type #

Read RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Show RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

NFData RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Methods

rnf :: RootStorage -> () #

Eq RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Hashable RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

type Rep RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

type Rep RootStorage = D1 ('MetaData "RootStorage" "Amazonka.WorkSpaces.Types.RootStorage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RootStorage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "capacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRootStorage :: RootStorage Source #

Create a value of RootStorage 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:capacity:RootStorage', rootStorage_capacity - The size of the root volume.

rootStorage_capacity :: Lens' RootStorage (Maybe Text) Source #

The size of the root volume.