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

Description

 
Synopsis

Documentation

data UnprocessedStatistics Source #

Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.

See: newUnprocessedStatistics smart constructor.

Constructors

UnprocessedStatistics' 

Fields

Instances

Instances details
Eq UnprocessedStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.UnprocessedStatistics

Read UnprocessedStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.UnprocessedStatistics

Show UnprocessedStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.UnprocessedStatistics

Generic UnprocessedStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.UnprocessedStatistics

Associated Types

type Rep UnprocessedStatistics :: Type -> Type #

NFData UnprocessedStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.UnprocessedStatistics

Methods

rnf :: UnprocessedStatistics -> () #

Hashable UnprocessedStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.UnprocessedStatistics

FromJSON UnprocessedStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.UnprocessedStatistics

type Rep UnprocessedStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.UnprocessedStatistics

type Rep UnprocessedStatistics = D1 ('MetaData "UnprocessedStatistics" "Amazonka.XRay.Types.UnprocessedStatistics" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "UnprocessedStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ruleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUnprocessedStatistics :: UnprocessedStatistics Source #

Create a value of UnprocessedStatistics 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:ruleName:UnprocessedStatistics', unprocessedStatistics_ruleName - The name of the sampling rule.

$sel:errorCode:UnprocessedStatistics', unprocessedStatistics_errorCode - The error code.

$sel:message:UnprocessedStatistics', unprocessedStatistics_message - The error message.