module Stratosphere.QuickSight.Analysis.GeospatialMapVisualProperty (
module Exports, GeospatialMapVisualProperty(..),
mkGeospatialMapVisualProperty
) 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.GeospatialMapConfigurationProperty 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 GeospatialMapVisualProperty
=
GeospatialMapVisualProperty {GeospatialMapVisualProperty -> ()
haddock_workaround_ :: (),
GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
actions :: (Prelude.Maybe [VisualCustomActionProperty]),
GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
chartConfiguration :: (Prelude.Maybe GeospatialMapConfigurationProperty),
GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
columnHierarchies :: (Prelude.Maybe [ColumnHierarchyProperty]),
GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
subtitle :: (Prelude.Maybe VisualSubtitleLabelOptionsProperty),
GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
title :: (Prelude.Maybe VisualTitleLabelOptionsProperty),
GeospatialMapVisualProperty -> Maybe (Value Text)
visualContentAltText :: (Prelude.Maybe (Value Prelude.Text)),
GeospatialMapVisualProperty -> Value Text
visualId :: (Value Prelude.Text)}
deriving stock (GeospatialMapVisualProperty -> GeospatialMapVisualProperty -> Bool
(GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> Bool)
-> (GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> Bool)
-> Eq GeospatialMapVisualProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: GeospatialMapVisualProperty -> GeospatialMapVisualProperty -> Bool
== :: GeospatialMapVisualProperty -> GeospatialMapVisualProperty -> Bool
$c/= :: GeospatialMapVisualProperty -> GeospatialMapVisualProperty -> Bool
/= :: GeospatialMapVisualProperty -> GeospatialMapVisualProperty -> Bool
Prelude.Eq, Int -> GeospatialMapVisualProperty -> ShowS
[GeospatialMapVisualProperty] -> ShowS
GeospatialMapVisualProperty -> String
(Int -> GeospatialMapVisualProperty -> ShowS)
-> (GeospatialMapVisualProperty -> String)
-> ([GeospatialMapVisualProperty] -> ShowS)
-> Show GeospatialMapVisualProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> GeospatialMapVisualProperty -> ShowS
showsPrec :: Int -> GeospatialMapVisualProperty -> ShowS
$cshow :: GeospatialMapVisualProperty -> String
show :: GeospatialMapVisualProperty -> String
$cshowList :: [GeospatialMapVisualProperty] -> ShowS
showList :: [GeospatialMapVisualProperty] -> ShowS
Prelude.Show)
mkGeospatialMapVisualProperty ::
Value Prelude.Text -> GeospatialMapVisualProperty
mkGeospatialMapVisualProperty :: Value Text -> GeospatialMapVisualProperty
mkGeospatialMapVisualProperty Value Text
visualId
= GeospatialMapVisualProperty
{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 GeospatialMapConfigurationProperty
chartConfiguration = Maybe GeospatialMapConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
columnHierarchies :: Maybe [ColumnHierarchyProperty]
columnHierarchies = Maybe [ColumnHierarchyProperty]
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 GeospatialMapVisualProperty where
toResourceProperties :: GeospatialMapVisualProperty -> ResourceProperties
toResourceProperties GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.GeospatialMapVisual",
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 -> GeospatialMapConfigurationProperty -> (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" (GeospatialMapConfigurationProperty -> (Key, Value))
-> Maybe GeospatialMapConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapConfigurationProperty
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 -> 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 GeospatialMapVisualProperty where
toJSON :: GeospatialMapVisualProperty -> Value
toJSON GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
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 -> GeospatialMapConfigurationProperty -> (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" (GeospatialMapConfigurationProperty -> (Key, Value))
-> Maybe GeospatialMapConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapConfigurationProperty
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 -> 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" GeospatialMapVisualProperty where
type PropertyType "Actions" GeospatialMapVisualProperty = [VisualCustomActionProperty]
set :: PropertyType "Actions" GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> GeospatialMapVisualProperty
set PropertyType "Actions" GeospatialMapVisualProperty
newValue GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= GeospatialMapVisualProperty {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" GeospatialMapVisualProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "ChartConfiguration" GeospatialMapVisualProperty where
type PropertyType "ChartConfiguration" GeospatialMapVisualProperty = GeospatialMapConfigurationProperty
set :: PropertyType "ChartConfiguration" GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> GeospatialMapVisualProperty
set PropertyType "ChartConfiguration" GeospatialMapVisualProperty
newValue GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= GeospatialMapVisualProperty
{chartConfiguration :: Maybe GeospatialMapConfigurationProperty
chartConfiguration = GeospatialMapConfigurationProperty
-> Maybe GeospatialMapConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ChartConfiguration" GeospatialMapVisualProperty
GeospatialMapConfigurationProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "ColumnHierarchies" GeospatialMapVisualProperty where
type PropertyType "ColumnHierarchies" GeospatialMapVisualProperty = [ColumnHierarchyProperty]
set :: PropertyType "ColumnHierarchies" GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> GeospatialMapVisualProperty
set PropertyType "ColumnHierarchies" GeospatialMapVisualProperty
newValue GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= GeospatialMapVisualProperty
{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" GeospatialMapVisualProperty
newValue, Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "Subtitle" GeospatialMapVisualProperty where
type PropertyType "Subtitle" GeospatialMapVisualProperty = VisualSubtitleLabelOptionsProperty
set :: PropertyType "Subtitle" GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> GeospatialMapVisualProperty
set PropertyType "Subtitle" GeospatialMapVisualProperty
newValue GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= GeospatialMapVisualProperty
{subtitle :: Maybe VisualSubtitleLabelOptionsProperty
subtitle = VisualSubtitleLabelOptionsProperty
-> Maybe VisualSubtitleLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Subtitle" GeospatialMapVisualProperty
VisualSubtitleLabelOptionsProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "Title" GeospatialMapVisualProperty where
type PropertyType "Title" GeospatialMapVisualProperty = VisualTitleLabelOptionsProperty
set :: PropertyType "Title" GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> GeospatialMapVisualProperty
set PropertyType "Title" GeospatialMapVisualProperty
newValue GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= GeospatialMapVisualProperty {title :: Maybe VisualTitleLabelOptionsProperty
title = VisualTitleLabelOptionsProperty
-> Maybe VisualTitleLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Title" GeospatialMapVisualProperty
VisualTitleLabelOptionsProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "VisualContentAltText" GeospatialMapVisualProperty where
type PropertyType "VisualContentAltText" GeospatialMapVisualProperty = Value Prelude.Text
set :: PropertyType "VisualContentAltText" GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> GeospatialMapVisualProperty
set PropertyType "VisualContentAltText" GeospatialMapVisualProperty
newValue GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= GeospatialMapVisualProperty
{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" GeospatialMapVisualProperty
Value Text
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualId :: Value Text
..}
instance Property "VisualId" GeospatialMapVisualProperty where
type PropertyType "VisualId" GeospatialMapVisualProperty = Value Prelude.Text
set :: PropertyType "VisualId" GeospatialMapVisualProperty
-> GeospatialMapVisualProperty -> GeospatialMapVisualProperty
set PropertyType "VisualId" GeospatialMapVisualProperty
newValue GeospatialMapVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: GeospatialMapVisualProperty -> ()
actions :: GeospatialMapVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: GeospatialMapVisualProperty
-> Maybe GeospatialMapConfigurationProperty
columnHierarchies :: GeospatialMapVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: GeospatialMapVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: GeospatialMapVisualProperty
-> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: GeospatialMapVisualProperty -> Maybe (Value Text)
visualId :: GeospatialMapVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
= GeospatialMapVisualProperty {visualId :: Value Text
visualId = PropertyType "VisualId" GeospatialMapVisualProperty
Value Text
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialMapConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe GeospatialMapConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
..}