module Stratosphere.CleanRooms.ConfiguredTable.AnalysisRuleAggregationProperty (
module Exports, AnalysisRuleAggregationProperty(..),
mkAnalysisRuleAggregationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.CleanRooms.ConfiguredTable.AggregateColumnProperty as Exports
import {-# SOURCE #-} Stratosphere.CleanRooms.ConfiguredTable.AggregationConstraintProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data AnalysisRuleAggregationProperty
=
AnalysisRuleAggregationProperty {AnalysisRuleAggregationProperty -> ()
haddock_workaround_ :: (),
AnalysisRuleAggregationProperty -> Maybe (Value Text)
additionalAnalyses :: (Prelude.Maybe (Value Prelude.Text)),
AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
aggregateColumns :: [AggregateColumnProperty],
AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
allowedJoinOperators :: (Prelude.Maybe (ValueList Prelude.Text)),
AnalysisRuleAggregationProperty -> ValueList Text
dimensionColumns :: (ValueList Prelude.Text),
AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: (ValueList Prelude.Text),
AnalysisRuleAggregationProperty -> Maybe (Value Text)
joinRequired :: (Prelude.Maybe (Value Prelude.Text)),
AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
outputConstraints :: [AggregationConstraintProperty],
AnalysisRuleAggregationProperty -> ValueList Text
scalarFunctions :: (ValueList Prelude.Text)}
deriving stock (AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty -> Bool
(AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty -> Bool)
-> (AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty -> Bool)
-> Eq AnalysisRuleAggregationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty -> Bool
== :: AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty -> Bool
$c/= :: AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty -> Bool
/= :: AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty -> Bool
Prelude.Eq, Int -> AnalysisRuleAggregationProperty -> ShowS
[AnalysisRuleAggregationProperty] -> ShowS
AnalysisRuleAggregationProperty -> String
(Int -> AnalysisRuleAggregationProperty -> ShowS)
-> (AnalysisRuleAggregationProperty -> String)
-> ([AnalysisRuleAggregationProperty] -> ShowS)
-> Show AnalysisRuleAggregationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> AnalysisRuleAggregationProperty -> ShowS
showsPrec :: Int -> AnalysisRuleAggregationProperty -> ShowS
$cshow :: AnalysisRuleAggregationProperty -> String
show :: AnalysisRuleAggregationProperty -> String
$cshowList :: [AnalysisRuleAggregationProperty] -> ShowS
showList :: [AnalysisRuleAggregationProperty] -> ShowS
Prelude.Show)
mkAnalysisRuleAggregationProperty ::
[AggregateColumnProperty]
-> ValueList Prelude.Text
-> ValueList Prelude.Text
-> [AggregationConstraintProperty]
-> ValueList Prelude.Text -> AnalysisRuleAggregationProperty
mkAnalysisRuleAggregationProperty :: [AggregateColumnProperty]
-> ValueList Text
-> ValueList Text
-> [AggregationConstraintProperty]
-> ValueList Text
-> AnalysisRuleAggregationProperty
mkAnalysisRuleAggregationProperty
[AggregateColumnProperty]
aggregateColumns
ValueList Text
dimensionColumns
ValueList Text
joinColumns
[AggregationConstraintProperty]
outputConstraints
ValueList Text
scalarFunctions
= AnalysisRuleAggregationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), aggregateColumns :: [AggregateColumnProperty]
aggregateColumns = [AggregateColumnProperty]
aggregateColumns,
dimensionColumns :: ValueList Text
dimensionColumns = ValueList Text
dimensionColumns, joinColumns :: ValueList Text
joinColumns = ValueList Text
joinColumns,
outputConstraints :: [AggregationConstraintProperty]
outputConstraints = [AggregationConstraintProperty]
outputConstraints,
scalarFunctions :: ValueList Text
scalarFunctions = ValueList Text
scalarFunctions,
additionalAnalyses :: Maybe (Value Text)
additionalAnalyses = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
allowedJoinOperators :: Maybe (ValueList Text)
allowedJoinOperators = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
joinRequired :: Maybe (Value Text)
joinRequired = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties AnalysisRuleAggregationProperty where
toResourceProperties :: AnalysisRuleAggregationProperty -> ResourceProperties
toResourceProperties AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::CleanRooms::ConfiguredTable.AnalysisRuleAggregation",
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
"AggregateColumns" Key -> [AggregateColumnProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [AggregateColumnProperty]
aggregateColumns,
Key
"DimensionColumns" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
dimensionColumns,
Key
"JoinColumns" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
joinColumns,
Key
"OutputConstraints" Key -> [AggregationConstraintProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [AggregationConstraintProperty]
outputConstraints,
Key
"ScalarFunctions" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
scalarFunctions]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AdditionalAnalyses" (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)
additionalAnalyses,
Key -> ValueList 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
"AllowedJoinOperators" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
allowedJoinOperators,
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
"JoinRequired" (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)
joinRequired]))}
instance JSON.ToJSON AnalysisRuleAggregationProperty where
toJSON :: AnalysisRuleAggregationProperty -> Value
toJSON AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList 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
"AggregateColumns" Key -> [AggregateColumnProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [AggregateColumnProperty]
aggregateColumns,
Key
"DimensionColumns" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
dimensionColumns,
Key
"JoinColumns" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
joinColumns,
Key
"OutputConstraints" Key -> [AggregationConstraintProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [AggregationConstraintProperty]
outputConstraints,
Key
"ScalarFunctions" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
scalarFunctions]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AdditionalAnalyses" (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)
additionalAnalyses,
Key -> ValueList 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
"AllowedJoinOperators" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
allowedJoinOperators,
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
"JoinRequired" (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)
joinRequired])))
instance Property "AdditionalAnalyses" AnalysisRuleAggregationProperty where
type PropertyType "AdditionalAnalyses" AnalysisRuleAggregationProperty = Value Prelude.Text
set :: PropertyType "AdditionalAnalyses" AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
set PropertyType "AdditionalAnalyses" AnalysisRuleAggregationProperty
newValue AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= AnalysisRuleAggregationProperty
{additionalAnalyses :: Maybe (Value Text)
additionalAnalyses = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AdditionalAnalyses" AnalysisRuleAggregationProperty
Value Text
newValue, [AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
haddock_workaround_ :: ()
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
instance Property "AggregateColumns" AnalysisRuleAggregationProperty where
type PropertyType "AggregateColumns" AnalysisRuleAggregationProperty = [AggregateColumnProperty]
set :: PropertyType "AggregateColumns" AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
set PropertyType "AggregateColumns" AnalysisRuleAggregationProperty
newValue AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= AnalysisRuleAggregationProperty {aggregateColumns :: [AggregateColumnProperty]
aggregateColumns = [AggregateColumnProperty]
PropertyType "AggregateColumns" AnalysisRuleAggregationProperty
newValue, [AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
instance Property "AllowedJoinOperators" AnalysisRuleAggregationProperty where
type PropertyType "AllowedJoinOperators" AnalysisRuleAggregationProperty = ValueList Prelude.Text
set :: PropertyType "AllowedJoinOperators" AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
set PropertyType "AllowedJoinOperators" AnalysisRuleAggregationProperty
newValue AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= AnalysisRuleAggregationProperty
{allowedJoinOperators :: Maybe (ValueList Text)
allowedJoinOperators = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AllowedJoinOperators" AnalysisRuleAggregationProperty
ValueList Text
newValue, [AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
instance Property "DimensionColumns" AnalysisRuleAggregationProperty where
type PropertyType "DimensionColumns" AnalysisRuleAggregationProperty = ValueList Prelude.Text
set :: PropertyType "DimensionColumns" AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
set PropertyType "DimensionColumns" AnalysisRuleAggregationProperty
newValue AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= AnalysisRuleAggregationProperty {dimensionColumns :: ValueList Text
dimensionColumns = PropertyType "DimensionColumns" AnalysisRuleAggregationProperty
ValueList Text
newValue, [AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
instance Property "JoinColumns" AnalysisRuleAggregationProperty where
type PropertyType "JoinColumns" AnalysisRuleAggregationProperty = ValueList Prelude.Text
set :: PropertyType "JoinColumns" AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
set PropertyType "JoinColumns" AnalysisRuleAggregationProperty
newValue AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= AnalysisRuleAggregationProperty {joinColumns :: ValueList Text
joinColumns = PropertyType "JoinColumns" AnalysisRuleAggregationProperty
ValueList Text
newValue, [AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
instance Property "JoinRequired" AnalysisRuleAggregationProperty where
type PropertyType "JoinRequired" AnalysisRuleAggregationProperty = Value Prelude.Text
set :: PropertyType "JoinRequired" AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
set PropertyType "JoinRequired" AnalysisRuleAggregationProperty
newValue AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= AnalysisRuleAggregationProperty
{joinRequired :: Maybe (Value Text)
joinRequired = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "JoinRequired" AnalysisRuleAggregationProperty
Value Text
newValue, [AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
instance Property "OutputConstraints" AnalysisRuleAggregationProperty where
type PropertyType "OutputConstraints" AnalysisRuleAggregationProperty = [AggregationConstraintProperty]
set :: PropertyType "OutputConstraints" AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
set PropertyType "OutputConstraints" AnalysisRuleAggregationProperty
newValue AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= AnalysisRuleAggregationProperty
{outputConstraints :: [AggregationConstraintProperty]
outputConstraints = [AggregationConstraintProperty]
PropertyType "OutputConstraints" AnalysisRuleAggregationProperty
newValue, [AggregateColumnProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
scalarFunctions :: ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
scalarFunctions :: ValueList Text
..}
instance Property "ScalarFunctions" AnalysisRuleAggregationProperty where
type PropertyType "ScalarFunctions" AnalysisRuleAggregationProperty = ValueList Prelude.Text
set :: PropertyType "ScalarFunctions" AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
-> AnalysisRuleAggregationProperty
set PropertyType "ScalarFunctions" AnalysisRuleAggregationProperty
newValue AnalysisRuleAggregationProperty {[AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: AnalysisRuleAggregationProperty -> ()
additionalAnalyses :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
aggregateColumns :: AnalysisRuleAggregationProperty -> [AggregateColumnProperty]
allowedJoinOperators :: AnalysisRuleAggregationProperty -> Maybe (ValueList Text)
dimensionColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinColumns :: AnalysisRuleAggregationProperty -> ValueList Text
joinRequired :: AnalysisRuleAggregationProperty -> Maybe (Value Text)
outputConstraints :: AnalysisRuleAggregationProperty -> [AggregationConstraintProperty]
scalarFunctions :: AnalysisRuleAggregationProperty -> ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
scalarFunctions :: ValueList Text
..}
= AnalysisRuleAggregationProperty {scalarFunctions :: ValueList Text
scalarFunctions = PropertyType "ScalarFunctions" AnalysisRuleAggregationProperty
ValueList Text
newValue, [AggregateColumnProperty]
[AggregationConstraintProperty]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
haddock_workaround_ :: ()
additionalAnalyses :: Maybe (Value Text)
aggregateColumns :: [AggregateColumnProperty]
allowedJoinOperators :: Maybe (ValueList Text)
dimensionColumns :: ValueList Text
joinColumns :: ValueList Text
joinRequired :: Maybe (Value Text)
outputConstraints :: [AggregationConstraintProperty]
..}