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

Description

 
Synopsis

Documentation

data FaultStatistics Source #

Information about requests that failed with a 5xx Server Error status code.

See: newFaultStatistics smart constructor.

Constructors

FaultStatistics' 

Fields

Instances

Instances details
Eq FaultStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultStatistics

Read FaultStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultStatistics

Show FaultStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultStatistics

Generic FaultStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultStatistics

Associated Types

type Rep FaultStatistics :: Type -> Type #

NFData FaultStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultStatistics

Methods

rnf :: FaultStatistics -> () #

Hashable FaultStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultStatistics

FromJSON FaultStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultStatistics

type Rep FaultStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultStatistics

type Rep FaultStatistics = D1 ('MetaData "FaultStatistics" "Amazonka.XRay.Types.FaultStatistics" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "FaultStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "otherCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newFaultStatistics :: FaultStatistics Source #

Create a value of FaultStatistics 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:otherCount:FaultStatistics', faultStatistics_otherCount - The number of requests that failed with untracked 5xx Server Error status codes.

$sel:totalCount:FaultStatistics', faultStatistics_totalCount - The total number of requests that failed with a 5xx Server Error status code.

faultStatistics_otherCount :: Lens' FaultStatistics (Maybe Integer) Source #

The number of requests that failed with untracked 5xx Server Error status codes.

faultStatistics_totalCount :: Lens' FaultStatistics (Maybe Integer) Source #

The total number of requests that failed with a 5xx Server Error status code.