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

Description

 
Synopsis

Documentation

data AssetLocation Source #

Information about the position of the asset in a rack.

See: newAssetLocation smart constructor.

Constructors

AssetLocation' 

Fields

Instances

Instances details
FromJSON AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Generic AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Associated Types

type Rep AssetLocation :: Type -> Type #

Read AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Show AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

NFData AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Methods

rnf :: AssetLocation -> () #

Eq AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Hashable AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

type Rep AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

type Rep AssetLocation = D1 ('MetaData "AssetLocation" "Amazonka.Outposts.Types.AssetLocation" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "AssetLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rackElevation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newAssetLocation :: AssetLocation Source #

Create a value of AssetLocation 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:rackElevation:AssetLocation', assetLocation_rackElevation - The position of an asset in a rack measured in rack units.

assetLocation_rackElevation :: Lens' AssetLocation (Maybe Double) Source #

The position of an asset in a rack measured in rack units.