module Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty (
        module Exports, RelativeDatesFilterProperty(..),
        mkRelativeDatesFilterProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.AnchorDateConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ColumnIdentifierProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.DefaultFilterControlConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ExcludePeriodConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data RelativeDatesFilterProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html>
    RelativeDatesFilterProperty {RelativeDatesFilterProperty -> ()
haddock_workaround_ :: (),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-anchordateconfiguration>
                                 RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
anchorDateConfiguration :: AnchorDateConfigurationProperty,
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-column>
                                 RelativeDatesFilterProperty -> ColumnIdentifierProperty
column :: ColumnIdentifierProperty,
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-defaultfiltercontrolconfiguration>
                                 RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
defaultFilterControlConfiguration :: (Prelude.Maybe DefaultFilterControlConfigurationProperty),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-excludeperiodconfiguration>
                                 RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
excludePeriodConfiguration :: (Prelude.Maybe ExcludePeriodConfigurationProperty),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-filterid>
                                 RelativeDatesFilterProperty -> Value Text
filterId :: (Value Prelude.Text),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-minimumgranularity>
                                 RelativeDatesFilterProperty -> Maybe (Value Text)
minimumGranularity :: (Prelude.Maybe (Value Prelude.Text)),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-nulloption>
                                 RelativeDatesFilterProperty -> Value Text
nullOption :: (Value Prelude.Text),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-parametername>
                                 RelativeDatesFilterProperty -> Maybe (Value Text)
parameterName :: (Prelude.Maybe (Value Prelude.Text)),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-relativedatetype>
                                 RelativeDatesFilterProperty -> Value Text
relativeDateType :: (Value Prelude.Text),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-relativedatevalue>
                                 RelativeDatesFilterProperty -> Maybe (Value Double)
relativeDateValue :: (Prelude.Maybe (Value Prelude.Double)),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatesfilter.html#cfn-quicksight-analysis-relativedatesfilter-timegranularity>
                                 RelativeDatesFilterProperty -> Value Text
timeGranularity :: (Value Prelude.Text)}
  deriving stock (RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> Bool
(RelativeDatesFilterProperty
 -> RelativeDatesFilterProperty -> Bool)
-> (RelativeDatesFilterProperty
    -> RelativeDatesFilterProperty -> Bool)
-> Eq RelativeDatesFilterProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> Bool
== :: RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> Bool
$c/= :: RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> Bool
/= :: RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> Bool
Prelude.Eq, Int -> RelativeDatesFilterProperty -> ShowS
[RelativeDatesFilterProperty] -> ShowS
RelativeDatesFilterProperty -> String
(Int -> RelativeDatesFilterProperty -> ShowS)
-> (RelativeDatesFilterProperty -> String)
-> ([RelativeDatesFilterProperty] -> ShowS)
-> Show RelativeDatesFilterProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> RelativeDatesFilterProperty -> ShowS
showsPrec :: Int -> RelativeDatesFilterProperty -> ShowS
$cshow :: RelativeDatesFilterProperty -> String
show :: RelativeDatesFilterProperty -> String
$cshowList :: [RelativeDatesFilterProperty] -> ShowS
showList :: [RelativeDatesFilterProperty] -> ShowS
Prelude.Show)
mkRelativeDatesFilterProperty ::
  AnchorDateConfigurationProperty
  -> ColumnIdentifierProperty
     -> Value Prelude.Text
        -> Value Prelude.Text
           -> Value Prelude.Text
              -> Value Prelude.Text -> RelativeDatesFilterProperty
mkRelativeDatesFilterProperty :: AnchorDateConfigurationProperty
-> ColumnIdentifierProperty
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> RelativeDatesFilterProperty
mkRelativeDatesFilterProperty
  AnchorDateConfigurationProperty
anchorDateConfiguration
  ColumnIdentifierProperty
column
  Value Text
filterId
  Value Text
nullOption
  Value Text
relativeDateType
  Value Text
timeGranularity
  = RelativeDatesFilterProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (),
       anchorDateConfiguration :: AnchorDateConfigurationProperty
anchorDateConfiguration = AnchorDateConfigurationProperty
anchorDateConfiguration, column :: ColumnIdentifierProperty
column = ColumnIdentifierProperty
column,
       filterId :: Value Text
filterId = Value Text
filterId, nullOption :: Value Text
nullOption = Value Text
nullOption,
       relativeDateType :: Value Text
relativeDateType = Value Text
relativeDateType,
       timeGranularity :: Value Text
timeGranularity = Value Text
timeGranularity,
       defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
defaultFilterControlConfiguration = Maybe DefaultFilterControlConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
excludePeriodConfiguration = Maybe ExcludePeriodConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       minimumGranularity :: Maybe (Value Text)
minimumGranularity = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       parameterName :: Maybe (Value Text)
parameterName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       relativeDateValue :: Maybe (Value Double)
relativeDateValue = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties RelativeDatesFilterProperty where
  toResourceProperties :: RelativeDatesFilterProperty -> ResourceProperties
toResourceProperties RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.RelativeDatesFilter",
         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
"AnchorDateConfiguration" Key -> AnchorDateConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= AnchorDateConfigurationProperty
anchorDateConfiguration,
                            Key
"Column" Key -> ColumnIdentifierProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ColumnIdentifierProperty
column, Key
"FilterId" 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
filterId,
                            Key
"NullOption" 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
nullOption,
                            Key
"RelativeDateType" 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
relativeDateType,
                            Key
"TimeGranularity" 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
timeGranularity]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> DefaultFilterControlConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultFilterControlConfiguration"
                                 (DefaultFilterControlConfigurationProperty -> (Key, Value))
-> Maybe DefaultFilterControlConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DefaultFilterControlConfigurationProperty
defaultFilterControlConfiguration,
                               Key -> ExcludePeriodConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExcludePeriodConfiguration"
                                 (ExcludePeriodConfigurationProperty -> (Key, Value))
-> Maybe ExcludePeriodConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ExcludePeriodConfigurationProperty
excludePeriodConfiguration,
                               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
"MinimumGranularity" (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)
minimumGranularity,
                               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
"ParameterName" (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)
parameterName,
                               Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RelativeDateValue" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
relativeDateValue]))}
instance JSON.ToJSON RelativeDatesFilterProperty where
  toJSON :: RelativeDatesFilterProperty -> Value
toJSON RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"AnchorDateConfiguration" Key -> AnchorDateConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= AnchorDateConfigurationProperty
anchorDateConfiguration,
               Key
"Column" Key -> ColumnIdentifierProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ColumnIdentifierProperty
column, Key
"FilterId" 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
filterId,
               Key
"NullOption" 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
nullOption,
               Key
"RelativeDateType" 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
relativeDateType,
               Key
"TimeGranularity" 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
timeGranularity]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> DefaultFilterControlConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultFilterControlConfiguration"
                    (DefaultFilterControlConfigurationProperty -> (Key, Value))
-> Maybe DefaultFilterControlConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DefaultFilterControlConfigurationProperty
defaultFilterControlConfiguration,
                  Key -> ExcludePeriodConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExcludePeriodConfiguration"
                    (ExcludePeriodConfigurationProperty -> (Key, Value))
-> Maybe ExcludePeriodConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ExcludePeriodConfigurationProperty
excludePeriodConfiguration,
                  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
"MinimumGranularity" (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)
minimumGranularity,
                  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
"ParameterName" (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)
parameterName,
                  Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RelativeDateValue" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
relativeDateValue])))
instance Property "AnchorDateConfiguration" RelativeDatesFilterProperty where
  type PropertyType "AnchorDateConfiguration" RelativeDatesFilterProperty = AnchorDateConfigurationProperty
  set :: PropertyType "AnchorDateConfiguration" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "AnchorDateConfiguration" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty
        {anchorDateConfiguration :: AnchorDateConfigurationProperty
anchorDateConfiguration = PropertyType "AnchorDateConfiguration" RelativeDatesFilterProperty
AnchorDateConfigurationProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
ColumnIdentifierProperty
haddock_workaround_ :: ()
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "Column" RelativeDatesFilterProperty where
  type PropertyType "Column" RelativeDatesFilterProperty = ColumnIdentifierProperty
  set :: PropertyType "Column" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "Column" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty {column :: ColumnIdentifierProperty
column = PropertyType "Column" RelativeDatesFilterProperty
ColumnIdentifierProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "DefaultFilterControlConfiguration" RelativeDatesFilterProperty where
  type PropertyType "DefaultFilterControlConfiguration" RelativeDatesFilterProperty = DefaultFilterControlConfigurationProperty
  set :: PropertyType
  "DefaultFilterControlConfiguration" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType
  "DefaultFilterControlConfiguration" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty
        {defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
defaultFilterControlConfiguration = DefaultFilterControlConfigurationProperty
-> Maybe DefaultFilterControlConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "DefaultFilterControlConfiguration" RelativeDatesFilterProperty
DefaultFilterControlConfigurationProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "ExcludePeriodConfiguration" RelativeDatesFilterProperty where
  type PropertyType "ExcludePeriodConfiguration" RelativeDatesFilterProperty = ExcludePeriodConfigurationProperty
  set :: PropertyType
  "ExcludePeriodConfiguration" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType
  "ExcludePeriodConfiguration" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty
        {excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
excludePeriodConfiguration = ExcludePeriodConfigurationProperty
-> Maybe ExcludePeriodConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "ExcludePeriodConfiguration" RelativeDatesFilterProperty
ExcludePeriodConfigurationProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "FilterId" RelativeDatesFilterProperty where
  type PropertyType "FilterId" RelativeDatesFilterProperty = Value Prelude.Text
  set :: PropertyType "FilterId" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "FilterId" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty {filterId :: Value Text
filterId = PropertyType "FilterId" RelativeDatesFilterProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "MinimumGranularity" RelativeDatesFilterProperty where
  type PropertyType "MinimumGranularity" RelativeDatesFilterProperty = Value Prelude.Text
  set :: PropertyType "MinimumGranularity" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "MinimumGranularity" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty
        {minimumGranularity :: Maybe (Value Text)
minimumGranularity = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MinimumGranularity" RelativeDatesFilterProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "NullOption" RelativeDatesFilterProperty where
  type PropertyType "NullOption" RelativeDatesFilterProperty = Value Prelude.Text
  set :: PropertyType "NullOption" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "NullOption" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty {nullOption :: Value Text
nullOption = PropertyType "NullOption" RelativeDatesFilterProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "ParameterName" RelativeDatesFilterProperty where
  type PropertyType "ParameterName" RelativeDatesFilterProperty = Value Prelude.Text
  set :: PropertyType "ParameterName" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "ParameterName" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty
        {parameterName :: Maybe (Value Text)
parameterName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ParameterName" RelativeDatesFilterProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "RelativeDateType" RelativeDatesFilterProperty where
  type PropertyType "RelativeDateType" RelativeDatesFilterProperty = Value Prelude.Text
  set :: PropertyType "RelativeDateType" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "RelativeDateType" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty {relativeDateType :: Value Text
relativeDateType = PropertyType "RelativeDateType" RelativeDatesFilterProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
instance Property "RelativeDateValue" RelativeDatesFilterProperty where
  type PropertyType "RelativeDateValue" RelativeDatesFilterProperty = Value Prelude.Double
  set :: PropertyType "RelativeDateValue" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "RelativeDateValue" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty
        {relativeDateValue :: Maybe (Value Double)
relativeDateValue = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RelativeDateValue" RelativeDatesFilterProperty
Value Double
newValue, Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
timeGranularity :: Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
timeGranularity :: Value Text
..}
instance Property "TimeGranularity" RelativeDatesFilterProperty where
  type PropertyType "TimeGranularity" RelativeDatesFilterProperty = Value Prelude.Text
  set :: PropertyType "TimeGranularity" RelativeDatesFilterProperty
-> RelativeDatesFilterProperty -> RelativeDatesFilterProperty
set PropertyType "TimeGranularity" RelativeDatesFilterProperty
newValue RelativeDatesFilterProperty {Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: RelativeDatesFilterProperty -> ()
anchorDateConfiguration :: RelativeDatesFilterProperty -> AnchorDateConfigurationProperty
column :: RelativeDatesFilterProperty -> ColumnIdentifierProperty
defaultFilterControlConfiguration :: RelativeDatesFilterProperty
-> Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: RelativeDatesFilterProperty
-> Maybe ExcludePeriodConfigurationProperty
filterId :: RelativeDatesFilterProperty -> Value Text
minimumGranularity :: RelativeDatesFilterProperty -> Maybe (Value Text)
nullOption :: RelativeDatesFilterProperty -> Value Text
parameterName :: RelativeDatesFilterProperty -> Maybe (Value Text)
relativeDateType :: RelativeDatesFilterProperty -> Value Text
relativeDateValue :: RelativeDatesFilterProperty -> Maybe (Value Double)
timeGranularity :: RelativeDatesFilterProperty -> Value Text
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
timeGranularity :: Value Text
..}
    = RelativeDatesFilterProperty {timeGranularity :: Value Text
timeGranularity = PropertyType "TimeGranularity" RelativeDatesFilterProperty
Value Text
newValue, Maybe (Value Double)
Maybe (Value Text)
Maybe ExcludePeriodConfigurationProperty
Maybe DefaultFilterControlConfigurationProperty
()
Value Text
AnchorDateConfigurationProperty
ColumnIdentifierProperty
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
haddock_workaround_ :: ()
anchorDateConfiguration :: AnchorDateConfigurationProperty
column :: ColumnIdentifierProperty
defaultFilterControlConfiguration :: Maybe DefaultFilterControlConfigurationProperty
excludePeriodConfiguration :: Maybe ExcludePeriodConfigurationProperty
filterId :: Value Text
minimumGranularity :: Maybe (Value Text)
nullOption :: Value Text
parameterName :: Maybe (Value Text)
relativeDateType :: Value Text
relativeDateValue :: Maybe (Value Double)
..}