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 ResponseTimeRootCauseService = ResponseTimeRootCauseService' {}
- newResponseTimeRootCauseService :: ResponseTimeRootCauseService
- responseTimeRootCauseService_entityPath :: Lens' ResponseTimeRootCauseService (Maybe [ResponseTimeRootCauseEntity])
- responseTimeRootCauseService_accountId :: Lens' ResponseTimeRootCauseService (Maybe Text)
- responseTimeRootCauseService_names :: Lens' ResponseTimeRootCauseService (Maybe [Text])
- responseTimeRootCauseService_name :: Lens' ResponseTimeRootCauseService (Maybe Text)
- responseTimeRootCauseService_inferred :: Lens' ResponseTimeRootCauseService (Maybe Bool)
- responseTimeRootCauseService_type :: Lens' ResponseTimeRootCauseService (Maybe Text)
Documentation
data ResponseTimeRootCauseService Source #
A collection of fields identifying the service in a response time warning.
See: newResponseTimeRootCauseService
smart constructor.
ResponseTimeRootCauseService' | |
|
Instances
newResponseTimeRootCauseService :: ResponseTimeRootCauseService Source #
Create a value of ResponseTimeRootCauseService
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:entityPath:ResponseTimeRootCauseService'
, responseTimeRootCauseService_entityPath
- The path of root cause entities found on the service.
$sel:accountId:ResponseTimeRootCauseService'
, responseTimeRootCauseService_accountId
- The account ID associated to the service.
$sel:names:ResponseTimeRootCauseService'
, responseTimeRootCauseService_names
- A collection of associated service names.
$sel:name:ResponseTimeRootCauseService'
, responseTimeRootCauseService_name
- The service name.
$sel:inferred:ResponseTimeRootCauseService'
, responseTimeRootCauseService_inferred
- A Boolean value indicating if the service is inferred from the trace.
$sel:type':ResponseTimeRootCauseService'
, responseTimeRootCauseService_type
- The type associated to the service.
responseTimeRootCauseService_entityPath :: Lens' ResponseTimeRootCauseService (Maybe [ResponseTimeRootCauseEntity]) Source #
The path of root cause entities found on the service.
responseTimeRootCauseService_accountId :: Lens' ResponseTimeRootCauseService (Maybe Text) Source #
The account ID associated to the service.
responseTimeRootCauseService_names :: Lens' ResponseTimeRootCauseService (Maybe [Text]) Source #
A collection of associated service names.
responseTimeRootCauseService_name :: Lens' ResponseTimeRootCauseService (Maybe Text) Source #
The service name.
responseTimeRootCauseService_inferred :: Lens' ResponseTimeRootCauseService (Maybe Bool) Source #
A Boolean value indicating if the service is inferred from the trace.
responseTimeRootCauseService_type :: Lens' ResponseTimeRootCauseService (Maybe Text) Source #
The type associated to the service.