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 JourneyDateRangeKpiResponse = JourneyDateRangeKpiResponse' {}
- newJourneyDateRangeKpiResponse :: BaseKpiResult -> Text -> Text -> UTCTime -> UTCTime -> Text -> JourneyDateRangeKpiResponse
- journeyDateRangeKpiResponse_nextToken :: Lens' JourneyDateRangeKpiResponse (Maybe Text)
- journeyDateRangeKpiResponse_kpiResult :: Lens' JourneyDateRangeKpiResponse BaseKpiResult
- journeyDateRangeKpiResponse_kpiName :: Lens' JourneyDateRangeKpiResponse Text
- journeyDateRangeKpiResponse_journeyId :: Lens' JourneyDateRangeKpiResponse Text
- journeyDateRangeKpiResponse_endTime :: Lens' JourneyDateRangeKpiResponse UTCTime
- journeyDateRangeKpiResponse_startTime :: Lens' JourneyDateRangeKpiResponse UTCTime
- journeyDateRangeKpiResponse_applicationId :: Lens' JourneyDateRangeKpiResponse Text
Documentation
data JourneyDateRangeKpiResponse Source #
Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.
See: newJourneyDateRangeKpiResponse
smart constructor.
JourneyDateRangeKpiResponse' | |
|
Instances
newJourneyDateRangeKpiResponse Source #
:: BaseKpiResult | |
-> Text | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> Text | |
-> JourneyDateRangeKpiResponse |
Create a value of JourneyDateRangeKpiResponse
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:nextToken:JourneyDateRangeKpiResponse'
, journeyDateRangeKpiResponse_nextToken
- The string to use in a subsequent request to get the next page of
results in a paginated response. This value is null for the Journey
Engagement Metrics resource because the resource returns all results in
a single page.
$sel:kpiResult:JourneyDateRangeKpiResponse'
, journeyDateRangeKpiResponse_kpiResult
- An array of objects that contains the results of the query. Each object
contains the value for the metric and metadata about that value.
$sel:kpiName:JourneyDateRangeKpiResponse'
, journeyDateRangeKpiResponse_kpiName
- The name of the metric, also referred to as a /key performance indicator
(KPI)/, that the data was retrieved for. This value describes the
associated metric and consists of two or more terms, which are comprised
of lowercase alphanumeric characters, separated by a hyphen. For a list
of possible values, see the
Amazon Pinpoint Developer Guide.
$sel:journeyId:JourneyDateRangeKpiResponse'
, journeyDateRangeKpiResponse_journeyId
- The unique identifier for the journey that the metric applies to.
$sel:endTime:JourneyDateRangeKpiResponse'
, journeyDateRangeKpiResponse_endTime
- The last date and time of the date range that was used to filter the
query results, in extended ISO 8601 format. The date range is inclusive.
$sel:startTime:JourneyDateRangeKpiResponse'
, journeyDateRangeKpiResponse_startTime
- The first date and time of the date range that was used to filter the
query results, in extended ISO 8601 format. The date range is inclusive.
$sel:applicationId:JourneyDateRangeKpiResponse'
, journeyDateRangeKpiResponse_applicationId
- The unique identifier for the application that the metric applies to.
journeyDateRangeKpiResponse_nextToken :: Lens' JourneyDateRangeKpiResponse (Maybe Text) Source #
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Journey Engagement Metrics resource because the resource returns all results in a single page.
journeyDateRangeKpiResponse_kpiResult :: Lens' JourneyDateRangeKpiResponse BaseKpiResult Source #
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
journeyDateRangeKpiResponse_kpiName :: Lens' JourneyDateRangeKpiResponse Text Source #
The name of the metric, also referred to as a /key performance indicator (KPI)/, that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.
journeyDateRangeKpiResponse_journeyId :: Lens' JourneyDateRangeKpiResponse Text Source #
The unique identifier for the journey that the metric applies to.
journeyDateRangeKpiResponse_endTime :: Lens' JourneyDateRangeKpiResponse UTCTime Source #
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
journeyDateRangeKpiResponse_startTime :: Lens' JourneyDateRangeKpiResponse UTCTime Source #
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
journeyDateRangeKpiResponse_applicationId :: Lens' JourneyDateRangeKpiResponse Text Source #
The unique identifier for the application that the metric applies to.