libZSservicesZSamazonka-workspacesZSamazonka-workspaces
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.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
Eq RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Read RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Show 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 #

NFData RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Methods

rnf :: RootStorage -> () #

Hashable RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

ToJSON RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

FromJSON 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" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.