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

Description

 
Synopsis

Documentation

data ComputeType Source #

Describes the compute type of the bundle.

See: newComputeType smart constructor.

Constructors

ComputeType' 

Fields

Instances

Instances details
FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

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

Read ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

NFData ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Eq ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Hashable 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" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" '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.