| 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.XRay.Types.RequestImpactStatistics
Description
Synopsis
- data RequestImpactStatistics = RequestImpactStatistics' {}
- newRequestImpactStatistics :: RequestImpactStatistics
- requestImpactStatistics_faultCount :: Lens' RequestImpactStatistics (Maybe Integer)
- requestImpactStatistics_okCount :: Lens' RequestImpactStatistics (Maybe Integer)
- requestImpactStatistics_totalCount :: Lens' RequestImpactStatistics (Maybe Integer)
Documentation
data RequestImpactStatistics Source #
Statistics that describe how the incident has impacted a service.
See: newRequestImpactStatistics smart constructor.
Constructors
| RequestImpactStatistics' | |
Fields
| |
Instances
newRequestImpactStatistics :: RequestImpactStatistics Source #
Create a value of RequestImpactStatistics 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:faultCount:RequestImpactStatistics', requestImpactStatistics_faultCount - The number of requests that have resulted in a fault,
$sel:okCount:RequestImpactStatistics', requestImpactStatistics_okCount - The number of successful requests.
$sel:totalCount:RequestImpactStatistics', requestImpactStatistics_totalCount - The total number of requests to the service.
requestImpactStatistics_faultCount :: Lens' RequestImpactStatistics (Maybe Integer) Source #
The number of requests that have resulted in a fault,
requestImpactStatistics_okCount :: Lens' RequestImpactStatistics (Maybe Integer) Source #
The number of successful requests.
requestImpactStatistics_totalCount :: Lens' RequestImpactStatistics (Maybe Integer) Source #
The total number of requests to the service.