libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.Types.JourneyExecutionMetricsResponse

Description

 
Synopsis

Documentation

data JourneyExecutionMetricsResponse Source #

Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey, and provides information about that query.

See: newJourneyExecutionMetricsResponse smart constructor.

Constructors

JourneyExecutionMetricsResponse' 

Fields

Instances

Instances details
Eq JourneyExecutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse

Read JourneyExecutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse

Show JourneyExecutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse

Generic JourneyExecutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse

Associated Types

type Rep JourneyExecutionMetricsResponse :: Type -> Type #

NFData JourneyExecutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse

Hashable JourneyExecutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse

FromJSON JourneyExecutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse

type Rep JourneyExecutionMetricsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse

type Rep JourneyExecutionMetricsResponse = D1 ('MetaData "JourneyExecutionMetricsResponse" "Amazonka.Pinpoint.Types.JourneyExecutionMetricsResponse" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "JourneyExecutionMetricsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text)) :*: S1 ('MetaSel ('Just "journeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "lastEvaluatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newJourneyExecutionMetricsResponse Source #

Create a value of JourneyExecutionMetricsResponse 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:metrics:JourneyExecutionMetricsResponse', journeyExecutionMetricsResponse_metrics - A JSON object that contains the results of the query. For information about the structure and contents of the results, see the Amazon Pinpoint Developer Guide.

$sel:journeyId:JourneyExecutionMetricsResponse', journeyExecutionMetricsResponse_journeyId - The unique identifier for the journey that the metric applies to.

$sel:lastEvaluatedTime:JourneyExecutionMetricsResponse', journeyExecutionMetricsResponse_lastEvaluatedTime - The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.

$sel:applicationId:JourneyExecutionMetricsResponse', journeyExecutionMetricsResponse_applicationId - The unique identifier for the application that the metric applies to.

journeyExecutionMetricsResponse_metrics :: Lens' JourneyExecutionMetricsResponse (HashMap Text Text) Source #

A JSON object that contains the results of the query. For information about the structure and contents of the results, see the Amazon Pinpoint Developer Guide.

journeyExecutionMetricsResponse_journeyId :: Lens' JourneyExecutionMetricsResponse Text Source #

The unique identifier for the journey that the metric applies to.

journeyExecutionMetricsResponse_lastEvaluatedTime :: Lens' JourneyExecutionMetricsResponse Text Source #

The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.

journeyExecutionMetricsResponse_applicationId :: Lens' JourneyExecutionMetricsResponse Text Source #

The unique identifier for the application that the metric applies to.