module Stratosphere.IoTTwinMaker.Entity.DefinitionProperty (
        module Exports, DefinitionProperty(..), mkDefinitionProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.IoTTwinMaker.Entity.DataTypeProperty as Exports
import {-# SOURCE #-} Stratosphere.IoTTwinMaker.Entity.DataValueProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data DefinitionProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html>
    DefinitionProperty {DefinitionProperty -> ()
haddock_workaround_ :: (),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-configuration>
                        DefinitionProperty -> Maybe (Map Text (Value Text))
configuration :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-datatype>
                        DefinitionProperty -> Maybe DataTypeProperty
dataType :: (Prelude.Maybe DataTypeProperty),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-defaultvalue>
                        DefinitionProperty -> Maybe DataValueProperty
defaultValue :: (Prelude.Maybe DataValueProperty),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-isexternalid>
                        DefinitionProperty -> Maybe (Value Bool)
isExternalId :: (Prelude.Maybe (Value Prelude.Bool)),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-isfinal>
                        DefinitionProperty -> Maybe (Value Bool)
isFinal :: (Prelude.Maybe (Value Prelude.Bool)),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-isimported>
                        DefinitionProperty -> Maybe (Value Bool)
isImported :: (Prelude.Maybe (Value Prelude.Bool)),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-isinherited>
                        DefinitionProperty -> Maybe (Value Bool)
isInherited :: (Prelude.Maybe (Value Prelude.Bool)),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-isrequiredinentity>
                        DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: (Prelude.Maybe (Value Prelude.Bool)),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-isstoredexternally>
                        DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: (Prelude.Maybe (Value Prelude.Bool)),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-istimeseries>
                        DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: (Prelude.Maybe (Value Prelude.Bool))}
  deriving stock (DefinitionProperty -> DefinitionProperty -> Bool
(DefinitionProperty -> DefinitionProperty -> Bool)
-> (DefinitionProperty -> DefinitionProperty -> Bool)
-> Eq DefinitionProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: DefinitionProperty -> DefinitionProperty -> Bool
== :: DefinitionProperty -> DefinitionProperty -> Bool
$c/= :: DefinitionProperty -> DefinitionProperty -> Bool
/= :: DefinitionProperty -> DefinitionProperty -> Bool
Prelude.Eq, Int -> DefinitionProperty -> ShowS
[DefinitionProperty] -> ShowS
DefinitionProperty -> String
(Int -> DefinitionProperty -> ShowS)
-> (DefinitionProperty -> String)
-> ([DefinitionProperty] -> ShowS)
-> Show DefinitionProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> DefinitionProperty -> ShowS
showsPrec :: Int -> DefinitionProperty -> ShowS
$cshow :: DefinitionProperty -> String
show :: DefinitionProperty -> String
$cshowList :: [DefinitionProperty] -> ShowS
showList :: [DefinitionProperty] -> ShowS
Prelude.Show)
mkDefinitionProperty :: DefinitionProperty
mkDefinitionProperty :: DefinitionProperty
mkDefinitionProperty
  = DefinitionProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), configuration :: Maybe (Map Text (Value Text))
configuration = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing,
       dataType :: Maybe DataTypeProperty
dataType = Maybe DataTypeProperty
forall a. Maybe a
Prelude.Nothing, defaultValue :: Maybe DataValueProperty
defaultValue = Maybe DataValueProperty
forall a. Maybe a
Prelude.Nothing,
       isExternalId :: Maybe (Value Bool)
isExternalId = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, isFinal :: Maybe (Value Bool)
isFinal = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       isImported :: Maybe (Value Bool)
isImported = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, isInherited :: Maybe (Value Bool)
isInherited = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       isRequiredInEntity :: Maybe (Value Bool)
isRequiredInEntity = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       isStoredExternally :: Maybe (Value Bool)
isStoredExternally = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       isTimeSeries :: Maybe (Value Bool)
isTimeSeries = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties DefinitionProperty where
  toResourceProperties :: DefinitionProperty -> ResourceProperties
toResourceProperties DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::IoTTwinMaker::Entity.Definition",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> Map Text (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
"Configuration" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
configuration,
                            Key -> DataTypeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataType" (DataTypeProperty -> (Key, Value))
-> Maybe DataTypeProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataTypeProperty
dataType,
                            Key -> DataValueProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultValue" (DataValueProperty -> (Key, Value))
-> Maybe DataValueProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataValueProperty
defaultValue,
                            Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsExternalId" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isExternalId,
                            Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsFinal" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isFinal,
                            Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsImported" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isImported,
                            Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsInherited" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isInherited,
                            Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsRequiredInEntity" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isRequiredInEntity,
                            Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsStoredExternally" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isStoredExternally,
                            Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsTimeSeries" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isTimeSeries])}
instance JSON.ToJSON DefinitionProperty where
  toJSON :: DefinitionProperty -> Value
toJSON DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> Map Text (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
"Configuration" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
configuration,
               Key -> DataTypeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataType" (DataTypeProperty -> (Key, Value))
-> Maybe DataTypeProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataTypeProperty
dataType,
               Key -> DataValueProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultValue" (DataValueProperty -> (Key, Value))
-> Maybe DataValueProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataValueProperty
defaultValue,
               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsExternalId" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isExternalId,
               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsFinal" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isFinal,
               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsImported" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isImported,
               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsInherited" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isInherited,
               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsRequiredInEntity" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isRequiredInEntity,
               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsStoredExternally" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isStoredExternally,
               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsTimeSeries" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isTimeSeries]))
instance Property "Configuration" DefinitionProperty where
  type PropertyType "Configuration" DefinitionProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
  set :: PropertyType "Configuration" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "Configuration" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty {configuration :: Maybe (Map Text (Value Text))
configuration = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "Configuration" DefinitionProperty
newValue, Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "DataType" DefinitionProperty where
  type PropertyType "DataType" DefinitionProperty = DataTypeProperty
  set :: PropertyType "DataType" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "DataType" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty {dataType :: Maybe DataTypeProperty
dataType = DataTypeProperty -> Maybe DataTypeProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DataType" DefinitionProperty
DataTypeProperty
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "DefaultValue" DefinitionProperty where
  type PropertyType "DefaultValue" DefinitionProperty = DataValueProperty
  set :: PropertyType "DefaultValue" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "DefaultValue" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty {defaultValue :: Maybe DataValueProperty
defaultValue = DataValueProperty -> Maybe DataValueProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultValue" DefinitionProperty
DataValueProperty
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "IsExternalId" DefinitionProperty where
  type PropertyType "IsExternalId" DefinitionProperty = Value Prelude.Bool
  set :: PropertyType "IsExternalId" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "IsExternalId" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty {isExternalId :: Maybe (Value Bool)
isExternalId = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IsExternalId" DefinitionProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "IsFinal" DefinitionProperty where
  type PropertyType "IsFinal" DefinitionProperty = Value Prelude.Bool
  set :: PropertyType "IsFinal" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "IsFinal" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty {isFinal :: Maybe (Value Bool)
isFinal = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IsFinal" DefinitionProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "IsImported" DefinitionProperty where
  type PropertyType "IsImported" DefinitionProperty = Value Prelude.Bool
  set :: PropertyType "IsImported" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "IsImported" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty {isImported :: Maybe (Value Bool)
isImported = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IsImported" DefinitionProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "IsInherited" DefinitionProperty where
  type PropertyType "IsInherited" DefinitionProperty = Value Prelude.Bool
  set :: PropertyType "IsInherited" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "IsInherited" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty {isInherited :: Maybe (Value Bool)
isInherited = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IsInherited" DefinitionProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "IsRequiredInEntity" DefinitionProperty where
  type PropertyType "IsRequiredInEntity" DefinitionProperty = Value Prelude.Bool
  set :: PropertyType "IsRequiredInEntity" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "IsRequiredInEntity" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty
        {isRequiredInEntity :: Maybe (Value Bool)
isRequiredInEntity = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IsRequiredInEntity" DefinitionProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "IsStoredExternally" DefinitionProperty where
  type PropertyType "IsStoredExternally" DefinitionProperty = Value Prelude.Bool
  set :: PropertyType "IsStoredExternally" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "IsStoredExternally" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty
        {isStoredExternally :: Maybe (Value Bool)
isStoredExternally = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IsStoredExternally" DefinitionProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
instance Property "IsTimeSeries" DefinitionProperty where
  type PropertyType "IsTimeSeries" DefinitionProperty = Value Prelude.Bool
  set :: PropertyType "IsTimeSeries" DefinitionProperty
-> DefinitionProperty -> DefinitionProperty
set PropertyType "IsTimeSeries" DefinitionProperty
newValue DefinitionProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: DefinitionProperty -> ()
configuration :: DefinitionProperty -> Maybe (Map Text (Value Text))
dataType :: DefinitionProperty -> Maybe DataTypeProperty
defaultValue :: DefinitionProperty -> Maybe DataValueProperty
isExternalId :: DefinitionProperty -> Maybe (Value Bool)
isFinal :: DefinitionProperty -> Maybe (Value Bool)
isImported :: DefinitionProperty -> Maybe (Value Bool)
isInherited :: DefinitionProperty -> Maybe (Value Bool)
isRequiredInEntity :: DefinitionProperty -> Maybe (Value Bool)
isStoredExternally :: DefinitionProperty -> Maybe (Value Bool)
isTimeSeries :: DefinitionProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
isTimeSeries :: Maybe (Value Bool)
..}
    = DefinitionProperty {isTimeSeries :: Maybe (Value Bool)
isTimeSeries = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IsTimeSeries" DefinitionProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe DataValueProperty
Maybe DataTypeProperty
()
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
haddock_workaround_ :: ()
configuration :: Maybe (Map Text (Value Text))
dataType :: Maybe DataTypeProperty
defaultValue :: Maybe DataValueProperty
isExternalId :: Maybe (Value Bool)
isFinal :: Maybe (Value Bool)
isImported :: Maybe (Value Bool)
isInherited :: Maybe (Value Bool)
isRequiredInEntity :: Maybe (Value Bool)
isStoredExternally :: Maybe (Value Bool)
..}