module Stratosphere.Pipes.Pipe.PipeTargetTimestreamParametersProperty (
module Exports, PipeTargetTimestreamParametersProperty(..),
mkPipeTargetTimestreamParametersProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.Pipes.Pipe.DimensionMappingProperty as Exports
import {-# SOURCE #-} Stratosphere.Pipes.Pipe.MultiMeasureMappingProperty as Exports
import {-# SOURCE #-} Stratosphere.Pipes.Pipe.SingleMeasureMappingProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data PipeTargetTimestreamParametersProperty
=
PipeTargetTimestreamParametersProperty {PipeTargetTimestreamParametersProperty -> ()
haddock_workaround_ :: (),
PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
dimensionMappings :: [DimensionMappingProperty],
PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
epochTimeUnit :: (Prelude.Maybe (Value Prelude.Text)),
PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
multiMeasureMappings :: (Prelude.Maybe [MultiMeasureMappingProperty]),
PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
singleMeasureMappings :: (Prelude.Maybe [SingleMeasureMappingProperty]),
PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeFieldType :: (Prelude.Maybe (Value Prelude.Text)),
PipeTargetTimestreamParametersProperty -> Value Text
timeValue :: (Value Prelude.Text),
PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timestampFormat :: (Prelude.Maybe (Value Prelude.Text)),
PipeTargetTimestreamParametersProperty -> Value Text
versionValue :: (Value Prelude.Text)}
deriving stock (PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty -> Bool
(PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty -> Bool)
-> (PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty -> Bool)
-> Eq PipeTargetTimestreamParametersProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty -> Bool
== :: PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty -> Bool
$c/= :: PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty -> Bool
/= :: PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty -> Bool
Prelude.Eq, Int -> PipeTargetTimestreamParametersProperty -> ShowS
[PipeTargetTimestreamParametersProperty] -> ShowS
PipeTargetTimestreamParametersProperty -> String
(Int -> PipeTargetTimestreamParametersProperty -> ShowS)
-> (PipeTargetTimestreamParametersProperty -> String)
-> ([PipeTargetTimestreamParametersProperty] -> ShowS)
-> Show PipeTargetTimestreamParametersProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> PipeTargetTimestreamParametersProperty -> ShowS
showsPrec :: Int -> PipeTargetTimestreamParametersProperty -> ShowS
$cshow :: PipeTargetTimestreamParametersProperty -> String
show :: PipeTargetTimestreamParametersProperty -> String
$cshowList :: [PipeTargetTimestreamParametersProperty] -> ShowS
showList :: [PipeTargetTimestreamParametersProperty] -> ShowS
Prelude.Show)
mkPipeTargetTimestreamParametersProperty ::
[DimensionMappingProperty]
-> Value Prelude.Text
-> Value Prelude.Text -> PipeTargetTimestreamParametersProperty
mkPipeTargetTimestreamParametersProperty :: [DimensionMappingProperty]
-> Value Text
-> Value Text
-> PipeTargetTimestreamParametersProperty
mkPipeTargetTimestreamParametersProperty
[DimensionMappingProperty]
dimensionMappings
Value Text
timeValue
Value Text
versionValue
= PipeTargetTimestreamParametersProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), dimensionMappings :: [DimensionMappingProperty]
dimensionMappings = [DimensionMappingProperty]
dimensionMappings,
timeValue :: Value Text
timeValue = Value Text
timeValue, versionValue :: Value Text
versionValue = Value Text
versionValue,
epochTimeUnit :: Maybe (Value Text)
epochTimeUnit = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
multiMeasureMappings = Maybe [MultiMeasureMappingProperty]
forall a. Maybe a
Prelude.Nothing,
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
singleMeasureMappings = Maybe [SingleMeasureMappingProperty]
forall a. Maybe a
Prelude.Nothing,
timeFieldType :: Maybe (Value Text)
timeFieldType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, timestampFormat :: Maybe (Value Text)
timestampFormat = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties PipeTargetTimestreamParametersProperty where
toResourceProperties :: PipeTargetTimestreamParametersProperty -> ResourceProperties
toResourceProperties PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::Pipes::Pipe.PipeTargetTimestreamParameters",
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
"DimensionMappings" Key -> [DimensionMappingProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [DimensionMappingProperty]
dimensionMappings,
Key
"TimeValue" 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
timeValue, Key
"VersionValue" 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
versionValue]
([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
"EpochTimeUnit" (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)
epochTimeUnit,
Key -> [MultiMeasureMappingProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MultiMeasureMappings" ([MultiMeasureMappingProperty] -> (Key, Value))
-> Maybe [MultiMeasureMappingProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [MultiMeasureMappingProperty]
multiMeasureMappings,
Key -> [SingleMeasureMappingProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SingleMeasureMappings"
([SingleMeasureMappingProperty] -> (Key, Value))
-> Maybe [SingleMeasureMappingProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SingleMeasureMappingProperty]
singleMeasureMappings,
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
"TimeFieldType" (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)
timeFieldType,
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
"TimestampFormat" (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)
timestampFormat]))}
instance JSON.ToJSON PipeTargetTimestreamParametersProperty where
toJSON :: PipeTargetTimestreamParametersProperty -> Value
toJSON PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: 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
"DimensionMappings" Key -> [DimensionMappingProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [DimensionMappingProperty]
dimensionMappings,
Key
"TimeValue" 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
timeValue, Key
"VersionValue" 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
versionValue]
([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
"EpochTimeUnit" (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)
epochTimeUnit,
Key -> [MultiMeasureMappingProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MultiMeasureMappings" ([MultiMeasureMappingProperty] -> (Key, Value))
-> Maybe [MultiMeasureMappingProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [MultiMeasureMappingProperty]
multiMeasureMappings,
Key -> [SingleMeasureMappingProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SingleMeasureMappings"
([SingleMeasureMappingProperty] -> (Key, Value))
-> Maybe [SingleMeasureMappingProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SingleMeasureMappingProperty]
singleMeasureMappings,
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
"TimeFieldType" (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)
timeFieldType,
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
"TimestampFormat" (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)
timestampFormat])))
instance Property "DimensionMappings" PipeTargetTimestreamParametersProperty where
type PropertyType "DimensionMappings" PipeTargetTimestreamParametersProperty = [DimensionMappingProperty]
set :: PropertyType
"DimensionMappings" PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
set PropertyType
"DimensionMappings" PipeTargetTimestreamParametersProperty
newValue PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= PipeTargetTimestreamParametersProperty
{dimensionMappings :: [DimensionMappingProperty]
dimensionMappings = [DimensionMappingProperty]
PropertyType
"DimensionMappings" PipeTargetTimestreamParametersProperty
newValue, Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
haddock_workaround_ :: ()
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
instance Property "EpochTimeUnit" PipeTargetTimestreamParametersProperty where
type PropertyType "EpochTimeUnit" PipeTargetTimestreamParametersProperty = Value Prelude.Text
set :: PropertyType "EpochTimeUnit" PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
set PropertyType "EpochTimeUnit" PipeTargetTimestreamParametersProperty
newValue PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= PipeTargetTimestreamParametersProperty
{epochTimeUnit :: Maybe (Value Text)
epochTimeUnit = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EpochTimeUnit" PipeTargetTimestreamParametersProperty
Value Text
newValue, [DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
instance Property "MultiMeasureMappings" PipeTargetTimestreamParametersProperty where
type PropertyType "MultiMeasureMappings" PipeTargetTimestreamParametersProperty = [MultiMeasureMappingProperty]
set :: PropertyType
"MultiMeasureMappings" PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
set PropertyType
"MultiMeasureMappings" PipeTargetTimestreamParametersProperty
newValue PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= PipeTargetTimestreamParametersProperty
{multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
multiMeasureMappings = [MultiMeasureMappingProperty]
-> Maybe [MultiMeasureMappingProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [MultiMeasureMappingProperty]
PropertyType
"MultiMeasureMappings" PipeTargetTimestreamParametersProperty
newValue, [DimensionMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
instance Property "SingleMeasureMappings" PipeTargetTimestreamParametersProperty where
type PropertyType "SingleMeasureMappings" PipeTargetTimestreamParametersProperty = [SingleMeasureMappingProperty]
set :: PropertyType
"SingleMeasureMappings" PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
set PropertyType
"SingleMeasureMappings" PipeTargetTimestreamParametersProperty
newValue PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= PipeTargetTimestreamParametersProperty
{singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
singleMeasureMappings = [SingleMeasureMappingProperty]
-> Maybe [SingleMeasureMappingProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [SingleMeasureMappingProperty]
PropertyType
"SingleMeasureMappings" PipeTargetTimestreamParametersProperty
newValue, [DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
instance Property "TimeFieldType" PipeTargetTimestreamParametersProperty where
type PropertyType "TimeFieldType" PipeTargetTimestreamParametersProperty = Value Prelude.Text
set :: PropertyType "TimeFieldType" PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
set PropertyType "TimeFieldType" PipeTargetTimestreamParametersProperty
newValue PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= PipeTargetTimestreamParametersProperty
{timeFieldType :: Maybe (Value Text)
timeFieldType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TimeFieldType" PipeTargetTimestreamParametersProperty
Value Text
newValue, [DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
instance Property "TimeValue" PipeTargetTimestreamParametersProperty where
type PropertyType "TimeValue" PipeTargetTimestreamParametersProperty = Value Prelude.Text
set :: PropertyType "TimeValue" PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
set PropertyType "TimeValue" PipeTargetTimestreamParametersProperty
newValue PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= PipeTargetTimestreamParametersProperty {timeValue :: Value Text
timeValue = PropertyType "TimeValue" PipeTargetTimestreamParametersProperty
Value Text
newValue, [DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
instance Property "TimestampFormat" PipeTargetTimestreamParametersProperty where
type PropertyType "TimestampFormat" PipeTargetTimestreamParametersProperty = Value Prelude.Text
set :: PropertyType
"TimestampFormat" PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
set PropertyType
"TimestampFormat" PipeTargetTimestreamParametersProperty
newValue PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= PipeTargetTimestreamParametersProperty
{timestampFormat :: Maybe (Value Text)
timestampFormat = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"TimestampFormat" PipeTargetTimestreamParametersProperty
Value Text
newValue, [DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
versionValue :: Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
versionValue :: Value Text
..}
instance Property "VersionValue" PipeTargetTimestreamParametersProperty where
type PropertyType "VersionValue" PipeTargetTimestreamParametersProperty = Value Prelude.Text
set :: PropertyType "VersionValue" PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
-> PipeTargetTimestreamParametersProperty
set PropertyType "VersionValue" PipeTargetTimestreamParametersProperty
newValue PipeTargetTimestreamParametersProperty {[DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: PipeTargetTimestreamParametersProperty -> ()
dimensionMappings :: PipeTargetTimestreamParametersProperty
-> [DimensionMappingProperty]
epochTimeUnit :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
multiMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: PipeTargetTimestreamParametersProperty
-> Maybe [SingleMeasureMappingProperty]
timeFieldType :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
timeValue :: PipeTargetTimestreamParametersProperty -> Value Text
timestampFormat :: PipeTargetTimestreamParametersProperty -> Maybe (Value Text)
versionValue :: PipeTargetTimestreamParametersProperty -> Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
versionValue :: Value Text
..}
= PipeTargetTimestreamParametersProperty
{versionValue :: Value Text
versionValue = PropertyType "VersionValue" PipeTargetTimestreamParametersProperty
Value Text
newValue, [DimensionMappingProperty]
Maybe [MultiMeasureMappingProperty]
Maybe [SingleMeasureMappingProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
haddock_workaround_ :: ()
dimensionMappings :: [DimensionMappingProperty]
epochTimeUnit :: Maybe (Value Text)
multiMeasureMappings :: Maybe [MultiMeasureMappingProperty]
singleMeasureMappings :: Maybe [SingleMeasureMappingProperty]
timeFieldType :: Maybe (Value Text)
timeValue :: Value Text
timestampFormat :: Maybe (Value Text)
..}