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 |
Synopsis
- data TimeAlignmentBoundary = TimeAlignmentBoundary' {}
- newTimeAlignmentBoundary :: TimeAlignmentBoundary
- timeAlignmentBoundary_dayOfMonth :: Lens' TimeAlignmentBoundary (Maybe Natural)
- timeAlignmentBoundary_dayOfWeek :: Lens' TimeAlignmentBoundary (Maybe DayOfWeek)
- timeAlignmentBoundary_hour :: Lens' TimeAlignmentBoundary (Maybe Natural)
- timeAlignmentBoundary_month :: Lens' TimeAlignmentBoundary (Maybe Month)
Documentation
data TimeAlignmentBoundary Source #
The time boundary Forecast uses to align and aggregate your data to match your forecast frequency. Provide the unit of time and the time boundary as a key value pair. If you don't provide a time boundary, Forecast uses a set of Default Time Boundaries.
For more information about aggregation, see Data Aggregation for Different Forecast Frequencies. For more information setting a custom time boundary, see Specifying a Time Boundary.
See: newTimeAlignmentBoundary
smart constructor.
TimeAlignmentBoundary' | |
|
Instances
newTimeAlignmentBoundary :: TimeAlignmentBoundary Source #
Create a value of TimeAlignmentBoundary
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:dayOfMonth:TimeAlignmentBoundary'
, timeAlignmentBoundary_dayOfMonth
- The day of the month to use for time alignment during aggregation.
$sel:dayOfWeek:TimeAlignmentBoundary'
, timeAlignmentBoundary_dayOfWeek
- The day of week to use for time alignment during aggregation. The day
must be in uppercase.
$sel:hour:TimeAlignmentBoundary'
, timeAlignmentBoundary_hour
- The hour of day to use for time alignment during aggregation.
$sel:month:TimeAlignmentBoundary'
, timeAlignmentBoundary_month
- The month to use for time alignment during aggregation. The month must
be in uppercase.
timeAlignmentBoundary_dayOfMonth :: Lens' TimeAlignmentBoundary (Maybe Natural) Source #
The day of the month to use for time alignment during aggregation.
timeAlignmentBoundary_dayOfWeek :: Lens' TimeAlignmentBoundary (Maybe DayOfWeek) Source #
The day of week to use for time alignment during aggregation. The day must be in uppercase.
timeAlignmentBoundary_hour :: Lens' TimeAlignmentBoundary (Maybe Natural) Source #
The hour of day to use for time alignment during aggregation.
timeAlignmentBoundary_month :: Lens' TimeAlignmentBoundary (Maybe Month) Source #
The month to use for time alignment during aggregation. The month must be in uppercase.