module Stratosphere.QuickSight.Analysis.FilledMapVisualProperty (
module Exports, FilledMapVisualProperty(..),
mkFilledMapVisualProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ColumnHierarchyProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.FilledMapConditionalFormattingProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.FilledMapConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualCustomActionProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualSubtitleLabelOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualTitleLabelOptionsProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data FilledMapVisualProperty
=
FilledMapVisualProperty {FilledMapVisualProperty -> ()
haddock_workaround_ :: (),
FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
actions :: (Prelude.Maybe [VisualCustomActionProperty]),
FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
chartConfiguration :: (Prelude.Maybe FilledMapConfigurationProperty),
FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
columnHierarchies :: (Prelude.Maybe [ColumnHierarchyProperty]),
FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
conditionalFormatting :: (Prelude.Maybe FilledMapConditionalFormattingProperty),
FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
subtitle :: (Prelude.Maybe VisualSubtitleLabelOptionsProperty),
FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
title :: (Prelude.Maybe VisualTitleLabelOptionsProperty),
FilledMapVisualProperty -> Maybe (Value Text)
visualContentAltText :: (Prelude.Maybe (Value Prelude.Text)),
FilledMapVisualProperty -> Value Text
visualId :: (Value Prelude.Text)}
deriving stock (FilledMapVisualProperty -> FilledMapVisualProperty -> Bool
(FilledMapVisualProperty -> FilledMapVisualProperty -> Bool)
-> (FilledMapVisualProperty -> FilledMapVisualProperty -> Bool)
-> Eq FilledMapVisualProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: FilledMapVisualProperty -> FilledMapVisualProperty -> Bool
== :: FilledMapVisualProperty -> FilledMapVisualProperty -> Bool
$c/= :: FilledMapVisualProperty -> FilledMapVisualProperty -> Bool
/= :: FilledMapVisualProperty -> FilledMapVisualProperty -> Bool
Prelude.Eq, Int -> FilledMapVisualProperty -> ShowS
[FilledMapVisualProperty] -> ShowS
FilledMapVisualProperty -> String
(Int -> FilledMapVisualProperty -> ShowS)
-> (FilledMapVisualProperty -> String)
-> ([FilledMapVisualProperty] -> ShowS)
-> Show FilledMapVisualProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> FilledMapVisualProperty -> ShowS
showsPrec :: Int -> FilledMapVisualProperty -> ShowS
$cshow :: FilledMapVisualProperty -> String
show :: FilledMapVisualProperty -> String
$cshowList :: [FilledMapVisualProperty] -> ShowS
showList :: [FilledMapVisualProperty] -> ShowS
Prelude.Show)
mkFilledMapVisualProperty ::
Value Prelude.Text -> FilledMapVisualProperty
mkFilledMapVisualProperty :: Value Text -> FilledMapVisualProperty
mkFilledMapVisualProperty Value Text
visualId
= FilledMapVisualProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), visualId :: Value Text
visualId = Value Text
visualId,
actions :: Maybe [VisualCustomActionProperty]
actions = Maybe [VisualCustomActionProperty]
forall a. Maybe a
Prelude.Nothing, chartConfiguration :: Maybe FilledMapConfigurationProperty
chartConfiguration = Maybe FilledMapConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
columnHierarchies :: Maybe [ColumnHierarchyProperty]
columnHierarchies = Maybe [ColumnHierarchyProperty]
forall a. Maybe a
Prelude.Nothing,
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
conditionalFormatting = Maybe FilledMapConditionalFormattingProperty
forall a. Maybe a
Prelude.Nothing,
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
subtitle = Maybe VisualSubtitleLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing, title :: Maybe VisualTitleLabelOptionsProperty
title = Maybe VisualTitleLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
visualContentAltText :: Maybe (Value Text)
visualContentAltText = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties FilledMapVisualProperty where
toResourceProperties :: FilledMapVisualProperty -> ResourceProperties
toResourceProperties FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.FilledMapVisual",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"VisualId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
visualId]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> [VisualCustomActionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Actions" ([VisualCustomActionProperty] -> (Key, Value))
-> Maybe [VisualCustomActionProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [VisualCustomActionProperty]
actions,
Key -> FilledMapConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ChartConfiguration" (FilledMapConfigurationProperty -> (Key, Value))
-> Maybe FilledMapConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FilledMapConfigurationProperty
chartConfiguration,
Key -> [ColumnHierarchyProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ColumnHierarchies" ([ColumnHierarchyProperty] -> (Key, Value))
-> Maybe [ColumnHierarchyProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ColumnHierarchyProperty]
columnHierarchies,
Key -> FilledMapConditionalFormattingProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConditionalFormatting"
(FilledMapConditionalFormattingProperty -> (Key, Value))
-> Maybe FilledMapConditionalFormattingProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FilledMapConditionalFormattingProperty
conditionalFormatting,
Key -> VisualSubtitleLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Subtitle" (VisualSubtitleLabelOptionsProperty -> (Key, Value))
-> Maybe VisualSubtitleLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualSubtitleLabelOptionsProperty
subtitle,
Key -> VisualTitleLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Title" (VisualTitleLabelOptionsProperty -> (Key, Value))
-> Maybe VisualTitleLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualTitleLabelOptionsProperty
title,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualContentAltText"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
visualContentAltText]))}
instance JSON.ToJSON FilledMapVisualProperty where
toJSON :: FilledMapVisualProperty -> Value
toJSON FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"VisualId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
visualId]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> [VisualCustomActionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Actions" ([VisualCustomActionProperty] -> (Key, Value))
-> Maybe [VisualCustomActionProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [VisualCustomActionProperty]
actions,
Key -> FilledMapConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ChartConfiguration" (FilledMapConfigurationProperty -> (Key, Value))
-> Maybe FilledMapConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FilledMapConfigurationProperty
chartConfiguration,
Key -> [ColumnHierarchyProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ColumnHierarchies" ([ColumnHierarchyProperty] -> (Key, Value))
-> Maybe [ColumnHierarchyProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ColumnHierarchyProperty]
columnHierarchies,
Key -> FilledMapConditionalFormattingProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConditionalFormatting"
(FilledMapConditionalFormattingProperty -> (Key, Value))
-> Maybe FilledMapConditionalFormattingProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FilledMapConditionalFormattingProperty
conditionalFormatting,
Key -> VisualSubtitleLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Subtitle" (VisualSubtitleLabelOptionsProperty -> (Key, Value))
-> Maybe VisualSubtitleLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualSubtitleLabelOptionsProperty
subtitle,
Key -> VisualTitleLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Title" (VisualTitleLabelOptionsProperty -> (Key, Value))
-> Maybe VisualTitleLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualTitleLabelOptionsProperty
title,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualContentAltText"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
visualContentAltText])))
instance Property "Actions" FilledMapVisualProperty where
type PropertyType "Actions" FilledMapVisualProperty = [VisualCustomActionProperty]
set :: PropertyType "Actions" FilledMapVisualProperty
-> FilledMapVisualProperty -> FilledMapVisualProperty
set PropertyType "Actions" FilledMapVisualProperty
newValue FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= FilledMapVisualProperty {actions :: Maybe [VisualCustomActionProperty]
actions = [VisualCustomActionProperty] -> Maybe [VisualCustomActionProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [VisualCustomActionProperty]
PropertyType "Actions" FilledMapVisualProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "ChartConfiguration" FilledMapVisualProperty where
type PropertyType "ChartConfiguration" FilledMapVisualProperty = FilledMapConfigurationProperty
set :: PropertyType "ChartConfiguration" FilledMapVisualProperty
-> FilledMapVisualProperty -> FilledMapVisualProperty
set PropertyType "ChartConfiguration" FilledMapVisualProperty
newValue FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= FilledMapVisualProperty
{chartConfiguration :: Maybe FilledMapConfigurationProperty
chartConfiguration = FilledMapConfigurationProperty
-> Maybe FilledMapConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ChartConfiguration" FilledMapVisualProperty
FilledMapConfigurationProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "ColumnHierarchies" FilledMapVisualProperty where
type PropertyType "ColumnHierarchies" FilledMapVisualProperty = [ColumnHierarchyProperty]
set :: PropertyType "ColumnHierarchies" FilledMapVisualProperty
-> FilledMapVisualProperty -> FilledMapVisualProperty
set PropertyType "ColumnHierarchies" FilledMapVisualProperty
newValue FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= FilledMapVisualProperty
{columnHierarchies :: Maybe [ColumnHierarchyProperty]
columnHierarchies = [ColumnHierarchyProperty] -> Maybe [ColumnHierarchyProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [ColumnHierarchyProperty]
PropertyType "ColumnHierarchies" FilledMapVisualProperty
newValue, Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "ConditionalFormatting" FilledMapVisualProperty where
type PropertyType "ConditionalFormatting" FilledMapVisualProperty = FilledMapConditionalFormattingProperty
set :: PropertyType "ConditionalFormatting" FilledMapVisualProperty
-> FilledMapVisualProperty -> FilledMapVisualProperty
set PropertyType "ConditionalFormatting" FilledMapVisualProperty
newValue FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= FilledMapVisualProperty
{conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
conditionalFormatting = FilledMapConditionalFormattingProperty
-> Maybe FilledMapConditionalFormattingProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ConditionalFormatting" FilledMapVisualProperty
FilledMapConditionalFormattingProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "Subtitle" FilledMapVisualProperty where
type PropertyType "Subtitle" FilledMapVisualProperty = VisualSubtitleLabelOptionsProperty
set :: PropertyType "Subtitle" FilledMapVisualProperty
-> FilledMapVisualProperty -> FilledMapVisualProperty
set PropertyType "Subtitle" FilledMapVisualProperty
newValue FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= FilledMapVisualProperty {subtitle :: Maybe VisualSubtitleLabelOptionsProperty
subtitle = VisualSubtitleLabelOptionsProperty
-> Maybe VisualSubtitleLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Subtitle" FilledMapVisualProperty
VisualSubtitleLabelOptionsProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "Title" FilledMapVisualProperty where
type PropertyType "Title" FilledMapVisualProperty = VisualTitleLabelOptionsProperty
set :: PropertyType "Title" FilledMapVisualProperty
-> FilledMapVisualProperty -> FilledMapVisualProperty
set PropertyType "Title" FilledMapVisualProperty
newValue FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= FilledMapVisualProperty {title :: Maybe VisualTitleLabelOptionsProperty
title = VisualTitleLabelOptionsProperty
-> Maybe VisualTitleLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Title" FilledMapVisualProperty
VisualTitleLabelOptionsProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "VisualContentAltText" FilledMapVisualProperty where
type PropertyType "VisualContentAltText" FilledMapVisualProperty = Value Prelude.Text
set :: PropertyType "VisualContentAltText" FilledMapVisualProperty
-> FilledMapVisualProperty -> FilledMapVisualProperty
set PropertyType "VisualContentAltText" FilledMapVisualProperty
newValue FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= FilledMapVisualProperty
{visualContentAltText :: Maybe (Value Text)
visualContentAltText = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VisualContentAltText" FilledMapVisualProperty
Value Text
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualId :: Value Text
..}
instance Property "VisualId" FilledMapVisualProperty where
type PropertyType "VisualId" FilledMapVisualProperty = Value Prelude.Text
set :: PropertyType "VisualId" FilledMapVisualProperty
-> FilledMapVisualProperty -> FilledMapVisualProperty
set PropertyType "VisualId" FilledMapVisualProperty
newValue FilledMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: FilledMapVisualProperty -> ()
actions :: FilledMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: FilledMapVisualProperty -> Maybe FilledMapConfigurationProperty
columnHierarchies :: FilledMapVisualProperty -> Maybe [ColumnHierarchyProperty]
conditionalFormatting :: FilledMapVisualProperty
-> Maybe FilledMapConditionalFormattingProperty
subtitle :: FilledMapVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: FilledMapVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: FilledMapVisualProperty -> Maybe (Value Text)
visualId :: FilledMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= FilledMapVisualProperty {visualId :: Value Text
visualId = PropertyType "VisualId" FilledMapVisualProperty
Value Text
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe FilledMapConditionalFormattingProperty
Maybe FilledMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe FilledMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
conditionalFormatting :: Maybe FilledMapConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
..}