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 FaultRootCauseService = FaultRootCauseService' {}
- newFaultRootCauseService :: FaultRootCauseService
- faultRootCauseService_entityPath :: Lens' FaultRootCauseService (Maybe [FaultRootCauseEntity])
- faultRootCauseService_accountId :: Lens' FaultRootCauseService (Maybe Text)
- faultRootCauseService_names :: Lens' FaultRootCauseService (Maybe [Text])
- faultRootCauseService_name :: Lens' FaultRootCauseService (Maybe Text)
- faultRootCauseService_inferred :: Lens' FaultRootCauseService (Maybe Bool)
- faultRootCauseService_type :: Lens' FaultRootCauseService (Maybe Text)
Documentation
data FaultRootCauseService Source #
A collection of fields identifying the services in a trace summary fault.
See: newFaultRootCauseService
smart constructor.
FaultRootCauseService' | |
|
Instances
newFaultRootCauseService :: FaultRootCauseService Source #
Create a value of FaultRootCauseService
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:FaultRootCauseService'
, faultRootCauseService_entityPath
- The path of root cause entities found on the service.
$sel:accountId:FaultRootCauseService'
, faultRootCauseService_accountId
- The account ID associated to the service.
$sel:names:FaultRootCauseService'
, faultRootCauseService_names
- A collection of associated service names.
$sel:name:FaultRootCauseService'
, faultRootCauseService_name
- The service name.
$sel:inferred:FaultRootCauseService'
, faultRootCauseService_inferred
- A Boolean value indicating if the service is inferred from the trace.
$sel:type':FaultRootCauseService'
, faultRootCauseService_type
- The type associated to the service.
faultRootCauseService_entityPath :: Lens' FaultRootCauseService (Maybe [FaultRootCauseEntity]) Source #
The path of root cause entities found on the service.
faultRootCauseService_accountId :: Lens' FaultRootCauseService (Maybe Text) Source #
The account ID associated to the service.
faultRootCauseService_names :: Lens' FaultRootCauseService (Maybe [Text]) Source #
A collection of associated service names.
faultRootCauseService_name :: Lens' FaultRootCauseService (Maybe Text) Source #
The service name.
faultRootCauseService_inferred :: Lens' FaultRootCauseService (Maybe Bool) Source #
A Boolean value indicating if the service is inferred from the trace.
faultRootCauseService_type :: Lens' FaultRootCauseService (Maybe Text) Source #
The type associated to the service.