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

Description

 
Synopsis

Documentation

data FaultRootCause Source #

The root cause information for a trace summary fault.

See: newFaultRootCause smart constructor.

Constructors

FaultRootCause' 

Fields

Instances

Instances details
Eq FaultRootCause Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCause

Read FaultRootCause Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCause

Show FaultRootCause Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCause

Generic FaultRootCause Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCause

Associated Types

type Rep FaultRootCause :: Type -> Type #

NFData FaultRootCause Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCause

Methods

rnf :: FaultRootCause -> () #

Hashable FaultRootCause Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCause

FromJSON FaultRootCause Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCause

type Rep FaultRootCause Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCause

type Rep FaultRootCause = D1 ('MetaData "FaultRootCause" "Amazonka.XRay.Types.FaultRootCause" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "FaultRootCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientImpacting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "services") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FaultRootCauseService]))))

newFaultRootCause :: FaultRootCause Source #

Create a value of FaultRootCause 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:clientImpacting:FaultRootCause', faultRootCause_clientImpacting - A flag that denotes that the root cause impacts the trace client.

$sel:services:FaultRootCause', faultRootCause_services - A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.

faultRootCause_clientImpacting :: Lens' FaultRootCause (Maybe Bool) Source #

A flag that denotes that the root cause impacts the trace client.

faultRootCause_services :: Lens' FaultRootCause (Maybe [FaultRootCauseService]) Source #

A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.