amazonka-sagemaker-geospatial-2.0: Amazon SageMaker geospatial capabilities 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.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

Description

 
Synopsis

Documentation

data ViewSunAzimuthInput Source #

See: newViewSunAzimuthInput smart constructor.

Instances

Instances details
FromJSON ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

ToJSON ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

Generic ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

Associated Types

type Rep ViewSunAzimuthInput :: Type -> Type #

Read ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

Show ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

NFData ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

Methods

rnf :: ViewSunAzimuthInput -> () #

Eq ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

Hashable ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

type Rep ViewSunAzimuthInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput

type Rep ViewSunAzimuthInput = D1 ('MetaData "ViewSunAzimuthInput" "Amazonka.SageMakerGeoSpatial.Types.ViewSunAzimuthInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ViewSunAzimuthInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lowerBound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "upperBound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newViewSunAzimuthInput Source #

Create a value of ViewSunAzimuthInput 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:lowerBound:ViewSunAzimuthInput', viewSunAzimuthInput_lowerBound -

$sel:upperBound:ViewSunAzimuthInput', viewSunAzimuthInput_upperBound -