amazonka-xray-2.0: Amazon X-Ray SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.XRay.Types.FaultRootCauseService

Description

 
Synopsis

Documentation

data FaultRootCauseService Source #

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

See: newFaultRootCauseService smart constructor.

Constructors

FaultRootCauseService' 

Fields

Instances

Instances details
FromJSON FaultRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseService

Generic FaultRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseService

Associated Types

type Rep FaultRootCauseService :: Type -> Type #

Read FaultRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseService

Show FaultRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseService

NFData FaultRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseService

Methods

rnf :: FaultRootCauseService -> () #

Eq FaultRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseService

Hashable FaultRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseService

type Rep FaultRootCauseService Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseService

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

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:accountId:FaultRootCauseService', faultRootCauseService_accountId - The account ID associated to the service.

$sel:entityPath:FaultRootCauseService', faultRootCauseService_entityPath - The path of root cause entities found on the service.

$sel:inferred:FaultRootCauseService', faultRootCauseService_inferred - A Boolean value indicating if the service is inferred from the trace.

FaultRootCauseService, faultRootCauseService_name - The service name.

$sel:names:FaultRootCauseService', faultRootCauseService_names - A collection of associated service names.

$sel:type':FaultRootCauseService', faultRootCauseService_type - The type associated to the service.

faultRootCauseService_accountId :: Lens' FaultRootCauseService (Maybe Text) Source #

The account ID associated to the service.

faultRootCauseService_entityPath :: Lens' FaultRootCauseService (Maybe [FaultRootCauseEntity]) Source #

The path of root cause entities found on the service.

faultRootCauseService_inferred :: Lens' FaultRootCauseService (Maybe Bool) Source #

A Boolean value indicating if the service is inferred from the trace.

faultRootCauseService_names :: Lens' FaultRootCauseService (Maybe [Text]) Source #

A collection of associated service names.

faultRootCauseService_type :: Lens' FaultRootCauseService (Maybe Text) Source #

The type associated to the service.