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

Description

 
Synopsis

Documentation

data FontWeight Source #

The option that determines the text display weight, or boldness.

See: newFontWeight smart constructor.

Constructors

FontWeight' 

Fields

Instances

Instances details
FromJSON FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

ToJSON FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Generic FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Associated Types

type Rep FontWeight :: Type -> Type #

Read FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Show FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

NFData FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Methods

rnf :: FontWeight -> () #

Eq FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Hashable FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

type Rep FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

type Rep FontWeight = D1 ('MetaData "FontWeight" "Amazonka.QuickSight.Types.FontWeight" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FontWeight'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontWeightName))))

newFontWeight :: FontWeight Source #

Create a value of FontWeight 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:name:FontWeight', fontWeight_name - The lexical name for the level of boldness of the text display.

fontWeight_name :: Lens' FontWeight (Maybe FontWeightName) Source #

The lexical name for the level of boldness of the text display.