| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Theme.ThemeVersionProperty
Documentation
data UIColorPaletteProperty Source #
Constructors
| UIColorPaletteProperty | |
Fields
| |
Instances
data BorderStyleProperty Source #
Constructors
| BorderStyleProperty | |
Instances
| ToJSON BorderStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.BorderStyleProperty Methods toJSON :: BorderStyleProperty -> Value # toEncoding :: BorderStyleProperty -> Encoding # toJSONList :: [BorderStyleProperty] -> Value # toEncodingList :: [BorderStyleProperty] -> Encoding # omitField :: BorderStyleProperty -> Bool # | |||||
| Show BorderStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.BorderStyleProperty Methods showsPrec :: Int -> BorderStyleProperty -> ShowS # show :: BorderStyleProperty -> String # showList :: [BorderStyleProperty] -> ShowS # | |||||
| Eq BorderStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.BorderStyleProperty Methods (==) :: BorderStyleProperty -> BorderStyleProperty -> Bool # (/=) :: BorderStyleProperty -> BorderStyleProperty -> Bool # | |||||
| ToResourceProperties BorderStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.BorderStyleProperty Methods toResourceProperties :: BorderStyleProperty -> ResourceProperties # | |||||
| Property "Show" BorderStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.BorderStyleProperty Associated Types
Methods set :: PropertyType "Show" BorderStyleProperty -> BorderStyleProperty -> BorderStyleProperty # | |||||
| type PropertyType "Show" BorderStyleProperty Source # | |||||
data GutterStyleProperty Source #
Constructors
| GutterStyleProperty | |
Instances
| ToJSON GutterStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.GutterStyleProperty Methods toJSON :: GutterStyleProperty -> Value # toEncoding :: GutterStyleProperty -> Encoding # toJSONList :: [GutterStyleProperty] -> Value # toEncodingList :: [GutterStyleProperty] -> Encoding # omitField :: GutterStyleProperty -> Bool # | |||||
| Show GutterStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.GutterStyleProperty Methods showsPrec :: Int -> GutterStyleProperty -> ShowS # show :: GutterStyleProperty -> String # showList :: [GutterStyleProperty] -> ShowS # | |||||
| Eq GutterStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.GutterStyleProperty Methods (==) :: GutterStyleProperty -> GutterStyleProperty -> Bool # (/=) :: GutterStyleProperty -> GutterStyleProperty -> Bool # | |||||
| ToResourceProperties GutterStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.GutterStyleProperty Methods toResourceProperties :: GutterStyleProperty -> ResourceProperties # | |||||
| Property "Show" GutterStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.GutterStyleProperty Associated Types
Methods set :: PropertyType "Show" GutterStyleProperty -> GutterStyleProperty -> GutterStyleProperty # | |||||
| type PropertyType "Show" GutterStyleProperty Source # | |||||
data MarginStyleProperty Source #
Constructors
| MarginStyleProperty | |
Instances
| ToJSON MarginStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.MarginStyleProperty Methods toJSON :: MarginStyleProperty -> Value # toEncoding :: MarginStyleProperty -> Encoding # toJSONList :: [MarginStyleProperty] -> Value # toEncodingList :: [MarginStyleProperty] -> Encoding # omitField :: MarginStyleProperty -> Bool # | |||||
| Show MarginStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.MarginStyleProperty Methods showsPrec :: Int -> MarginStyleProperty -> ShowS # show :: MarginStyleProperty -> String # showList :: [MarginStyleProperty] -> ShowS # | |||||
| Eq MarginStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.MarginStyleProperty Methods (==) :: MarginStyleProperty -> MarginStyleProperty -> Bool # (/=) :: MarginStyleProperty -> MarginStyleProperty -> Bool # | |||||
| ToResourceProperties MarginStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.MarginStyleProperty Methods toResourceProperties :: MarginStyleProperty -> ResourceProperties # | |||||
| Property "Show" MarginStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.MarginStyleProperty Associated Types
Methods set :: PropertyType "Show" MarginStyleProperty -> MarginStyleProperty -> MarginStyleProperty # | |||||
| type PropertyType "Show" MarginStyleProperty Source # | |||||
data ThemeConfigurationProperty Source #
Constructors
| ThemeConfigurationProperty | |
Instances
| ToJSON ThemeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeConfigurationProperty Methods toJSON :: ThemeConfigurationProperty -> Value # toEncoding :: ThemeConfigurationProperty -> Encoding # toJSONList :: [ThemeConfigurationProperty] -> Value # toEncodingList :: [ThemeConfigurationProperty] -> Encoding # | |||||
| Show ThemeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeConfigurationProperty Methods showsPrec :: Int -> ThemeConfigurationProperty -> ShowS # show :: ThemeConfigurationProperty -> String # showList :: [ThemeConfigurationProperty] -> ShowS # | |||||
| Eq ThemeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeConfigurationProperty Methods (==) :: ThemeConfigurationProperty -> ThemeConfigurationProperty -> Bool # (/=) :: ThemeConfigurationProperty -> ThemeConfigurationProperty -> Bool # | |||||
| ToResourceProperties ThemeConfigurationProperty Source # | |||||
| Property "DataColorPalette" ThemeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeConfigurationProperty Associated Types
Methods set :: PropertyType "DataColorPalette" ThemeConfigurationProperty -> ThemeConfigurationProperty -> ThemeConfigurationProperty # | |||||
| Property "Sheet" ThemeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeConfigurationProperty Associated Types
Methods set :: PropertyType "Sheet" ThemeConfigurationProperty -> ThemeConfigurationProperty -> ThemeConfigurationProperty # | |||||
| Property "Typography" ThemeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeConfigurationProperty Associated Types
Methods set :: PropertyType "Typography" ThemeConfigurationProperty -> ThemeConfigurationProperty -> ThemeConfigurationProperty # | |||||
| Property "UIColorPalette" ThemeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeConfigurationProperty Associated Types
Methods set :: PropertyType "UIColorPalette" ThemeConfigurationProperty -> ThemeConfigurationProperty -> ThemeConfigurationProperty # | |||||
| type PropertyType "DataColorPalette" ThemeConfigurationProperty Source # | |||||
| type PropertyType "Sheet" ThemeConfigurationProperty Source # | |||||
| type PropertyType "Typography" ThemeConfigurationProperty Source # | |||||
| type PropertyType "UIColorPalette" ThemeConfigurationProperty Source # | |||||
data DataColorPaletteProperty Source #
Constructors
| DataColorPaletteProperty | |
Fields
| |
Instances
| ToJSON DataColorPaletteProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.DataColorPaletteProperty Methods toJSON :: DataColorPaletteProperty -> Value # toEncoding :: DataColorPaletteProperty -> Encoding # toJSONList :: [DataColorPaletteProperty] -> Value # | |||||
| Show DataColorPaletteProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.DataColorPaletteProperty Methods showsPrec :: Int -> DataColorPaletteProperty -> ShowS # show :: DataColorPaletteProperty -> String # showList :: [DataColorPaletteProperty] -> ShowS # | |||||
| Eq DataColorPaletteProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.DataColorPaletteProperty Methods (==) :: DataColorPaletteProperty -> DataColorPaletteProperty -> Bool # (/=) :: DataColorPaletteProperty -> DataColorPaletteProperty -> Bool # | |||||
| ToResourceProperties DataColorPaletteProperty Source # | |||||
| Property "Colors" DataColorPaletteProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.DataColorPaletteProperty Associated Types
Methods set :: PropertyType "Colors" DataColorPaletteProperty -> DataColorPaletteProperty -> DataColorPaletteProperty # | |||||
| Property "EmptyFillColor" DataColorPaletteProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.DataColorPaletteProperty Associated Types
Methods set :: PropertyType "EmptyFillColor" DataColorPaletteProperty -> DataColorPaletteProperty -> DataColorPaletteProperty # | |||||
| Property "MinMaxGradient" DataColorPaletteProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.DataColorPaletteProperty Associated Types
Methods set :: PropertyType "MinMaxGradient" DataColorPaletteProperty -> DataColorPaletteProperty -> DataColorPaletteProperty # | |||||
| type PropertyType "Colors" DataColorPaletteProperty Source # | |||||
| type PropertyType "EmptyFillColor" DataColorPaletteProperty Source # | |||||
| type PropertyType "MinMaxGradient" DataColorPaletteProperty Source # | |||||
data FontProperty Source #
Constructors
| FontProperty | |
Instances
| ToJSON FontProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.FontProperty Methods toJSON :: FontProperty -> Value # toEncoding :: FontProperty -> Encoding # toJSONList :: [FontProperty] -> Value # toEncodingList :: [FontProperty] -> Encoding # omitField :: FontProperty -> Bool # | |||||
| Show FontProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.FontProperty Methods showsPrec :: Int -> FontProperty -> ShowS # show :: FontProperty -> String # showList :: [FontProperty] -> ShowS # | |||||
| Eq FontProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.FontProperty | |||||
| ToResourceProperties FontProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.FontProperty Methods toResourceProperties :: FontProperty -> ResourceProperties # | |||||
| Property "FontFamily" FontProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.FontProperty Associated Types
Methods set :: PropertyType "FontFamily" FontProperty -> FontProperty -> FontProperty # | |||||
| type PropertyType "FontFamily" FontProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.FontProperty | |||||
data SheetStyleProperty Source #
Constructors
| SheetStyleProperty | |
Fields | |
Instances
| ToJSON SheetStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.SheetStyleProperty Methods toJSON :: SheetStyleProperty -> Value # toEncoding :: SheetStyleProperty -> Encoding # toJSONList :: [SheetStyleProperty] -> Value # toEncodingList :: [SheetStyleProperty] -> Encoding # omitField :: SheetStyleProperty -> Bool # | |||||
| Show SheetStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.SheetStyleProperty Methods showsPrec :: Int -> SheetStyleProperty -> ShowS # show :: SheetStyleProperty -> String # showList :: [SheetStyleProperty] -> ShowS # | |||||
| Eq SheetStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.SheetStyleProperty Methods (==) :: SheetStyleProperty -> SheetStyleProperty -> Bool # (/=) :: SheetStyleProperty -> SheetStyleProperty -> Bool # | |||||
| ToResourceProperties SheetStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.SheetStyleProperty Methods toResourceProperties :: SheetStyleProperty -> ResourceProperties # | |||||
| Property "Tile" SheetStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.SheetStyleProperty Associated Types
Methods set :: PropertyType "Tile" SheetStyleProperty -> SheetStyleProperty -> SheetStyleProperty # | |||||
| Property "TileLayout" SheetStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.SheetStyleProperty Associated Types
Methods set :: PropertyType "TileLayout" SheetStyleProperty -> SheetStyleProperty -> SheetStyleProperty # | |||||
| type PropertyType "Tile" SheetStyleProperty Source # | |||||
| type PropertyType "TileLayout" SheetStyleProperty Source # | |||||
data TileLayoutStyleProperty Source #
Constructors
| TileLayoutStyleProperty | |
Fields | |
Instances
| ToJSON TileLayoutStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileLayoutStyleProperty Methods toJSON :: TileLayoutStyleProperty -> Value # toEncoding :: TileLayoutStyleProperty -> Encoding # toJSONList :: [TileLayoutStyleProperty] -> Value # | |||||
| Show TileLayoutStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileLayoutStyleProperty Methods showsPrec :: Int -> TileLayoutStyleProperty -> ShowS # show :: TileLayoutStyleProperty -> String # showList :: [TileLayoutStyleProperty] -> ShowS # | |||||
| Eq TileLayoutStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileLayoutStyleProperty Methods (==) :: TileLayoutStyleProperty -> TileLayoutStyleProperty -> Bool # (/=) :: TileLayoutStyleProperty -> TileLayoutStyleProperty -> Bool # | |||||
| ToResourceProperties TileLayoutStyleProperty Source # | |||||
| Property "Gutter" TileLayoutStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileLayoutStyleProperty Associated Types
Methods set :: PropertyType "Gutter" TileLayoutStyleProperty -> TileLayoutStyleProperty -> TileLayoutStyleProperty # | |||||
| Property "Margin" TileLayoutStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileLayoutStyleProperty Associated Types
Methods set :: PropertyType "Margin" TileLayoutStyleProperty -> TileLayoutStyleProperty -> TileLayoutStyleProperty # | |||||
| type PropertyType "Gutter" TileLayoutStyleProperty Source # | |||||
| type PropertyType "Margin" TileLayoutStyleProperty Source # | |||||
data TileStyleProperty Source #
Constructors
| TileStyleProperty | |
Fields | |
Instances
| ToJSON TileStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileStyleProperty Methods toJSON :: TileStyleProperty -> Value # toEncoding :: TileStyleProperty -> Encoding # toJSONList :: [TileStyleProperty] -> Value # toEncodingList :: [TileStyleProperty] -> Encoding # omitField :: TileStyleProperty -> Bool # | |||||
| Show TileStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileStyleProperty Methods showsPrec :: Int -> TileStyleProperty -> ShowS # show :: TileStyleProperty -> String # showList :: [TileStyleProperty] -> ShowS # | |||||
| Eq TileStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileStyleProperty Methods (==) :: TileStyleProperty -> TileStyleProperty -> Bool # (/=) :: TileStyleProperty -> TileStyleProperty -> Bool # | |||||
| ToResourceProperties TileStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileStyleProperty Methods toResourceProperties :: TileStyleProperty -> ResourceProperties # | |||||
| Property "Border" TileStyleProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TileStyleProperty Associated Types
Methods set :: PropertyType "Border" TileStyleProperty -> TileStyleProperty -> TileStyleProperty # | |||||
| type PropertyType "Border" TileStyleProperty Source # | |||||
data TypographyProperty Source #
Constructors
| TypographyProperty | |
Fields
| |
Instances
| ToJSON TypographyProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TypographyProperty Methods toJSON :: TypographyProperty -> Value # toEncoding :: TypographyProperty -> Encoding # toJSONList :: [TypographyProperty] -> Value # toEncodingList :: [TypographyProperty] -> Encoding # omitField :: TypographyProperty -> Bool # | |||||
| Show TypographyProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TypographyProperty Methods showsPrec :: Int -> TypographyProperty -> ShowS # show :: TypographyProperty -> String # showList :: [TypographyProperty] -> ShowS # | |||||
| Eq TypographyProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TypographyProperty Methods (==) :: TypographyProperty -> TypographyProperty -> Bool # (/=) :: TypographyProperty -> TypographyProperty -> Bool # | |||||
| ToResourceProperties TypographyProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TypographyProperty Methods toResourceProperties :: TypographyProperty -> ResourceProperties # | |||||
| Property "FontFamilies" TypographyProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.TypographyProperty Associated Types
Methods set :: PropertyType "FontFamilies" TypographyProperty -> TypographyProperty -> TypographyProperty # | |||||
| type PropertyType "FontFamilies" TypographyProperty Source # | |||||
data ThemeVersionProperty Source #
Constructors
| ThemeVersionProperty | |
Fields
| |
Instances
| ToJSON ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Methods toJSON :: ThemeVersionProperty -> Value # toEncoding :: ThemeVersionProperty -> Encoding # toJSONList :: [ThemeVersionProperty] -> Value # toEncodingList :: [ThemeVersionProperty] -> Encoding # omitField :: ThemeVersionProperty -> Bool # | |||||
| Show ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Methods showsPrec :: Int -> ThemeVersionProperty -> ShowS # show :: ThemeVersionProperty -> String # showList :: [ThemeVersionProperty] -> ShowS # | |||||
| Eq ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Methods (==) :: ThemeVersionProperty -> ThemeVersionProperty -> Bool # (/=) :: ThemeVersionProperty -> ThemeVersionProperty -> Bool # | |||||
| ToResourceProperties ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Methods toResourceProperties :: ThemeVersionProperty -> ResourceProperties # | |||||
| Property "Arn" ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Associated Types
Methods set :: PropertyType "Arn" ThemeVersionProperty -> ThemeVersionProperty -> ThemeVersionProperty # | |||||
| Property "BaseThemeId" ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Associated Types
Methods set :: PropertyType "BaseThemeId" ThemeVersionProperty -> ThemeVersionProperty -> ThemeVersionProperty # | |||||
| Property "Configuration" ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Associated Types
Methods set :: PropertyType "Configuration" ThemeVersionProperty -> ThemeVersionProperty -> ThemeVersionProperty # | |||||
| Property "CreatedTime" ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Associated Types
Methods set :: PropertyType "CreatedTime" ThemeVersionProperty -> ThemeVersionProperty -> ThemeVersionProperty # | |||||
| Property "Description" ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Associated Types
Methods set :: PropertyType "Description" ThemeVersionProperty -> ThemeVersionProperty -> ThemeVersionProperty # | |||||
| Property "Errors" ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Associated Types
Methods set :: PropertyType "Errors" ThemeVersionProperty -> ThemeVersionProperty -> ThemeVersionProperty # | |||||
| Property "Status" ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Associated Types
Methods set :: PropertyType "Status" ThemeVersionProperty -> ThemeVersionProperty -> ThemeVersionProperty # | |||||
| Property "VersionNumber" ThemeVersionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Theme.ThemeVersionProperty Associated Types
Methods set :: PropertyType "VersionNumber" ThemeVersionProperty -> ThemeVersionProperty -> ThemeVersionProperty # | |||||
| type PropertyType "Arn" ThemeVersionProperty Source # | |||||
| type PropertyType "BaseThemeId" ThemeVersionProperty Source # | |||||
| type PropertyType "Configuration" ThemeVersionProperty Source # | |||||
| type PropertyType "CreatedTime" ThemeVersionProperty Source # | |||||
| type PropertyType "Description" ThemeVersionProperty Source # | |||||
| type PropertyType "Errors" ThemeVersionProperty Source # | |||||
| type PropertyType "Status" ThemeVersionProperty Source # | |||||
| type PropertyType "VersionNumber" ThemeVersionProperty Source # | |||||