Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data CostEstimationTimeRange Source #
The time range of a cost estimation.
See: newCostEstimationTimeRange
smart constructor.
Instances
newCostEstimationTimeRange :: CostEstimationTimeRange Source #
Create a value of CostEstimationTimeRange
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:startTime:CostEstimationTimeRange'
, costEstimationTimeRange_startTime
- The start time of the cost estimation.
$sel:endTime:CostEstimationTimeRange'
, costEstimationTimeRange_endTime
- The end time of the cost estimation.
costEstimationTimeRange_startTime :: Lens' CostEstimationTimeRange (Maybe UTCTime) Source #
The start time of the cost estimation.
costEstimationTimeRange_endTime :: Lens' CostEstimationTimeRange (Maybe UTCTime) Source #
The end time of the cost estimation.