libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

Description

 
Synopsis

Documentation

data CostEstimationTimeRange Source #

The time range of a cost estimation.

See: newCostEstimationTimeRange smart constructor.

Constructors

CostEstimationTimeRange' 

Fields

Instances

Instances details
Eq CostEstimationTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

Read CostEstimationTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

Show CostEstimationTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

Generic CostEstimationTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

Associated Types

type Rep CostEstimationTimeRange :: Type -> Type #

NFData CostEstimationTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

Methods

rnf :: CostEstimationTimeRange -> () #

Hashable CostEstimationTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

FromJSON CostEstimationTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

type Rep CostEstimationTimeRange Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.CostEstimationTimeRange

type Rep CostEstimationTimeRange = D1 ('MetaData "CostEstimationTimeRange" "Amazonka.DevOpsGuru.Types.CostEstimationTimeRange" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "CostEstimationTimeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

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.