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

Description

Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.

Synopsis

Creating a Request

data SearchRasterDataCollection Source #

See: newSearchRasterDataCollection smart constructor.

Constructors

SearchRasterDataCollection' 

Fields

Instances

Instances details
ToJSON SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

ToHeaders SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

ToPath SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

ToQuery SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

AWSRequest SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

Generic SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

Associated Types

type Rep SearchRasterDataCollection :: Type -> Type #

Show SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

NFData SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

Eq SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

Hashable SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

type AWSResponse SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

type Rep SearchRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

type Rep SearchRasterDataCollection = D1 ('MetaData "SearchRasterDataCollection" "Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "SearchRasterDataCollection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "rasterDataCollectionQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RasterDataCollectionQueryWithBandFilterInput))))

newSearchRasterDataCollection Source #

Create a value of SearchRasterDataCollection 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:

SearchRasterDataCollection, searchRasterDataCollection_nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

SearchRasterDataCollection, searchRasterDataCollection_arn - The Amazon Resource Name (ARN) of the raster data collection.

SearchRasterDataCollection, searchRasterDataCollection_rasterDataCollectionQuery -

Request Lenses

searchRasterDataCollection_nextToken :: Lens' SearchRasterDataCollection (Maybe Text) Source #

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

searchRasterDataCollection_arn :: Lens' SearchRasterDataCollection Text Source #

The Amazon Resource Name (ARN) of the raster data collection.

Destructuring the Response

data SearchRasterDataCollectionResponse Source #

Constructors

SearchRasterDataCollectionResponse' 

Fields

Instances

Instances details
Generic SearchRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

Associated Types

type Rep SearchRasterDataCollectionResponse :: Type -> Type #

Show SearchRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

NFData SearchRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

Eq SearchRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

type Rep SearchRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection

type Rep SearchRasterDataCollectionResponse = D1 ('MetaData "SearchRasterDataCollectionResponse" "Amazonka.SageMakerGeoSpatial.SearchRasterDataCollection" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "SearchRasterDataCollectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ItemSource])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "approximateResultCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses

searchRasterDataCollectionResponse_nextToken :: Lens' SearchRasterDataCollectionResponse (Maybe Text) Source #

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.