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 ResponseTimeRootCause Source #
The root cause information for a response time warning.
See: newResponseTimeRootCause
smart constructor.
ResponseTimeRootCause' | |
|
Instances
newResponseTimeRootCause :: ResponseTimeRootCause Source #
Create a value of ResponseTimeRootCause
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:clientImpacting:ResponseTimeRootCause'
, responseTimeRootCause_clientImpacting
- A flag that denotes that the root cause impacts the trace client.
$sel:services:ResponseTimeRootCause'
, responseTimeRootCause_services
- A list of corresponding services. A service identifies a segment and
contains a name, account ID, type, and inferred flag.
responseTimeRootCause_clientImpacting :: Lens' ResponseTimeRootCause (Maybe Bool) Source #
A flag that denotes that the root cause impacts the trace client.
responseTimeRootCause_services :: Lens' ResponseTimeRootCause (Maybe [ResponseTimeRootCauseService]) Source #
A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.