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

Description

Gets a web mercator tile for the given Earth Observation job.

Synopsis

Creating a Request

data GetTile Source #

See: newGetTile smart constructor.

Constructors

GetTile' 

Fields

Instances

Instances details
ToHeaders GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Methods

toHeaders :: GetTile -> [Header] #

ToPath GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Methods

toPath :: GetTile -> ByteString #

ToQuery GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

AWSRequest GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Associated Types

type AWSResponse GetTile #

Generic GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Associated Types

type Rep GetTile :: Type -> Type #

Methods

from :: GetTile -> Rep GetTile x #

to :: Rep GetTile x -> GetTile #

Read GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Show GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

NFData GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Methods

rnf :: GetTile -> () #

Eq GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Methods

(==) :: GetTile -> GetTile -> Bool #

(/=) :: GetTile -> GetTile -> Bool #

Hashable GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Methods

hashWithSalt :: Int -> GetTile -> Int #

hash :: GetTile -> Int #

type AWSResponse GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

type Rep GetTile Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

newGetTile Source #

Create a value of GetTile 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:imageMask:GetTile', getTile_imageMask - Determines whether or not to return a valid data mask.

GetTile, getTile_outputDataType - The output data type of the tile operation.

$sel:outputFormat:GetTile', getTile_outputFormat - The data format of the output tile. The formats include .npy, .png and .jpg.

GetTile, getTile_propertyFilters - Property filters for the imagery to tile.

GetTile, getTile_timeRangeFilter - Time range filter applied to imagery to find the images to tile.

GetTile, getTile_arn - The Amazon Resource Name (ARN) of the tile operation.

$sel:imageAssets:GetTile', getTile_imageAssets - The particular assets or bands to tile.

$sel:target:GetTile', getTile_target - Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.

$sel:x:GetTile', getTile_x - The x coordinate of the tile input.

$sel:y:GetTile', getTile_y - The y coordinate of the tile input.

$sel:z:GetTile', getTile_z - The z coordinate of the tile input.

Request Lenses

getTile_imageMask :: Lens' GetTile (Maybe Bool) Source #

Determines whether or not to return a valid data mask.

getTile_outputDataType :: Lens' GetTile (Maybe OutputType) Source #

The output data type of the tile operation.

getTile_outputFormat :: Lens' GetTile (Maybe Text) Source #

The data format of the output tile. The formats include .npy, .png and .jpg.

getTile_propertyFilters :: Lens' GetTile (Maybe Text) Source #

Property filters for the imagery to tile.

getTile_timeRangeFilter :: Lens' GetTile (Maybe Text) Source #

Time range filter applied to imagery to find the images to tile.

getTile_arn :: Lens' GetTile Text Source #

The Amazon Resource Name (ARN) of the tile operation.

getTile_imageAssets :: Lens' GetTile (NonEmpty Text) Source #

The particular assets or bands to tile.

getTile_target :: Lens' GetTile TargetOptions Source #

Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.

getTile_x :: Lens' GetTile Int Source #

The x coordinate of the tile input.

getTile_y :: Lens' GetTile Int Source #

The y coordinate of the tile input.

getTile_z :: Lens' GetTile Int Source #

The z coordinate of the tile input.

Destructuring the Response

data GetTileResponse Source #

See: newGetTileResponse smart constructor.

Constructors

GetTileResponse' 

Fields

Instances

Instances details
Generic GetTileResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

Associated Types

type Rep GetTileResponse :: Type -> Type #

Show GetTileResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

type Rep GetTileResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetTile

type Rep GetTileResponse = D1 ('MetaData "GetTileResponse" "Amazonka.SageMakerGeoSpatial.GetTile" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "GetTileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "binaryFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResponseBody)))

newGetTileResponse Source #

Create a value of GetTileResponse 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:httpStatus:GetTileResponse', getTileResponse_httpStatus - The response's http status code.

$sel:binaryFile:GetTileResponse', getTileResponse_binaryFile - The output binary file.

Response Lenses

getTileResponse_httpStatus :: Lens' GetTileResponse Int Source #

The response's http status code.