| 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.ListRasterDataCollections
Description
Use this operation to get raster data collections.
This operation returns paginated results.
Synopsis
- data ListRasterDataCollections = ListRasterDataCollections' {}
- newListRasterDataCollections :: ListRasterDataCollections
- listRasterDataCollections_maxResults :: Lens' ListRasterDataCollections (Maybe Natural)
- listRasterDataCollections_nextToken :: Lens' ListRasterDataCollections (Maybe Text)
- data ListRasterDataCollectionsResponse = ListRasterDataCollectionsResponse' {}
- newListRasterDataCollectionsResponse :: Int -> ListRasterDataCollectionsResponse
- listRasterDataCollectionsResponse_nextToken :: Lens' ListRasterDataCollectionsResponse (Maybe Text)
- listRasterDataCollectionsResponse_httpStatus :: Lens' ListRasterDataCollectionsResponse Int
- listRasterDataCollectionsResponse_rasterDataCollectionSummaries :: Lens' ListRasterDataCollectionsResponse [RasterDataCollectionMetadata]
Creating a Request
data ListRasterDataCollections Source #
See: newListRasterDataCollections smart constructor.
Constructors
| ListRasterDataCollections' | |
Instances
newListRasterDataCollections :: ListRasterDataCollections Source #
Create a value of ListRasterDataCollections 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:maxResults:ListRasterDataCollections', listRasterDataCollections_maxResults - The total number of items to return.
ListRasterDataCollections, listRasterDataCollections_nextToken - If the previous response was truncated, you receive this token. Use it
in your next request to receive the next set of results.
Request Lenses
listRasterDataCollections_maxResults :: Lens' ListRasterDataCollections (Maybe Natural) Source #
The total number of items to return.
listRasterDataCollections_nextToken :: Lens' ListRasterDataCollections (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.
Destructuring the Response
data ListRasterDataCollectionsResponse Source #
See: newListRasterDataCollectionsResponse smart constructor.
Constructors
| ListRasterDataCollectionsResponse' | |
Fields
| |
Instances
newListRasterDataCollectionsResponse Source #
Arguments
| :: Int | |
| -> ListRasterDataCollectionsResponse |
Create a value of ListRasterDataCollectionsResponse 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:
ListRasterDataCollections, listRasterDataCollectionsResponse_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:ListRasterDataCollectionsResponse', listRasterDataCollectionsResponse_httpStatus - The response's http status code.
$sel:rasterDataCollectionSummaries:ListRasterDataCollectionsResponse', listRasterDataCollectionsResponse_rasterDataCollectionSummaries - Contains summary information about the raster data collection.
Response Lenses
listRasterDataCollectionsResponse_nextToken :: Lens' ListRasterDataCollectionsResponse (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.
listRasterDataCollectionsResponse_httpStatus :: Lens' ListRasterDataCollectionsResponse Int Source #
The response's http status code.
listRasterDataCollectionsResponse_rasterDataCollectionSummaries :: Lens' ListRasterDataCollectionsResponse [RasterDataCollectionMetadata] Source #
Contains summary information about the raster data collection.