libZSservicesZSamazonka-xrayZSamazonka-xray
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.XRay.Types.ErrorRootCauseService

Description

 
Synopsis

Documentation

data ErrorRootCauseService Source #

A collection of fields identifying the services in a trace summary error.

See: newErrorRootCauseService smart constructor.

Constructors

ErrorRootCauseService' 

Fields

Instances

Instances details
Eq ErrorRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseService

Read ErrorRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseService

Show ErrorRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseService

Generic ErrorRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseService

Associated Types

type Rep ErrorRootCauseService :: Type -> Type #

NFData ErrorRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseService

Methods

rnf :: ErrorRootCauseService -> () #

Hashable ErrorRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseService

FromJSON ErrorRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseService

type Rep ErrorRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseService

type Rep ErrorRootCauseService = D1 ('MetaData "ErrorRootCauseService" "Amazonka.XRay.Types.ErrorRootCauseService" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "ErrorRootCauseService'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ErrorRootCauseEntity])) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inferred") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_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.