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

Description

 
Synopsis

Documentation

data BackendConnectionErrors Source #

See: newBackendConnectionErrors smart constructor.

Instances

Instances details
ToJSON BackendConnectionErrors Source # 
Instance details

Defined in Amazonka.XRay.Types.BackendConnectionErrors

Generic BackendConnectionErrors Source # 
Instance details

Defined in Amazonka.XRay.Types.BackendConnectionErrors

Associated Types

type Rep BackendConnectionErrors :: Type -> Type #

Read BackendConnectionErrors Source # 
Instance details

Defined in Amazonka.XRay.Types.BackendConnectionErrors

Show BackendConnectionErrors Source # 
Instance details

Defined in Amazonka.XRay.Types.BackendConnectionErrors

NFData BackendConnectionErrors Source # 
Instance details

Defined in Amazonka.XRay.Types.BackendConnectionErrors

Methods

rnf :: BackendConnectionErrors -> () #

Eq BackendConnectionErrors Source # 
Instance details

Defined in Amazonka.XRay.Types.BackendConnectionErrors

Hashable BackendConnectionErrors Source # 
Instance details

Defined in Amazonka.XRay.Types.BackendConnectionErrors

type Rep BackendConnectionErrors Source # 
Instance details

Defined in Amazonka.XRay.Types.BackendConnectionErrors

type Rep BackendConnectionErrors = D1 ('MetaData "BackendConnectionErrors" "Amazonka.XRay.Types.BackendConnectionErrors" "amazonka-xray-2.0-EVMSPoflqtHB9ZqvEIOE4Q" 'False) (C1 ('MetaCons "BackendConnectionErrors'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionRefusedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "hTTPCode4XXCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "hTTPCode5XXCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "otherCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "timeoutCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "unknownHostCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))