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

Description

 
Synopsis

Documentation

data AnomalousService Source #

The service within the service graph that has anomalously high fault rates.

See: newAnomalousService smart constructor.

Constructors

AnomalousService' 

Instances

Instances details
Eq AnomalousService Source # 
Instance details

Defined in Amazonka.XRay.Types.AnomalousService

Read AnomalousService Source # 
Instance details

Defined in Amazonka.XRay.Types.AnomalousService

Show AnomalousService Source # 
Instance details

Defined in Amazonka.XRay.Types.AnomalousService

Generic AnomalousService Source # 
Instance details

Defined in Amazonka.XRay.Types.AnomalousService

Associated Types

type Rep AnomalousService :: Type -> Type #

NFData AnomalousService Source # 
Instance details

Defined in Amazonka.XRay.Types.AnomalousService

Methods

rnf :: AnomalousService -> () #

Hashable AnomalousService Source # 
Instance details

Defined in Amazonka.XRay.Types.AnomalousService

FromJSON AnomalousService Source # 
Instance details

Defined in Amazonka.XRay.Types.AnomalousService

type Rep AnomalousService Source # 
Instance details

Defined in Amazonka.XRay.Types.AnomalousService

type Rep AnomalousService = D1 ('MetaData "AnomalousService" "Amazonka.XRay.Types.AnomalousService" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "AnomalousService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceId))))

newAnomalousService :: AnomalousService Source #

Create a value of AnomalousService 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:serviceId:AnomalousService', anomalousService_serviceId - Undocumented member.