| 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.Types
Contents
- Service Configuration
- Errors
- 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
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
- 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' {}
- newAreaOfInterest :: AreaOfInterest
- areaOfInterest_areaOfInterestGeometry :: Lens' AreaOfInterest (Maybe AreaOfInterestGeometry)
- data AreaOfInterestGeometry = AreaOfInterestGeometry' {}
- newAreaOfInterestGeometry :: AreaOfInterestGeometry
- areaOfInterestGeometry_multiPolygonGeometry :: Lens' AreaOfInterestGeometry (Maybe MultiPolygonGeometryInput)
- areaOfInterestGeometry_polygonGeometry :: Lens' AreaOfInterestGeometry (Maybe PolygonGeometryInput)
- data AssetValue = AssetValue' {}
- newAssetValue :: AssetValue
- assetValue_href :: Lens' AssetValue (Maybe Text)
- data BandMathConfigInput = BandMathConfigInput' {}
- newBandMathConfigInput :: BandMathConfigInput
- bandMathConfigInput_customIndices :: Lens' BandMathConfigInput (Maybe CustomIndicesInput)
- bandMathConfigInput_predefinedIndices :: Lens' BandMathConfigInput (Maybe (NonEmpty Text))
- data CloudMaskingConfigInput = CloudMaskingConfigInput' {
- newCloudMaskingConfigInput :: CloudMaskingConfigInput
- data CloudRemovalConfigInput = CloudRemovalConfigInput' {}
- newCloudRemovalConfigInput :: CloudRemovalConfigInput
- cloudRemovalConfigInput_algorithmName :: Lens' CloudRemovalConfigInput (Maybe AlgorithmNameCloudRemoval)
- cloudRemovalConfigInput_interpolationValue :: Lens' CloudRemovalConfigInput (Maybe Text)
- cloudRemovalConfigInput_targetBands :: Lens' CloudRemovalConfigInput (Maybe (NonEmpty Text))
- data CustomIndicesInput = CustomIndicesInput' {
- operations :: Maybe (NonEmpty Operation)
- newCustomIndicesInput :: CustomIndicesInput
- customIndicesInput_operations :: Lens' CustomIndicesInput (Maybe (NonEmpty Operation))
- data EarthObservationJobErrorDetails = EarthObservationJobErrorDetails' {}
- newEarthObservationJobErrorDetails :: EarthObservationJobErrorDetails
- earthObservationJobErrorDetails_message :: Lens' EarthObservationJobErrorDetails (Maybe Text)
- earthObservationJobErrorDetails_type :: Lens' EarthObservationJobErrorDetails (Maybe EarthObservationJobErrorType)
- data EoCloudCoverInput = EoCloudCoverInput' {
- lowerBound :: Double
- upperBound :: Double
- newEoCloudCoverInput :: Double -> Double -> EoCloudCoverInput
- eoCloudCoverInput_lowerBound :: Lens' EoCloudCoverInput Double
- eoCloudCoverInput_upperBound :: Lens' EoCloudCoverInput Double
- data EojDataSourceConfigInput = EojDataSourceConfigInput' {}
- newEojDataSourceConfigInput :: EojDataSourceConfigInput
- eojDataSourceConfigInput_s3Data :: Lens' EojDataSourceConfigInput (Maybe S3DataInput)
- data ExportErrorDetails = ExportErrorDetails' {}
- newExportErrorDetails :: ExportErrorDetails
- exportErrorDetails_exportResults :: Lens' ExportErrorDetails (Maybe ExportErrorDetailsOutput)
- exportErrorDetails_exportSourceImages :: Lens' ExportErrorDetails (Maybe ExportErrorDetailsOutput)
- data ExportErrorDetailsOutput = ExportErrorDetailsOutput' {}
- newExportErrorDetailsOutput :: ExportErrorDetailsOutput
- exportErrorDetailsOutput_message :: Lens' ExportErrorDetailsOutput (Maybe Text)
- exportErrorDetailsOutput_type :: Lens' ExportErrorDetailsOutput (Maybe ExportErrorType)
- data ExportS3DataInput = ExportS3DataInput' {}
- newExportS3DataInput :: Text -> ExportS3DataInput
- exportS3DataInput_kmsKeyId :: Lens' ExportS3DataInput (Maybe Text)
- exportS3DataInput_s3Uri :: Lens' ExportS3DataInput Text
- data ExportVectorEnrichmentJobOutputConfig = ExportVectorEnrichmentJobOutputConfig' {}
- newExportVectorEnrichmentJobOutputConfig :: VectorEnrichmentJobS3Data -> ExportVectorEnrichmentJobOutputConfig
- exportVectorEnrichmentJobOutputConfig_s3Data :: Lens' ExportVectorEnrichmentJobOutputConfig VectorEnrichmentJobS3Data
- data Filter = Filter' {}
- newFilter :: Text -> Text -> Filter
- filter_maximum :: Lens' Filter (Maybe Double)
- filter_minimum :: Lens' Filter (Maybe Double)
- filter_name :: Lens' Filter Text
- filter_type :: Lens' Filter Text
- data GeoMosaicConfigInput = GeoMosaicConfigInput' {}
- newGeoMosaicConfigInput :: GeoMosaicConfigInput
- geoMosaicConfigInput_algorithmName :: Lens' GeoMosaicConfigInput (Maybe AlgorithmNameGeoMosaic)
- geoMosaicConfigInput_targetBands :: Lens' GeoMosaicConfigInput (Maybe (NonEmpty Text))
- data Geometry = Geometry' {}
- newGeometry :: NonEmpty (NonEmpty (NonEmpty Double)) -> Text -> Geometry
- geometry_coordinates :: Lens' Geometry (NonEmpty (NonEmpty (NonEmpty Double)))
- geometry_type :: Lens' Geometry Text
- data InputConfigInput = InputConfigInput' {}
- newInputConfigInput :: InputConfigInput
- inputConfigInput_dataSourceConfig :: Lens' InputConfigInput (Maybe EojDataSourceConfigInput)
- inputConfigInput_previousEarthObservationJobArn :: Lens' InputConfigInput (Maybe Text)
- inputConfigInput_rasterDataCollectionQuery :: Lens' InputConfigInput (Maybe RasterDataCollectionQueryInput)
- data InputConfigOutput = InputConfigOutput' {}
- newInputConfigOutput :: InputConfigOutput
- inputConfigOutput_dataSourceConfig :: Lens' InputConfigOutput (Maybe EojDataSourceConfigInput)
- inputConfigOutput_previousEarthObservationJobArn :: Lens' InputConfigOutput (Maybe Text)
- inputConfigOutput_rasterDataCollectionQuery :: Lens' InputConfigOutput (Maybe RasterDataCollectionQueryOutput)
- data ItemSource = ItemSource' {
- assets :: Maybe (HashMap Text AssetValue)
- properties :: Maybe Properties
- dateTime :: POSIX
- geometry :: Geometry
- id :: Text
- newItemSource :: UTCTime -> Geometry -> Text -> ItemSource
- itemSource_assets :: Lens' ItemSource (Maybe (HashMap Text AssetValue))
- itemSource_properties :: Lens' ItemSource (Maybe Properties)
- itemSource_dateTime :: Lens' ItemSource UTCTime
- itemSource_geometry :: Lens' ItemSource Geometry
- itemSource_id :: Lens' ItemSource Text
- data JobConfigInput = JobConfigInput' {
- bandMathConfig :: Maybe BandMathConfigInput
- cloudMaskingConfig :: Maybe CloudMaskingConfigInput
- cloudRemovalConfig :: Maybe CloudRemovalConfigInput
- geoMosaicConfig :: Maybe GeoMosaicConfigInput
- landCoverSegmentationConfig :: Maybe LandCoverSegmentationConfigInput
- resamplingConfig :: Maybe ResamplingConfigInput
- stackConfig :: Maybe StackConfigInput
- temporalStatisticsConfig :: Maybe TemporalStatisticsConfigInput
- zonalStatisticsConfig :: Maybe ZonalStatisticsConfigInput
- newJobConfigInput :: JobConfigInput
- jobConfigInput_bandMathConfig :: Lens' JobConfigInput (Maybe BandMathConfigInput)
- jobConfigInput_cloudMaskingConfig :: Lens' JobConfigInput (Maybe CloudMaskingConfigInput)
- jobConfigInput_cloudRemovalConfig :: Lens' JobConfigInput (Maybe CloudRemovalConfigInput)
- jobConfigInput_geoMosaicConfig :: Lens' JobConfigInput (Maybe GeoMosaicConfigInput)
- jobConfigInput_landCoverSegmentationConfig :: Lens' JobConfigInput (Maybe LandCoverSegmentationConfigInput)
- jobConfigInput_resamplingConfig :: Lens' JobConfigInput (Maybe ResamplingConfigInput)
- jobConfigInput_stackConfig :: Lens' JobConfigInput (Maybe StackConfigInput)
- jobConfigInput_temporalStatisticsConfig :: Lens' JobConfigInput (Maybe TemporalStatisticsConfigInput)
- jobConfigInput_zonalStatisticsConfig :: Lens' JobConfigInput (Maybe ZonalStatisticsConfigInput)
- data LandCoverSegmentationConfigInput = LandCoverSegmentationConfigInput' {
- newLandCoverSegmentationConfigInput :: LandCoverSegmentationConfigInput
- data LandsatCloudCoverLandInput = LandsatCloudCoverLandInput' {
- lowerBound :: Double
- upperBound :: Double
- newLandsatCloudCoverLandInput :: Double -> Double -> LandsatCloudCoverLandInput
- landsatCloudCoverLandInput_lowerBound :: Lens' LandsatCloudCoverLandInput Double
- landsatCloudCoverLandInput_upperBound :: Lens' LandsatCloudCoverLandInput Double
- data ListEarthObservationJobOutputConfig = ListEarthObservationJobOutputConfig' {
- tags :: Maybe (HashMap Text Text)
- arn :: Text
- creationTime :: POSIX
- durationInSeconds :: Int
- name :: Text
- operationType :: Text
- status :: EarthObservationJobStatus
- newListEarthObservationJobOutputConfig :: Text -> UTCTime -> Int -> Text -> Text -> EarthObservationJobStatus -> ListEarthObservationJobOutputConfig
- listEarthObservationJobOutputConfig_tags :: Lens' ListEarthObservationJobOutputConfig (Maybe (HashMap Text Text))
- listEarthObservationJobOutputConfig_arn :: Lens' ListEarthObservationJobOutputConfig Text
- listEarthObservationJobOutputConfig_creationTime :: Lens' ListEarthObservationJobOutputConfig UTCTime
- listEarthObservationJobOutputConfig_durationInSeconds :: Lens' ListEarthObservationJobOutputConfig Int
- listEarthObservationJobOutputConfig_name :: Lens' ListEarthObservationJobOutputConfig Text
- listEarthObservationJobOutputConfig_operationType :: Lens' ListEarthObservationJobOutputConfig Text
- listEarthObservationJobOutputConfig_status :: Lens' ListEarthObservationJobOutputConfig EarthObservationJobStatus
- data ListVectorEnrichmentJobOutputConfig = ListVectorEnrichmentJobOutputConfig' {}
- newListVectorEnrichmentJobOutputConfig :: Text -> UTCTime -> Int -> Text -> VectorEnrichmentJobStatus -> VectorEnrichmentJobType -> ListVectorEnrichmentJobOutputConfig
- listVectorEnrichmentJobOutputConfig_tags :: Lens' ListVectorEnrichmentJobOutputConfig (Maybe (HashMap Text Text))
- listVectorEnrichmentJobOutputConfig_arn :: Lens' ListVectorEnrichmentJobOutputConfig Text
- listVectorEnrichmentJobOutputConfig_creationTime :: Lens' ListVectorEnrichmentJobOutputConfig UTCTime
- listVectorEnrichmentJobOutputConfig_durationInSeconds :: Lens' ListVectorEnrichmentJobOutputConfig Int
- listVectorEnrichmentJobOutputConfig_name :: Lens' ListVectorEnrichmentJobOutputConfig Text
- listVectorEnrichmentJobOutputConfig_status :: Lens' ListVectorEnrichmentJobOutputConfig VectorEnrichmentJobStatus
- listVectorEnrichmentJobOutputConfig_type :: Lens' ListVectorEnrichmentJobOutputConfig VectorEnrichmentJobType
- data MapMatchingConfig = MapMatchingConfig' {}
- newMapMatchingConfig :: Text -> Text -> Text -> Text -> MapMatchingConfig
- mapMatchingConfig_idAttributeName :: Lens' MapMatchingConfig Text
- mapMatchingConfig_timestampAttributeName :: Lens' MapMatchingConfig Text
- mapMatchingConfig_xAttributeName :: Lens' MapMatchingConfig Text
- mapMatchingConfig_yAttributeName :: Lens' MapMatchingConfig Text
- data MultiPolygonGeometryInput = MultiPolygonGeometryInput' {}
- newMultiPolygonGeometryInput :: MultiPolygonGeometryInput
- multiPolygonGeometryInput_coordinates :: Lens' MultiPolygonGeometryInput [NonEmpty (NonEmpty (NonEmpty Double))]
- data Operation = Operation' {
- outputType :: Maybe OutputType
- equation :: Text
- name :: Text
- newOperation :: Text -> Text -> Operation
- operation_outputType :: Lens' Operation (Maybe OutputType)
- operation_equation :: Lens' Operation Text
- operation_name :: Lens' Operation Text
- data OutputBand = OutputBand' {}
- newOutputBand :: Text -> OutputType -> OutputBand
- outputBand_bandName :: Lens' OutputBand Text
- outputBand_outputDataType :: Lens' OutputBand OutputType
- data OutputConfigInput = OutputConfigInput' {}
- newOutputConfigInput :: ExportS3DataInput -> OutputConfigInput
- outputConfigInput_s3Data :: Lens' OutputConfigInput ExportS3DataInput
- data OutputResolutionResamplingInput = OutputResolutionResamplingInput' {}
- newOutputResolutionResamplingInput :: UserDefined -> OutputResolutionResamplingInput
- outputResolutionResamplingInput_userDefined :: Lens' OutputResolutionResamplingInput UserDefined
- data OutputResolutionStackInput = OutputResolutionStackInput' {}
- newOutputResolutionStackInput :: OutputResolutionStackInput
- outputResolutionStackInput_predefined :: Lens' OutputResolutionStackInput (Maybe PredefinedResolution)
- outputResolutionStackInput_userDefined :: Lens' OutputResolutionStackInput (Maybe UserDefined)
- data PlatformInput = PlatformInput' {}
- newPlatformInput :: Text -> PlatformInput
- platformInput_comparisonOperator :: Lens' PlatformInput (Maybe ComparisonOperator)
- platformInput_value :: Lens' PlatformInput Text
- data PolygonGeometryInput = PolygonGeometryInput' {}
- newPolygonGeometryInput :: NonEmpty (NonEmpty (NonEmpty Double)) -> PolygonGeometryInput
- polygonGeometryInput_coordinates :: Lens' PolygonGeometryInput (NonEmpty (NonEmpty (NonEmpty Double)))
- data Properties = Properties' {}
- newProperties :: Properties
- properties_eoCloudCover :: Lens' Properties (Maybe Double)
- properties_landsatCloudCoverLand :: Lens' Properties (Maybe Double)
- properties_platform :: Lens' Properties (Maybe Text)
- properties_viewOffNadir :: Lens' Properties (Maybe Double)
- properties_viewSunAzimuth :: Lens' Properties (Maybe Double)
- properties_viewSunElevation :: Lens' Properties (Maybe Double)
- data Property = Property' {}
- newProperty :: Property
- property_eoCloudCover :: Lens' Property (Maybe EoCloudCoverInput)
- property_landsatCloudCoverLand :: Lens' Property (Maybe LandsatCloudCoverLandInput)
- property_platform :: Lens' Property (Maybe PlatformInput)
- property_viewOffNadir :: Lens' Property (Maybe ViewOffNadirInput)
- property_viewSunAzimuth :: Lens' Property (Maybe ViewSunAzimuthInput)
- property_viewSunElevation :: Lens' Property (Maybe ViewSunElevationInput)
- data PropertyFilter = PropertyFilter' {}
- newPropertyFilter :: Property -> PropertyFilter
- propertyFilter_property :: Lens' PropertyFilter Property
- data PropertyFilters = PropertyFilters' {}
- newPropertyFilters :: PropertyFilters
- propertyFilters_logicalOperator :: Lens' PropertyFilters (Maybe LogicalOperator)
- propertyFilters_properties :: Lens' PropertyFilters (Maybe [PropertyFilter])
- data RasterDataCollectionMetadata = RasterDataCollectionMetadata' {
- descriptionPageUrl :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- arn :: Text
- description :: Text
- name :: Text
- supportedFilters :: [Filter]
- type' :: DataCollectionType
- newRasterDataCollectionMetadata :: Text -> Text -> Text -> DataCollectionType -> RasterDataCollectionMetadata
- rasterDataCollectionMetadata_descriptionPageUrl :: Lens' RasterDataCollectionMetadata (Maybe Text)
- rasterDataCollectionMetadata_tags :: Lens' RasterDataCollectionMetadata (Maybe (HashMap Text Text))
- rasterDataCollectionMetadata_arn :: Lens' RasterDataCollectionMetadata Text
- rasterDataCollectionMetadata_description :: Lens' RasterDataCollectionMetadata Text
- rasterDataCollectionMetadata_name :: Lens' RasterDataCollectionMetadata Text
- rasterDataCollectionMetadata_supportedFilters :: Lens' RasterDataCollectionMetadata [Filter]
- rasterDataCollectionMetadata_type :: Lens' RasterDataCollectionMetadata DataCollectionType
- data RasterDataCollectionQueryInput = RasterDataCollectionQueryInput' {}
- newRasterDataCollectionQueryInput :: Text -> TimeRangeFilterInput -> RasterDataCollectionQueryInput
- rasterDataCollectionQueryInput_areaOfInterest :: Lens' RasterDataCollectionQueryInput (Maybe AreaOfInterest)
- rasterDataCollectionQueryInput_propertyFilters :: Lens' RasterDataCollectionQueryInput (Maybe PropertyFilters)
- rasterDataCollectionQueryInput_rasterDataCollectionArn :: Lens' RasterDataCollectionQueryInput Text
- rasterDataCollectionQueryInput_timeRangeFilter :: Lens' RasterDataCollectionQueryInput TimeRangeFilterInput
- data RasterDataCollectionQueryOutput = RasterDataCollectionQueryOutput' {}
- newRasterDataCollectionQueryOutput :: Text -> Text -> TimeRangeFilterInput -> RasterDataCollectionQueryOutput
- rasterDataCollectionQueryOutput_areaOfInterest :: Lens' RasterDataCollectionQueryOutput (Maybe AreaOfInterest)
- rasterDataCollectionQueryOutput_propertyFilters :: Lens' RasterDataCollectionQueryOutput (Maybe PropertyFilters)
- rasterDataCollectionQueryOutput_rasterDataCollectionArn :: Lens' RasterDataCollectionQueryOutput Text
- rasterDataCollectionQueryOutput_rasterDataCollectionName :: Lens' RasterDataCollectionQueryOutput Text
- rasterDataCollectionQueryOutput_timeRangeFilter :: Lens' RasterDataCollectionQueryOutput TimeRangeFilterInput
- data RasterDataCollectionQueryWithBandFilterInput = RasterDataCollectionQueryWithBandFilterInput' {}
- newRasterDataCollectionQueryWithBandFilterInput :: TimeRangeFilterInput -> RasterDataCollectionQueryWithBandFilterInput
- rasterDataCollectionQueryWithBandFilterInput_areaOfInterest :: Lens' RasterDataCollectionQueryWithBandFilterInput (Maybe AreaOfInterest)
- rasterDataCollectionQueryWithBandFilterInput_bandFilter :: Lens' RasterDataCollectionQueryWithBandFilterInput (Maybe (NonEmpty Text))
- rasterDataCollectionQueryWithBandFilterInput_propertyFilters :: Lens' RasterDataCollectionQueryWithBandFilterInput (Maybe PropertyFilters)
- rasterDataCollectionQueryWithBandFilterInput_timeRangeFilter :: Lens' RasterDataCollectionQueryWithBandFilterInput TimeRangeFilterInput
- data ResamplingConfigInput = ResamplingConfigInput' {}
- newResamplingConfigInput :: OutputResolutionResamplingInput -> ResamplingConfigInput
- resamplingConfigInput_algorithmName :: Lens' ResamplingConfigInput (Maybe AlgorithmNameResampling)
- resamplingConfigInput_targetBands :: Lens' ResamplingConfigInput (Maybe (NonEmpty Text))
- resamplingConfigInput_outputResolution :: Lens' ResamplingConfigInput OutputResolutionResamplingInput
- data ReverseGeocodingConfig = ReverseGeocodingConfig' {}
- newReverseGeocodingConfig :: Text -> Text -> ReverseGeocodingConfig
- reverseGeocodingConfig_xAttributeName :: Lens' ReverseGeocodingConfig Text
- reverseGeocodingConfig_yAttributeName :: Lens' ReverseGeocodingConfig Text
- data S3DataInput = S3DataInput' {}
- newS3DataInput :: MetadataProvider -> Text -> S3DataInput
- s3DataInput_kmsKeyId :: Lens' S3DataInput (Maybe Text)
- s3DataInput_metadataProvider :: Lens' S3DataInput MetadataProvider
- s3DataInput_s3Uri :: Lens' S3DataInput Text
- data StackConfigInput = StackConfigInput' {}
- newStackConfigInput :: StackConfigInput
- stackConfigInput_outputResolution :: Lens' StackConfigInput (Maybe OutputResolutionStackInput)
- stackConfigInput_targetBands :: Lens' StackConfigInput (Maybe (NonEmpty Text))
- data TemporalStatisticsConfigInput = TemporalStatisticsConfigInput' {}
- newTemporalStatisticsConfigInput :: NonEmpty TemporalStatistics -> TemporalStatisticsConfigInput
- temporalStatisticsConfigInput_groupBy :: Lens' TemporalStatisticsConfigInput (Maybe GroupBy)
- temporalStatisticsConfigInput_targetBands :: Lens' TemporalStatisticsConfigInput (Maybe (NonEmpty Text))
- temporalStatisticsConfigInput_statistics :: Lens' TemporalStatisticsConfigInput (NonEmpty TemporalStatistics)
- data TimeRangeFilterInput = TimeRangeFilterInput' {}
- newTimeRangeFilterInput :: UTCTime -> UTCTime -> TimeRangeFilterInput
- timeRangeFilterInput_endTime :: Lens' TimeRangeFilterInput UTCTime
- timeRangeFilterInput_startTime :: Lens' TimeRangeFilterInput UTCTime
- data UserDefined = UserDefined' {}
- newUserDefined :: Unit -> Double -> UserDefined
- userDefined_unit :: Lens' UserDefined Unit
- userDefined_value :: Lens' UserDefined Double
- data VectorEnrichmentJobConfig = VectorEnrichmentJobConfig' {}
- newVectorEnrichmentJobConfig :: VectorEnrichmentJobConfig
- vectorEnrichmentJobConfig_mapMatchingConfig :: Lens' VectorEnrichmentJobConfig (Maybe MapMatchingConfig)
- vectorEnrichmentJobConfig_reverseGeocodingConfig :: Lens' VectorEnrichmentJobConfig (Maybe ReverseGeocodingConfig)
- data VectorEnrichmentJobDataSourceConfigInput = VectorEnrichmentJobDataSourceConfigInput' {}
- newVectorEnrichmentJobDataSourceConfigInput :: VectorEnrichmentJobDataSourceConfigInput
- vectorEnrichmentJobDataSourceConfigInput_s3Data :: Lens' VectorEnrichmentJobDataSourceConfigInput (Maybe VectorEnrichmentJobS3Data)
- data VectorEnrichmentJobErrorDetails = VectorEnrichmentJobErrorDetails' {}
- newVectorEnrichmentJobErrorDetails :: VectorEnrichmentJobErrorDetails
- vectorEnrichmentJobErrorDetails_errorMessage :: Lens' VectorEnrichmentJobErrorDetails (Maybe Text)
- vectorEnrichmentJobErrorDetails_errorType :: Lens' VectorEnrichmentJobErrorDetails (Maybe VectorEnrichmentJobErrorType)
- data VectorEnrichmentJobExportErrorDetails = VectorEnrichmentJobExportErrorDetails' {}
- newVectorEnrichmentJobExportErrorDetails :: VectorEnrichmentJobExportErrorDetails
- vectorEnrichmentJobExportErrorDetails_message :: Lens' VectorEnrichmentJobExportErrorDetails (Maybe Text)
- vectorEnrichmentJobExportErrorDetails_type :: Lens' VectorEnrichmentJobExportErrorDetails (Maybe VectorEnrichmentJobExportErrorType)
- data VectorEnrichmentJobInputConfig = VectorEnrichmentJobInputConfig' {}
- newVectorEnrichmentJobInputConfig :: VectorEnrichmentJobDataSourceConfigInput -> VectorEnrichmentJobDocumentType -> VectorEnrichmentJobInputConfig
- vectorEnrichmentJobInputConfig_dataSourceConfig :: Lens' VectorEnrichmentJobInputConfig VectorEnrichmentJobDataSourceConfigInput
- vectorEnrichmentJobInputConfig_documentType :: Lens' VectorEnrichmentJobInputConfig VectorEnrichmentJobDocumentType
- data VectorEnrichmentJobS3Data = VectorEnrichmentJobS3Data' {}
- newVectorEnrichmentJobS3Data :: Text -> VectorEnrichmentJobS3Data
- vectorEnrichmentJobS3Data_kmsKeyId :: Lens' VectorEnrichmentJobS3Data (Maybe Text)
- vectorEnrichmentJobS3Data_s3Uri :: Lens' VectorEnrichmentJobS3Data Text
- data ViewOffNadirInput = ViewOffNadirInput' {
- lowerBound :: Double
- upperBound :: Double
- newViewOffNadirInput :: Double -> Double -> ViewOffNadirInput
- viewOffNadirInput_lowerBound :: Lens' ViewOffNadirInput Double
- viewOffNadirInput_upperBound :: Lens' ViewOffNadirInput Double
- data ViewSunAzimuthInput = ViewSunAzimuthInput' {
- lowerBound :: Double
- upperBound :: Double
- newViewSunAzimuthInput :: Double -> Double -> ViewSunAzimuthInput
- viewSunAzimuthInput_lowerBound :: Lens' ViewSunAzimuthInput Double
- viewSunAzimuthInput_upperBound :: Lens' ViewSunAzimuthInput Double
- data ViewSunElevationInput = ViewSunElevationInput' {
- lowerBound :: Double
- upperBound :: Double
- newViewSunElevationInput :: Double -> Double -> ViewSunElevationInput
- viewSunElevationInput_lowerBound :: Lens' ViewSunElevationInput Double
- viewSunElevationInput_upperBound :: Lens' ViewSunElevationInput Double
- data ZonalStatisticsConfigInput = ZonalStatisticsConfigInput' {}
- newZonalStatisticsConfigInput :: NonEmpty ZonalStatistics -> Text -> ZonalStatisticsConfigInput
- zonalStatisticsConfigInput_targetBands :: Lens' ZonalStatisticsConfigInput (Maybe (NonEmpty Text))
- zonalStatisticsConfigInput_statistics :: Lens' ZonalStatisticsConfigInput (NonEmpty ZonalStatistics)
- zonalStatisticsConfigInput_zoneS3Path :: Lens' ZonalStatisticsConfigInput Text
Service Configuration
defaultService :: Service Source #
API version 2020-05-27 of the Amazon SageMaker geospatial capabilities SDK configuration.
Errors
_AccessDeniedException :: AsError a => Fold a ServiceError Source #
You do not have sufficient access to perform this action.
_ConflictException :: AsError a => Fold a ServiceError Source #
_InternalServerException :: AsError a => Fold a ServiceError Source #
The request processing has failed because of an unknown error, exception, or failure.
_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #
_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #
You have exceeded the service quota.
_ThrottlingException :: AsError a => Fold a ServiceError Source #
The request was denied due to request throttling.
_ValidationException :: AsError a => Fold a ServiceError Source #
The input fails to satisfy the constraints specified by an Amazon Web Services service.
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' | |
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 -
areaOfInterest_areaOfInterestGeometry :: Lens' AreaOfInterest (Maybe AreaOfInterestGeometry) Source #
AreaOfInterestGeometry
data AreaOfInterestGeometry Source #
See: newAreaOfInterestGeometry smart constructor.
Constructors
| AreaOfInterestGeometry' | |
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 -
areaOfInterestGeometry_multiPolygonGeometry :: Lens' AreaOfInterestGeometry (Maybe MultiPolygonGeometryInput) Source #
areaOfInterestGeometry_polygonGeometry :: Lens' AreaOfInterestGeometry (Maybe PolygonGeometryInput) Source #
AssetValue
data AssetValue Source #
See: newAssetValue smart constructor.
Constructors
| AssetValue' | |
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' | |
Fields | |
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' | |
Fields
| |
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 -
cloudRemovalConfigInput_algorithmName :: Lens' CloudRemovalConfigInput (Maybe AlgorithmNameCloudRemoval) Source #
The name of the algorithm used for cloud removal.
cloudRemovalConfigInput_interpolationValue :: Lens' CloudRemovalConfigInput (Maybe Text) Source #
The interpolation value you provide for cloud removal.
cloudRemovalConfigInput_targetBands :: Lens' CloudRemovalConfigInput (Maybe (NonEmpty Text)) Source #
CustomIndicesInput
data CustomIndicesInput Source #
See: newCustomIndicesInput smart constructor.
Constructors
| CustomIndicesInput' | |
Fields
| |
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' | |
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 -
earthObservationJobErrorDetails_message :: Lens' EarthObservationJobErrorDetails (Maybe Text) Source #
earthObservationJobErrorDetails_type :: Lens' EarthObservationJobErrorDetails (Maybe EarthObservationJobErrorType) Source #
EoCloudCoverInput
data EoCloudCoverInput Source #
See: newEoCloudCoverInput smart constructor.
Constructors
| EoCloudCoverInput' | |
Fields
| |
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' | |
Fields | |
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' | |
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 -
exportErrorDetails_exportResults :: Lens' ExportErrorDetails (Maybe ExportErrorDetailsOutput) Source #
exportErrorDetails_exportSourceImages :: Lens' ExportErrorDetails (Maybe ExportErrorDetailsOutput) Source #
ExportErrorDetailsOutput
data ExportErrorDetailsOutput Source #
See: newExportErrorDetailsOutput smart constructor.
Constructors
| ExportErrorDetailsOutput' | |
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' | |
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.
exportS3DataInput_kmsKeyId :: Lens' ExportS3DataInput (Maybe Text) Source #
The Amazon Key Management Service (KMS) key ID for server-side encryption.
exportS3DataInput_s3Uri :: Lens' ExportS3DataInput Text Source #
The URL to the Amazon S3 data input.
ExportVectorEnrichmentJobOutputConfig
data ExportVectorEnrichmentJobOutputConfig Source #
An object containing information about the output file.
See: newExportVectorEnrichmentJobOutputConfig smart constructor.
Constructors
| ExportVectorEnrichmentJobOutputConfig' | |
Fields | |
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 -
exportVectorEnrichmentJobOutputConfig_s3Data :: Lens' ExportVectorEnrichmentJobOutputConfig VectorEnrichmentJobS3Data Source #
Filter
The structure representing the filters supported by a RasterDataCollection.
See: newFilter smart constructor.
Constructors
| Filter' | |
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' | |
Fields
| |
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.
geoMosaicConfigInput_algorithmName :: Lens' GeoMosaicConfigInput (Maybe AlgorithmNameGeoMosaic) Source #
The name of the algorithm being used for geomosaic.
geoMosaicConfigInput_targetBands :: Lens' GeoMosaicConfigInput (Maybe (NonEmpty Text)) Source #
The target bands for geomosaic.
Geometry
See: newGeometry smart constructor.
Constructors
| Geometry' | |
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' | |
Fields
| |
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 -
inputConfigInput_dataSourceConfig :: Lens' InputConfigInput (Maybe EojDataSourceConfigInput) Source #
The location of the input data.>
inputConfigInput_previousEarthObservationJobArn :: Lens' InputConfigInput (Maybe Text) Source #
The Amazon Resource Name (ARN) of the previous Earth Observation job.
inputConfigInput_rasterDataCollectionQuery :: Lens' InputConfigInput (Maybe RasterDataCollectionQueryInput) Source #
InputConfigOutput
data InputConfigOutput Source #
The InputConfig for an EarthObservationJob response.
See: newInputConfigOutput smart constructor.
Constructors
| InputConfigOutput' | |
Fields
| |
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 -
inputConfigOutput_dataSourceConfig :: Lens' InputConfigOutput (Maybe EojDataSourceConfigInput) Source #
The location of the input data.
inputConfigOutput_previousEarthObservationJobArn :: Lens' InputConfigOutput (Maybe Text) Source #
The Amazon Resource Name (ARN) of the previous Earth Observation job.
inputConfigOutput_rasterDataCollectionQuery :: Lens' InputConfigOutput (Maybe RasterDataCollectionQueryOutput) Source #
ItemSource
data ItemSource Source #
Structure representing the items in the response for SearchRasterDataCollection.
See: newItemSource smart constructor.
Constructors
| ItemSource' | |
Fields
| |
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.
itemSource_id :: Lens' ItemSource Text Source #
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
| JobConfigInput' | |
Fields
| |
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.
jobConfigInput_cloudMaskingConfig :: Lens' JobConfigInput (Maybe CloudMaskingConfigInput) Source #
An object containing information about the job configuration for cloud masking.
jobConfigInput_cloudRemovalConfig :: Lens' JobConfigInput (Maybe CloudRemovalConfigInput) Source #
An object containing information about the job configuration for cloud removal.
jobConfigInput_geoMosaicConfig :: Lens' JobConfigInput (Maybe GeoMosaicConfigInput) Source #
An object containing information about the job configuration for geomosaic.
jobConfigInput_landCoverSegmentationConfig :: Lens' JobConfigInput (Maybe LandCoverSegmentationConfigInput) Source #
An object containing information about the job configuration for land cover segmentation.
jobConfigInput_resamplingConfig :: Lens' JobConfigInput (Maybe ResamplingConfigInput) Source #
An object containing information about the job configuration for resampling.
jobConfigInput_temporalStatisticsConfig :: Lens' JobConfigInput (Maybe TemporalStatisticsConfigInput) Source #
An object containing information about the job configuration for temporal statistics.
jobConfigInput_zonalStatisticsConfig :: Lens' JobConfigInput (Maybe ZonalStatisticsConfigInput) Source #
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' | |
Fields
| |
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' | |
Fields
| |
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.
listEarthObservationJobOutputConfig_tags :: Lens' ListEarthObservationJobOutputConfig (Maybe (HashMap Text Text)) Source #
Each tag consists of a key and a value.
listEarthObservationJobOutputConfig_arn :: Lens' ListEarthObservationJobOutputConfig Text Source #
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
listEarthObservationJobOutputConfig_creationTime :: Lens' ListEarthObservationJobOutputConfig UTCTime Source #
The creation time.
listEarthObservationJobOutputConfig_durationInSeconds :: Lens' ListEarthObservationJobOutputConfig Int Source #
The duration of the session, in seconds.
listEarthObservationJobOutputConfig_name :: Lens' ListEarthObservationJobOutputConfig Text Source #
The names of the Earth Observation jobs in the list.
listEarthObservationJobOutputConfig_operationType :: Lens' ListEarthObservationJobOutputConfig Text Source #
listEarthObservationJobOutputConfig_status :: Lens' ListEarthObservationJobOutputConfig EarthObservationJobStatus Source #
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' | |
Fields
| |
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.
listVectorEnrichmentJobOutputConfig_tags :: Lens' ListVectorEnrichmentJobOutputConfig (Maybe (HashMap Text Text)) Source #
Each tag consists of a key and a value.
listVectorEnrichmentJobOutputConfig_arn :: Lens' ListVectorEnrichmentJobOutputConfig Text Source #
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
listVectorEnrichmentJobOutputConfig_creationTime :: Lens' ListVectorEnrichmentJobOutputConfig UTCTime Source #
The creation time.
listVectorEnrichmentJobOutputConfig_durationInSeconds :: Lens' ListVectorEnrichmentJobOutputConfig Int Source #
The duration of the session, in seconds.
listVectorEnrichmentJobOutputConfig_name :: Lens' ListVectorEnrichmentJobOutputConfig Text Source #
The names of the Vector Enrichment jobs in the list.
listVectorEnrichmentJobOutputConfig_status :: Lens' ListVectorEnrichmentJobOutputConfig VectorEnrichmentJobStatus Source #
The status of the Vector Enrichment jobs list.
listVectorEnrichmentJobOutputConfig_type :: Lens' ListVectorEnrichmentJobOutputConfig VectorEnrichmentJobType Source #
The type of the list of Vector Enrichment jobs.
MapMatchingConfig
data MapMatchingConfig Source #
See: newMapMatchingConfig smart constructor.
Constructors
| MapMatchingConfig' | |
Fields
| |
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
mapMatchingConfig_timestampAttributeName :: Lens' MapMatchingConfig Text Source #
The name of the timestamp attribute.
mapMatchingConfig_xAttributeName :: Lens' MapMatchingConfig Text Source #
The name of the X-attribute
mapMatchingConfig_yAttributeName :: Lens' MapMatchingConfig Text Source #
The name of the Y-attribute
MultiPolygonGeometryInput
data MultiPolygonGeometryInput Source #
See: newMultiPolygonGeometryInput smart constructor.
Constructors
| MultiPolygonGeometryInput' | |
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.
multiPolygonGeometryInput_coordinates :: Lens' MultiPolygonGeometryInput [NonEmpty (NonEmpty (NonEmpty Double))] Source #
The coordinates of the multipolygon geometry.
Operation
See: newOperation smart constructor.
Constructors
| Operation' | |
Fields
| |
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.
operation_outputType :: Lens' Operation (Maybe OutputType) Source #
The type of the operation.
OutputBand
data OutputBand Source #
A single EarthObservationJob output band.
See: newOutputBand smart constructor.
Constructors
| OutputBand' | |
Fields
| |
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.
outputBand_bandName :: Lens' OutputBand Text Source #
The name of the band.
outputBand_outputDataType :: Lens' OutputBand OutputType Source #
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' | |
Fields
| |
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.
outputConfigInput_s3Data :: Lens' OutputConfigInput ExportS3DataInput Source #
Path to Amazon S3 storage location for the output configuration file.
OutputResolutionResamplingInput
data OutputResolutionResamplingInput Source #
See: newOutputResolutionResamplingInput smart constructor.
Constructors
| OutputResolutionResamplingInput' | |
Fields | |
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 -
outputResolutionResamplingInput_userDefined :: Lens' OutputResolutionResamplingInput UserDefined Source #
OutputResolutionStackInput
data OutputResolutionStackInput Source #
See: newOutputResolutionStackInput smart constructor.
Constructors
| OutputResolutionStackInput' | |
Fields | |
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 -
outputResolutionStackInput_predefined :: Lens' OutputResolutionStackInput (Maybe PredefinedResolution) Source #
outputResolutionStackInput_userDefined :: Lens' OutputResolutionStackInput (Maybe UserDefined) Source #
PlatformInput
data PlatformInput Source #
See: newPlatformInput smart constructor.
Constructors
| PlatformInput' | |
Fields
| |
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.
platformInput_value :: Lens' PlatformInput Text Source #
The value of the platform.
PolygonGeometryInput
data PolygonGeometryInput Source #
See: newPolygonGeometryInput smart constructor.
Constructors
| PolygonGeometryInput' | |
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 -
polygonGeometryInput_coordinates :: Lens' PolygonGeometryInput (NonEmpty (NonEmpty (NonEmpty Double))) Source #
Properties
data Properties Source #
See: newProperties smart constructor.
Constructors
| Properties' | |
Fields | |
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' | |
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' | |
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' | |
Fields | |
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' | |
Fields
| |
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.
rasterDataCollectionMetadata_descriptionPageUrl :: Lens' RasterDataCollectionMetadata (Maybe Text) Source #
The description URL of the raster data collection.
rasterDataCollectionMetadata_tags :: Lens' RasterDataCollectionMetadata (Maybe (HashMap Text Text)) Source #
Each tag consists of a key and a value.
rasterDataCollectionMetadata_arn :: Lens' RasterDataCollectionMetadata Text Source #
The Amazon Resource Name (ARN) of the raster data collection.
rasterDataCollectionMetadata_description :: Lens' RasterDataCollectionMetadata Text Source #
A description of the raster data collection.
rasterDataCollectionMetadata_name :: Lens' RasterDataCollectionMetadata Text Source #
The name of the raster data collection.
rasterDataCollectionMetadata_supportedFilters :: Lens' RasterDataCollectionMetadata [Filter] Source #
rasterDataCollectionMetadata_type :: Lens' RasterDataCollectionMetadata DataCollectionType Source #
The type of raster data collection.
RasterDataCollectionQueryInput
data RasterDataCollectionQueryInput Source #
See: newRasterDataCollectionQueryInput smart constructor.
Constructors
| RasterDataCollectionQueryInput' | |
Fields
| |
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 -
rasterDataCollectionQueryInput_areaOfInterest :: Lens' RasterDataCollectionQueryInput (Maybe AreaOfInterest) Source #
The area of interest being queried for the raster data collection.
rasterDataCollectionQueryInput_propertyFilters :: Lens' RasterDataCollectionQueryInput (Maybe PropertyFilters) Source #
rasterDataCollectionQueryInput_rasterDataCollectionArn :: Lens' RasterDataCollectionQueryInput Text Source #
The Amazon Resource Name (ARN) of the raster data collection.
rasterDataCollectionQueryInput_timeRangeFilter :: Lens' RasterDataCollectionQueryInput TimeRangeFilterInput Source #
RasterDataCollectionQueryOutput
data RasterDataCollectionQueryOutput Source #
See: newRasterDataCollectionQueryOutput smart constructor.
Constructors
| RasterDataCollectionQueryOutput' | |
Fields
| |
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 -
rasterDataCollectionQueryOutput_areaOfInterest :: Lens' RasterDataCollectionQueryOutput (Maybe AreaOfInterest) Source #
rasterDataCollectionQueryOutput_propertyFilters :: Lens' RasterDataCollectionQueryOutput (Maybe PropertyFilters) Source #
rasterDataCollectionQueryOutput_rasterDataCollectionArn :: Lens' RasterDataCollectionQueryOutput Text Source #
rasterDataCollectionQueryOutput_rasterDataCollectionName :: Lens' RasterDataCollectionQueryOutput Text Source #
The name of the raster data collection.
rasterDataCollectionQueryOutput_timeRangeFilter :: Lens' RasterDataCollectionQueryOutput TimeRangeFilterInput Source #
RasterDataCollectionQueryWithBandFilterInput
data RasterDataCollectionQueryWithBandFilterInput Source #
This is a RasterDataCollectionQueryInput containing AreaOfInterest, Time Range filter and Property filters.
See: newRasterDataCollectionQueryWithBandFilterInput smart constructor.
Constructors
| RasterDataCollectionQueryWithBandFilterInput' | |
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 -
rasterDataCollectionQueryWithBandFilterInput_areaOfInterest :: Lens' RasterDataCollectionQueryWithBandFilterInput (Maybe AreaOfInterest) Source #
rasterDataCollectionQueryWithBandFilterInput_bandFilter :: Lens' RasterDataCollectionQueryWithBandFilterInput (Maybe (NonEmpty Text)) Source #
rasterDataCollectionQueryWithBandFilterInput_propertyFilters :: Lens' RasterDataCollectionQueryWithBandFilterInput (Maybe PropertyFilters) Source #
rasterDataCollectionQueryWithBandFilterInput_timeRangeFilter :: Lens' RasterDataCollectionQueryWithBandFilterInput TimeRangeFilterInput Source #
ResamplingConfigInput
data ResamplingConfigInput Source #
See: newResamplingConfigInput smart constructor.
Constructors
| ResamplingConfigInput' | |
Fields
| |
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 -
resamplingConfigInput_algorithmName :: Lens' ResamplingConfigInput (Maybe AlgorithmNameResampling) Source #
The name of the algorithm used for resampling.
resamplingConfigInput_outputResolution :: Lens' ResamplingConfigInput OutputResolutionResamplingInput Source #
ReverseGeocodingConfig
data ReverseGeocodingConfig Source #
See: newReverseGeocodingConfig smart constructor.
Constructors
| ReverseGeocodingConfig' | |
Fields
| |
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' | |
Fields
| |
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.
s3DataInput_kmsKeyId :: Lens' S3DataInput (Maybe Text) Source #
The Amazon Key Management Service (KMS) key ID for server-side encryption.
s3DataInput_s3Uri :: Lens' S3DataInput Text Source #
The URL to the Amazon S3 input.
StackConfigInput
data StackConfigInput Source #
See: newStackConfigInput smart constructor.
Constructors
| StackConfigInput' | |
Fields | |
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 -
stackConfigInput_outputResolution :: Lens' StackConfigInput (Maybe OutputResolutionStackInput) Source #
TemporalStatisticsConfigInput
data TemporalStatisticsConfigInput Source #
See: newTemporalStatisticsConfigInput smart constructor.
Constructors
| TemporalStatisticsConfigInput' | |
Fields | |
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 -
temporalStatisticsConfigInput_groupBy :: Lens' TemporalStatisticsConfigInput (Maybe GroupBy) Source #
temporalStatisticsConfigInput_targetBands :: Lens' TemporalStatisticsConfigInput (Maybe (NonEmpty Text)) Source #
temporalStatisticsConfigInput_statistics :: Lens' TemporalStatisticsConfigInput (NonEmpty TemporalStatistics) Source #
TimeRangeFilterInput
data TimeRangeFilterInput Source #
The input for the time-range filter.
See: newTimeRangeFilterInput smart constructor.
Constructors
| TimeRangeFilterInput' | |
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.
timeRangeFilterInput_endTime :: Lens' TimeRangeFilterInput UTCTime Source #
The end time for the time-range filter.
timeRangeFilterInput_startTime :: Lens' TimeRangeFilterInput UTCTime Source #
The start time for the time-range filter.
UserDefined
data UserDefined Source #
See: newUserDefined smart constructor.
Constructors
| UserDefined' | |
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' | |
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 -
vectorEnrichmentJobConfig_mapMatchingConfig :: Lens' VectorEnrichmentJobConfig (Maybe MapMatchingConfig) Source #
vectorEnrichmentJobConfig_reverseGeocodingConfig :: Lens' VectorEnrichmentJobConfig (Maybe ReverseGeocodingConfig) Source #
VectorEnrichmentJobDataSourceConfigInput
data VectorEnrichmentJobDataSourceConfigInput Source #
See: newVectorEnrichmentJobDataSourceConfigInput smart constructor.
Constructors
| VectorEnrichmentJobDataSourceConfigInput' | |
Fields | |
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 -
vectorEnrichmentJobDataSourceConfigInput_s3Data :: Lens' VectorEnrichmentJobDataSourceConfigInput (Maybe VectorEnrichmentJobS3Data) Source #
VectorEnrichmentJobErrorDetails
data VectorEnrichmentJobErrorDetails Source #
VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.
See: newVectorEnrichmentJobErrorDetails smart constructor.
Constructors
| VectorEnrichmentJobErrorDetails' | |
Fields
| |
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.
vectorEnrichmentJobErrorDetails_errorMessage :: Lens' VectorEnrichmentJobErrorDetails (Maybe Text) Source #
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
vectorEnrichmentJobErrorDetails_errorType :: Lens' VectorEnrichmentJobErrorDetails (Maybe VectorEnrichmentJobErrorType) Source #
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' | |
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 -
vectorEnrichmentJobExportErrorDetails_message :: Lens' VectorEnrichmentJobExportErrorDetails (Maybe Text) Source #
The message providing details about the errors generated during the Vector Enrichment job.
vectorEnrichmentJobExportErrorDetails_type :: Lens' VectorEnrichmentJobExportErrorDetails (Maybe VectorEnrichmentJobExportErrorType) Source #
VectorEnrichmentJobInputConfig
data VectorEnrichmentJobInputConfig Source #
The input structure for the InputConfig in a VectorEnrichmentJob.
See: newVectorEnrichmentJobInputConfig smart constructor.
Constructors
| VectorEnrichmentJobInputConfig' | |
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 -
vectorEnrichmentJobInputConfig_dataSourceConfig :: Lens' VectorEnrichmentJobInputConfig VectorEnrichmentJobDataSourceConfigInput Source #
vectorEnrichmentJobInputConfig_documentType :: Lens' VectorEnrichmentJobInputConfig VectorEnrichmentJobDocumentType Source #
VectorEnrichmentJobS3Data
data VectorEnrichmentJobS3Data Source #
The Amazon S3 data for the Vector Enrichment job.
See: newVectorEnrichmentJobS3Data smart constructor.
Constructors
| VectorEnrichmentJobS3Data' | |
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.
vectorEnrichmentJobS3Data_kmsKeyId :: Lens' VectorEnrichmentJobS3Data (Maybe Text) Source #
The Amazon Key Management Service (KMS) key ID for server-side encryption.
vectorEnrichmentJobS3Data_s3Uri :: Lens' VectorEnrichmentJobS3Data Text Source #
The URL to the Amazon S3 data for the Vector Enrichment job.
ViewOffNadirInput
data ViewOffNadirInput Source #
See: newViewOffNadirInput smart constructor.
Constructors
| ViewOffNadirInput' | |
Fields
| |
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' | |
Fields
| |
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' | |
Fields
| |
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.
viewSunElevationInput_lowerBound :: Lens' ViewSunElevationInput Double Source #
The lower bound to view the sun elevation.
viewSunElevationInput_upperBound :: Lens' ViewSunElevationInput Double Source #
The upper bound to view the sun elevation.
ZonalStatisticsConfigInput
data ZonalStatisticsConfigInput Source #
See: newZonalStatisticsConfigInput smart constructor.
Constructors
| ZonalStatisticsConfigInput' | |
Fields
| |
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 -
zonalStatisticsConfigInput_targetBands :: Lens' ZonalStatisticsConfigInput (Maybe (NonEmpty Text)) Source #