module Stratosphere.IoTFleetWise.Campaign (
        module Exports, Campaign(..), mkCampaign
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.IoTFleetWise.Campaign.CollectionSchemeProperty as Exports
import {-# SOURCE #-} Stratosphere.IoTFleetWise.Campaign.DataDestinationConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.IoTFleetWise.Campaign.DataPartitionProperty as Exports
import {-# SOURCE #-} Stratosphere.IoTFleetWise.Campaign.SignalFetchInformationProperty as Exports
import {-# SOURCE #-} Stratosphere.IoTFleetWise.Campaign.SignalInformationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Campaign
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html>
    Campaign {Campaign -> ()
haddock_workaround_ :: (),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-action>
              Campaign -> Maybe (Value Text)
action :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-collectionscheme>
              Campaign -> CollectionSchemeProperty
collectionScheme :: CollectionSchemeProperty,
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-compression>
              Campaign -> Maybe (Value Text)
compression :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-datadestinationconfigs>
              Campaign -> Maybe [DataDestinationConfigProperty]
dataDestinationConfigs :: (Prelude.Maybe [DataDestinationConfigProperty]),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-dataextradimensions>
              Campaign -> Maybe (ValueList Text)
dataExtraDimensions :: (Prelude.Maybe (ValueList Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-datapartitions>
              Campaign -> Maybe [DataPartitionProperty]
dataPartitions :: (Prelude.Maybe [DataPartitionProperty]),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-description>
              Campaign -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-diagnosticsmode>
              Campaign -> Maybe (Value Text)
diagnosticsMode :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-expirytime>
              Campaign -> Maybe (Value Text)
expiryTime :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-name>
              Campaign -> Value Text
name :: (Value Prelude.Text),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-posttriggercollectionduration>
              Campaign -> Maybe (Value Double)
postTriggerCollectionDuration :: (Prelude.Maybe (Value Prelude.Double)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-priority>
              Campaign -> Maybe (Value Integer)
priority :: (Prelude.Maybe (Value Prelude.Integer)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-signalcatalogarn>
              Campaign -> Value Text
signalCatalogArn :: (Value Prelude.Text),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-signalstocollect>
              Campaign -> Maybe [SignalInformationProperty]
signalsToCollect :: (Prelude.Maybe [SignalInformationProperty]),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-signalstofetch>
              Campaign -> Maybe [SignalFetchInformationProperty]
signalsToFetch :: (Prelude.Maybe [SignalFetchInformationProperty]),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-spoolingmode>
              Campaign -> Maybe (Value Text)
spoolingMode :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-starttime>
              Campaign -> Maybe (Value Text)
startTime :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-tags>
              Campaign -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html#cfn-iotfleetwise-campaign-targetarn>
              Campaign -> Value Text
targetArn :: (Value Prelude.Text)}
  deriving stock (Campaign -> Campaign -> Bool
(Campaign -> Campaign -> Bool)
-> (Campaign -> Campaign -> Bool) -> Eq Campaign
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Campaign -> Campaign -> Bool
== :: Campaign -> Campaign -> Bool
$c/= :: Campaign -> Campaign -> Bool
/= :: Campaign -> Campaign -> Bool
Prelude.Eq, Int -> Campaign -> ShowS
[Campaign] -> ShowS
Campaign -> String
(Int -> Campaign -> ShowS)
-> (Campaign -> String) -> ([Campaign] -> ShowS) -> Show Campaign
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Campaign -> ShowS
showsPrec :: Int -> Campaign -> ShowS
$cshow :: Campaign -> String
show :: Campaign -> String
$cshowList :: [Campaign] -> ShowS
showList :: [Campaign] -> ShowS
Prelude.Show)
mkCampaign ::
  CollectionSchemeProperty
  -> Value Prelude.Text
     -> Value Prelude.Text -> Value Prelude.Text -> Campaign
mkCampaign :: CollectionSchemeProperty
-> Value Text -> Value Text -> Value Text -> Campaign
mkCampaign CollectionSchemeProperty
collectionScheme Value Text
name Value Text
signalCatalogArn Value Text
targetArn
  = Campaign
      {haddock_workaround_ :: ()
haddock_workaround_ = (), collectionScheme :: CollectionSchemeProperty
collectionScheme = CollectionSchemeProperty
collectionScheme,
       name :: Value Text
name = Value Text
name, signalCatalogArn :: Value Text
signalCatalogArn = Value Text
signalCatalogArn,
       targetArn :: Value Text
targetArn = Value Text
targetArn, action :: Maybe (Value Text)
action = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       compression :: Maybe (Value Text)
compression = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataDestinationConfigs = Maybe [DataDestinationConfigProperty]
forall a. Maybe a
Prelude.Nothing,
       dataExtraDimensions :: Maybe (ValueList Text)
dataExtraDimensions = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       dataPartitions :: Maybe [DataPartitionProperty]
dataPartitions = Maybe [DataPartitionProperty]
forall a. Maybe a
Prelude.Nothing, description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       diagnosticsMode :: Maybe (Value Text)
diagnosticsMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, expiryTime :: Maybe (Value Text)
expiryTime = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       postTriggerCollectionDuration :: Maybe (Value Double)
postTriggerCollectionDuration = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing,
       priority :: Maybe (Value Integer)
priority = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, signalsToCollect :: Maybe [SignalInformationProperty]
signalsToCollect = Maybe [SignalInformationProperty]
forall a. Maybe a
Prelude.Nothing,
       signalsToFetch :: Maybe [SignalFetchInformationProperty]
signalsToFetch = Maybe [SignalFetchInformationProperty]
forall a. Maybe a
Prelude.Nothing, spoolingMode :: Maybe (Value Text)
spoolingMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       startTime :: Maybe (Value Text)
startTime = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Campaign where
  toResourceProperties :: Campaign -> ResourceProperties
toResourceProperties Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::IoTFleetWise::Campaign",
         supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         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
"CollectionScheme" Key -> CollectionSchemeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= CollectionSchemeProperty
collectionScheme, Key
"Name" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
name,
                            Key
"SignalCatalogArn" 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
signalCatalogArn,
                            Key
"TargetArn" 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
targetArn]
                           ([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
"Action" (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)
action,
                               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
"Compression" (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)
compression,
                               Key -> [DataDestinationConfigProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataDestinationConfigs"
                                 ([DataDestinationConfigProperty] -> (Key, Value))
-> Maybe [DataDestinationConfigProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DataDestinationConfigProperty]
dataDestinationConfigs,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataExtraDimensions" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
dataExtraDimensions,
                               Key -> [DataPartitionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataPartitions" ([DataPartitionProperty] -> (Key, Value))
-> Maybe [DataPartitionProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DataPartitionProperty]
dataPartitions,
                               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
"Description" (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)
description,
                               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
"DiagnosticsMode" (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)
diagnosticsMode,
                               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
"ExpiryTime" (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)
expiryTime,
                               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
"PostTriggerCollectionDuration"
                                 (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)
postTriggerCollectionDuration,
                               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Priority" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
priority,
                               Key -> [SignalInformationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SignalsToCollect" ([SignalInformationProperty] -> (Key, Value))
-> Maybe [SignalInformationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SignalInformationProperty]
signalsToCollect,
                               Key -> [SignalFetchInformationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SignalsToFetch" ([SignalFetchInformationProperty] -> (Key, Value))
-> Maybe [SignalFetchInformationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SignalFetchInformationProperty]
signalsToFetch,
                               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
"SpoolingMode" (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)
spoolingMode,
                               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
"StartTime" (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)
startTime,
                               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags]))}
instance JSON.ToJSON Campaign where
  toJSON :: Campaign -> Value
toJSON Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: 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
"CollectionScheme" Key -> CollectionSchemeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= CollectionSchemeProperty
collectionScheme, Key
"Name" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
name,
               Key
"SignalCatalogArn" 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
signalCatalogArn,
               Key
"TargetArn" 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
targetArn]
              ([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
"Action" (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)
action,
                  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
"Compression" (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)
compression,
                  Key -> [DataDestinationConfigProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataDestinationConfigs"
                    ([DataDestinationConfigProperty] -> (Key, Value))
-> Maybe [DataDestinationConfigProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DataDestinationConfigProperty]
dataDestinationConfigs,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataExtraDimensions" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
dataExtraDimensions,
                  Key -> [DataPartitionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataPartitions" ([DataPartitionProperty] -> (Key, Value))
-> Maybe [DataPartitionProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DataPartitionProperty]
dataPartitions,
                  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
"Description" (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)
description,
                  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
"DiagnosticsMode" (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)
diagnosticsMode,
                  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
"ExpiryTime" (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)
expiryTime,
                  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
"PostTriggerCollectionDuration"
                    (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)
postTriggerCollectionDuration,
                  Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Priority" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
priority,
                  Key -> [SignalInformationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SignalsToCollect" ([SignalInformationProperty] -> (Key, Value))
-> Maybe [SignalInformationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SignalInformationProperty]
signalsToCollect,
                  Key -> [SignalFetchInformationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SignalsToFetch" ([SignalFetchInformationProperty] -> (Key, Value))
-> Maybe [SignalFetchInformationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SignalFetchInformationProperty]
signalsToFetch,
                  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
"SpoolingMode" (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)
spoolingMode,
                  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
"StartTime" (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)
startTime,
                  Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags])))
instance Property "Action" Campaign where
  type PropertyType "Action" Campaign = Value Prelude.Text
  set :: PropertyType "Action" Campaign -> Campaign -> Campaign
set PropertyType "Action" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {action :: Maybe (Value Text)
action = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Action" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "CollectionScheme" Campaign where
  type PropertyType "CollectionScheme" Campaign = CollectionSchemeProperty
  set :: PropertyType "CollectionScheme" Campaign -> Campaign -> Campaign
set PropertyType "CollectionScheme" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {collectionScheme :: CollectionSchemeProperty
collectionScheme = PropertyType "CollectionScheme" Campaign
CollectionSchemeProperty
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "Compression" Campaign where
  type PropertyType "Compression" Campaign = Value Prelude.Text
  set :: PropertyType "Compression" Campaign -> Campaign -> Campaign
set PropertyType "Compression" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {compression :: Maybe (Value Text)
compression = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Compression" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "DataDestinationConfigs" Campaign where
  type PropertyType "DataDestinationConfigs" Campaign = [DataDestinationConfigProperty]
  set :: PropertyType "DataDestinationConfigs" Campaign
-> Campaign -> Campaign
set PropertyType "DataDestinationConfigs" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataDestinationConfigs = [DataDestinationConfigProperty]
-> Maybe [DataDestinationConfigProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [DataDestinationConfigProperty]
PropertyType "DataDestinationConfigs" Campaign
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "DataExtraDimensions" Campaign where
  type PropertyType "DataExtraDimensions" Campaign = ValueList Prelude.Text
  set :: PropertyType "DataExtraDimensions" Campaign -> Campaign -> Campaign
set PropertyType "DataExtraDimensions" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {dataExtraDimensions :: Maybe (ValueList Text)
dataExtraDimensions = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DataExtraDimensions" Campaign
ValueList Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "DataPartitions" Campaign where
  type PropertyType "DataPartitions" Campaign = [DataPartitionProperty]
  set :: PropertyType "DataPartitions" Campaign -> Campaign -> Campaign
set PropertyType "DataPartitions" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {dataPartitions :: Maybe [DataPartitionProperty]
dataPartitions = [DataPartitionProperty] -> Maybe [DataPartitionProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [DataPartitionProperty]
PropertyType "DataPartitions" Campaign
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "Description" Campaign where
  type PropertyType "Description" Campaign = Value Prelude.Text
  set :: PropertyType "Description" Campaign -> Campaign -> Campaign
set PropertyType "Description" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "DiagnosticsMode" Campaign where
  type PropertyType "DiagnosticsMode" Campaign = Value Prelude.Text
  set :: PropertyType "DiagnosticsMode" Campaign -> Campaign -> Campaign
set PropertyType "DiagnosticsMode" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {diagnosticsMode :: Maybe (Value Text)
diagnosticsMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DiagnosticsMode" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "ExpiryTime" Campaign where
  type PropertyType "ExpiryTime" Campaign = Value Prelude.Text
  set :: PropertyType "ExpiryTime" Campaign -> Campaign -> Campaign
set PropertyType "ExpiryTime" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {expiryTime :: Maybe (Value Text)
expiryTime = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExpiryTime" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "Name" Campaign where
  type PropertyType "Name" Campaign = Value Prelude.Text
  set :: PropertyType "Name" Campaign -> Campaign -> Campaign
set PropertyType "Name" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..} = Campaign {name :: Value Text
name = PropertyType "Name" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "PostTriggerCollectionDuration" Campaign where
  type PropertyType "PostTriggerCollectionDuration" Campaign = Value Prelude.Double
  set :: PropertyType "PostTriggerCollectionDuration" Campaign
-> Campaign -> Campaign
set PropertyType "PostTriggerCollectionDuration" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign
        {postTriggerCollectionDuration :: Maybe (Value Double)
postTriggerCollectionDuration = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PostTriggerCollectionDuration" Campaign
Value Double
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "Priority" Campaign where
  type PropertyType "Priority" Campaign = Value Prelude.Integer
  set :: PropertyType "Priority" Campaign -> Campaign -> Campaign
set PropertyType "Priority" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {priority :: Maybe (Value Integer)
priority = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Priority" Campaign
Value Integer
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "SignalCatalogArn" Campaign where
  type PropertyType "SignalCatalogArn" Campaign = Value Prelude.Text
  set :: PropertyType "SignalCatalogArn" Campaign -> Campaign -> Campaign
set PropertyType "SignalCatalogArn" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {signalCatalogArn :: Value Text
signalCatalogArn = PropertyType "SignalCatalogArn" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "SignalsToCollect" Campaign where
  type PropertyType "SignalsToCollect" Campaign = [SignalInformationProperty]
  set :: PropertyType "SignalsToCollect" Campaign -> Campaign -> Campaign
set PropertyType "SignalsToCollect" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {signalsToCollect :: Maybe [SignalInformationProperty]
signalsToCollect = [SignalInformationProperty] -> Maybe [SignalInformationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [SignalInformationProperty]
PropertyType "SignalsToCollect" Campaign
newValue, Maybe [Tag]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "SignalsToFetch" Campaign where
  type PropertyType "SignalsToFetch" Campaign = [SignalFetchInformationProperty]
  set :: PropertyType "SignalsToFetch" Campaign -> Campaign -> Campaign
set PropertyType "SignalsToFetch" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {signalsToFetch :: Maybe [SignalFetchInformationProperty]
signalsToFetch = [SignalFetchInformationProperty]
-> Maybe [SignalFetchInformationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [SignalFetchInformationProperty]
PropertyType "SignalsToFetch" Campaign
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "SpoolingMode" Campaign where
  type PropertyType "SpoolingMode" Campaign = Value Prelude.Text
  set :: PropertyType "SpoolingMode" Campaign -> Campaign -> Campaign
set PropertyType "SpoolingMode" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {spoolingMode :: Maybe (Value Text)
spoolingMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SpoolingMode" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "StartTime" Campaign where
  type PropertyType "StartTime" Campaign = Value Prelude.Text
  set :: PropertyType "StartTime" Campaign -> Campaign -> Campaign
set PropertyType "StartTime" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {startTime :: Maybe (Value Text)
startTime = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StartTime" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
instance Property "Tags" Campaign where
  type PropertyType "Tags" Campaign = [Tag]
  set :: PropertyType "Tags" Campaign -> Campaign -> Campaign
set PropertyType "Tags" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..}
    = Campaign {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" Campaign
newValue, Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
targetArn :: Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
targetArn :: Value Text
..}
instance Property "TargetArn" Campaign where
  type PropertyType "TargetArn" Campaign = Value Prelude.Text
  set :: PropertyType "TargetArn" Campaign -> Campaign -> Campaign
set PropertyType "TargetArn" Campaign
newValue Campaign {Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: Campaign -> ()
action :: Campaign -> Maybe (Value Text)
collectionScheme :: Campaign -> CollectionSchemeProperty
compression :: Campaign -> Maybe (Value Text)
dataDestinationConfigs :: Campaign -> Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Campaign -> Maybe (ValueList Text)
dataPartitions :: Campaign -> Maybe [DataPartitionProperty]
description :: Campaign -> Maybe (Value Text)
diagnosticsMode :: Campaign -> Maybe (Value Text)
expiryTime :: Campaign -> Maybe (Value Text)
name :: Campaign -> Value Text
postTriggerCollectionDuration :: Campaign -> Maybe (Value Double)
priority :: Campaign -> Maybe (Value Integer)
signalCatalogArn :: Campaign -> Value Text
signalsToCollect :: Campaign -> Maybe [SignalInformationProperty]
signalsToFetch :: Campaign -> Maybe [SignalFetchInformationProperty]
spoolingMode :: Campaign -> Maybe (Value Text)
startTime :: Campaign -> Maybe (Value Text)
tags :: Campaign -> Maybe [Tag]
targetArn :: Campaign -> Value Text
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
targetArn :: Value Text
..} = Campaign {targetArn :: Value Text
targetArn = PropertyType "TargetArn" Campaign
Value Text
newValue, Maybe [Tag]
Maybe [SignalInformationProperty]
Maybe [DataPartitionProperty]
Maybe [SignalFetchInformationProperty]
Maybe [DataDestinationConfigProperty]
Maybe (ValueList Text)
Maybe (Value Double)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
CollectionSchemeProperty
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
action :: Maybe (Value Text)
collectionScheme :: CollectionSchemeProperty
compression :: Maybe (Value Text)
dataDestinationConfigs :: Maybe [DataDestinationConfigProperty]
dataExtraDimensions :: Maybe (ValueList Text)
dataPartitions :: Maybe [DataPartitionProperty]
description :: Maybe (Value Text)
diagnosticsMode :: Maybe (Value Text)
expiryTime :: Maybe (Value Text)
name :: Value Text
postTriggerCollectionDuration :: Maybe (Value Double)
priority :: Maybe (Value Integer)
signalCatalogArn :: Value Text
signalsToCollect :: Maybe [SignalInformationProperty]
signalsToFetch :: Maybe [SignalFetchInformationProperty]
spoolingMode :: Maybe (Value Text)
startTime :: Maybe (Value Text)
tags :: Maybe [Tag]
..}