| 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.ZonalStatisticsConfigInput
Description
Synopsis
- 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
Documentation
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 #