Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data JourneyExecutionMetricsResponse = JourneyExecutionMetricsResponse' {}
- newJourneyExecutionMetricsResponse :: Text -> Text -> Text -> JourneyExecutionMetricsResponse
- journeyExecutionMetricsResponse_metrics :: Lens' JourneyExecutionMetricsResponse (HashMap Text Text)
- journeyExecutionMetricsResponse_journeyId :: Lens' JourneyExecutionMetricsResponse Text
- journeyExecutionMetricsResponse_lastEvaluatedTime :: Lens' JourneyExecutionMetricsResponse Text
- journeyExecutionMetricsResponse_applicationId :: Lens' JourneyExecutionMetricsResponse Text
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.
JourneyExecutionMetricsResponse' | |
|
Instances
newJourneyExecutionMetricsResponse Source #
:: Text | |
-> Text | |
-> Text | |
-> JourneyExecutionMetricsResponse |
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.