| 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.GetRasterDataCollection
Description
Use this operation to get details of a specific raster data collection.
Synopsis
- data GetRasterDataCollection = GetRasterDataCollection' {}
- newGetRasterDataCollection :: Text -> GetRasterDataCollection
- getRasterDataCollection_arn :: Lens' GetRasterDataCollection Text
- data GetRasterDataCollectionResponse = GetRasterDataCollectionResponse' {
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- arn :: Text
- description :: Text
- descriptionPageUrl :: Text
- imageSourceBands :: [Text]
- name :: Text
- supportedFilters :: [Filter]
- type' :: DataCollectionType
- newGetRasterDataCollectionResponse :: Int -> Text -> Text -> Text -> Text -> DataCollectionType -> GetRasterDataCollectionResponse
- getRasterDataCollectionResponse_tags :: Lens' GetRasterDataCollectionResponse (Maybe (HashMap Text Text))
- getRasterDataCollectionResponse_httpStatus :: Lens' GetRasterDataCollectionResponse Int
- getRasterDataCollectionResponse_arn :: Lens' GetRasterDataCollectionResponse Text
- getRasterDataCollectionResponse_description :: Lens' GetRasterDataCollectionResponse Text
- getRasterDataCollectionResponse_descriptionPageUrl :: Lens' GetRasterDataCollectionResponse Text
- getRasterDataCollectionResponse_imageSourceBands :: Lens' GetRasterDataCollectionResponse [Text]
- getRasterDataCollectionResponse_name :: Lens' GetRasterDataCollectionResponse Text
- getRasterDataCollectionResponse_supportedFilters :: Lens' GetRasterDataCollectionResponse [Filter]
- getRasterDataCollectionResponse_type :: Lens' GetRasterDataCollectionResponse DataCollectionType
Creating a Request
data GetRasterDataCollection Source #
See: newGetRasterDataCollection smart constructor.
Constructors
| GetRasterDataCollection' | |
Instances
newGetRasterDataCollection Source #
Arguments
| :: Text | |
| -> GetRasterDataCollection |
Create a value of GetRasterDataCollection 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:
GetRasterDataCollection, getRasterDataCollection_arn - The Amazon Resource Name (ARN) of the raster data collection.
Request Lenses
getRasterDataCollection_arn :: Lens' GetRasterDataCollection Text Source #
The Amazon Resource Name (ARN) of the raster data collection.
Destructuring the Response
data GetRasterDataCollectionResponse Source #
See: newGetRasterDataCollectionResponse smart constructor.
Constructors
| GetRasterDataCollectionResponse' | |
Fields
| |
Instances
newGetRasterDataCollectionResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> DataCollectionType | |
| -> GetRasterDataCollectionResponse |
Create a value of GetRasterDataCollectionResponse 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:
GetRasterDataCollectionResponse, getRasterDataCollectionResponse_tags - Each tag consists of a key and a value.
$sel:httpStatus:GetRasterDataCollectionResponse', getRasterDataCollectionResponse_httpStatus - The response's http status code.
GetRasterDataCollection, getRasterDataCollectionResponse_arn - The Amazon Resource Name (ARN) of the raster data collection.
GetRasterDataCollectionResponse, getRasterDataCollectionResponse_description - A description of the raster data collection.
GetRasterDataCollectionResponse, getRasterDataCollectionResponse_descriptionPageUrl - The URL of the description page.
$sel:imageSourceBands:GetRasterDataCollectionResponse', getRasterDataCollectionResponse_imageSourceBands -
GetRasterDataCollectionResponse, getRasterDataCollectionResponse_name - The name of the raster data collection.
GetRasterDataCollectionResponse, getRasterDataCollectionResponse_supportedFilters - The filters supported by the raster data collection.
GetRasterDataCollectionResponse, getRasterDataCollectionResponse_type - The raster data collection type.
Response Lenses
getRasterDataCollectionResponse_tags :: Lens' GetRasterDataCollectionResponse (Maybe (HashMap Text Text)) Source #
Each tag consists of a key and a value.
getRasterDataCollectionResponse_httpStatus :: Lens' GetRasterDataCollectionResponse Int Source #
The response's http status code.
getRasterDataCollectionResponse_arn :: Lens' GetRasterDataCollectionResponse Text Source #
The Amazon Resource Name (ARN) of the raster data collection.
getRasterDataCollectionResponse_description :: Lens' GetRasterDataCollectionResponse Text Source #
A description of the raster data collection.
getRasterDataCollectionResponse_descriptionPageUrl :: Lens' GetRasterDataCollectionResponse Text Source #
The URL of the description page.
getRasterDataCollectionResponse_imageSourceBands :: Lens' GetRasterDataCollectionResponse [Text] Source #
getRasterDataCollectionResponse_name :: Lens' GetRasterDataCollectionResponse Text Source #
The name of the raster data collection.
getRasterDataCollectionResponse_supportedFilters :: Lens' GetRasterDataCollectionResponse [Filter] Source #
The filters supported by the raster data collection.
getRasterDataCollectionResponse_type :: Lens' GetRasterDataCollectionResponse DataCollectionType Source #
The raster data collection type.