| 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
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- DeleteEarthObservationJob
- DeleteVectorEnrichmentJob
- ExportEarthObservationJob
- ExportVectorEnrichmentJob
- GetEarthObservationJob
- GetRasterDataCollection
- GetTile
- GetVectorEnrichmentJob
- ListEarthObservationJobs (Paginated)
- ListRasterDataCollections (Paginated)
- ListTagsForResource
- ListVectorEnrichmentJobs (Paginated)
- SearchRasterDataCollection
- StartEarthObservationJob
- StartVectorEnrichmentJob
- StopEarthObservationJob
- StopVectorEnrichmentJob
- TagResource
- UntagResource
- Types
- AlgorithmNameCloudRemoval
- AlgorithmNameGeoMosaic
- AlgorithmNameResampling
- ComparisonOperator
- DataCollectionType
- EarthObservationJobErrorType
- EarthObservationJobExportStatus
- EarthObservationJobStatus
- ExportErrorType
- GroupBy
- LogicalOperator
- MetadataProvider
- OutputType
- PredefinedResolution
- SortOrder
- TargetOptions
- TemporalStatistics
- Unit
- VectorEnrichmentJobDocumentType
- VectorEnrichmentJobErrorType
- VectorEnrichmentJobExportErrorType
- VectorEnrichmentJobExportStatus
- VectorEnrichmentJobStatus
- VectorEnrichmentJobType
- ZonalStatistics
- AreaOfInterest
- AreaOfInterestGeometry
- AssetValue
- BandMathConfigInput
- CloudMaskingConfigInput
- CloudRemovalConfigInput
- CustomIndicesInput
- EarthObservationJobErrorDetails
- EoCloudCoverInput
- EojDataSourceConfigInput
- ExportErrorDetails
- ExportErrorDetailsOutput
- ExportS3DataInput
- ExportVectorEnrichmentJobOutputConfig
- Filter
- GeoMosaicConfigInput
- Geometry
- InputConfigInput
- InputConfigOutput
- ItemSource
- JobConfigInput
- LandCoverSegmentationConfigInput
- LandsatCloudCoverLandInput
- ListEarthObservationJobOutputConfig
- ListVectorEnrichmentJobOutputConfig
- MapMatchingConfig
- MultiPolygonGeometryInput
- Operation
- OutputBand
- OutputConfigInput
- OutputResolutionResamplingInput
- OutputResolutionStackInput
- PlatformInput
- PolygonGeometryInput
- Properties
- Property
- PropertyFilter
- PropertyFilters
- RasterDataCollectionMetadata
- RasterDataCollectionQueryInput
- RasterDataCollectionQueryOutput
- RasterDataCollectionQueryWithBandFilterInput
- ResamplingConfigInput
- ReverseGeocodingConfig
- S3DataInput
- StackConfigInput
- TemporalStatisticsConfigInput
- TimeRangeFilterInput
- UserDefined
- VectorEnrichmentJobConfig
- VectorEnrichmentJobDataSourceConfigInput
- VectorEnrichmentJobErrorDetails
- VectorEnrichmentJobExportErrorDetails
- VectorEnrichmentJobInputConfig
- VectorEnrichmentJobS3Data
- ViewOffNadirInput
- ViewSunAzimuthInput
- ViewSunElevationInput
- ZonalStatisticsConfigInput
Description
Derived from API version 2020-05-27 of the AWS service descriptions, licensed under Apache 2.0.
Provides APIs for creating and managing SageMaker geospatial resources.
Synopsis
- defaultService :: Service
- _AccessDeniedException :: AsError a => Fold a ServiceError
- _ConflictException :: AsError a => Fold a ServiceError
- _InternalServerException :: AsError a => Fold a ServiceError
- _ResourceNotFoundException :: AsError a => Fold a ServiceError
- _ServiceQuotaExceededException :: AsError a => Fold a ServiceError
- _ThrottlingException :: AsError a => Fold a ServiceError
- _ValidationException :: AsError a => Fold a ServiceError
- data DeleteEarthObservationJob = DeleteEarthObservationJob' Text
- newDeleteEarthObservationJob :: Text -> DeleteEarthObservationJob
- data DeleteEarthObservationJobResponse = DeleteEarthObservationJobResponse' Int
- newDeleteEarthObservationJobResponse :: Int -> DeleteEarthObservationJobResponse
- data DeleteVectorEnrichmentJob = DeleteVectorEnrichmentJob' Text
- newDeleteVectorEnrichmentJob :: Text -> DeleteVectorEnrichmentJob
- data DeleteVectorEnrichmentJobResponse = DeleteVectorEnrichmentJobResponse' Int
- newDeleteVectorEnrichmentJobResponse :: Int -> DeleteVectorEnrichmentJobResponse
- data ExportEarthObservationJob = ExportEarthObservationJob' (Maybe Bool) Text Text OutputConfigInput
- newExportEarthObservationJob :: Text -> Text -> OutputConfigInput -> ExportEarthObservationJob
- data ExportEarthObservationJobResponse = ExportEarthObservationJobResponse' (Maybe Bool) Int Text POSIX Text EarthObservationJobExportStatus OutputConfigInput
- newExportEarthObservationJobResponse :: Int -> Text -> UTCTime -> Text -> EarthObservationJobExportStatus -> OutputConfigInput -> ExportEarthObservationJobResponse
- data ExportVectorEnrichmentJob = ExportVectorEnrichmentJob' Text Text ExportVectorEnrichmentJobOutputConfig
- newExportVectorEnrichmentJob :: Text -> Text -> ExportVectorEnrichmentJobOutputConfig -> ExportVectorEnrichmentJob
- data ExportVectorEnrichmentJobResponse = ExportVectorEnrichmentJobResponse' Int Text POSIX Text VectorEnrichmentJobExportStatus ExportVectorEnrichmentJobOutputConfig
- newExportVectorEnrichmentJobResponse :: Int -> Text -> UTCTime -> Text -> VectorEnrichmentJobExportStatus -> ExportVectorEnrichmentJobOutputConfig -> ExportVectorEnrichmentJobResponse
- data GetEarthObservationJob = GetEarthObservationJob' Text
- newGetEarthObservationJob :: Text -> GetEarthObservationJob
- data GetEarthObservationJobResponse = GetEarthObservationJobResponse' (Maybe EarthObservationJobErrorDetails) (Maybe Text) (Maybe ExportErrorDetails) (Maybe EarthObservationJobExportStatus) (Maybe Text) (Maybe [OutputBand]) (Maybe (HashMap Text Text)) Int Text POSIX Int InputConfigOutput JobConfigInput Text EarthObservationJobStatus
- newGetEarthObservationJobResponse :: Int -> Text -> UTCTime -> Int -> InputConfigOutput -> JobConfigInput -> Text -> EarthObservationJobStatus -> GetEarthObservationJobResponse
- data GetRasterDataCollection = GetRasterDataCollection' Text
- newGetRasterDataCollection :: Text -> GetRasterDataCollection
- data GetRasterDataCollectionResponse = GetRasterDataCollectionResponse' (Maybe (HashMap Text Text)) Int Text Text Text [Text] Text [Filter] DataCollectionType
- newGetRasterDataCollectionResponse :: Int -> Text -> Text -> Text -> Text -> DataCollectionType -> GetRasterDataCollectionResponse
- data GetTile = GetTile' (Maybe Bool) (Maybe OutputType) (Maybe Text) (Maybe Text) (Maybe Text) Text (NonEmpty Text) TargetOptions Int Int Int
- newGetTile :: Text -> NonEmpty Text -> TargetOptions -> Int -> Int -> Int -> GetTile
- data GetTileResponse = GetTileResponse' Int ResponseBody
- newGetTileResponse :: Int -> ResponseBody -> GetTileResponse
- data GetVectorEnrichmentJob = GetVectorEnrichmentJob' Text
- newGetVectorEnrichmentJob :: Text -> GetVectorEnrichmentJob
- data GetVectorEnrichmentJobResponse = GetVectorEnrichmentJobResponse' (Maybe VectorEnrichmentJobErrorDetails) (Maybe VectorEnrichmentJobExportErrorDetails) (Maybe VectorEnrichmentJobExportStatus) (Maybe Text) (Maybe (HashMap Text Text)) Int Text POSIX Int Text VectorEnrichmentJobInputConfig VectorEnrichmentJobConfig Text VectorEnrichmentJobStatus VectorEnrichmentJobType
- newGetVectorEnrichmentJobResponse :: Int -> Text -> UTCTime -> Int -> Text -> VectorEnrichmentJobInputConfig -> VectorEnrichmentJobConfig -> Text -> VectorEnrichmentJobStatus -> VectorEnrichmentJobType -> GetVectorEnrichmentJobResponse
- data ListEarthObservationJobs = ListEarthObservationJobs' (Maybe Natural) (Maybe (Sensitive Text)) (Maybe Text) (Maybe SortOrder) (Maybe EarthObservationJobStatus)
- newListEarthObservationJobs :: ListEarthObservationJobs
- data ListEarthObservationJobsResponse = ListEarthObservationJobsResponse' (Maybe (Sensitive Text)) Int [ListEarthObservationJobOutputConfig]
- newListEarthObservationJobsResponse :: Int -> ListEarthObservationJobsResponse
- data ListRasterDataCollections = ListRasterDataCollections' (Maybe Natural) (Maybe (Sensitive Text))
- newListRasterDataCollections :: ListRasterDataCollections
- data ListRasterDataCollectionsResponse = ListRasterDataCollectionsResponse' (Maybe (Sensitive Text)) Int [RasterDataCollectionMetadata]
- newListRasterDataCollectionsResponse :: Int -> ListRasterDataCollectionsResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data ListVectorEnrichmentJobs = ListVectorEnrichmentJobs' (Maybe Natural) (Maybe (Sensitive Text)) (Maybe Text) (Maybe SortOrder) (Maybe Text)
- newListVectorEnrichmentJobs :: ListVectorEnrichmentJobs
- data ListVectorEnrichmentJobsResponse = ListVectorEnrichmentJobsResponse' (Maybe (Sensitive Text)) Int [ListVectorEnrichmentJobOutputConfig]
- newListVectorEnrichmentJobsResponse :: Int -> ListVectorEnrichmentJobsResponse
- data SearchRasterDataCollection = SearchRasterDataCollection' (Maybe (Sensitive Text)) Text RasterDataCollectionQueryWithBandFilterInput
- newSearchRasterDataCollection :: Text -> RasterDataCollectionQueryWithBandFilterInput -> SearchRasterDataCollection
- data SearchRasterDataCollectionResponse = SearchRasterDataCollectionResponse' (Maybe [ItemSource]) (Maybe (Sensitive Text)) Int Int
- newSearchRasterDataCollectionResponse :: Int -> Int -> SearchRasterDataCollectionResponse
- data StartEarthObservationJob = StartEarthObservationJob' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) InputConfigInput JobConfigInput Text
- newStartEarthObservationJob :: InputConfigInput -> JobConfigInput -> Text -> StartEarthObservationJob
- data StartEarthObservationJobResponse = StartEarthObservationJobResponse' (Maybe Text) (Maybe InputConfigOutput) (Maybe Text) (Maybe (HashMap Text Text)) Int Text POSIX Int JobConfigInput Text EarthObservationJobStatus
- newStartEarthObservationJobResponse :: Int -> Text -> UTCTime -> Int -> JobConfigInput -> Text -> EarthObservationJobStatus -> StartEarthObservationJobResponse
- data StartVectorEnrichmentJob = StartVectorEnrichmentJob' (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text VectorEnrichmentJobInputConfig VectorEnrichmentJobConfig Text
- newStartVectorEnrichmentJob :: Text -> VectorEnrichmentJobInputConfig -> VectorEnrichmentJobConfig -> Text -> StartVectorEnrichmentJob
- data StartVectorEnrichmentJobResponse = StartVectorEnrichmentJobResponse' (Maybe Text) (Maybe (HashMap Text Text)) Int Text POSIX Int Text VectorEnrichmentJobInputConfig VectorEnrichmentJobConfig Text VectorEnrichmentJobStatus VectorEnrichmentJobType
- newStartVectorEnrichmentJobResponse :: Int -> Text -> UTCTime -> Int -> Text -> VectorEnrichmentJobInputConfig -> VectorEnrichmentJobConfig -> Text -> VectorEnrichmentJobStatus -> VectorEnrichmentJobType -> StartVectorEnrichmentJobResponse
- data StopEarthObservationJob = StopEarthObservationJob' Text
- newStopEarthObservationJob :: Text -> StopEarthObservationJob
- data StopEarthObservationJobResponse = StopEarthObservationJobResponse' Int
- newStopEarthObservationJobResponse :: Int -> StopEarthObservationJobResponse
- data StopVectorEnrichmentJob = StopVectorEnrichmentJob' Text
- newStopVectorEnrichmentJob :: Text -> StopVectorEnrichmentJob
- data StopVectorEnrichmentJobResponse = StopVectorEnrichmentJobResponse' Int
- newStopVectorEnrichmentJobResponse :: Int -> StopVectorEnrichmentJobResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data UntagResource = UntagResource' Text (NonEmpty Text)
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- newtype AlgorithmNameCloudRemoval where
- newtype AlgorithmNameGeoMosaic where
- AlgorithmNameGeoMosaic' { }
- pattern AlgorithmNameGeoMosaic_AVERAGE :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_BILINEAR :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_CUBIC :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_CUBICSPLINE :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_LANCZOS :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_MAX :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_MED :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_MIN :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_MODE :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_NEAR :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_Q1 :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_Q3 :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_RMS :: AlgorithmNameGeoMosaic
- pattern AlgorithmNameGeoMosaic_SUM :: AlgorithmNameGeoMosaic
- newtype AlgorithmNameResampling where
- AlgorithmNameResampling' { }
- pattern AlgorithmNameResampling_AVERAGE :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_BILINEAR :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_CUBIC :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_CUBICSPLINE :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_LANCZOS :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_MAX :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_MED :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_MIN :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_MODE :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_NEAR :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_Q1 :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_Q3 :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_RMS :: AlgorithmNameResampling
- pattern AlgorithmNameResampling_SUM :: AlgorithmNameResampling
- newtype ComparisonOperator where
- newtype DataCollectionType where
- DataCollectionType' { }
- pattern DataCollectionType_PREMIUM :: DataCollectionType
- pattern DataCollectionType_PUBLIC :: DataCollectionType
- pattern DataCollectionType_USER :: DataCollectionType
- newtype EarthObservationJobErrorType where
- newtype EarthObservationJobExportStatus where
- newtype EarthObservationJobStatus where
- EarthObservationJobStatus' { }
- pattern EarthObservationJobStatus_COMPLETED :: EarthObservationJobStatus
- pattern EarthObservationJobStatus_DELETED :: EarthObservationJobStatus
- pattern EarthObservationJobStatus_DELETING :: EarthObservationJobStatus
- pattern EarthObservationJobStatus_FAILED :: EarthObservationJobStatus
- pattern EarthObservationJobStatus_INITIALIZING :: EarthObservationJobStatus
- pattern EarthObservationJobStatus_IN_PROGRESS :: EarthObservationJobStatus
- pattern EarthObservationJobStatus_STOPPED :: EarthObservationJobStatus
- pattern EarthObservationJobStatus_STOPPING :: EarthObservationJobStatus
- newtype ExportErrorType where
- ExportErrorType' { }
- pattern ExportErrorType_CLIENT_ERROR :: ExportErrorType
- pattern ExportErrorType_SERVER_ERROR :: ExportErrorType
- newtype GroupBy where
- GroupBy' {
- fromGroupBy :: Text
- pattern GroupBy_ALL :: GroupBy
- pattern GroupBy_YEARLY :: GroupBy
- GroupBy' {
- newtype LogicalOperator where
- LogicalOperator' { }
- pattern LogicalOperator_AND :: LogicalOperator
- newtype MetadataProvider where
- newtype OutputType where
- OutputType' { }
- pattern OutputType_FLOAT32 :: OutputType
- pattern OutputType_FLOAT64 :: OutputType
- pattern OutputType_INT16 :: OutputType
- pattern OutputType_INT32 :: OutputType
- pattern OutputType_UINT16 :: OutputType
- newtype PredefinedResolution where
- newtype SortOrder where
- SortOrder' { }
- pattern SortOrder_ASCENDING :: SortOrder
- pattern SortOrder_DESCENDING :: SortOrder
- newtype TargetOptions where
- TargetOptions' { }
- pattern TargetOptions_INPUT :: TargetOptions
- pattern TargetOptions_OUTPUT :: TargetOptions
- newtype TemporalStatistics where
- newtype Unit where
- Unit' { }
- pattern Unit_METERS :: Unit
- newtype VectorEnrichmentJobDocumentType where
- newtype VectorEnrichmentJobErrorType where
- newtype VectorEnrichmentJobExportErrorType where
- newtype VectorEnrichmentJobExportStatus where
- newtype VectorEnrichmentJobStatus where
- VectorEnrichmentJobStatus' { }
- pattern VectorEnrichmentJobStatus_COMPLETED :: VectorEnrichmentJobStatus
- pattern VectorEnrichmentJobStatus_DELETED :: VectorEnrichmentJobStatus
- pattern VectorEnrichmentJobStatus_DELETING :: VectorEnrichmentJobStatus
- pattern VectorEnrichmentJobStatus_FAILED :: VectorEnrichmentJobStatus
- pattern VectorEnrichmentJobStatus_INITIALIZING :: VectorEnrichmentJobStatus
- pattern VectorEnrichmentJobStatus_IN_PROGRESS :: VectorEnrichmentJobStatus
- pattern VectorEnrichmentJobStatus_STOPPED :: VectorEnrichmentJobStatus
- pattern VectorEnrichmentJobStatus_STOPPING :: VectorEnrichmentJobStatus
- newtype VectorEnrichmentJobType where
- newtype ZonalStatistics where
- ZonalStatistics' { }
- pattern ZonalStatistics_MAX :: ZonalStatistics
- pattern ZonalStatistics_MEAN :: ZonalStatistics
- pattern ZonalStatistics_MEDIAN :: ZonalStatistics
- pattern ZonalStatistics_MIN :: ZonalStatistics
- pattern ZonalStatistics_STANDARD_DEVIATION :: ZonalStatistics
- pattern ZonalStatistics_SUM :: ZonalStatistics
- data AreaOfInterest = AreaOfInterest' (Maybe AreaOfInterestGeometry)
- newAreaOfInterest :: AreaOfInterest
- data AreaOfInterestGeometry = AreaOfInterestGeometry' (Maybe MultiPolygonGeometryInput) (Maybe PolygonGeometryInput)
- newAreaOfInterestGeometry :: AreaOfInterestGeometry
- data AssetValue = AssetValue' (Maybe Text)
- newAssetValue :: AssetValue
- data BandMathConfigInput = BandMathConfigInput' (Maybe CustomIndicesInput) (Maybe (NonEmpty Text))
- newBandMathConfigInput :: BandMathConfigInput
- data CloudMaskingConfigInput = CloudMaskingConfigInput' {
- newCloudMaskingConfigInput :: CloudMaskingConfigInput
- data CloudRemovalConfigInput = CloudRemovalConfigInput' (Maybe AlgorithmNameCloudRemoval) (Maybe Text) (Maybe (NonEmpty Text))
- newCloudRemovalConfigInput :: CloudRemovalConfigInput
- data CustomIndicesInput = CustomIndicesInput' (Maybe (NonEmpty Operation))
- newCustomIndicesInput :: CustomIndicesInput
- data EarthObservationJobErrorDetails = EarthObservationJobErrorDetails' (Maybe Text) (Maybe EarthObservationJobErrorType)
- newEarthObservationJobErrorDetails :: EarthObservationJobErrorDetails
- data EoCloudCoverInput = EoCloudCoverInput' Double Double
- newEoCloudCoverInput :: Double -> Double -> EoCloudCoverInput
- data EojDataSourceConfigInput = EojDataSourceConfigInput' (Maybe S3DataInput)
- newEojDataSourceConfigInput :: EojDataSourceConfigInput
- data ExportErrorDetails = ExportErrorDetails' (Maybe ExportErrorDetailsOutput) (Maybe ExportErrorDetailsOutput)
- newExportErrorDetails :: ExportErrorDetails
- data ExportErrorDetailsOutput = ExportErrorDetailsOutput' (Maybe Text) (Maybe ExportErrorType)
- newExportErrorDetailsOutput :: ExportErrorDetailsOutput
- data ExportS3DataInput = ExportS3DataInput' (Maybe Text) Text
- newExportS3DataInput :: Text -> ExportS3DataInput
- data ExportVectorEnrichmentJobOutputConfig = ExportVectorEnrichmentJobOutputConfig' VectorEnrichmentJobS3Data
- newExportVectorEnrichmentJobOutputConfig :: VectorEnrichmentJobS3Data -> ExportVectorEnrichmentJobOutputConfig
- data Filter = Filter' (Maybe Double) (Maybe Double) Text Text
- newFilter :: Text -> Text -> Filter
- data GeoMosaicConfigInput = GeoMosaicConfigInput' (Maybe AlgorithmNameGeoMosaic) (Maybe (NonEmpty Text))
- newGeoMosaicConfigInput :: GeoMosaicConfigInput
- data Geometry = Geometry' (NonEmpty (NonEmpty (Sensitive (NonEmpty Double)))) Text
- newGeometry :: NonEmpty (NonEmpty (NonEmpty Double)) -> Text -> Geometry
- data InputConfigInput = InputConfigInput' (Maybe EojDataSourceConfigInput) (Maybe Text) (Maybe RasterDataCollectionQueryInput)
- newInputConfigInput :: InputConfigInput
- data InputConfigOutput = InputConfigOutput' (Maybe EojDataSourceConfigInput) (Maybe Text) (Maybe RasterDataCollectionQueryOutput)
- newInputConfigOutput :: InputConfigOutput
- data ItemSource = ItemSource' (Maybe (HashMap Text AssetValue)) (Maybe Properties) POSIX Geometry Text
- newItemSource :: UTCTime -> Geometry -> Text -> ItemSource
- data JobConfigInput = JobConfigInput' (Maybe BandMathConfigInput) (Maybe CloudMaskingConfigInput) (Maybe CloudRemovalConfigInput) (Maybe GeoMosaicConfigInput) (Maybe LandCoverSegmentationConfigInput) (Maybe ResamplingConfigInput) (Maybe StackConfigInput) (Maybe TemporalStatisticsConfigInput) (Maybe ZonalStatisticsConfigInput)
- newJobConfigInput :: JobConfigInput
- data LandCoverSegmentationConfigInput = LandCoverSegmentationConfigInput' {
- newLandCoverSegmentationConfigInput :: LandCoverSegmentationConfigInput
- data LandsatCloudCoverLandInput = LandsatCloudCoverLandInput' Double Double
- newLandsatCloudCoverLandInput :: Double -> Double -> LandsatCloudCoverLandInput
- data ListEarthObservationJobOutputConfig = ListEarthObservationJobOutputConfig' (Maybe (HashMap Text Text)) Text POSIX Int Text Text EarthObservationJobStatus
- newListEarthObservationJobOutputConfig :: Text -> UTCTime -> Int -> Text -> Text -> EarthObservationJobStatus -> ListEarthObservationJobOutputConfig
- data ListVectorEnrichmentJobOutputConfig = ListVectorEnrichmentJobOutputConfig' (Maybe (HashMap Text Text)) Text POSIX Int Text VectorEnrichmentJobStatus VectorEnrichmentJobType
- newListVectorEnrichmentJobOutputConfig :: Text -> UTCTime -> Int -> Text -> VectorEnrichmentJobStatus -> VectorEnrichmentJobType -> ListVectorEnrichmentJobOutputConfig
- data MapMatchingConfig = MapMatchingConfig' Text Text Text Text
- newMapMatchingConfig :: Text -> Text -> Text -> Text -> MapMatchingConfig
- data MultiPolygonGeometryInput = MultiPolygonGeometryInput' [NonEmpty (NonEmpty (Sensitive (NonEmpty Double)))]
- newMultiPolygonGeometryInput :: MultiPolygonGeometryInput
- data Operation = Operation' (Maybe OutputType) Text Text
- newOperation :: Text -> Text -> Operation
- data OutputBand = OutputBand' Text OutputType
- newOutputBand :: Text -> OutputType -> OutputBand
- data OutputConfigInput = OutputConfigInput' ExportS3DataInput
- newOutputConfigInput :: ExportS3DataInput -> OutputConfigInput
- data OutputResolutionResamplingInput = OutputResolutionResamplingInput' UserDefined
- newOutputResolutionResamplingInput :: UserDefined -> OutputResolutionResamplingInput
- data OutputResolutionStackInput = OutputResolutionStackInput' (Maybe PredefinedResolution) (Maybe UserDefined)
- newOutputResolutionStackInput :: OutputResolutionStackInput
- data PlatformInput = PlatformInput' (Maybe ComparisonOperator) Text
- newPlatformInput :: Text -> PlatformInput
- data PolygonGeometryInput = PolygonGeometryInput' (NonEmpty (NonEmpty (Sensitive (NonEmpty Double))))
- newPolygonGeometryInput :: NonEmpty (NonEmpty (NonEmpty Double)) -> PolygonGeometryInput
- data Properties = Properties' (Maybe Double) (Maybe Double) (Maybe Text) (Maybe Double) (Maybe Double) (Maybe Double)
- newProperties :: Properties
- data Property = Property' (Maybe EoCloudCoverInput) (Maybe LandsatCloudCoverLandInput) (Maybe PlatformInput) (Maybe ViewOffNadirInput) (Maybe ViewSunAzimuthInput) (Maybe ViewSunElevationInput)
- newProperty :: Property
- data PropertyFilter = PropertyFilter' Property
- newPropertyFilter :: Property -> PropertyFilter
- data PropertyFilters = PropertyFilters' (Maybe LogicalOperator) (Maybe [PropertyFilter])
- newPropertyFilters :: PropertyFilters
- data RasterDataCollectionMetadata = RasterDataCollectionMetadata' (Maybe Text) (Maybe (HashMap Text Text)) Text Text Text [Filter] DataCollectionType
- newRasterDataCollectionMetadata :: Text -> Text -> Text -> DataCollectionType -> RasterDataCollectionMetadata
- data RasterDataCollectionQueryInput = RasterDataCollectionQueryInput' (Maybe AreaOfInterest) (Maybe PropertyFilters) Text (Sensitive TimeRangeFilterInput)
- newRasterDataCollectionQueryInput :: Text -> TimeRangeFilterInput -> RasterDataCollectionQueryInput
- data RasterDataCollectionQueryOutput = RasterDataCollectionQueryOutput' (Maybe AreaOfInterest) (Maybe PropertyFilters) Text Text (Sensitive TimeRangeFilterInput)
- newRasterDataCollectionQueryOutput :: Text -> Text -> TimeRangeFilterInput -> RasterDataCollectionQueryOutput
- data RasterDataCollectionQueryWithBandFilterInput = RasterDataCollectionQueryWithBandFilterInput' (Maybe AreaOfInterest) (Maybe (NonEmpty Text)) (Maybe PropertyFilters) (Sensitive TimeRangeFilterInput)
- newRasterDataCollectionQueryWithBandFilterInput :: TimeRangeFilterInput -> RasterDataCollectionQueryWithBandFilterInput
- data ResamplingConfigInput = ResamplingConfigInput' (Maybe AlgorithmNameResampling) (Maybe (NonEmpty Text)) OutputResolutionResamplingInput
- newResamplingConfigInput :: OutputResolutionResamplingInput -> ResamplingConfigInput
- data ReverseGeocodingConfig = ReverseGeocodingConfig' Text Text
- newReverseGeocodingConfig :: Text -> Text -> ReverseGeocodingConfig
- data S3DataInput = S3DataInput' (Maybe Text) MetadataProvider Text
- newS3DataInput :: MetadataProvider -> Text -> S3DataInput
- data StackConfigInput = StackConfigInput' (Maybe OutputResolutionStackInput) (Maybe (NonEmpty Text))
- newStackConfigInput :: StackConfigInput
- data TemporalStatisticsConfigInput = TemporalStatisticsConfigInput' (Maybe GroupBy) (Maybe (NonEmpty Text)) (NonEmpty TemporalStatistics)
- newTemporalStatisticsConfigInput :: NonEmpty TemporalStatistics -> TemporalStatisticsConfigInput
- data TimeRangeFilterInput = TimeRangeFilterInput' POSIX POSIX
- newTimeRangeFilterInput :: UTCTime -> UTCTime -> TimeRangeFilterInput
- data UserDefined = UserDefined' Unit Double
- newUserDefined :: Unit -> Double -> UserDefined
- data VectorEnrichmentJobConfig = VectorEnrichmentJobConfig' (Maybe MapMatchingConfig) (Maybe ReverseGeocodingConfig)
- newVectorEnrichmentJobConfig :: VectorEnrichmentJobConfig
- data VectorEnrichmentJobDataSourceConfigInput = VectorEnrichmentJobDataSourceConfigInput' (Maybe VectorEnrichmentJobS3Data)
- newVectorEnrichmentJobDataSourceConfigInput :: VectorEnrichmentJobDataSourceConfigInput
- data VectorEnrichmentJobErrorDetails = VectorEnrichmentJobErrorDetails' (Maybe Text) (Maybe VectorEnrichmentJobErrorType)
- newVectorEnrichmentJobErrorDetails :: VectorEnrichmentJobErrorDetails
- data VectorEnrichmentJobExportErrorDetails = VectorEnrichmentJobExportErrorDetails' (Maybe Text) (Maybe VectorEnrichmentJobExportErrorType)
- newVectorEnrichmentJobExportErrorDetails :: VectorEnrichmentJobExportErrorDetails
- data VectorEnrichmentJobInputConfig = VectorEnrichmentJobInputConfig' VectorEnrichmentJobDataSourceConfigInput VectorEnrichmentJobDocumentType
- newVectorEnrichmentJobInputConfig :: VectorEnrichmentJobDataSourceConfigInput -> VectorEnrichmentJobDocumentType -> VectorEnrichmentJobInputConfig
- data VectorEnrichmentJobS3Data = VectorEnrichmentJobS3Data' (Maybe Text) Text
- newVectorEnrichmentJobS3Data :: Text -> VectorEnrichmentJobS3Data
- data ViewOffNadirInput = ViewOffNadirInput' Double Double
- newViewOffNadirInput :: Double -> Double -> ViewOffNadirInput
- data ViewSunAzimuthInput = ViewSunAzimuthInput' Double Double
- newViewSunAzimuthInput :: Double -> Double -> ViewSunAzimuthInput
- data ViewSunElevationInput = ViewSunElevationInput' Double Double
- newViewSunElevationInput :: Double -> Double -> ViewSunElevationInput
- data ZonalStatisticsConfigInput = ZonalStatisticsConfigInput' (Maybe (NonEmpty Text)) (NonEmpty ZonalStatistics) Text
- newZonalStatisticsConfigInput :: NonEmpty ZonalStatistics -> Text -> ZonalStatisticsConfigInput
Service Configuration
defaultService :: Service Source #
API version 2020-05-27 of the Amazon SageMaker geospatial capabilities SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by SageMakerGeoSpatial.
AccessDeniedException
_AccessDeniedException :: AsError a => Fold a ServiceError Source #
You do not have sufficient access to perform this action.
ConflictException
_ConflictException :: AsError a => Fold a ServiceError Source #
InternalServerException
_InternalServerException :: AsError a => Fold a ServiceError Source #
The request processing has failed because of an unknown error, exception, or failure.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #
ServiceQuotaExceededException
_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #
You have exceeded the service quota.
ThrottlingException
_ThrottlingException :: AsError a => Fold a ServiceError Source #
The request was denied due to request throttling.
ValidationException
_ValidationException :: AsError a => Fold a ServiceError Source #
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait specification is fulfilled. The Wait specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
DeleteEarthObservationJob
data DeleteEarthObservationJob Source #
See: newDeleteEarthObservationJob smart constructor.
Constructors
| DeleteEarthObservationJob' Text |
Instances
newDeleteEarthObservationJob Source #
Arguments
| :: Text | |
| -> DeleteEarthObservationJob |
Create a value of DeleteEarthObservationJob 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:
DeleteEarthObservationJob, deleteEarthObservationJob_arn - The Amazon Resource Name (ARN) of the Earth Observation job being
deleted.
data DeleteEarthObservationJobResponse Source #
See: newDeleteEarthObservationJobResponse smart constructor.
Constructors
| DeleteEarthObservationJobResponse' Int |
Instances
newDeleteEarthObservationJobResponse Source #
Arguments
| :: Int | |
| -> DeleteEarthObservationJobResponse |
Create a value of DeleteEarthObservationJobResponse 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:DeleteEarthObservationJobResponse', deleteEarthObservationJobResponse_httpStatus - The response's http status code.
DeleteVectorEnrichmentJob
data DeleteVectorEnrichmentJob Source #
See: newDeleteVectorEnrichmentJob smart constructor.
Constructors
| DeleteVectorEnrichmentJob' Text |
Instances
newDeleteVectorEnrichmentJob Source #
Arguments
| :: Text | |
| -> DeleteVectorEnrichmentJob |
Create a value of DeleteVectorEnrichmentJob 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:
DeleteVectorEnrichmentJob, deleteVectorEnrichmentJob_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job being
deleted.
data DeleteVectorEnrichmentJobResponse Source #
See: newDeleteVectorEnrichmentJobResponse smart constructor.
Constructors
| DeleteVectorEnrichmentJobResponse' Int |
Instances
newDeleteVectorEnrichmentJobResponse Source #
Arguments
| :: Int | |
| -> DeleteVectorEnrichmentJobResponse |
Create a value of DeleteVectorEnrichmentJobResponse 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:DeleteVectorEnrichmentJobResponse', deleteVectorEnrichmentJobResponse_httpStatus - The response's http status code.
ExportEarthObservationJob
data ExportEarthObservationJob Source #
See: newExportEarthObservationJob smart constructor.
Constructors
| ExportEarthObservationJob' (Maybe Bool) Text Text OutputConfigInput |
Instances
newExportEarthObservationJob Source #
Arguments
| :: Text | |
| -> Text | |
| -> OutputConfigInput | |
| -> ExportEarthObservationJob |
Create a value of ExportEarthObservationJob 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:
ExportEarthObservationJob, exportEarthObservationJob_exportSourceImages - The source images provided to the Earth Observation job being exported.
ExportEarthObservationJob, exportEarthObservationJob_arn - The input Amazon Resource Name (ARN) of the Earth Observation job being
exported.
ExportEarthObservationJob, exportEarthObservationJob_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
ExportEarthObservationJob, exportEarthObservationJob_outputConfig - An object containing information about the output file.
data ExportEarthObservationJobResponse Source #
See: newExportEarthObservationJobResponse smart constructor.
Constructors
| ExportEarthObservationJobResponse' (Maybe Bool) Int Text POSIX Text EarthObservationJobExportStatus OutputConfigInput |
Instances
newExportEarthObservationJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Text | |
| -> EarthObservationJobExportStatus | |
| -> OutputConfigInput | |
| -> ExportEarthObservationJobResponse |
Create a value of ExportEarthObservationJobResponse 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:
ExportEarthObservationJob, exportEarthObservationJobResponse_exportSourceImages - The source images provided to the Earth Observation job being exported.
$sel:httpStatus:ExportEarthObservationJobResponse', exportEarthObservationJobResponse_httpStatus - The response's http status code.
ExportEarthObservationJob, exportEarthObservationJobResponse_arn - The output Amazon Resource Name (ARN) of the Earth Observation job being
exported.
ExportEarthObservationJobResponse, exportEarthObservationJobResponse_creationTime - The creation time.
ExportEarthObservationJob, exportEarthObservationJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
$sel:exportStatus:ExportEarthObservationJobResponse', exportEarthObservationJobResponse_exportStatus - The status of the results of the Earth Observation job being exported.
ExportEarthObservationJob, exportEarthObservationJobResponse_outputConfig - An object containing information about the output file.
ExportVectorEnrichmentJob
data ExportVectorEnrichmentJob Source #
See: newExportVectorEnrichmentJob smart constructor.
Instances
newExportVectorEnrichmentJob Source #
Arguments
| :: Text | |
| -> Text | |
| -> ExportVectorEnrichmentJobOutputConfig | |
| -> ExportVectorEnrichmentJob |
Create a value of ExportVectorEnrichmentJob 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:
ExportVectorEnrichmentJob, exportVectorEnrichmentJob_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.
ExportVectorEnrichmentJob, exportVectorEnrichmentJob_executionRoleArn - The Amazon Resource Name (ARN) of the IAM rolewith permission to upload
to the location in OutputConfig.
ExportVectorEnrichmentJob, exportVectorEnrichmentJob_outputConfig - Output location information for exporting Vector Enrichment Job results.
data ExportVectorEnrichmentJobResponse Source #
See: newExportVectorEnrichmentJobResponse smart constructor.
Constructors
| ExportVectorEnrichmentJobResponse' Int Text POSIX Text VectorEnrichmentJobExportStatus ExportVectorEnrichmentJobOutputConfig |
Instances
newExportVectorEnrichmentJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Text | |
| -> VectorEnrichmentJobExportStatus | |
| -> ExportVectorEnrichmentJobOutputConfig | |
| -> ExportVectorEnrichmentJobResponse |
Create a value of ExportVectorEnrichmentJobResponse 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:ExportVectorEnrichmentJobResponse', exportVectorEnrichmentJobResponse_httpStatus - The response's http status code.
ExportVectorEnrichmentJob, exportVectorEnrichmentJobResponse_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job being
exported.
ExportVectorEnrichmentJobResponse, exportVectorEnrichmentJobResponse_creationTime - The creation time.
ExportVectorEnrichmentJob, exportVectorEnrichmentJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role with permission to upload
to the location in OutputConfig.
$sel:exportStatus:ExportVectorEnrichmentJobResponse', exportVectorEnrichmentJobResponse_exportStatus - The status of the results the Vector Enrichment job being exported.
ExportVectorEnrichmentJob, exportVectorEnrichmentJobResponse_outputConfig - Output location information for exporting Vector Enrichment Job results.
GetEarthObservationJob
data GetEarthObservationJob Source #
See: newGetEarthObservationJob smart constructor.
Constructors
| GetEarthObservationJob' Text |
Instances
newGetEarthObservationJob Source #
Arguments
| :: Text | |
| -> GetEarthObservationJob |
Create a value of GetEarthObservationJob 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:
GetEarthObservationJob, getEarthObservationJob_arn - The Amazon Resource Name (ARN) of the Earth Observation job.
data GetEarthObservationJobResponse Source #
See: newGetEarthObservationJobResponse smart constructor.
Constructors
Instances
newGetEarthObservationJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Int | |
| -> InputConfigOutput | |
| -> JobConfigInput | |
| -> Text | |
| -> EarthObservationJobStatus | |
| -> GetEarthObservationJobResponse |
Create a value of GetEarthObservationJobResponse 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:errorDetails:GetEarthObservationJobResponse', getEarthObservationJobResponse_errorDetails - Details about the errors generated during the Earth Observation job.
$sel:executionRoleArn:GetEarthObservationJobResponse', getEarthObservationJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
$sel:exportErrorDetails:GetEarthObservationJobResponse', getEarthObservationJobResponse_exportErrorDetails - Details about the errors generated during ExportEarthObservationJob.
$sel:exportStatus:GetEarthObservationJobResponse', getEarthObservationJobResponse_exportStatus - The status of the Earth Observation job.
GetEarthObservationJobResponse, getEarthObservationJobResponse_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
$sel:outputBands:GetEarthObservationJobResponse', getEarthObservationJobResponse_outputBands -
GetEarthObservationJobResponse, getEarthObservationJobResponse_tags - Each tag consists of a key and a value.
$sel:httpStatus:GetEarthObservationJobResponse', getEarthObservationJobResponse_httpStatus - The response's http status code.
GetEarthObservationJob, getEarthObservationJobResponse_arn - The Amazon Resource Name (ARN) of the Earth Observation job.
GetEarthObservationJobResponse, getEarthObservationJobResponse_creationTime - The creation time of the initiated Earth Observation job.
GetEarthObservationJobResponse, getEarthObservationJobResponse_durationInSeconds - The duration of Earth Observation job, in seconds.
$sel:inputConfig:GetEarthObservationJobResponse', getEarthObservationJobResponse_inputConfig - Input data for the Earth Observation job.
$sel:jobConfig:GetEarthObservationJobResponse', getEarthObservationJobResponse_jobConfig - An object containing information about the job configuration.
GetEarthObservationJobResponse, getEarthObservationJobResponse_name - The name of the Earth Observation job.
GetEarthObservationJobResponse, getEarthObservationJobResponse_status - The status of a previously initiated Earth Observation job.
GetRasterDataCollection
data GetRasterDataCollection Source #
See: newGetRasterDataCollection smart constructor.
Constructors
| GetRasterDataCollection' Text |
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.
data GetRasterDataCollectionResponse Source #
See: newGetRasterDataCollectionResponse smart constructor.
Constructors
| GetRasterDataCollectionResponse' (Maybe (HashMap Text Text)) Int Text Text Text [Text] Text [Filter] DataCollectionType |
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.
GetTile
See: newGetTile smart constructor.
Constructors
| GetTile' (Maybe Bool) (Maybe OutputType) (Maybe Text) (Maybe Text) (Maybe Text) Text (NonEmpty Text) TargetOptions Int Int Int |
Instances
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.
data GetTileResponse Source #
See: newGetTileResponse smart constructor.
Constructors
| GetTileResponse' Int ResponseBody |
Instances
| Generic GetTileResponse Source # | |
Defined in Amazonka.SageMakerGeoSpatial.GetTile Associated Types type Rep GetTileResponse :: Type -> Type # Methods from :: GetTileResponse -> Rep GetTileResponse x # to :: Rep GetTileResponse x -> GetTileResponse # | |
| Show GetTileResponse Source # | |
Defined in Amazonka.SageMakerGeoSpatial.GetTile Methods showsPrec :: Int -> GetTileResponse -> ShowS # show :: GetTileResponse -> String # showList :: [GetTileResponse] -> ShowS # | |
| type Rep GetTileResponse Source # | |
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))) | |
Arguments
| :: Int | |
| -> ResponseBody | |
| -> GetTileResponse |
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.
GetVectorEnrichmentJob
data GetVectorEnrichmentJob Source #
See: newGetVectorEnrichmentJob smart constructor.
Constructors
| GetVectorEnrichmentJob' Text |
Instances
newGetVectorEnrichmentJob Source #
Arguments
| :: Text | |
| -> GetVectorEnrichmentJob |
Create a value of GetVectorEnrichmentJob 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:
GetVectorEnrichmentJob, getVectorEnrichmentJob_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.
data GetVectorEnrichmentJobResponse Source #
See: newGetVectorEnrichmentJobResponse smart constructor.
Constructors
Instances
newGetVectorEnrichmentJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Int | |
| -> Text | |
| -> VectorEnrichmentJobInputConfig | |
| -> VectorEnrichmentJobConfig | |
| -> Text | |
| -> VectorEnrichmentJobStatus | |
| -> VectorEnrichmentJobType | |
| -> GetVectorEnrichmentJobResponse |
Create a value of GetVectorEnrichmentJobResponse 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:errorDetails:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_errorDetails - Details about the errors generated during the Vector Enrichment job.
$sel:exportErrorDetails:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_exportErrorDetails - Details about the errors generated during the ExportVectorEnrichmentJob.
$sel:exportStatus:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_exportStatus - The export status of the Vector Enrichment job being initiated.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_tags - Each tag consists of a key and a value.
$sel:httpStatus:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_httpStatus - The response's http status code.
GetVectorEnrichmentJob, getVectorEnrichmentJobResponse_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_creationTime - The creation time.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_durationInSeconds - The duration of the Vector Enrichment job, in seconds.
$sel:executionRoleArn:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
$sel:inputConfig:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_inputConfig - Input configuration information for the Vector Enrichment job.
$sel:jobConfig:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_jobConfig - An object containing information about the job configuration.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_name - The name of the Vector Enrichment job.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_status - The status of the initiated Vector Enrichment job.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_type - The type of the Vector Enrichment job being initiated.
ListEarthObservationJobs (Paginated)
data ListEarthObservationJobs Source #
See: newListEarthObservationJobs smart constructor.
Constructors
| ListEarthObservationJobs' (Maybe Natural) (Maybe (Sensitive Text)) (Maybe Text) (Maybe SortOrder) (Maybe EarthObservationJobStatus) |
Instances
newListEarthObservationJobs :: ListEarthObservationJobs Source #
Create a value of ListEarthObservationJobs 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:ListEarthObservationJobs', listEarthObservationJobs_maxResults - The total number of items to return.
ListEarthObservationJobs, listEarthObservationJobs_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:sortBy:ListEarthObservationJobs', listEarthObservationJobs_sortBy - The parameter by which to sort the results.
$sel:sortOrder:ListEarthObservationJobs', listEarthObservationJobs_sortOrder - An optional value that specifies whether you want the results sorted in
Ascending or Descending order.
$sel:statusEquals:ListEarthObservationJobs', listEarthObservationJobs_statusEquals - A filter that retrieves only jobs with a specific status.
data ListEarthObservationJobsResponse Source #
See: newListEarthObservationJobsResponse smart constructor.
Constructors
| ListEarthObservationJobsResponse' (Maybe (Sensitive Text)) Int [ListEarthObservationJobOutputConfig] |
Instances
newListEarthObservationJobsResponse Source #
Create a value of ListEarthObservationJobsResponse 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:
ListEarthObservationJobs, listEarthObservationJobsResponse_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:ListEarthObservationJobsResponse', listEarthObservationJobsResponse_httpStatus - The response's http status code.
$sel:earthObservationJobSummaries:ListEarthObservationJobsResponse', listEarthObservationJobsResponse_earthObservationJobSummaries - Contains summary information about the Earth Observation jobs.
ListRasterDataCollections (Paginated)
data ListRasterDataCollections Source #
See: newListRasterDataCollections smart constructor.
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.
data ListRasterDataCollectionsResponse Source #
See: newListRasterDataCollectionsResponse smart constructor.
Constructors
| ListRasterDataCollectionsResponse' (Maybe (Sensitive Text)) Int [RasterDataCollectionMetadata] |
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.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource smart constructor.
Constructors
| ListTagsForResource' Text |
Instances
newListTagsForResource Source #
Arguments
| :: Text | |
| -> ListTagsForResource |
Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource you want to tag.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse 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:
ListTagsForResourceResponse, listTagsForResourceResponse_tags - Each tag consists of a key and a value.
$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.
ListVectorEnrichmentJobs (Paginated)
data ListVectorEnrichmentJobs Source #
See: newListVectorEnrichmentJobs smart constructor.
Constructors
| ListVectorEnrichmentJobs' (Maybe Natural) (Maybe (Sensitive Text)) (Maybe Text) (Maybe SortOrder) (Maybe Text) |
Instances
newListVectorEnrichmentJobs :: ListVectorEnrichmentJobs Source #
Create a value of ListVectorEnrichmentJobs 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:ListVectorEnrichmentJobs', listVectorEnrichmentJobs_maxResults - The maximum number of items to return.
ListVectorEnrichmentJobs, listVectorEnrichmentJobs_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:sortBy:ListVectorEnrichmentJobs', listVectorEnrichmentJobs_sortBy - The parameter by which to sort the results.
$sel:sortOrder:ListVectorEnrichmentJobs', listVectorEnrichmentJobs_sortOrder - An optional value that specifies whether you want the results sorted in
Ascending or Descending order.
$sel:statusEquals:ListVectorEnrichmentJobs', listVectorEnrichmentJobs_statusEquals - A filter that retrieves only jobs with a specific status.
data ListVectorEnrichmentJobsResponse Source #
See: newListVectorEnrichmentJobsResponse smart constructor.
Constructors
| ListVectorEnrichmentJobsResponse' (Maybe (Sensitive Text)) Int [ListVectorEnrichmentJobOutputConfig] |
Instances
newListVectorEnrichmentJobsResponse Source #
Create a value of ListVectorEnrichmentJobsResponse 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:
ListVectorEnrichmentJobs, listVectorEnrichmentJobsResponse_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:ListVectorEnrichmentJobsResponse', listVectorEnrichmentJobsResponse_httpStatus - The response's http status code.
$sel:vectorEnrichmentJobSummaries:ListVectorEnrichmentJobsResponse', listVectorEnrichmentJobsResponse_vectorEnrichmentJobSummaries - Contains summary information about the Vector Enrichment jobs.
SearchRasterDataCollection
data SearchRasterDataCollection Source #
See: newSearchRasterDataCollection smart constructor.
Constructors
| SearchRasterDataCollection' (Maybe (Sensitive Text)) Text RasterDataCollectionQueryWithBandFilterInput |
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 -
data SearchRasterDataCollectionResponse Source #
See: newSearchRasterDataCollectionResponse smart constructor.
Constructors
| SearchRasterDataCollectionResponse' (Maybe [ItemSource]) (Maybe (Sensitive Text)) Int Int |
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 -
StartEarthObservationJob
data StartEarthObservationJob Source #
See: newStartEarthObservationJob smart constructor.
Constructors
| StartEarthObservationJob' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) InputConfigInput JobConfigInput Text |
Instances
newStartEarthObservationJob Source #
Arguments
| :: InputConfigInput | |
| -> JobConfigInput | |
| -> Text | |
| -> StartEarthObservationJob |
Create a value of StartEarthObservationJob 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:clientToken:StartEarthObservationJob', startEarthObservationJob_clientToken - A unique token that guarantees that the call to this API is idempotent.
StartEarthObservationJob, startEarthObservationJob_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
StartEarthObservationJob, startEarthObservationJob_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
StartEarthObservationJob, startEarthObservationJob_tags - Each tag consists of a key and a value.
StartEarthObservationJob, startEarthObservationJob_inputConfig - Input configuration information for the Earth Observation job.
StartEarthObservationJob, startEarthObservationJob_jobConfig - An object containing information about the job configuration.
StartEarthObservationJob, startEarthObservationJob_name - The name of the Earth Observation job.
data StartEarthObservationJobResponse Source #
See: newStartEarthObservationJobResponse smart constructor.
Constructors
| StartEarthObservationJobResponse' (Maybe Text) (Maybe InputConfigOutput) (Maybe Text) (Maybe (HashMap Text Text)) Int Text POSIX Int JobConfigInput Text EarthObservationJobStatus |
Instances
newStartEarthObservationJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Int | |
| -> JobConfigInput | |
| -> Text | |
| -> EarthObservationJobStatus | |
| -> StartEarthObservationJobResponse |
Create a value of StartEarthObservationJobResponse 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:
StartEarthObservationJob, startEarthObservationJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
StartEarthObservationJob, startEarthObservationJobResponse_inputConfig - Input configuration information for the Earth Observation job.
StartEarthObservationJob, startEarthObservationJobResponse_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
StartEarthObservationJob, startEarthObservationJobResponse_tags - Each tag consists of a key and a value.
$sel:httpStatus:StartEarthObservationJobResponse', startEarthObservationJobResponse_httpStatus - The response's http status code.
StartEarthObservationJobResponse, startEarthObservationJobResponse_arn - The Amazon Resource Name (ARN) of the Earth Observation job.
StartEarthObservationJobResponse, startEarthObservationJobResponse_creationTime - The creation time.
StartEarthObservationJobResponse, startEarthObservationJobResponse_durationInSeconds - The duration of the session, in seconds.
StartEarthObservationJob, startEarthObservationJobResponse_jobConfig - An object containing information about the job configuration.
StartEarthObservationJob, startEarthObservationJobResponse_name - The name of the Earth Observation job.
StartEarthObservationJobResponse, startEarthObservationJobResponse_status - The status of the Earth Observation job.
StartVectorEnrichmentJob
data StartVectorEnrichmentJob Source #
See: newStartVectorEnrichmentJob smart constructor.
Constructors
| StartVectorEnrichmentJob' (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text VectorEnrichmentJobInputConfig VectorEnrichmentJobConfig Text |
Instances
newStartVectorEnrichmentJob Source #
Arguments
| :: Text | |
| -> VectorEnrichmentJobInputConfig | |
| -> VectorEnrichmentJobConfig | |
| -> Text | |
| -> StartVectorEnrichmentJob |
Create a value of StartVectorEnrichmentJob 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:clientToken:StartVectorEnrichmentJob', startVectorEnrichmentJob_clientToken - A unique token that guarantees that the call to this API is idempotent.
StartVectorEnrichmentJob, startVectorEnrichmentJob_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
StartVectorEnrichmentJob, startVectorEnrichmentJob_tags - Each tag consists of a key and a value.
StartVectorEnrichmentJob, startVectorEnrichmentJob_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
StartVectorEnrichmentJob, startVectorEnrichmentJob_inputConfig - Input configuration information for the Vector Enrichment job.
StartVectorEnrichmentJob, startVectorEnrichmentJob_jobConfig - An object containing information about the job configuration.
StartVectorEnrichmentJob, startVectorEnrichmentJob_name - The name of the Vector Enrichment job.
data StartVectorEnrichmentJobResponse Source #
See: newStartVectorEnrichmentJobResponse smart constructor.
Constructors
Instances
newStartVectorEnrichmentJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Int | |
| -> Text | |
| -> VectorEnrichmentJobInputConfig | |
| -> VectorEnrichmentJobConfig | |
| -> Text | |
| -> VectorEnrichmentJobStatus | |
| -> VectorEnrichmentJobType | |
| -> StartVectorEnrichmentJobResponse |
Create a value of StartVectorEnrichmentJobResponse 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:
StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_tags - Each tag consists of a key and a value.
$sel:httpStatus:StartVectorEnrichmentJobResponse', startVectorEnrichmentJobResponse_httpStatus - The response's http status code.
StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.
StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_creationTime - The creation time.
StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_durationInSeconds - The duration of the Vector Enrichment job, in seconds.
StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_inputConfig - Input configuration information for starting the Vector Enrichment job.
StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_jobConfig - An object containing information about the job configuration.
StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_name - The name of the Vector Enrichment job.
StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_status - The status of the Vector Enrichment job being started.
StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_type - The type of the Vector Enrichment job.
StopEarthObservationJob
data StopEarthObservationJob Source #
See: newStopEarthObservationJob smart constructor.
Constructors
| StopEarthObservationJob' Text |
Instances
newStopEarthObservationJob Source #
Arguments
| :: Text | |
| -> StopEarthObservationJob |
Create a value of StopEarthObservationJob 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:
StopEarthObservationJob, stopEarthObservationJob_arn - The Amazon Resource Name (ARN) of the Earth Observation job being
stopped.
data StopEarthObservationJobResponse Source #
See: newStopEarthObservationJobResponse smart constructor.
Constructors
| StopEarthObservationJobResponse' Int |
Instances
newStopEarthObservationJobResponse Source #
Create a value of StopEarthObservationJobResponse 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:StopEarthObservationJobResponse', stopEarthObservationJobResponse_httpStatus - The response's http status code.
StopVectorEnrichmentJob
data StopVectorEnrichmentJob Source #
See: newStopVectorEnrichmentJob smart constructor.
Constructors
| StopVectorEnrichmentJob' Text |
Instances
newStopVectorEnrichmentJob Source #
Arguments
| :: Text | |
| -> StopVectorEnrichmentJob |
Create a value of StopVectorEnrichmentJob 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:
StopVectorEnrichmentJob, stopVectorEnrichmentJob_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.
data StopVectorEnrichmentJobResponse Source #
See: newStopVectorEnrichmentJobResponse smart constructor.
Constructors
| StopVectorEnrichmentJobResponse' Int |
Instances
newStopVectorEnrichmentJobResponse Source #
Create a value of StopVectorEnrichmentJobResponse 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:StopVectorEnrichmentJobResponse', stopVectorEnrichmentJobResponse_httpStatus - The response's http status code.
TagResource
data TagResource Source #
See: newTagResource smart constructor.
Constructors
| TagResource' Text (HashMap Text Text) |
Instances
Arguments
| :: Text | |
| -> TagResource |
Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource you want to tag.
TagResource, tagResource_tags - Each tag consists of a key and a value.
data TagResourceResponse Source #
See: newTagResourceResponse smart constructor.
Constructors
| TagResourceResponse' Int |
Instances
newTagResourceResponse Source #
Arguments
| :: Int | |
| -> TagResourceResponse |
Create a value of TagResourceResponse 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:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.
UntagResource
data UntagResource Source #
See: newUntagResource smart constructor.
Constructors
| UntagResource' Text (NonEmpty Text) |
Instances
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> UntagResource |
Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource you want to untag.
$sel:tagKeys:UntagResource', untagResource_tagKeys - Keys of the tags you want to remove.
data UntagResourceResponse Source #
See: newUntagResourceResponse smart constructor.
Constructors
| UntagResourceResponse' Int |
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse 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:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.
Types
AlgorithmNameCloudRemoval
newtype AlgorithmNameCloudRemoval Source #
Constructors
| AlgorithmNameCloudRemoval' | |
Fields | |
Bundled Patterns
| pattern AlgorithmNameCloudRemoval_INTERPOLATION :: AlgorithmNameCloudRemoval |
Instances
AlgorithmNameGeoMosaic
newtype AlgorithmNameGeoMosaic Source #
Constructors
| AlgorithmNameGeoMosaic' | |
Fields | |
Bundled Patterns
| pattern AlgorithmNameGeoMosaic_AVERAGE :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_BILINEAR :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_CUBIC :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_CUBICSPLINE :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_LANCZOS :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_MAX :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_MED :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_MIN :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_MODE :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_NEAR :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_Q1 :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_Q3 :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_RMS :: AlgorithmNameGeoMosaic | |
| pattern AlgorithmNameGeoMosaic_SUM :: AlgorithmNameGeoMosaic |
Instances
AlgorithmNameResampling
newtype AlgorithmNameResampling Source #
Constructors
| AlgorithmNameResampling' | |
Fields | |
Bundled Patterns
| pattern AlgorithmNameResampling_AVERAGE :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_BILINEAR :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_CUBIC :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_CUBICSPLINE :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_LANCZOS :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_MAX :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_MED :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_MIN :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_MODE :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_NEAR :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_Q1 :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_Q3 :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_RMS :: AlgorithmNameResampling | |
| pattern AlgorithmNameResampling_SUM :: AlgorithmNameResampling |
Instances
ComparisonOperator
newtype ComparisonOperator Source #
Constructors
| ComparisonOperator' | |
Fields | |
Bundled Patterns
| pattern ComparisonOperator_EQUALS :: ComparisonOperator | |
| pattern ComparisonOperator_NOT_EQUALS :: ComparisonOperator | |
| pattern ComparisonOperator_STARTS_WITH :: ComparisonOperator |
Instances
DataCollectionType
newtype DataCollectionType Source #
Constructors
| DataCollectionType' | |
Fields | |
Bundled Patterns
| pattern DataCollectionType_PREMIUM :: DataCollectionType | |
| pattern DataCollectionType_PUBLIC :: DataCollectionType | |
| pattern DataCollectionType_USER :: DataCollectionType |
Instances
EarthObservationJobErrorType
newtype EarthObservationJobErrorType Source #
Constructors
| EarthObservationJobErrorType' | |
Fields | |
Bundled Patterns
| pattern EarthObservationJobErrorType_CLIENT_ERROR :: EarthObservationJobErrorType | |
| pattern EarthObservationJobErrorType_SERVER_ERROR :: EarthObservationJobErrorType |
Instances
EarthObservationJobExportStatus
newtype EarthObservationJobExportStatus Source #
Constructors
| EarthObservationJobExportStatus' | |
Fields | |
Bundled Patterns
Instances
EarthObservationJobStatus
newtype EarthObservationJobStatus Source #
Constructors
| EarthObservationJobStatus' | |
Fields | |
Bundled Patterns
Instances
ExportErrorType
newtype ExportErrorType Source #
Constructors
| ExportErrorType' | |
Fields | |
Bundled Patterns
| pattern ExportErrorType_CLIENT_ERROR :: ExportErrorType | |
| pattern ExportErrorType_SERVER_ERROR :: ExportErrorType |
Instances
GroupBy
Constructors
| GroupBy' | |
Fields
| |
Bundled Patterns
| pattern GroupBy_ALL :: GroupBy | |
| pattern GroupBy_YEARLY :: GroupBy |
Instances
LogicalOperator
newtype LogicalOperator Source #
Constructors
| LogicalOperator' | |
Fields | |
Bundled Patterns
| pattern LogicalOperator_AND :: LogicalOperator |
Instances
MetadataProvider
newtype MetadataProvider Source #
Constructors
| MetadataProvider' | |
Fields | |
Bundled Patterns
| pattern MetadataProvider_PLANET_ORDER :: MetadataProvider |
Instances
OutputType
newtype OutputType Source #
Constructors
| OutputType' | |
Fields | |
Bundled Patterns
| pattern OutputType_FLOAT32 :: OutputType | |
| pattern OutputType_FLOAT64 :: OutputType | |
| pattern OutputType_INT16 :: OutputType | |
| pattern OutputType_INT32 :: OutputType | |
| pattern OutputType_UINT16 :: OutputType |
Instances
PredefinedResolution
newtype PredefinedResolution Source #
Constructors
| PredefinedResolution' | |
Fields | |
Bundled Patterns
| pattern PredefinedResolution_AVERAGE :: PredefinedResolution | |
| pattern PredefinedResolution_HIGHEST :: PredefinedResolution | |
| pattern PredefinedResolution_LOWEST :: PredefinedResolution |
Instances
SortOrder
Constructors
| SortOrder' | |
Fields | |
Bundled Patterns
| pattern SortOrder_ASCENDING :: SortOrder | |
| pattern SortOrder_DESCENDING :: SortOrder |
Instances
TargetOptions
newtype TargetOptions Source #
Constructors
| TargetOptions' | |
Fields | |
Bundled Patterns
| pattern TargetOptions_INPUT :: TargetOptions | |
| pattern TargetOptions_OUTPUT :: TargetOptions |
Instances
TemporalStatistics
newtype TemporalStatistics Source #
Constructors
| TemporalStatistics' | |
Fields | |
Bundled Patterns
| pattern TemporalStatistics_MEAN :: TemporalStatistics | |
| pattern TemporalStatistics_MEDIAN :: TemporalStatistics | |
| pattern TemporalStatistics_STANDARD_DEVIATION :: TemporalStatistics |
Instances
Unit
Bundled Patterns
| pattern Unit_METERS :: Unit |
Instances
VectorEnrichmentJobDocumentType
newtype VectorEnrichmentJobDocumentType Source #
Constructors
| VectorEnrichmentJobDocumentType' | |
Fields | |
Bundled Patterns
| pattern VectorEnrichmentJobDocumentType_CSV :: VectorEnrichmentJobDocumentType |
Instances
VectorEnrichmentJobErrorType
newtype VectorEnrichmentJobErrorType Source #
Constructors
| VectorEnrichmentJobErrorType' | |
Fields | |
Bundled Patterns
| pattern VectorEnrichmentJobErrorType_CLIENT_ERROR :: VectorEnrichmentJobErrorType | |
| pattern VectorEnrichmentJobErrorType_SERVER_ERROR :: VectorEnrichmentJobErrorType |
Instances
VectorEnrichmentJobExportErrorType
newtype VectorEnrichmentJobExportErrorType Source #
Constructors
| VectorEnrichmentJobExportErrorType' | |
Bundled Patterns
| pattern VectorEnrichmentJobExportErrorType_CLIENT_ERROR :: VectorEnrichmentJobExportErrorType | |
| pattern VectorEnrichmentJobExportErrorType_SERVER_ERROR :: VectorEnrichmentJobExportErrorType |
Instances
VectorEnrichmentJobExportStatus
newtype VectorEnrichmentJobExportStatus Source #
Constructors
| VectorEnrichmentJobExportStatus' | |
Fields | |
Bundled Patterns
Instances
VectorEnrichmentJobStatus
newtype VectorEnrichmentJobStatus Source #
Constructors
| VectorEnrichmentJobStatus' | |
Fields | |
Bundled Patterns
Instances
VectorEnrichmentJobType
newtype VectorEnrichmentJobType Source #
Constructors
| VectorEnrichmentJobType' | |
Fields | |
Bundled Patterns
| pattern VectorEnrichmentJobType_MAP_MATCHING :: VectorEnrichmentJobType | |
| pattern VectorEnrichmentJobType_REVERSE_GEOCODING :: VectorEnrichmentJobType |
Instances
ZonalStatistics
newtype ZonalStatistics Source #
Constructors
| ZonalStatistics' | |
Fields | |
Bundled Patterns
| pattern ZonalStatistics_MAX :: ZonalStatistics | |
| pattern ZonalStatistics_MEAN :: ZonalStatistics | |
| pattern ZonalStatistics_MEDIAN :: ZonalStatistics | |
| pattern ZonalStatistics_MIN :: ZonalStatistics | |
| pattern ZonalStatistics_STANDARD_DEVIATION :: ZonalStatistics | |
| pattern ZonalStatistics_SUM :: ZonalStatistics |
Instances
AreaOfInterest
data AreaOfInterest Source #
See: newAreaOfInterest smart constructor.
Constructors
| AreaOfInterest' (Maybe AreaOfInterestGeometry) |
Instances
newAreaOfInterest :: AreaOfInterest Source #
Create a value of AreaOfInterest 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:areaOfInterestGeometry:AreaOfInterest', areaOfInterest_areaOfInterestGeometry -
AreaOfInterestGeometry
data AreaOfInterestGeometry Source #
See: newAreaOfInterestGeometry smart constructor.
Constructors
| AreaOfInterestGeometry' (Maybe MultiPolygonGeometryInput) (Maybe PolygonGeometryInput) |
Instances
newAreaOfInterestGeometry :: AreaOfInterestGeometry Source #
Create a value of AreaOfInterestGeometry 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:multiPolygonGeometry:AreaOfInterestGeometry', areaOfInterestGeometry_multiPolygonGeometry -
$sel:polygonGeometry:AreaOfInterestGeometry', areaOfInterestGeometry_polygonGeometry -
AssetValue
data AssetValue Source #
See: newAssetValue smart constructor.
Constructors
| AssetValue' (Maybe Text) |
Instances
newAssetValue :: AssetValue Source #
Create a value of AssetValue 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:
BandMathConfigInput
data BandMathConfigInput Source #
See: newBandMathConfigInput smart constructor.
Constructors
| BandMathConfigInput' (Maybe CustomIndicesInput) (Maybe (NonEmpty Text)) |
Instances
newBandMathConfigInput :: BandMathConfigInput Source #
Create a value of BandMathConfigInput 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:customIndices:BandMathConfigInput', bandMathConfigInput_customIndices -
$sel:predefinedIndices:BandMathConfigInput', bandMathConfigInput_predefinedIndices -
CloudMaskingConfigInput
data CloudMaskingConfigInput Source #
See: newCloudMaskingConfigInput smart constructor.
Constructors
| CloudMaskingConfigInput' | |
Instances
newCloudMaskingConfigInput :: CloudMaskingConfigInput Source #
Create a value of CloudMaskingConfigInput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
CloudRemovalConfigInput
data CloudRemovalConfigInput Source #
See: newCloudRemovalConfigInput smart constructor.
Constructors
| CloudRemovalConfigInput' (Maybe AlgorithmNameCloudRemoval) (Maybe Text) (Maybe (NonEmpty Text)) |
Instances
newCloudRemovalConfigInput :: CloudRemovalConfigInput Source #
Create a value of CloudRemovalConfigInput 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:algorithmName:CloudRemovalConfigInput', cloudRemovalConfigInput_algorithmName - The name of the algorithm used for cloud removal.
$sel:interpolationValue:CloudRemovalConfigInput', cloudRemovalConfigInput_interpolationValue - The interpolation value you provide for cloud removal.
$sel:targetBands:CloudRemovalConfigInput', cloudRemovalConfigInput_targetBands -
CustomIndicesInput
data CustomIndicesInput Source #
See: newCustomIndicesInput smart constructor.
Constructors
| CustomIndicesInput' (Maybe (NonEmpty Operation)) |
Instances
newCustomIndicesInput :: CustomIndicesInput Source #
Create a value of CustomIndicesInput 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:operations:CustomIndicesInput', customIndicesInput_operations -
EarthObservationJobErrorDetails
data EarthObservationJobErrorDetails Source #
The structure representing the errors in an EarthObservationJob.
See: newEarthObservationJobErrorDetails smart constructor.
Constructors
| EarthObservationJobErrorDetails' (Maybe Text) (Maybe EarthObservationJobErrorType) |
Instances
newEarthObservationJobErrorDetails :: EarthObservationJobErrorDetails Source #
Create a value of EarthObservationJobErrorDetails 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:message:EarthObservationJobErrorDetails', earthObservationJobErrorDetails_message -
$sel:type':EarthObservationJobErrorDetails', earthObservationJobErrorDetails_type -
EoCloudCoverInput
data EoCloudCoverInput Source #
See: newEoCloudCoverInput smart constructor.
Constructors
| EoCloudCoverInput' Double Double |
Instances
Arguments
| :: Double | |
| -> Double | |
| -> EoCloudCoverInput |
Create a value of EoCloudCoverInput 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:lowerBound:EoCloudCoverInput', eoCloudCoverInput_lowerBound -
$sel:upperBound:EoCloudCoverInput', eoCloudCoverInput_upperBound -
EojDataSourceConfigInput
data EojDataSourceConfigInput Source #
See: newEojDataSourceConfigInput smart constructor.
Constructors
| EojDataSourceConfigInput' (Maybe S3DataInput) |
Instances
newEojDataSourceConfigInput :: EojDataSourceConfigInput Source #
Create a value of EojDataSourceConfigInput 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:s3Data:EojDataSourceConfigInput', eojDataSourceConfigInput_s3Data -
ExportErrorDetails
data ExportErrorDetails Source #
The structure for returning the export error details in a GetEarthObservationJob.
See: newExportErrorDetails smart constructor.
Constructors
| ExportErrorDetails' (Maybe ExportErrorDetailsOutput) (Maybe ExportErrorDetailsOutput) |
Instances
newExportErrorDetails :: ExportErrorDetails Source #
Create a value of ExportErrorDetails 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:exportResults:ExportErrorDetails', exportErrorDetails_exportResults -
$sel:exportSourceImages:ExportErrorDetails', exportErrorDetails_exportSourceImages -
ExportErrorDetailsOutput
data ExportErrorDetailsOutput Source #
See: newExportErrorDetailsOutput smart constructor.
Constructors
| ExportErrorDetailsOutput' (Maybe Text) (Maybe ExportErrorType) |
Instances
newExportErrorDetailsOutput :: ExportErrorDetailsOutput Source #
Create a value of ExportErrorDetailsOutput 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:message:ExportErrorDetailsOutput', exportErrorDetailsOutput_message -
$sel:type':ExportErrorDetailsOutput', exportErrorDetailsOutput_type -
ExportS3DataInput
data ExportS3DataInput Source #
See: newExportS3DataInput smart constructor.
Constructors
| ExportS3DataInput' (Maybe Text) Text |
Instances
Arguments
| :: Text | |
| -> ExportS3DataInput |
Create a value of ExportS3DataInput 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:kmsKeyId:ExportS3DataInput', exportS3DataInput_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
$sel:s3Uri:ExportS3DataInput', exportS3DataInput_s3Uri - The URL to the Amazon S3 data input.
ExportVectorEnrichmentJobOutputConfig
data ExportVectorEnrichmentJobOutputConfig Source #
An object containing information about the output file.
See: newExportVectorEnrichmentJobOutputConfig smart constructor.
Instances
newExportVectorEnrichmentJobOutputConfig Source #
Create a value of ExportVectorEnrichmentJobOutputConfig 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:s3Data:ExportVectorEnrichmentJobOutputConfig', exportVectorEnrichmentJobOutputConfig_s3Data -
Filter
The structure representing the filters supported by a RasterDataCollection.
See: newFilter smart constructor.
Instances
| FromJSON Filter Source # | |
| Generic Filter Source # | |
| Read Filter Source # | |
| Show Filter Source # | |
| NFData Filter Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Filter | |
| Eq Filter Source # | |
| Hashable Filter Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Filter | |
| type Rep Filter Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Filter type Rep Filter = D1 ('MetaData "Filter" "Amazonka.SageMakerGeoSpatial.Types.Filter" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maximum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "minimum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) | |
Create a value of Filter 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:maximum:Filter', filter_maximum - The maximum value of the filter.
$sel:minimum:Filter', filter_minimum - The minimum value of the filter.
$sel:name:Filter', filter_name - The name of the filter.
$sel:type':Filter', filter_type - The type of the filter being used.
GeoMosaicConfigInput
data GeoMosaicConfigInput Source #
Input configuration information for the geomosaic.
See: newGeoMosaicConfigInput smart constructor.
Constructors
| GeoMosaicConfigInput' (Maybe AlgorithmNameGeoMosaic) (Maybe (NonEmpty Text)) |
Instances
newGeoMosaicConfigInput :: GeoMosaicConfigInput Source #
Create a value of GeoMosaicConfigInput 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:algorithmName:GeoMosaicConfigInput', geoMosaicConfigInput_algorithmName - The name of the algorithm being used for geomosaic.
$sel:targetBands:GeoMosaicConfigInput', geoMosaicConfigInput_targetBands - The target bands for geomosaic.
Geometry
See: newGeometry smart constructor.
Instances
| FromJSON Geometry Source # | |
| Generic Geometry Source # | |
| Show Geometry Source # | |
| NFData Geometry Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry | |
| Eq Geometry Source # | |
| Hashable Geometry Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry | |
| type Rep Geometry Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry type Rep Geometry = D1 ('MetaData "Geometry" "Amazonka.SageMakerGeoSpatial.Types.Geometry" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "Geometry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coordinates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (NonEmpty (Sensitive (NonEmpty Double))))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Geometry 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:
InputConfigInput
data InputConfigInput Source #
Input configuration information.
See: newInputConfigInput smart constructor.
Constructors
| InputConfigInput' (Maybe EojDataSourceConfigInput) (Maybe Text) (Maybe RasterDataCollectionQueryInput) |
Instances
newInputConfigInput :: InputConfigInput Source #
Create a value of InputConfigInput 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:dataSourceConfig:InputConfigInput', inputConfigInput_dataSourceConfig - The location of the input data.>
$sel:previousEarthObservationJobArn:InputConfigInput', inputConfigInput_previousEarthObservationJobArn - The Amazon Resource Name (ARN) of the previous Earth Observation job.
$sel:rasterDataCollectionQuery:InputConfigInput', inputConfigInput_rasterDataCollectionQuery -
InputConfigOutput
data InputConfigOutput Source #
The InputConfig for an EarthObservationJob response.
See: newInputConfigOutput smart constructor.
Constructors
| InputConfigOutput' (Maybe EojDataSourceConfigInput) (Maybe Text) (Maybe RasterDataCollectionQueryOutput) |
Instances
newInputConfigOutput :: InputConfigOutput Source #
Create a value of InputConfigOutput 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:dataSourceConfig:InputConfigOutput', inputConfigOutput_dataSourceConfig - The location of the input data.
$sel:previousEarthObservationJobArn:InputConfigOutput', inputConfigOutput_previousEarthObservationJobArn - The Amazon Resource Name (ARN) of the previous Earth Observation job.
$sel:rasterDataCollectionQuery:InputConfigOutput', inputConfigOutput_rasterDataCollectionQuery -
ItemSource
data ItemSource Source #
Structure representing the items in the response for SearchRasterDataCollection.
See: newItemSource smart constructor.
Constructors
| ItemSource' (Maybe (HashMap Text AssetValue)) (Maybe Properties) POSIX Geometry Text |
Instances
Arguments
| :: UTCTime | |
| -> Geometry | |
| -> Text | |
| -> ItemSource |
Create a value of ItemSource 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:assets:ItemSource', itemSource_assets -
$sel:properties:ItemSource', itemSource_properties -
$sel:dateTime:ItemSource', itemSource_dateTime -
$sel:geometry:ItemSource', itemSource_geometry -
$sel:id:ItemSource', itemSource_id - A unique Id for the source item.
JobConfigInput
data JobConfigInput Source #
The input structure for the JobConfig in an EarthObservationJob.
See: newJobConfigInput smart constructor.
Constructors
Instances
newJobConfigInput :: JobConfigInput Source #
Create a value of JobConfigInput 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:bandMathConfig:JobConfigInput', jobConfigInput_bandMathConfig -
$sel:cloudMaskingConfig:JobConfigInput', jobConfigInput_cloudMaskingConfig - An object containing information about the job configuration for cloud
masking.
$sel:cloudRemovalConfig:JobConfigInput', jobConfigInput_cloudRemovalConfig - An object containing information about the job configuration for cloud
removal.
$sel:geoMosaicConfig:JobConfigInput', jobConfigInput_geoMosaicConfig - An object containing information about the job configuration for
geomosaic.
$sel:landCoverSegmentationConfig:JobConfigInput', jobConfigInput_landCoverSegmentationConfig - An object containing information about the job configuration for land
cover segmentation.
$sel:resamplingConfig:JobConfigInput', jobConfigInput_resamplingConfig - An object containing information about the job configuration for
resampling.
$sel:stackConfig:JobConfigInput', jobConfigInput_stackConfig -
$sel:temporalStatisticsConfig:JobConfigInput', jobConfigInput_temporalStatisticsConfig - An object containing information about the job configuration for
temporal statistics.
$sel:zonalStatisticsConfig:JobConfigInput', jobConfigInput_zonalStatisticsConfig - An object containing information about the job configuration for zonal
statistics.
LandCoverSegmentationConfigInput
data LandCoverSegmentationConfigInput Source #
See: newLandCoverSegmentationConfigInput smart constructor.
Constructors
| LandCoverSegmentationConfigInput' | |
Instances
newLandCoverSegmentationConfigInput :: LandCoverSegmentationConfigInput Source #
Create a value of LandCoverSegmentationConfigInput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
LandsatCloudCoverLandInput
data LandsatCloudCoverLandInput Source #
See: newLandsatCloudCoverLandInput smart constructor.
Constructors
| LandsatCloudCoverLandInput' Double Double |
Instances
newLandsatCloudCoverLandInput Source #
Arguments
| :: Double | |
| -> Double | |
| -> LandsatCloudCoverLandInput |
Create a value of LandsatCloudCoverLandInput 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:lowerBound:LandsatCloudCoverLandInput', landsatCloudCoverLandInput_lowerBound -
$sel:upperBound:LandsatCloudCoverLandInput', landsatCloudCoverLandInput_upperBound -
ListEarthObservationJobOutputConfig
data ListEarthObservationJobOutputConfig Source #
An object containing information about the output file.
See: newListEarthObservationJobOutputConfig smart constructor.
Constructors
| ListEarthObservationJobOutputConfig' (Maybe (HashMap Text Text)) Text POSIX Int Text Text EarthObservationJobStatus |
Instances
newListEarthObservationJobOutputConfig Source #
Arguments
| :: Text | |
| -> UTCTime | |
| -> Int | |
| -> Text | |
| -> Text | |
| -> EarthObservationJobStatus | |
| -> ListEarthObservationJobOutputConfig |
Create a value of ListEarthObservationJobOutputConfig 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:tags:ListEarthObservationJobOutputConfig', listEarthObservationJobOutputConfig_tags - Each tag consists of a key and a value.
$sel:arn:ListEarthObservationJobOutputConfig', listEarthObservationJobOutputConfig_arn - The Amazon Resource Name (ARN) of the list of the Earth Observation
jobs.
$sel:creationTime:ListEarthObservationJobOutputConfig', listEarthObservationJobOutputConfig_creationTime - The creation time.
$sel:durationInSeconds:ListEarthObservationJobOutputConfig', listEarthObservationJobOutputConfig_durationInSeconds - The duration of the session, in seconds.
$sel:name:ListEarthObservationJobOutputConfig', listEarthObservationJobOutputConfig_name - The names of the Earth Observation jobs in the list.
$sel:operationType:ListEarthObservationJobOutputConfig', listEarthObservationJobOutputConfig_operationType -
$sel:status:ListEarthObservationJobOutputConfig', listEarthObservationJobOutputConfig_status - The status of the list of the Earth Observation jobs.
ListVectorEnrichmentJobOutputConfig
data ListVectorEnrichmentJobOutputConfig Source #
An object containing information about the output file.
See: newListVectorEnrichmentJobOutputConfig smart constructor.
Constructors
| ListVectorEnrichmentJobOutputConfig' (Maybe (HashMap Text Text)) Text POSIX Int Text VectorEnrichmentJobStatus VectorEnrichmentJobType |
Instances
newListVectorEnrichmentJobOutputConfig Source #
Arguments
| :: Text | |
| -> UTCTime | |
| -> Int | |
| -> Text | |
| -> VectorEnrichmentJobStatus | |
| -> VectorEnrichmentJobType | |
| -> ListVectorEnrichmentJobOutputConfig |
Create a value of ListVectorEnrichmentJobOutputConfig 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:tags:ListVectorEnrichmentJobOutputConfig', listVectorEnrichmentJobOutputConfig_tags - Each tag consists of a key and a value.
$sel:arn:ListVectorEnrichmentJobOutputConfig', listVectorEnrichmentJobOutputConfig_arn - The Amazon Resource Name (ARN) of the list of the Vector Enrichment
jobs.
$sel:creationTime:ListVectorEnrichmentJobOutputConfig', listVectorEnrichmentJobOutputConfig_creationTime - The creation time.
$sel:durationInSeconds:ListVectorEnrichmentJobOutputConfig', listVectorEnrichmentJobOutputConfig_durationInSeconds - The duration of the session, in seconds.
$sel:name:ListVectorEnrichmentJobOutputConfig', listVectorEnrichmentJobOutputConfig_name - The names of the Vector Enrichment jobs in the list.
$sel:status:ListVectorEnrichmentJobOutputConfig', listVectorEnrichmentJobOutputConfig_status - The status of the Vector Enrichment jobs list.
$sel:type':ListVectorEnrichmentJobOutputConfig', listVectorEnrichmentJobOutputConfig_type - The type of the list of Vector Enrichment jobs.
MapMatchingConfig
data MapMatchingConfig Source #
See: newMapMatchingConfig smart constructor.
Constructors
| MapMatchingConfig' Text Text Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> MapMatchingConfig |
Create a value of MapMatchingConfig 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:idAttributeName:MapMatchingConfig', mapMatchingConfig_idAttributeName -
$sel:timestampAttributeName:MapMatchingConfig', mapMatchingConfig_timestampAttributeName - The name of the timestamp attribute.
$sel:xAttributeName:MapMatchingConfig', mapMatchingConfig_xAttributeName - The name of the X-attribute
$sel:yAttributeName:MapMatchingConfig', mapMatchingConfig_yAttributeName - The name of the Y-attribute
MultiPolygonGeometryInput
data MultiPolygonGeometryInput Source #
See: newMultiPolygonGeometryInput smart constructor.
Instances
newMultiPolygonGeometryInput :: MultiPolygonGeometryInput Source #
Create a value of MultiPolygonGeometryInput 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:coordinates:MultiPolygonGeometryInput', multiPolygonGeometryInput_coordinates - The coordinates of the multipolygon geometry.
Operation
See: newOperation smart constructor.
Constructors
| Operation' (Maybe OutputType) Text Text |
Instances
| FromJSON Operation Source # | |
| ToJSON Operation Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Operation | |
| Generic Operation Source # | |
| Read Operation Source # | |
| Show Operation Source # | |
| NFData Operation Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Operation | |
| Eq Operation Source # | |
| Hashable Operation Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Operation | |
| type Rep Operation Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Operation type Rep Operation = D1 ('MetaData "Operation" "Amazonka.SageMakerGeoSpatial.Types.Operation" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "Operation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputType)) :*: (S1 ('MetaSel ('Just "equation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) | |
Create a value of Operation 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:outputType:Operation', operation_outputType - The type of the operation.
$sel:equation:Operation', operation_equation -
$sel:name:Operation', operation_name - The name of the operation.
OutputBand
data OutputBand Source #
A single EarthObservationJob output band.
See: newOutputBand smart constructor.
Constructors
| OutputBand' Text OutputType |
Instances
Create a value of OutputBand 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:bandName:OutputBand', outputBand_bandName - The name of the band.
$sel:outputDataType:OutputBand', outputBand_outputDataType - The datatype of the output band.
OutputConfigInput
data OutputConfigInput Source #
The response structure for an OutputConfig returned by an ExportEarthObservationJob.
See: newOutputConfigInput smart constructor.
Constructors
| OutputConfigInput' ExportS3DataInput |
Instances
Create a value of OutputConfigInput 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:s3Data:OutputConfigInput', outputConfigInput_s3Data - Path to Amazon S3 storage location for the output configuration file.
OutputResolutionResamplingInput
data OutputResolutionResamplingInput Source #
See: newOutputResolutionResamplingInput smart constructor.
Constructors
| OutputResolutionResamplingInput' UserDefined |
Instances
newOutputResolutionResamplingInput Source #
Arguments
| :: UserDefined | |
| -> OutputResolutionResamplingInput |
Create a value of OutputResolutionResamplingInput 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:userDefined:OutputResolutionResamplingInput', outputResolutionResamplingInput_userDefined -
OutputResolutionStackInput
data OutputResolutionStackInput Source #
See: newOutputResolutionStackInput smart constructor.
Constructors
| OutputResolutionStackInput' (Maybe PredefinedResolution) (Maybe UserDefined) |
Instances
newOutputResolutionStackInput :: OutputResolutionStackInput Source #
Create a value of OutputResolutionStackInput 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:predefined:OutputResolutionStackInput', outputResolutionStackInput_predefined -
$sel:userDefined:OutputResolutionStackInput', outputResolutionStackInput_userDefined -
PlatformInput
data PlatformInput Source #
See: newPlatformInput smart constructor.
Constructors
| PlatformInput' (Maybe ComparisonOperator) Text |
Instances
Arguments
| :: Text | |
| -> PlatformInput |
Create a value of PlatformInput 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:comparisonOperator:PlatformInput', platformInput_comparisonOperator -
$sel:value:PlatformInput', platformInput_value - The value of the platform.
PolygonGeometryInput
data PolygonGeometryInput Source #
See: newPolygonGeometryInput smart constructor.
Instances
newPolygonGeometryInput Source #
Arguments
| :: NonEmpty (NonEmpty (NonEmpty Double)) | |
| -> PolygonGeometryInput |
Create a value of PolygonGeometryInput 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:coordinates:PolygonGeometryInput', polygonGeometryInput_coordinates -
Properties
data Properties Source #
See: newProperties smart constructor.
Constructors
| Properties' (Maybe Double) (Maybe Double) (Maybe Text) (Maybe Double) (Maybe Double) (Maybe Double) |
Instances
newProperties :: Properties Source #
Create a value of Properties 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:eoCloudCover:Properties', properties_eoCloudCover -
$sel:landsatCloudCoverLand:Properties', properties_landsatCloudCoverLand -
$sel:platform:Properties', properties_platform -
$sel:viewOffNadir:Properties', properties_viewOffNadir -
$sel:viewSunAzimuth:Properties', properties_viewSunAzimuth -
$sel:viewSunElevation:Properties', properties_viewSunElevation -
Property
See: newProperty smart constructor.
Constructors
| Property' (Maybe EoCloudCoverInput) (Maybe LandsatCloudCoverLandInput) (Maybe PlatformInput) (Maybe ViewOffNadirInput) (Maybe ViewSunAzimuthInput) (Maybe ViewSunElevationInput) |
Instances
newProperty :: Property Source #
Create a value of Property 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:eoCloudCover:Property', property_eoCloudCover -
$sel:landsatCloudCoverLand:Property', property_landsatCloudCoverLand -
$sel:platform:Property', property_platform -
$sel:viewOffNadir:Property', property_viewOffNadir -
$sel:viewSunAzimuth:Property', property_viewSunAzimuth -
$sel:viewSunElevation:Property', property_viewSunElevation -
PropertyFilter
data PropertyFilter Source #
See: newPropertyFilter smart constructor.
Constructors
| PropertyFilter' Property |
Instances
Arguments
| :: Property | |
| -> PropertyFilter |
Create a value of PropertyFilter 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:
PropertyFilters
data PropertyFilters Source #
See: newPropertyFilters smart constructor.
Constructors
| PropertyFilters' (Maybe LogicalOperator) (Maybe [PropertyFilter]) |
Instances
newPropertyFilters :: PropertyFilters Source #
Create a value of PropertyFilters 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:logicalOperator:PropertyFilters', propertyFilters_logicalOperator -
$sel:properties:PropertyFilters', propertyFilters_properties -
RasterDataCollectionMetadata
data RasterDataCollectionMetadata Source #
Response object containing details for a specific RasterDataCollection.
See: newRasterDataCollectionMetadata smart constructor.
Constructors
| RasterDataCollectionMetadata' (Maybe Text) (Maybe (HashMap Text Text)) Text Text Text [Filter] DataCollectionType |
Instances
newRasterDataCollectionMetadata Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DataCollectionType | |
| -> RasterDataCollectionMetadata |
Create a value of RasterDataCollectionMetadata 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:descriptionPageUrl:RasterDataCollectionMetadata', rasterDataCollectionMetadata_descriptionPageUrl - The description URL of the raster data collection.
$sel:tags:RasterDataCollectionMetadata', rasterDataCollectionMetadata_tags - Each tag consists of a key and a value.
$sel:arn:RasterDataCollectionMetadata', rasterDataCollectionMetadata_arn - The Amazon Resource Name (ARN) of the raster data collection.
$sel:description:RasterDataCollectionMetadata', rasterDataCollectionMetadata_description - A description of the raster data collection.
RasterDataCollectionMetadata, rasterDataCollectionMetadata_name - The name of the raster data collection.
$sel:supportedFilters:RasterDataCollectionMetadata', rasterDataCollectionMetadata_supportedFilters -
RasterDataCollectionMetadata, rasterDataCollectionMetadata_type - The type of raster data collection.
RasterDataCollectionQueryInput
data RasterDataCollectionQueryInput Source #
See: newRasterDataCollectionQueryInput smart constructor.
Constructors
| RasterDataCollectionQueryInput' (Maybe AreaOfInterest) (Maybe PropertyFilters) Text (Sensitive TimeRangeFilterInput) |
Instances
newRasterDataCollectionQueryInput Source #
Arguments
| :: Text |
|
| -> TimeRangeFilterInput | |
| -> RasterDataCollectionQueryInput |
Create a value of RasterDataCollectionQueryInput 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:areaOfInterest:RasterDataCollectionQueryInput', rasterDataCollectionQueryInput_areaOfInterest - The area of interest being queried for the raster data collection.
$sel:propertyFilters:RasterDataCollectionQueryInput', rasterDataCollectionQueryInput_propertyFilters -
$sel:rasterDataCollectionArn:RasterDataCollectionQueryInput', rasterDataCollectionQueryInput_rasterDataCollectionArn - The Amazon Resource Name (ARN) of the raster data collection.
$sel:timeRangeFilter:RasterDataCollectionQueryInput', rasterDataCollectionQueryInput_timeRangeFilter -
RasterDataCollectionQueryOutput
data RasterDataCollectionQueryOutput Source #
See: newRasterDataCollectionQueryOutput smart constructor.
Constructors
| RasterDataCollectionQueryOutput' (Maybe AreaOfInterest) (Maybe PropertyFilters) Text Text (Sensitive TimeRangeFilterInput) |
Instances
newRasterDataCollectionQueryOutput Source #
Arguments
| :: Text |
|
| -> Text |
|
| -> TimeRangeFilterInput | |
| -> RasterDataCollectionQueryOutput |
Create a value of RasterDataCollectionQueryOutput 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:areaOfInterest:RasterDataCollectionQueryOutput', rasterDataCollectionQueryOutput_areaOfInterest -
$sel:propertyFilters:RasterDataCollectionQueryOutput', rasterDataCollectionQueryOutput_propertyFilters -
$sel:rasterDataCollectionArn:RasterDataCollectionQueryOutput', rasterDataCollectionQueryOutput_rasterDataCollectionArn -
$sel:rasterDataCollectionName:RasterDataCollectionQueryOutput', rasterDataCollectionQueryOutput_rasterDataCollectionName - The name of the raster data collection.
$sel:timeRangeFilter:RasterDataCollectionQueryOutput', rasterDataCollectionQueryOutput_timeRangeFilter -
RasterDataCollectionQueryWithBandFilterInput
data RasterDataCollectionQueryWithBandFilterInput Source #
This is a RasterDataCollectionQueryInput containing AreaOfInterest, Time Range filter and Property filters.
See: newRasterDataCollectionQueryWithBandFilterInput smart constructor.
Constructors
| RasterDataCollectionQueryWithBandFilterInput' (Maybe AreaOfInterest) (Maybe (NonEmpty Text)) (Maybe PropertyFilters) (Sensitive TimeRangeFilterInput) |
Instances
newRasterDataCollectionQueryWithBandFilterInput Source #
Arguments
| :: TimeRangeFilterInput |
|
| -> RasterDataCollectionQueryWithBandFilterInput |
Create a value of RasterDataCollectionQueryWithBandFilterInput 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:areaOfInterest:RasterDataCollectionQueryWithBandFilterInput', rasterDataCollectionQueryWithBandFilterInput_areaOfInterest -
$sel:bandFilter:RasterDataCollectionQueryWithBandFilterInput', rasterDataCollectionQueryWithBandFilterInput_bandFilter -
$sel:propertyFilters:RasterDataCollectionQueryWithBandFilterInput', rasterDataCollectionQueryWithBandFilterInput_propertyFilters -
$sel:timeRangeFilter:RasterDataCollectionQueryWithBandFilterInput', rasterDataCollectionQueryWithBandFilterInput_timeRangeFilter -
ResamplingConfigInput
data ResamplingConfigInput Source #
See: newResamplingConfigInput smart constructor.
Constructors
| ResamplingConfigInput' (Maybe AlgorithmNameResampling) (Maybe (NonEmpty Text)) OutputResolutionResamplingInput |
Instances
newResamplingConfigInput Source #
Arguments
| :: OutputResolutionResamplingInput | |
| -> ResamplingConfigInput |
Create a value of ResamplingConfigInput 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:algorithmName:ResamplingConfigInput', resamplingConfigInput_algorithmName - The name of the algorithm used for resampling.
$sel:targetBands:ResamplingConfigInput', resamplingConfigInput_targetBands -
$sel:outputResolution:ResamplingConfigInput', resamplingConfigInput_outputResolution -
ReverseGeocodingConfig
data ReverseGeocodingConfig Source #
See: newReverseGeocodingConfig smart constructor.
Constructors
| ReverseGeocodingConfig' Text Text |
Instances
newReverseGeocodingConfig Source #
Arguments
| :: Text | |
| -> Text | |
| -> ReverseGeocodingConfig |
Create a value of ReverseGeocodingConfig 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:xAttributeName:ReverseGeocodingConfig', reverseGeocodingConfig_xAttributeName -
$sel:yAttributeName:ReverseGeocodingConfig', reverseGeocodingConfig_yAttributeName -
S3DataInput
data S3DataInput Source #
Path to Amazon S3 storage location for input data.
See: newS3DataInput smart constructor.
Constructors
| S3DataInput' (Maybe Text) MetadataProvider Text |
Instances
Arguments
| :: MetadataProvider | |
| -> Text | |
| -> S3DataInput |
Create a value of S3DataInput 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:kmsKeyId:S3DataInput', s3DataInput_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
$sel:metadataProvider:S3DataInput', s3DataInput_metadataProvider -
$sel:s3Uri:S3DataInput', s3DataInput_s3Uri - The URL to the Amazon S3 input.
StackConfigInput
data StackConfigInput Source #
See: newStackConfigInput smart constructor.
Constructors
| StackConfigInput' (Maybe OutputResolutionStackInput) (Maybe (NonEmpty Text)) |
Instances
newStackConfigInput :: StackConfigInput Source #
Create a value of StackConfigInput 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:outputResolution:StackConfigInput', stackConfigInput_outputResolution -
$sel:targetBands:StackConfigInput', stackConfigInput_targetBands -
TemporalStatisticsConfigInput
data TemporalStatisticsConfigInput Source #
See: newTemporalStatisticsConfigInput smart constructor.
Constructors
| TemporalStatisticsConfigInput' (Maybe GroupBy) (Maybe (NonEmpty Text)) (NonEmpty TemporalStatistics) |
Instances
newTemporalStatisticsConfigInput Source #
Arguments
| :: NonEmpty TemporalStatistics | |
| -> TemporalStatisticsConfigInput |
Create a value of TemporalStatisticsConfigInput 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:groupBy:TemporalStatisticsConfigInput', temporalStatisticsConfigInput_groupBy -
$sel:targetBands:TemporalStatisticsConfigInput', temporalStatisticsConfigInput_targetBands -
$sel:statistics:TemporalStatisticsConfigInput', temporalStatisticsConfigInput_statistics -
TimeRangeFilterInput
data TimeRangeFilterInput Source #
The input for the time-range filter.
See: newTimeRangeFilterInput smart constructor.
Constructors
| TimeRangeFilterInput' POSIX POSIX |
Instances
newTimeRangeFilterInput Source #
Arguments
| :: UTCTime | |
| -> UTCTime | |
| -> TimeRangeFilterInput |
Create a value of TimeRangeFilterInput 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:endTime:TimeRangeFilterInput', timeRangeFilterInput_endTime - The end time for the time-range filter.
$sel:startTime:TimeRangeFilterInput', timeRangeFilterInput_startTime - The start time for the time-range filter.
UserDefined
data UserDefined Source #
See: newUserDefined smart constructor.
Constructors
| UserDefined' Unit Double |
Instances
Arguments
| :: Unit | |
| -> Double | |
| -> UserDefined |
Create a value of UserDefined 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:
VectorEnrichmentJobConfig
data VectorEnrichmentJobConfig Source #
It contains configs such as ReverseGeocodingConfig and MapMatchingConfig.
See: newVectorEnrichmentJobConfig smart constructor.
Constructors
| VectorEnrichmentJobConfig' (Maybe MapMatchingConfig) (Maybe ReverseGeocodingConfig) |
Instances
newVectorEnrichmentJobConfig :: VectorEnrichmentJobConfig Source #
Create a value of VectorEnrichmentJobConfig 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:mapMatchingConfig:VectorEnrichmentJobConfig', vectorEnrichmentJobConfig_mapMatchingConfig -
$sel:reverseGeocodingConfig:VectorEnrichmentJobConfig', vectorEnrichmentJobConfig_reverseGeocodingConfig -
VectorEnrichmentJobDataSourceConfigInput
data VectorEnrichmentJobDataSourceConfigInput Source #
See: newVectorEnrichmentJobDataSourceConfigInput smart constructor.
Instances
newVectorEnrichmentJobDataSourceConfigInput :: VectorEnrichmentJobDataSourceConfigInput Source #
Create a value of VectorEnrichmentJobDataSourceConfigInput 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:s3Data:VectorEnrichmentJobDataSourceConfigInput', vectorEnrichmentJobDataSourceConfigInput_s3Data -
VectorEnrichmentJobErrorDetails
data VectorEnrichmentJobErrorDetails Source #
VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.
See: newVectorEnrichmentJobErrorDetails smart constructor.
Constructors
| VectorEnrichmentJobErrorDetails' (Maybe Text) (Maybe VectorEnrichmentJobErrorType) |
Instances
newVectorEnrichmentJobErrorDetails :: VectorEnrichmentJobErrorDetails Source #
Create a value of VectorEnrichmentJobErrorDetails 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:errorMessage:VectorEnrichmentJobErrorDetails', vectorEnrichmentJobErrorDetails_errorMessage - A message that you define and then is processed and rendered by the
Vector Enrichment job when the error occurs.
$sel:errorType:VectorEnrichmentJobErrorDetails', vectorEnrichmentJobErrorDetails_errorType - The type of error generated during the Vector Enrichment job.
VectorEnrichmentJobExportErrorDetails
data VectorEnrichmentJobExportErrorDetails Source #
VectorEnrichmentJob export error details in response from GetVectorEnrichmentJob.
See: newVectorEnrichmentJobExportErrorDetails smart constructor.
Constructors
| VectorEnrichmentJobExportErrorDetails' (Maybe Text) (Maybe VectorEnrichmentJobExportErrorType) |
Instances
newVectorEnrichmentJobExportErrorDetails :: VectorEnrichmentJobExportErrorDetails Source #
Create a value of VectorEnrichmentJobExportErrorDetails 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:message:VectorEnrichmentJobExportErrorDetails', vectorEnrichmentJobExportErrorDetails_message - The message providing details about the errors generated during the
Vector Enrichment job.
$sel:type':VectorEnrichmentJobExportErrorDetails', vectorEnrichmentJobExportErrorDetails_type -
VectorEnrichmentJobInputConfig
data VectorEnrichmentJobInputConfig Source #
The input structure for the InputConfig in a VectorEnrichmentJob.
See: newVectorEnrichmentJobInputConfig smart constructor.
Constructors
| VectorEnrichmentJobInputConfig' VectorEnrichmentJobDataSourceConfigInput VectorEnrichmentJobDocumentType |
Instances
newVectorEnrichmentJobInputConfig Source #
Arguments
| :: VectorEnrichmentJobDataSourceConfigInput | |
| -> VectorEnrichmentJobDocumentType | |
| -> VectorEnrichmentJobInputConfig |
Create a value of VectorEnrichmentJobInputConfig 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:dataSourceConfig:VectorEnrichmentJobInputConfig', vectorEnrichmentJobInputConfig_dataSourceConfig -
$sel:documentType:VectorEnrichmentJobInputConfig', vectorEnrichmentJobInputConfig_documentType -
VectorEnrichmentJobS3Data
data VectorEnrichmentJobS3Data Source #
The Amazon S3 data for the Vector Enrichment job.
See: newVectorEnrichmentJobS3Data smart constructor.
Constructors
| VectorEnrichmentJobS3Data' (Maybe Text) Text |
Instances
newVectorEnrichmentJobS3Data Source #
Create a value of VectorEnrichmentJobS3Data 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:kmsKeyId:VectorEnrichmentJobS3Data', vectorEnrichmentJobS3Data_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
$sel:s3Uri:VectorEnrichmentJobS3Data', vectorEnrichmentJobS3Data_s3Uri - The URL to the Amazon S3 data for the Vector Enrichment job.
ViewOffNadirInput
data ViewOffNadirInput Source #
See: newViewOffNadirInput smart constructor.
Constructors
| ViewOffNadirInput' Double Double |
Instances
Arguments
| :: Double | |
| -> Double | |
| -> ViewOffNadirInput |
Create a value of ViewOffNadirInput 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:lowerBound:ViewOffNadirInput', viewOffNadirInput_lowerBound -
$sel:upperBound:ViewOffNadirInput', viewOffNadirInput_upperBound -
ViewSunAzimuthInput
data ViewSunAzimuthInput Source #
See: newViewSunAzimuthInput smart constructor.
Constructors
| ViewSunAzimuthInput' Double Double |
Instances
newViewSunAzimuthInput Source #
Arguments
| :: Double | |
| -> Double | |
| -> ViewSunAzimuthInput |
Create a value of ViewSunAzimuthInput 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:lowerBound:ViewSunAzimuthInput', viewSunAzimuthInput_lowerBound -
$sel:upperBound:ViewSunAzimuthInput', viewSunAzimuthInput_upperBound -
ViewSunElevationInput
data ViewSunElevationInput Source #
See: newViewSunElevationInput smart constructor.
Constructors
| ViewSunElevationInput' Double Double |
Instances
newViewSunElevationInput Source #
Arguments
| :: Double | |
| -> Double | |
| -> ViewSunElevationInput |
Create a value of ViewSunElevationInput 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:lowerBound:ViewSunElevationInput', viewSunElevationInput_lowerBound - The lower bound to view the sun elevation.
$sel:upperBound:ViewSunElevationInput', viewSunElevationInput_upperBound - The upper bound to view the sun elevation.
ZonalStatisticsConfigInput
data ZonalStatisticsConfigInput Source #
See: newZonalStatisticsConfigInput smart constructor.
Constructors
| ZonalStatisticsConfigInput' (Maybe (NonEmpty Text)) (NonEmpty ZonalStatistics) Text |
Instances
newZonalStatisticsConfigInput Source #
Arguments
| :: NonEmpty ZonalStatistics | |
| -> Text | |
| -> ZonalStatisticsConfigInput |
Create a value of ZonalStatisticsConfigInput 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:targetBands:ZonalStatisticsConfigInput', zonalStatisticsConfigInput_targetBands -
$sel:statistics:ZonalStatisticsConfigInput', zonalStatisticsConfigInput_statistics -
$sel:zoneS3Path:ZonalStatisticsConfigInput', zonalStatisticsConfigInput_zoneS3Path -