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 ErrorRootCauseService = ErrorRootCauseService' {}
- newErrorRootCauseService :: ErrorRootCauseService
- errorRootCauseService_entityPath :: Lens' ErrorRootCauseService (Maybe [ErrorRootCauseEntity])
- errorRootCauseService_accountId :: Lens' ErrorRootCauseService (Maybe Text)
- errorRootCauseService_names :: Lens' ErrorRootCauseService (Maybe [Text])
- errorRootCauseService_name :: Lens' ErrorRootCauseService (Maybe Text)
- errorRootCauseService_inferred :: Lens' ErrorRootCauseService (Maybe Bool)
- errorRootCauseService_type :: Lens' ErrorRootCauseService (Maybe Text)
Documentation
data ErrorRootCauseService Source #
A collection of fields identifying the services in a trace summary error.
See: newErrorRootCauseService
smart constructor.
ErrorRootCauseService' | |
|
Instances
newErrorRootCauseService :: ErrorRootCauseService Source #
Create a value of ErrorRootCauseService
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:ErrorRootCauseService'
, errorRootCauseService_entityPath
- The path of root cause entities found on the service.
$sel:accountId:ErrorRootCauseService'
, errorRootCauseService_accountId
- The account ID associated to the service.
$sel:names:ErrorRootCauseService'
, errorRootCauseService_names
- A collection of associated service names.
$sel:name:ErrorRootCauseService'
, errorRootCauseService_name
- The service name.
$sel:inferred:ErrorRootCauseService'
, errorRootCauseService_inferred
- A Boolean value indicating if the service is inferred from the trace.
$sel:type':ErrorRootCauseService'
, errorRootCauseService_type
- The type associated to the service.
errorRootCauseService_entityPath :: Lens' ErrorRootCauseService (Maybe [ErrorRootCauseEntity]) Source #
The path of root cause entities found on the service.
errorRootCauseService_accountId :: Lens' ErrorRootCauseService (Maybe Text) Source #
The account ID associated to the service.
errorRootCauseService_names :: Lens' ErrorRootCauseService (Maybe [Text]) Source #
A collection of associated service names.
errorRootCauseService_name :: Lens' ErrorRootCauseService (Maybe Text) Source #
The service name.
errorRootCauseService_inferred :: Lens' ErrorRootCauseService (Maybe Bool) Source #
A Boolean value indicating if the service is inferred from the trace.
errorRootCauseService_type :: Lens' ErrorRootCauseService (Maybe Text) Source #
The type associated to the service.