module Stratosphere.QuickSight.Analysis.ParameterListControlProperty (
module Exports, ParameterListControlProperty(..),
mkParameterListControlProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.CascadingControlConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ParameterSelectableValuesProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data ParameterListControlProperty
=
ParameterListControlProperty {ParameterListControlProperty -> ()
haddock_workaround_ :: (),
ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
cascadingControlConfiguration :: (Prelude.Maybe CascadingControlConfigurationProperty),
ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
displayOptions :: (Prelude.Maybe ListControlDisplayOptionsProperty),
ParameterListControlProperty -> Value Text
parameterControlId :: (Value Prelude.Text),
ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
selectableValues :: (Prelude.Maybe ParameterSelectableValuesProperty),
ParameterListControlProperty -> Value Text
sourceParameterName :: (Value Prelude.Text),
ParameterListControlProperty -> Value Text
title :: (Value Prelude.Text),
ParameterListControlProperty -> Maybe (Value Text)
type' :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (ParameterListControlProperty
-> ParameterListControlProperty -> Bool
(ParameterListControlProperty
-> ParameterListControlProperty -> Bool)
-> (ParameterListControlProperty
-> ParameterListControlProperty -> Bool)
-> Eq ParameterListControlProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ParameterListControlProperty
-> ParameterListControlProperty -> Bool
== :: ParameterListControlProperty
-> ParameterListControlProperty -> Bool
$c/= :: ParameterListControlProperty
-> ParameterListControlProperty -> Bool
/= :: ParameterListControlProperty
-> ParameterListControlProperty -> Bool
Prelude.Eq, Int -> ParameterListControlProperty -> ShowS
[ParameterListControlProperty] -> ShowS
ParameterListControlProperty -> String
(Int -> ParameterListControlProperty -> ShowS)
-> (ParameterListControlProperty -> String)
-> ([ParameterListControlProperty] -> ShowS)
-> Show ParameterListControlProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ParameterListControlProperty -> ShowS
showsPrec :: Int -> ParameterListControlProperty -> ShowS
$cshow :: ParameterListControlProperty -> String
show :: ParameterListControlProperty -> String
$cshowList :: [ParameterListControlProperty] -> ShowS
showList :: [ParameterListControlProperty] -> ShowS
Prelude.Show)
mkParameterListControlProperty ::
Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text -> ParameterListControlProperty
mkParameterListControlProperty :: Value Text
-> Value Text -> Value Text -> ParameterListControlProperty
mkParameterListControlProperty
Value Text
parameterControlId
Value Text
sourceParameterName
Value Text
title
= ParameterListControlProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), parameterControlId :: Value Text
parameterControlId = Value Text
parameterControlId,
sourceParameterName :: Value Text
sourceParameterName = Value Text
sourceParameterName, title :: Value Text
title = Value Text
title,
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
cascadingControlConfiguration = Maybe CascadingControlConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
displayOptions :: Maybe ListControlDisplayOptionsProperty
displayOptions = Maybe ListControlDisplayOptionsProperty
forall a. Maybe a
Prelude.Nothing,
selectableValues :: Maybe ParameterSelectableValuesProperty
selectableValues = Maybe ParameterSelectableValuesProperty
forall a. Maybe a
Prelude.Nothing, type' :: Maybe (Value Text)
type' = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties ParameterListControlProperty where
toResourceProperties :: ParameterListControlProperty -> ResourceProperties
toResourceProperties ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.ParameterListControl",
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
"ParameterControlId" 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
parameterControlId,
Key
"SourceParameterName" 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
sourceParameterName,
Key
"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..= Value Text
title]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> CascadingControlConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CascadingControlConfiguration"
(CascadingControlConfigurationProperty -> (Key, Value))
-> Maybe CascadingControlConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CascadingControlConfigurationProperty
cascadingControlConfiguration,
Key -> ListControlDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DisplayOptions" (ListControlDisplayOptionsProperty -> (Key, Value))
-> Maybe ListControlDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ListControlDisplayOptionsProperty
displayOptions,
Key -> ParameterSelectableValuesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SelectableValues" (ParameterSelectableValuesProperty -> (Key, Value))
-> Maybe ParameterSelectableValuesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ParameterSelectableValuesProperty
selectableValues,
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
"Type" (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)
type']))}
instance JSON.ToJSON ParameterListControlProperty where
toJSON :: ParameterListControlProperty -> Value
toJSON ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (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
"ParameterControlId" 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
parameterControlId,
Key
"SourceParameterName" 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
sourceParameterName,
Key
"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..= Value Text
title]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> CascadingControlConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CascadingControlConfiguration"
(CascadingControlConfigurationProperty -> (Key, Value))
-> Maybe CascadingControlConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CascadingControlConfigurationProperty
cascadingControlConfiguration,
Key -> ListControlDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DisplayOptions" (ListControlDisplayOptionsProperty -> (Key, Value))
-> Maybe ListControlDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ListControlDisplayOptionsProperty
displayOptions,
Key -> ParameterSelectableValuesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SelectableValues" (ParameterSelectableValuesProperty -> (Key, Value))
-> Maybe ParameterSelectableValuesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ParameterSelectableValuesProperty
selectableValues,
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
"Type" (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)
type'])))
instance Property "CascadingControlConfiguration" ParameterListControlProperty where
type PropertyType "CascadingControlConfiguration" ParameterListControlProperty = CascadingControlConfigurationProperty
set :: PropertyType
"CascadingControlConfiguration" ParameterListControlProperty
-> ParameterListControlProperty -> ParameterListControlProperty
set PropertyType
"CascadingControlConfiguration" ParameterListControlProperty
newValue ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
= ParameterListControlProperty
{cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
cascadingControlConfiguration = CascadingControlConfigurationProperty
-> Maybe CascadingControlConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"CascadingControlConfiguration" ParameterListControlProperty
CascadingControlConfigurationProperty
newValue, Maybe (Value Text)
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ()
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
instance Property "DisplayOptions" ParameterListControlProperty where
type PropertyType "DisplayOptions" ParameterListControlProperty = ListControlDisplayOptionsProperty
set :: PropertyType "DisplayOptions" ParameterListControlProperty
-> ParameterListControlProperty -> ParameterListControlProperty
set PropertyType "DisplayOptions" ParameterListControlProperty
newValue ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
= ParameterListControlProperty
{displayOptions :: Maybe ListControlDisplayOptionsProperty
displayOptions = ListControlDisplayOptionsProperty
-> Maybe ListControlDisplayOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DisplayOptions" ParameterListControlProperty
ListControlDisplayOptionsProperty
newValue, Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
()
Value Text
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
instance Property "ParameterControlId" ParameterListControlProperty where
type PropertyType "ParameterControlId" ParameterListControlProperty = Value Prelude.Text
set :: PropertyType "ParameterControlId" ParameterListControlProperty
-> ParameterListControlProperty -> ParameterListControlProperty
set PropertyType "ParameterControlId" ParameterListControlProperty
newValue ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
= ParameterListControlProperty {parameterControlId :: Value Text
parameterControlId = PropertyType "ParameterControlId" ParameterListControlProperty
Value Text
newValue, Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
instance Property "SelectableValues" ParameterListControlProperty where
type PropertyType "SelectableValues" ParameterListControlProperty = ParameterSelectableValuesProperty
set :: PropertyType "SelectableValues" ParameterListControlProperty
-> ParameterListControlProperty -> ParameterListControlProperty
set PropertyType "SelectableValues" ParameterListControlProperty
newValue ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
= ParameterListControlProperty
{selectableValues :: Maybe ParameterSelectableValuesProperty
selectableValues = ParameterSelectableValuesProperty
-> Maybe ParameterSelectableValuesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SelectableValues" ParameterListControlProperty
ParameterSelectableValuesProperty
newValue, Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
instance Property "SourceParameterName" ParameterListControlProperty where
type PropertyType "SourceParameterName" ParameterListControlProperty = Value Prelude.Text
set :: PropertyType "SourceParameterName" ParameterListControlProperty
-> ParameterListControlProperty -> ParameterListControlProperty
set PropertyType "SourceParameterName" ParameterListControlProperty
newValue ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
= ParameterListControlProperty {sourceParameterName :: Value Text
sourceParameterName = PropertyType "SourceParameterName" ParameterListControlProperty
Value Text
newValue, Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
title :: Value Text
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
title :: Value Text
type' :: Maybe (Value Text)
..}
instance Property "Title" ParameterListControlProperty where
type PropertyType "Title" ParameterListControlProperty = Value Prelude.Text
set :: PropertyType "Title" ParameterListControlProperty
-> ParameterListControlProperty -> ParameterListControlProperty
set PropertyType "Title" ParameterListControlProperty
newValue ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
= ParameterListControlProperty {title :: Value Text
title = PropertyType "Title" ParameterListControlProperty
Value Text
newValue, Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
type' :: Maybe (Value Text)
..}
instance Property "Type" ParameterListControlProperty where
type PropertyType "Type" ParameterListControlProperty = Value Prelude.Text
set :: PropertyType "Type" ParameterListControlProperty
-> ParameterListControlProperty -> ParameterListControlProperty
set PropertyType "Type" ParameterListControlProperty
newValue ParameterListControlProperty {Maybe (Value Text)
Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ParameterListControlProperty -> ()
cascadingControlConfiguration :: ParameterListControlProperty
-> Maybe CascadingControlConfigurationProperty
displayOptions :: ParameterListControlProperty
-> Maybe ListControlDisplayOptionsProperty
parameterControlId :: ParameterListControlProperty -> Value Text
selectableValues :: ParameterListControlProperty
-> Maybe ParameterSelectableValuesProperty
sourceParameterName :: ParameterListControlProperty -> Value Text
title :: ParameterListControlProperty -> Value Text
type' :: ParameterListControlProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
type' :: Maybe (Value Text)
..}
= ParameterListControlProperty {type' :: Maybe (Value Text)
type' = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Type" ParameterListControlProperty
Value Text
newValue, Maybe CascadingControlConfigurationProperty
Maybe ParameterSelectableValuesProperty
Maybe ListControlDisplayOptionsProperty
()
Value Text
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
haddock_workaround_ :: ()
cascadingControlConfiguration :: Maybe CascadingControlConfigurationProperty
displayOptions :: Maybe ListControlDisplayOptionsProperty
parameterControlId :: Value Text
selectableValues :: Maybe ParameterSelectableValuesProperty
sourceParameterName :: Value Text
title :: Value Text
..}