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
Documentation
Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
See: newResultRow
smart constructor.
ResultRow' | |
|
Instances
Eq ResultRow Source # | |
Read ResultRow Source # | |
Show ResultRow Source # | |
Generic ResultRow Source # | |
NFData ResultRow Source # | |
Defined in Amazonka.Pinpoint.Types.ResultRow | |
Hashable ResultRow Source # | |
Defined in Amazonka.Pinpoint.Types.ResultRow | |
FromJSON ResultRow Source # | |
type Rep ResultRow Source # | |
Defined in Amazonka.Pinpoint.Types.ResultRow type Rep ResultRow = D1 ('MetaData "ResultRow" "Amazonka.Pinpoint.Types.ResultRow" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "ResultRow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupedBys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResultRowValue]) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResultRowValue]))) |
newResultRow :: ResultRow Source #
Create a value of ResultRow
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:groupedBys:ResultRow'
, resultRow_groupedBys
- An array of objects that defines the field and field values that were
used to group data in a result set that contains multiple results. This
value is null if the data in a result set isn’t grouped.
$sel:values:ResultRow'
, resultRow_values
- An array of objects that provides pre-aggregated values for a standard
metric that applies to an application, campaign, or journey.
resultRow_groupedBys :: Lens' ResultRow [ResultRowValue] Source #
An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.
resultRow_values :: Lens' ResultRow [ResultRowValue] Source #
An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.