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

Description

 
Synopsis

Documentation

data ItemSource Source #

Structure representing the items in the response for SearchRasterDataCollection.

See: newItemSource smart constructor.

Constructors

ItemSource' 

Fields

Instances

Instances details
FromJSON ItemSource Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ItemSource

Generic ItemSource Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ItemSource

Associated Types

type Rep ItemSource :: Type -> Type #

Show ItemSource Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ItemSource

NFData ItemSource Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ItemSource

Methods

rnf :: ItemSource -> () #

Eq ItemSource Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ItemSource

Hashable ItemSource Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ItemSource

type Rep ItemSource Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ItemSource

type Rep ItemSource = D1 ('MetaData "ItemSource" "Amazonka.SageMakerGeoSpatial.Types.ItemSource" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ItemSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text AssetValue))) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Properties))) :*: (S1 ('MetaSel ('Just "dateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "geometry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Geometry) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newItemSource Source #

Create a value of ItemSource 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:assets:ItemSource', itemSource_assets -

$sel:properties:ItemSource', itemSource_properties -

$sel:dateTime:ItemSource', itemSource_dateTime -

$sel:geometry:ItemSource', itemSource_geometry -

$sel:id:ItemSource', itemSource_id - A unique Id for the source item.

itemSource_id :: Lens' ItemSource Text Source #

A unique Id for the source item.