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

Description

 
Synopsis

Documentation

data FieldSeriesItem Source #

The field series item configuration of a line chart.

See: newFieldSeriesItem smart constructor.

Constructors

FieldSeriesItem' 

Fields

Instances

Instances details
FromJSON FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

ToJSON FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Generic FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Associated Types

type Rep FieldSeriesItem :: Type -> Type #

Read FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Show FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

NFData FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Methods

rnf :: FieldSeriesItem -> () #

Eq FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Hashable FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

type Rep FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

type Rep FieldSeriesItem = D1 ('MetaData "FieldSeriesItem" "Amazonka.QuickSight.Types.FieldSeriesItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldSeriesItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartSeriesSettings)) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "axisBinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AxisBinding))))

newFieldSeriesItem Source #

Create a value of FieldSeriesItem 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:settings:FieldSeriesItem', fieldSeriesItem_settings - The options that determine the presentation of line series associated to the field.

$sel:fieldId:FieldSeriesItem', fieldSeriesItem_fieldId - The field ID of the field for which you are setting the axis binding.

$sel:axisBinding:FieldSeriesItem', fieldSeriesItem_axisBinding - The axis that you are binding the field to.

fieldSeriesItem_settings :: Lens' FieldSeriesItem (Maybe LineChartSeriesSettings) Source #

The options that determine the presentation of line series associated to the field.

fieldSeriesItem_fieldId :: Lens' FieldSeriesItem Text Source #

The field ID of the field for which you are setting the axis binding.

fieldSeriesItem_axisBinding :: Lens' FieldSeriesItem AxisBinding Source #

The axis that you are binding the field to.