amazonka-privatenetworks-2.0: Amazon Private 5G 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.PrivateNetworks.Types.Position

Description

 
Synopsis

Documentation

data Position Source #

Information about a position.

See: newPosition smart constructor.

Constructors

Position' 

Fields

Instances

Instances details
FromJSON Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

ToJSON Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Generic Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Associated Types

type Rep Position :: Type -> Type #

Methods

from :: Position -> Rep Position x #

to :: Rep Position x -> Position #

Read Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Show Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

NFData Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Methods

rnf :: Position -> () #

Eq Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Hashable Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Methods

hashWithSalt :: Int -> Position -> Int #

hash :: Position -> Int #

type Rep Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

type Rep Position = D1 ('MetaData "Position" "Amazonka.PrivateNetworks.Types.Position" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "Position'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "elevation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "elevationReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElevationReference))) :*: (S1 ('MetaSel ('Just "elevationUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElevationUnit)) :*: (S1 ('MetaSel ('Just "latitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "longitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newPosition :: Position Source #

Create a value of Position 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:elevation:Position', position_elevation - The elevation of the equipment at this position.

$sel:elevationReference:Position', position_elevationReference - The reference point from which elevation is reported.

$sel:elevationUnit:Position', position_elevationUnit - The units used to measure the elevation of the position.

$sel:latitude:Position', position_latitude - The latitude of the position.

$sel:longitude:Position', position_longitude - The longitude of the position.

position_elevation :: Lens' Position (Maybe Double) Source #

The elevation of the equipment at this position.

position_elevationReference :: Lens' Position (Maybe ElevationReference) Source #

The reference point from which elevation is reported.

position_elevationUnit :: Lens' Position (Maybe ElevationUnit) Source #

The units used to measure the elevation of the position.

position_latitude :: Lens' Position (Maybe Double) Source #

The latitude of the position.

position_longitude :: Lens' Position (Maybe Double) Source #

The longitude of the position.