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

Description

 
Synopsis

Documentation

data ValueWithServiceIds Source #

Information about a segment annotation.

See: newValueWithServiceIds smart constructor.

Constructors

ValueWithServiceIds' 

Fields

Instances

Instances details
Eq ValueWithServiceIds Source # 
Instance details

Defined in Amazonka.XRay.Types.ValueWithServiceIds

Read ValueWithServiceIds Source # 
Instance details

Defined in Amazonka.XRay.Types.ValueWithServiceIds

Show ValueWithServiceIds Source # 
Instance details

Defined in Amazonka.XRay.Types.ValueWithServiceIds

Generic ValueWithServiceIds Source # 
Instance details

Defined in Amazonka.XRay.Types.ValueWithServiceIds

Associated Types

type Rep ValueWithServiceIds :: Type -> Type #

NFData ValueWithServiceIds Source # 
Instance details

Defined in Amazonka.XRay.Types.ValueWithServiceIds

Methods

rnf :: ValueWithServiceIds -> () #

Hashable ValueWithServiceIds Source # 
Instance details

Defined in Amazonka.XRay.Types.ValueWithServiceIds

FromJSON ValueWithServiceIds Source # 
Instance details

Defined in Amazonka.XRay.Types.ValueWithServiceIds

type Rep ValueWithServiceIds Source # 
Instance details

Defined in Amazonka.XRay.Types.ValueWithServiceIds

type Rep ValueWithServiceIds = D1 ('MetaData "ValueWithServiceIds" "Amazonka.XRay.Types.ValueWithServiceIds" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "ValueWithServiceIds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceId])) :*: S1 ('MetaSel ('Just "annotationValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnnotationValue))))

newValueWithServiceIds :: ValueWithServiceIds Source #

Create a value of ValueWithServiceIds 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:serviceIds:ValueWithServiceIds', valueWithServiceIds_serviceIds - Services to which the annotation applies.

$sel:annotationValue:ValueWithServiceIds', valueWithServiceIds_annotationValue - Values of the annotation.

valueWithServiceIds_serviceIds :: Lens' ValueWithServiceIds (Maybe [ServiceId]) Source #

Services to which the annotation applies.