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.SeriesItem

Description

 
Synopsis

Documentation

data SeriesItem Source #

The series item configuration of a line chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newSeriesItem smart constructor.

Constructors

SeriesItem' 

Fields

Instances

Instances details
FromJSON SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

ToJSON SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

Generic SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

Associated Types

type Rep SeriesItem :: Type -> Type #

Show SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

NFData SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

Methods

rnf :: SeriesItem -> () #

Eq SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

Hashable SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

type Rep SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

type Rep SeriesItem = D1 ('MetaData "SeriesItem" "Amazonka.QuickSight.Types.SeriesItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SeriesItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataFieldSeriesItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataFieldSeriesItem)) :*: S1 ('MetaSel ('Just "fieldSeriesItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldSeriesItem))))

newSeriesItem :: SeriesItem Source #

Create a value of SeriesItem 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:dataFieldSeriesItem:SeriesItem', seriesItem_dataFieldSeriesItem - The data field series item configuration of a line chart.

$sel:fieldSeriesItem:SeriesItem', seriesItem_fieldSeriesItem - The field series item configuration of a line chart.

seriesItem_dataFieldSeriesItem :: Lens' SeriesItem (Maybe DataFieldSeriesItem) Source #

The data field series item configuration of a line chart.

seriesItem_fieldSeriesItem :: Lens' SeriesItem (Maybe FieldSeriesItem) Source #

The field series item configuration of a line chart.