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

Description

 
Synopsis

Documentation

data Typography Source #

Determines the typography options.

See: newTypography smart constructor.

Constructors

Typography' 

Fields

Instances

Instances details
FromJSON Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

ToJSON Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Generic Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Associated Types

type Rep Typography :: Type -> Type #

Read Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Show Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

NFData Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Methods

rnf :: Typography -> () #

Eq Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Hashable Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

type Rep Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

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

newTypography :: Typography Source #

Create a value of Typography 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:fontFamilies:Typography', typography_fontFamilies - Determines the list of font families.

typography_fontFamilies :: Lens' Typography (Maybe [Font]) Source #

Determines the list of font families.