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