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 |
Synopsis
- data EdgeStatistics = EdgeStatistics' {}
- newEdgeStatistics :: EdgeStatistics
- edgeStatistics_faultStatistics :: Lens' EdgeStatistics (Maybe FaultStatistics)
- edgeStatistics_okCount :: Lens' EdgeStatistics (Maybe Integer)
- edgeStatistics_totalResponseTime :: Lens' EdgeStatistics (Maybe Double)
- edgeStatistics_errorStatistics :: Lens' EdgeStatistics (Maybe ErrorStatistics)
- edgeStatistics_totalCount :: Lens' EdgeStatistics (Maybe Integer)
Documentation
data EdgeStatistics Source #
Response statistics for an edge.
See: newEdgeStatistics
smart constructor.
EdgeStatistics' | |
|
Instances
newEdgeStatistics :: EdgeStatistics Source #
Create a value of EdgeStatistics
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:faultStatistics:EdgeStatistics'
, edgeStatistics_faultStatistics
- Information about requests that failed with a 5xx Server Error status
code.
$sel:okCount:EdgeStatistics'
, edgeStatistics_okCount
- The number of requests that completed with a 2xx Success status code.
$sel:totalResponseTime:EdgeStatistics'
, edgeStatistics_totalResponseTime
- The aggregate response time of completed requests.
$sel:errorStatistics:EdgeStatistics'
, edgeStatistics_errorStatistics
- Information about requests that failed with a 4xx Client Error status
code.
$sel:totalCount:EdgeStatistics'
, edgeStatistics_totalCount
- The total number of completed requests.
edgeStatistics_faultStatistics :: Lens' EdgeStatistics (Maybe FaultStatistics) Source #
Information about requests that failed with a 5xx Server Error status code.
edgeStatistics_okCount :: Lens' EdgeStatistics (Maybe Integer) Source #
The number of requests that completed with a 2xx Success status code.
edgeStatistics_totalResponseTime :: Lens' EdgeStatistics (Maybe Double) Source #
The aggregate response time of completed requests.
edgeStatistics_errorStatistics :: Lens' EdgeStatistics (Maybe ErrorStatistics) Source #
Information about requests that failed with a 4xx Client Error status code.
edgeStatistics_totalCount :: Lens' EdgeStatistics (Maybe Integer) Source #
The total number of completed requests.