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

Description

 
Synopsis

Documentation

data InsightImpactGraphEdge Source #

The connection between two service in an insight impact graph.

See: newInsightImpactGraphEdge smart constructor.

Constructors

InsightImpactGraphEdge' 

Fields

Instances

Instances details
Eq InsightImpactGraphEdge Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphEdge

Read InsightImpactGraphEdge Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphEdge

Show InsightImpactGraphEdge Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphEdge

Generic InsightImpactGraphEdge Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphEdge

Associated Types

type Rep InsightImpactGraphEdge :: Type -> Type #

NFData InsightImpactGraphEdge Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphEdge

Methods

rnf :: InsightImpactGraphEdge -> () #

Hashable InsightImpactGraphEdge Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphEdge

FromJSON InsightImpactGraphEdge Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphEdge

type Rep InsightImpactGraphEdge Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphEdge

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

newInsightImpactGraphEdge :: InsightImpactGraphEdge Source #

Create a value of InsightImpactGraphEdge 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:referenceId:InsightImpactGraphEdge', insightImpactGraphEdge_referenceId - Identifier of the edge. Unique within a service map.

insightImpactGraphEdge_referenceId :: Lens' InsightImpactGraphEdge (Maybe Int) Source #

Identifier of the edge. Unique within a service map.