amazonka-outposts-2.0: Amazon Outposts 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.Outposts.Types.EC2Capacity

Description

 
Synopsis

Documentation

data EC2Capacity Source #

Information about EC2 capacity.

See: newEC2Capacity smart constructor.

Constructors

EC2Capacity' 

Fields

Instances

Instances details
FromJSON EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Generic EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Associated Types

type Rep EC2Capacity :: Type -> Type #

Read EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Show EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

NFData EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Methods

rnf :: EC2Capacity -> () #

Eq EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Hashable EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

type Rep EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

type Rep EC2Capacity = D1 ('MetaData "EC2Capacity" "Amazonka.Outposts.Types.EC2Capacity" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "EC2Capacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "family") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEC2Capacity :: EC2Capacity Source #

Create a value of EC2Capacity 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:family:EC2Capacity', eC2Capacity_family - The family of the EC2 capacity.

$sel:maxSize:EC2Capacity', eC2Capacity_maxSize - The maximum size of the EC2 capacity.

$sel:quantity:EC2Capacity', eC2Capacity_quantity - The quantity of the EC2 capacity.

eC2Capacity_family :: Lens' EC2Capacity (Maybe Text) Source #

The family of the EC2 capacity.

eC2Capacity_maxSize :: Lens' EC2Capacity (Maybe Text) Source #

The maximum size of the EC2 capacity.

eC2Capacity_quantity :: Lens' EC2Capacity (Maybe Text) Source #

The quantity of the EC2 capacity.