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

Description

 
Synopsis

Documentation

data PolygonGeometryInput Source #

See: newPolygonGeometryInput smart constructor.

Instances

Instances details
FromJSON PolygonGeometryInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput

ToJSON PolygonGeometryInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput

Generic PolygonGeometryInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput

Associated Types

type Rep PolygonGeometryInput :: Type -> Type #

Show PolygonGeometryInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput

NFData PolygonGeometryInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput

Methods

rnf :: PolygonGeometryInput -> () #

Eq PolygonGeometryInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput

Hashable PolygonGeometryInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput

type Rep PolygonGeometryInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput

type Rep PolygonGeometryInput = D1 ('MetaData "PolygonGeometryInput" "Amazonka.SageMakerGeoSpatial.Types.PolygonGeometryInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "PolygonGeometryInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coordinates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (NonEmpty (Sensitive (NonEmpty Double)))))))

newPolygonGeometryInput Source #

Create a value of PolygonGeometryInput 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:coordinates:PolygonGeometryInput', polygonGeometryInput_coordinates -