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

Description

Use this operation to get details of a specific raster data collection.

Synopsis

Creating a Request

data GetRasterDataCollection Source #

See: newGetRasterDataCollection smart constructor.

Constructors

GetRasterDataCollection' 

Fields

  • arn :: Text

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

Instances

Instances details
ToHeaders GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

ToPath GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

ToQuery GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

AWSRequest GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

Generic GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

Associated Types

type Rep GetRasterDataCollection :: Type -> Type #

Read GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

Show GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

NFData GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

Methods

rnf :: GetRasterDataCollection -> () #

Eq GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

Hashable GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

type AWSResponse GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

type Rep GetRasterDataCollection Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

type Rep GetRasterDataCollection = D1 ('MetaData "GetRasterDataCollection" "Amazonka.SageMakerGeoSpatial.GetRasterDataCollection" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "GetRasterDataCollection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRasterDataCollection Source #

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

Instances details
Generic GetRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

Associated Types

type Rep GetRasterDataCollectionResponse :: Type -> Type #

Read GetRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

Show GetRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

NFData GetRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

Eq GetRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

type Rep GetRasterDataCollectionResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetRasterDataCollection

type Rep GetRasterDataCollectionResponse = D1 ('MetaData "GetRasterDataCollectionResponse" "Amazonka.SageMakerGeoSpatial.GetRasterDataCollection" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "GetRasterDataCollectionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "descriptionPageUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "imageSourceBands") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "supportedFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Filter]) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataCollectionType))))))

newGetRasterDataCollectionResponse Source #

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_arn :: Lens' GetRasterDataCollectionResponse Text Source #

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