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

Description

 
Synopsis

Documentation

data ComputeType Source #

Describes the compute type of the bundle.

See: newComputeType smart constructor.

Constructors

ComputeType' 

Fields

Instances

Instances details
Eq ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Read ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Generic ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

NFData ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Hashable ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

ToJSON ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

type Rep ComputeType = D1 ('MetaData "ComputeType" "Amazonka.WorkSpaces.Types.ComputeType" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "ComputeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compute))))

newComputeType :: ComputeType Source #

Create a value of ComputeType 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:name:ComputeType', computeType_name - The compute type.