module Stratosphere.QuickSight.Dashboard.IntegerParameterDeclarationProperty (
module Exports, IntegerParameterDeclarationProperty(..),
mkIntegerParameterDeclarationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.IntegerDefaultValuesProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.IntegerValueWhenUnsetConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.MappedDataSetParameterProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data IntegerParameterDeclarationProperty
=
IntegerParameterDeclarationProperty {IntegerParameterDeclarationProperty -> ()
haddock_workaround_ :: (),
IntegerParameterDeclarationProperty
-> Maybe IntegerDefaultValuesProperty
defaultValues :: (Prelude.Maybe IntegerDefaultValuesProperty),
IntegerParameterDeclarationProperty
-> Maybe [MappedDataSetParameterProperty]
mappedDataSetParameters :: (Prelude.Maybe [MappedDataSetParameterProperty]),
IntegerParameterDeclarationProperty -> Value Text
name :: (Value Prelude.Text),
IntegerParameterDeclarationProperty -> Value Text
parameterValueType :: (Value Prelude.Text),
IntegerParameterDeclarationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
valueWhenUnset :: (Prelude.Maybe IntegerValueWhenUnsetConfigurationProperty)}
deriving stock (IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty -> Bool
(IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty -> Bool)
-> (IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty -> Bool)
-> Eq IntegerParameterDeclarationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty -> Bool
== :: IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty -> Bool
$c/= :: IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty -> Bool
/= :: IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty -> Bool
Prelude.Eq, Int -> IntegerParameterDeclarationProperty -> ShowS
[IntegerParameterDeclarationProperty] -> ShowS
IntegerParameterDeclarationProperty -> String
(Int -> IntegerParameterDeclarationProperty -> ShowS)
-> (IntegerParameterDeclarationProperty -> String)
-> ([IntegerParameterDeclarationProperty] -> ShowS)
-> Show IntegerParameterDeclarationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> IntegerParameterDeclarationProperty -> ShowS
showsPrec :: Int -> IntegerParameterDeclarationProperty -> ShowS
$cshow :: IntegerParameterDeclarationProperty -> String
show :: IntegerParameterDeclarationProperty -> String
$cshowList :: [IntegerParameterDeclarationProperty] -> ShowS
showList :: [IntegerParameterDeclarationProperty] -> ShowS
Prelude.Show)
mkIntegerParameterDeclarationProperty ::
Value Prelude.Text
-> Value Prelude.Text -> IntegerParameterDeclarationProperty
mkIntegerParameterDeclarationProperty :: Value Text -> Value Text -> IntegerParameterDeclarationProperty
mkIntegerParameterDeclarationProperty Value Text
name Value Text
parameterValueType
= IntegerParameterDeclarationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), name :: Value Text
name = Value Text
name,
parameterValueType :: Value Text
parameterValueType = Value Text
parameterValueType,
defaultValues :: Maybe IntegerDefaultValuesProperty
defaultValues = Maybe IntegerDefaultValuesProperty
forall a. Maybe a
Prelude.Nothing,
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
mappedDataSetParameters = Maybe [MappedDataSetParameterProperty]
forall a. Maybe a
Prelude.Nothing,
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
valueWhenUnset = Maybe IntegerValueWhenUnsetConfigurationProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties IntegerParameterDeclarationProperty where
toResourceProperties :: IntegerParameterDeclarationProperty -> ResourceProperties
toResourceProperties IntegerParameterDeclarationProperty {Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: IntegerParameterDeclarationProperty -> ()
defaultValues :: IntegerParameterDeclarationProperty
-> Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: IntegerParameterDeclarationProperty
-> Maybe [MappedDataSetParameterProperty]
name :: IntegerParameterDeclarationProperty -> Value Text
parameterValueType :: IntegerParameterDeclarationProperty -> Value Text
valueWhenUnset :: IntegerParameterDeclarationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::QuickSight::Dashboard.IntegerParameterDeclaration",
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
"Name" 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
name,
Key
"ParameterValueType" 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
parameterValueType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> IntegerDefaultValuesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultValues" (IntegerDefaultValuesProperty -> (Key, Value))
-> Maybe IntegerDefaultValuesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe IntegerDefaultValuesProperty
defaultValues,
Key -> [MappedDataSetParameterProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MappedDataSetParameters"
([MappedDataSetParameterProperty] -> (Key, Value))
-> Maybe [MappedDataSetParameterProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [MappedDataSetParameterProperty]
mappedDataSetParameters,
Key -> IntegerValueWhenUnsetConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ValueWhenUnset" (IntegerValueWhenUnsetConfigurationProperty -> (Key, Value))
-> Maybe IntegerValueWhenUnsetConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe IntegerValueWhenUnsetConfigurationProperty
valueWhenUnset]))}
instance JSON.ToJSON IntegerParameterDeclarationProperty where
toJSON :: IntegerParameterDeclarationProperty -> Value
toJSON IntegerParameterDeclarationProperty {Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: IntegerParameterDeclarationProperty -> ()
defaultValues :: IntegerParameterDeclarationProperty
-> Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: IntegerParameterDeclarationProperty
-> Maybe [MappedDataSetParameterProperty]
name :: IntegerParameterDeclarationProperty -> Value Text
parameterValueType :: IntegerParameterDeclarationProperty -> Value Text
valueWhenUnset :: IntegerParameterDeclarationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
= [(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
"Name" 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
name,
Key
"ParameterValueType" 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
parameterValueType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> IntegerDefaultValuesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultValues" (IntegerDefaultValuesProperty -> (Key, Value))
-> Maybe IntegerDefaultValuesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe IntegerDefaultValuesProperty
defaultValues,
Key -> [MappedDataSetParameterProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MappedDataSetParameters"
([MappedDataSetParameterProperty] -> (Key, Value))
-> Maybe [MappedDataSetParameterProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [MappedDataSetParameterProperty]
mappedDataSetParameters,
Key -> IntegerValueWhenUnsetConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ValueWhenUnset" (IntegerValueWhenUnsetConfigurationProperty -> (Key, Value))
-> Maybe IntegerValueWhenUnsetConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe IntegerValueWhenUnsetConfigurationProperty
valueWhenUnset])))
instance Property "DefaultValues" IntegerParameterDeclarationProperty where
type PropertyType "DefaultValues" IntegerParameterDeclarationProperty = IntegerDefaultValuesProperty
set :: PropertyType "DefaultValues" IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
set PropertyType "DefaultValues" IntegerParameterDeclarationProperty
newValue IntegerParameterDeclarationProperty {Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: IntegerParameterDeclarationProperty -> ()
defaultValues :: IntegerParameterDeclarationProperty
-> Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: IntegerParameterDeclarationProperty
-> Maybe [MappedDataSetParameterProperty]
name :: IntegerParameterDeclarationProperty -> Value Text
parameterValueType :: IntegerParameterDeclarationProperty -> Value Text
valueWhenUnset :: IntegerParameterDeclarationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
= IntegerParameterDeclarationProperty
{defaultValues :: Maybe IntegerDefaultValuesProperty
defaultValues = IntegerDefaultValuesProperty -> Maybe IntegerDefaultValuesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultValues" IntegerParameterDeclarationProperty
IntegerDefaultValuesProperty
newValue, Maybe [MappedDataSetParameterProperty]
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
instance Property "MappedDataSetParameters" IntegerParameterDeclarationProperty where
type PropertyType "MappedDataSetParameters" IntegerParameterDeclarationProperty = [MappedDataSetParameterProperty]
set :: PropertyType
"MappedDataSetParameters" IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
set PropertyType
"MappedDataSetParameters" IntegerParameterDeclarationProperty
newValue IntegerParameterDeclarationProperty {Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: IntegerParameterDeclarationProperty -> ()
defaultValues :: IntegerParameterDeclarationProperty
-> Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: IntegerParameterDeclarationProperty
-> Maybe [MappedDataSetParameterProperty]
name :: IntegerParameterDeclarationProperty -> Value Text
parameterValueType :: IntegerParameterDeclarationProperty -> Value Text
valueWhenUnset :: IntegerParameterDeclarationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
= IntegerParameterDeclarationProperty
{mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
mappedDataSetParameters = [MappedDataSetParameterProperty]
-> Maybe [MappedDataSetParameterProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [MappedDataSetParameterProperty]
PropertyType
"MappedDataSetParameters" IntegerParameterDeclarationProperty
newValue, Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
instance Property "Name" IntegerParameterDeclarationProperty where
type PropertyType "Name" IntegerParameterDeclarationProperty = Value Prelude.Text
set :: PropertyType "Name" IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
set PropertyType "Name" IntegerParameterDeclarationProperty
newValue IntegerParameterDeclarationProperty {Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: IntegerParameterDeclarationProperty -> ()
defaultValues :: IntegerParameterDeclarationProperty
-> Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: IntegerParameterDeclarationProperty
-> Maybe [MappedDataSetParameterProperty]
name :: IntegerParameterDeclarationProperty -> Value Text
parameterValueType :: IntegerParameterDeclarationProperty -> Value Text
valueWhenUnset :: IntegerParameterDeclarationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
= IntegerParameterDeclarationProperty {name :: Value Text
name = PropertyType "Name" IntegerParameterDeclarationProperty
Value Text
newValue, Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
instance Property "ParameterValueType" IntegerParameterDeclarationProperty where
type PropertyType "ParameterValueType" IntegerParameterDeclarationProperty = Value Prelude.Text
set :: PropertyType
"ParameterValueType" IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
set PropertyType
"ParameterValueType" IntegerParameterDeclarationProperty
newValue IntegerParameterDeclarationProperty {Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: IntegerParameterDeclarationProperty -> ()
defaultValues :: IntegerParameterDeclarationProperty
-> Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: IntegerParameterDeclarationProperty
-> Maybe [MappedDataSetParameterProperty]
name :: IntegerParameterDeclarationProperty -> Value Text
parameterValueType :: IntegerParameterDeclarationProperty -> Value Text
valueWhenUnset :: IntegerParameterDeclarationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
= IntegerParameterDeclarationProperty
{parameterValueType :: Value Text
parameterValueType = PropertyType
"ParameterValueType" IntegerParameterDeclarationProperty
Value Text
newValue, Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
instance Property "ValueWhenUnset" IntegerParameterDeclarationProperty where
type PropertyType "ValueWhenUnset" IntegerParameterDeclarationProperty = IntegerValueWhenUnsetConfigurationProperty
set :: PropertyType "ValueWhenUnset" IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
-> IntegerParameterDeclarationProperty
set PropertyType "ValueWhenUnset" IntegerParameterDeclarationProperty
newValue IntegerParameterDeclarationProperty {Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
Maybe IntegerValueWhenUnsetConfigurationProperty
()
Value Text
haddock_workaround_ :: IntegerParameterDeclarationProperty -> ()
defaultValues :: IntegerParameterDeclarationProperty
-> Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: IntegerParameterDeclarationProperty
-> Maybe [MappedDataSetParameterProperty]
name :: IntegerParameterDeclarationProperty -> Value Text
parameterValueType :: IntegerParameterDeclarationProperty -> Value Text
valueWhenUnset :: IntegerParameterDeclarationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
..}
= IntegerParameterDeclarationProperty
{valueWhenUnset :: Maybe IntegerValueWhenUnsetConfigurationProperty
valueWhenUnset = IntegerValueWhenUnsetConfigurationProperty
-> Maybe IntegerValueWhenUnsetConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ValueWhenUnset" IntegerParameterDeclarationProperty
IntegerValueWhenUnsetConfigurationProperty
newValue, Maybe [MappedDataSetParameterProperty]
Maybe IntegerDefaultValuesProperty
()
Value Text
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
haddock_workaround_ :: ()
defaultValues :: Maybe IntegerDefaultValuesProperty
mappedDataSetParameters :: Maybe [MappedDataSetParameterProperty]
name :: Value Text
parameterValueType :: Value Text
..}