Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
- data SearchRasterDataCollection = SearchRasterDataCollection' {}
- newSearchRasterDataCollection :: Text -> RasterDataCollectionQueryWithBandFilterInput -> SearchRasterDataCollection
- searchRasterDataCollection_nextToken :: Lens' SearchRasterDataCollection (Maybe Text)
- searchRasterDataCollection_arn :: Lens' SearchRasterDataCollection Text
- searchRasterDataCollection_rasterDataCollectionQuery :: Lens' SearchRasterDataCollection RasterDataCollectionQueryWithBandFilterInput
- data SearchRasterDataCollectionResponse = SearchRasterDataCollectionResponse' {
- items :: Maybe [ItemSource]
- nextToken :: Maybe (Sensitive Text)
- httpStatus :: Int
- approximateResultCount :: Int
- newSearchRasterDataCollectionResponse :: Int -> Int -> SearchRasterDataCollectionResponse
- searchRasterDataCollectionResponse_items :: Lens' SearchRasterDataCollectionResponse (Maybe [ItemSource])
- searchRasterDataCollectionResponse_nextToken :: Lens' SearchRasterDataCollectionResponse (Maybe Text)
- searchRasterDataCollectionResponse_httpStatus :: Lens' SearchRasterDataCollectionResponse Int
- searchRasterDataCollectionResponse_approximateResultCount :: Lens' SearchRasterDataCollectionResponse Int
Creating a Request
data SearchRasterDataCollection Source #
See: newSearchRasterDataCollection
smart constructor.
Constructors
SearchRasterDataCollection' | |
Fields
|
Instances
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.
searchRasterDataCollection_rasterDataCollectionQuery :: Lens' SearchRasterDataCollection RasterDataCollectionQueryWithBandFilterInput Source #
Destructuring the Response
data SearchRasterDataCollectionResponse Source #
See: newSearchRasterDataCollectionResponse
smart constructor.
Constructors
SearchRasterDataCollectionResponse' | |
Fields
|
Instances
newSearchRasterDataCollectionResponse Source #
Arguments
:: Int | |
-> Int |
|
-> SearchRasterDataCollectionResponse |
Create a value of SearchRasterDataCollectionResponse
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:items:SearchRasterDataCollectionResponse'
, searchRasterDataCollectionResponse_items
-
SearchRasterDataCollection
, searchRasterDataCollectionResponse_nextToken
- If the previous response was truncated, you receive this token. Use it
in your next request to receive the next set of results.
$sel:httpStatus:SearchRasterDataCollectionResponse'
, searchRasterDataCollectionResponse_httpStatus
- The response's http status code.
$sel:approximateResultCount:SearchRasterDataCollectionResponse'
, searchRasterDataCollectionResponse_approximateResultCount
-
Response Lenses
searchRasterDataCollectionResponse_items :: Lens' SearchRasterDataCollectionResponse (Maybe [ItemSource]) Source #
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.
searchRasterDataCollectionResponse_httpStatus :: Lens' SearchRasterDataCollectionResponse Int Source #
The response's http status code.