amazonka-appstream-2.0: Amazon AppStream 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.AppStream.Types.ComputeCapacity

Description

 
Synopsis

Documentation

data ComputeCapacity Source #

Describes the capacity for a fleet.

See: newComputeCapacity smart constructor.

Constructors

ComputeCapacity' 

Fields

Instances

Instances details
ToJSON ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Generic ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Associated Types

type Rep ComputeCapacity :: Type -> Type #

Read ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Show ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

NFData ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Methods

rnf :: ComputeCapacity -> () #

Eq ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

Hashable ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

type Rep ComputeCapacity Source # 
Instance details

Defined in Amazonka.AppStream.Types.ComputeCapacity

type Rep ComputeCapacity = D1 ('MetaData "ComputeCapacity" "Amazonka.AppStream.Types.ComputeCapacity" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "ComputeCapacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newComputeCapacity Source #

Create a value of ComputeCapacity 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:desiredInstances:ComputeCapacity', computeCapacity_desiredInstances - The desired number of streaming instances.

computeCapacity_desiredInstances :: Lens' ComputeCapacity Int Source #

The desired number of streaming instances.