| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.ResultRow
Description
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.
Constructors
| ResultRow' | |
Fields
| |
Instances
| FromJSON ResultRow Source # | |
| Generic ResultRow Source # | |
| Read ResultRow Source # | |
| Show ResultRow Source # | |
| NFData ResultRow Source # | |
Defined in Amazonka.Pinpoint.Types.ResultRow | |
| Eq ResultRow Source # | |
| Hashable ResultRow Source # | |
Defined in Amazonka.Pinpoint.Types.ResultRow | |
| type Rep ResultRow Source # | |
Defined in Amazonka.Pinpoint.Types.ResultRow type Rep ResultRow = D1 ('MetaData "ResultRow" "Amazonka.Pinpoint.Types.ResultRow" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" '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.