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

Description

 
Synopsis

Documentation

data ViewOffNadirInput Source #

See: newViewOffNadirInput smart constructor.

Instances

Instances details
FromJSON ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

ToJSON ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

Generic ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

Associated Types

type Rep ViewOffNadirInput :: Type -> Type #

Read ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

Show ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

NFData ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

Methods

rnf :: ViewOffNadirInput -> () #

Eq ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

Hashable ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

type Rep ViewOffNadirInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ViewOffNadirInput

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

newViewOffNadirInput Source #

Create a value of ViewOffNadirInput 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:ViewOffNadirInput', viewOffNadirInput_lowerBound -

$sel:upperBound:ViewOffNadirInput', viewOffNadirInput_upperBound -