module Stratosphere.QuickSight.Template.WordCloudVisualProperty (
        module Exports, WordCloudVisualProperty(..),
        mkWordCloudVisualProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Template.ColumnHierarchyProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.VisualCustomActionProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.VisualSubtitleLabelOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.VisualTitleLabelOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.WordCloudChartConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data WordCloudVisualProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudvisual.html>
    WordCloudVisualProperty {WordCloudVisualProperty -> ()
haddock_workaround_ :: (),
                             -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudvisual.html#cfn-quicksight-template-wordcloudvisual-actions>
                             WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
actions :: (Prelude.Maybe [VisualCustomActionProperty]),
                             -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudvisual.html#cfn-quicksight-template-wordcloudvisual-chartconfiguration>
                             WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
chartConfiguration :: (Prelude.Maybe WordCloudChartConfigurationProperty),
                             -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudvisual.html#cfn-quicksight-template-wordcloudvisual-columnhierarchies>
                             WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
columnHierarchies :: (Prelude.Maybe [ColumnHierarchyProperty]),
                             -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudvisual.html#cfn-quicksight-template-wordcloudvisual-subtitle>
                             WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
subtitle :: (Prelude.Maybe VisualSubtitleLabelOptionsProperty),
                             -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudvisual.html#cfn-quicksight-template-wordcloudvisual-title>
                             WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
title :: (Prelude.Maybe VisualTitleLabelOptionsProperty),
                             -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudvisual.html#cfn-quicksight-template-wordcloudvisual-visualcontentalttext>
                             WordCloudVisualProperty -> Maybe (Value Text)
visualContentAltText :: (Prelude.Maybe (Value Prelude.Text)),
                             -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudvisual.html#cfn-quicksight-template-wordcloudvisual-visualid>
                             WordCloudVisualProperty -> Value Text
visualId :: (Value Prelude.Text)}
  deriving stock (WordCloudVisualProperty -> WordCloudVisualProperty -> Bool
(WordCloudVisualProperty -> WordCloudVisualProperty -> Bool)
-> (WordCloudVisualProperty -> WordCloudVisualProperty -> Bool)
-> Eq WordCloudVisualProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: WordCloudVisualProperty -> WordCloudVisualProperty -> Bool
== :: WordCloudVisualProperty -> WordCloudVisualProperty -> Bool
$c/= :: WordCloudVisualProperty -> WordCloudVisualProperty -> Bool
/= :: WordCloudVisualProperty -> WordCloudVisualProperty -> Bool
Prelude.Eq, Int -> WordCloudVisualProperty -> ShowS
[WordCloudVisualProperty] -> ShowS
WordCloudVisualProperty -> String
(Int -> WordCloudVisualProperty -> ShowS)
-> (WordCloudVisualProperty -> String)
-> ([WordCloudVisualProperty] -> ShowS)
-> Show WordCloudVisualProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> WordCloudVisualProperty -> ShowS
showsPrec :: Int -> WordCloudVisualProperty -> ShowS
$cshow :: WordCloudVisualProperty -> String
show :: WordCloudVisualProperty -> String
$cshowList :: [WordCloudVisualProperty] -> ShowS
showList :: [WordCloudVisualProperty] -> ShowS
Prelude.Show)
mkWordCloudVisualProperty ::
  Value Prelude.Text -> WordCloudVisualProperty
mkWordCloudVisualProperty :: Value Text -> WordCloudVisualProperty
mkWordCloudVisualProperty Value Text
visualId
  = WordCloudVisualProperty
      {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 WordCloudChartConfigurationProperty
chartConfiguration = Maybe WordCloudChartConfigurationProperty
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 WordCloudVisualProperty where
  toResourceProperties :: WordCloudVisualProperty -> ResourceProperties
toResourceProperties WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Template.WordCloudVisual",
         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 -> WordCloudChartConfigurationProperty -> (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" (WordCloudChartConfigurationProperty -> (Key, Value))
-> Maybe WordCloudChartConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe WordCloudChartConfigurationProperty
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 WordCloudVisualProperty where
  toJSON :: WordCloudVisualProperty -> Value
toJSON WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
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 -> WordCloudChartConfigurationProperty -> (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" (WordCloudChartConfigurationProperty -> (Key, Value))
-> Maybe WordCloudChartConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe WordCloudChartConfigurationProperty
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" WordCloudVisualProperty where
  type PropertyType "Actions" WordCloudVisualProperty = [VisualCustomActionProperty]
  set :: PropertyType "Actions" WordCloudVisualProperty
-> WordCloudVisualProperty -> WordCloudVisualProperty
set PropertyType "Actions" WordCloudVisualProperty
newValue WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = WordCloudVisualProperty {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" WordCloudVisualProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "ChartConfiguration" WordCloudVisualProperty where
  type PropertyType "ChartConfiguration" WordCloudVisualProperty = WordCloudChartConfigurationProperty
  set :: PropertyType "ChartConfiguration" WordCloudVisualProperty
-> WordCloudVisualProperty -> WordCloudVisualProperty
set PropertyType "ChartConfiguration" WordCloudVisualProperty
newValue WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = WordCloudVisualProperty
        {chartConfiguration :: Maybe WordCloudChartConfigurationProperty
chartConfiguration = WordCloudChartConfigurationProperty
-> Maybe WordCloudChartConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ChartConfiguration" WordCloudVisualProperty
WordCloudChartConfigurationProperty
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" WordCloudVisualProperty where
  type PropertyType "ColumnHierarchies" WordCloudVisualProperty = [ColumnHierarchyProperty]
  set :: PropertyType "ColumnHierarchies" WordCloudVisualProperty
-> WordCloudVisualProperty -> WordCloudVisualProperty
set PropertyType "ColumnHierarchies" WordCloudVisualProperty
newValue WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = WordCloudVisualProperty
        {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" WordCloudVisualProperty
newValue, Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "Subtitle" WordCloudVisualProperty where
  type PropertyType "Subtitle" WordCloudVisualProperty = VisualSubtitleLabelOptionsProperty
  set :: PropertyType "Subtitle" WordCloudVisualProperty
-> WordCloudVisualProperty -> WordCloudVisualProperty
set PropertyType "Subtitle" WordCloudVisualProperty
newValue WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = WordCloudVisualProperty {subtitle :: Maybe VisualSubtitleLabelOptionsProperty
subtitle = VisualSubtitleLabelOptionsProperty
-> Maybe VisualSubtitleLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Subtitle" WordCloudVisualProperty
VisualSubtitleLabelOptionsProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "Title" WordCloudVisualProperty where
  type PropertyType "Title" WordCloudVisualProperty = VisualTitleLabelOptionsProperty
  set :: PropertyType "Title" WordCloudVisualProperty
-> WordCloudVisualProperty -> WordCloudVisualProperty
set PropertyType "Title" WordCloudVisualProperty
newValue WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = WordCloudVisualProperty {title :: Maybe VisualTitleLabelOptionsProperty
title = VisualTitleLabelOptionsProperty
-> Maybe VisualTitleLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Title" WordCloudVisualProperty
VisualTitleLabelOptionsProperty
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "VisualContentAltText" WordCloudVisualProperty where
  type PropertyType "VisualContentAltText" WordCloudVisualProperty = Value Prelude.Text
  set :: PropertyType "VisualContentAltText" WordCloudVisualProperty
-> WordCloudVisualProperty -> WordCloudVisualProperty
set PropertyType "VisualContentAltText" WordCloudVisualProperty
newValue WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = WordCloudVisualProperty
        {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" WordCloudVisualProperty
Value Text
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualId :: Value Text
..}
instance Property "VisualId" WordCloudVisualProperty where
  type PropertyType "VisualId" WordCloudVisualProperty = Value Prelude.Text
  set :: PropertyType "VisualId" WordCloudVisualProperty
-> WordCloudVisualProperty -> WordCloudVisualProperty
set PropertyType "VisualId" WordCloudVisualProperty
newValue WordCloudVisualProperty {Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
Value Text
haddock_workaround_ :: WordCloudVisualProperty -> ()
actions :: WordCloudVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: WordCloudVisualProperty
-> Maybe WordCloudChartConfigurationProperty
columnHierarchies :: WordCloudVisualProperty -> Maybe [ColumnHierarchyProperty]
subtitle :: WordCloudVisualProperty -> Maybe VisualSubtitleLabelOptionsProperty
title :: WordCloudVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: WordCloudVisualProperty -> Maybe (Value Text)
visualId :: WordCloudVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = WordCloudVisualProperty {visualId :: Value Text
visualId = PropertyType "VisualId" WordCloudVisualProperty
Value Text
newValue, Maybe [ColumnHierarchyProperty]
Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
Maybe WordCloudChartConfigurationProperty
()
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe WordCloudChartConfigurationProperty
columnHierarchies :: Maybe [ColumnHierarchyProperty]
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
..}