amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Description

 
Synopsis

Documentation

data GeospatialMapAggregatedFieldWells Source #

The aggregated field wells for a geospatial map.

See: newGeospatialMapAggregatedFieldWells smart constructor.

Constructors

GeospatialMapAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

ToJSON GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Generic GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Associated Types

type Rep GeospatialMapAggregatedFieldWells :: Type -> Type #

Show GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

NFData GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Eq GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Hashable GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

type Rep GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

type Rep GeospatialMapAggregatedFieldWells = D1 ('MetaData "GeospatialMapAggregatedFieldWells" "Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialMapAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: (S1 ('MetaSel ('Just "geospatial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newGeospatialMapAggregatedFieldWells :: GeospatialMapAggregatedFieldWells Source #

Create a value of GeospatialMapAggregatedFieldWells 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:colors:GeospatialMapAggregatedFieldWells', geospatialMapAggregatedFieldWells_colors - The color field wells of a geospatial map.

$sel:geospatial:GeospatialMapAggregatedFieldWells', geospatialMapAggregatedFieldWells_geospatial - The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

$sel:values:GeospatialMapAggregatedFieldWells', geospatialMapAggregatedFieldWells_values - The size field wells of a geospatial map. Values are aggregated based on geospatial fields.

geospatialMapAggregatedFieldWells_geospatial :: Lens' GeospatialMapAggregatedFieldWells (Maybe [DimensionField]) Source #

The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

geospatialMapAggregatedFieldWells_values :: Lens' GeospatialMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The size field wells of a geospatial map. Values are aggregated based on geospatial fields.