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

Description

 
Synopsis

Documentation

data PlatformInput Source #

See: newPlatformInput smart constructor.

Constructors

PlatformInput' 

Fields

Instances

Instances details
FromJSON PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

ToJSON PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

Generic PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

Associated Types

type Rep PlatformInput :: Type -> Type #

Read PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

Show PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

NFData PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

Methods

rnf :: PlatformInput -> () #

Eq PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

Hashable PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

type Rep PlatformInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.PlatformInput

type Rep PlatformInput = D1 ('MetaData "PlatformInput" "Amazonka.SageMakerGeoSpatial.Types.PlatformInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "PlatformInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comparisonOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComparisonOperator)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPlatformInput Source #

Create a value of PlatformInput 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:comparisonOperator:PlatformInput', platformInput_comparisonOperator -

$sel:value:PlatformInput', platformInput_value - The value of the platform.

platformInput_value :: Lens' PlatformInput Text Source #

The value of the platform.