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

Description

 
Synopsis

Documentation

data StackConfigInput Source #

See: newStackConfigInput smart constructor.

Instances

Instances details
FromJSON StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

ToJSON StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

Generic StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

Associated Types

type Rep StackConfigInput :: Type -> Type #

Read StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

Show StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

NFData StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

Methods

rnf :: StackConfigInput -> () #

Eq StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

Hashable StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

type Rep StackConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.StackConfigInput

type Rep StackConfigInput = D1 ('MetaData "StackConfigInput" "Amazonka.SageMakerGeoSpatial.Types.StackConfigInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "StackConfigInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputResolutionStackInput)) :*: S1 ('MetaSel ('Just "targetBands") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newStackConfigInput :: StackConfigInput Source #

Create a value of StackConfigInput 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:outputResolution:StackConfigInput', stackConfigInput_outputResolution -

$sel:targetBands:StackConfigInput', stackConfigInput_targetBands -