module Stratosphere.StepFunctions.StateMachine (
module Exports, StateMachine(..), mkStateMachine
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.StepFunctions.StateMachine.EncryptionConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.StepFunctions.StateMachine.LoggingConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.StepFunctions.StateMachine.S3LocationProperty as Exports
import {-# SOURCE #-} Stratosphere.StepFunctions.StateMachine.TagsEntryProperty as Exports
import {-# SOURCE #-} Stratosphere.StepFunctions.StateMachine.TracingConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data StateMachine
=
StateMachine {StateMachine -> ()
haddock_workaround_ :: (),
StateMachine -> Maybe Object
definition :: (Prelude.Maybe JSON.Object),
StateMachine -> Maybe S3LocationProperty
definitionS3Location :: (Prelude.Maybe S3LocationProperty),
StateMachine -> Maybe (Value Text)
definitionString :: (Prelude.Maybe (Value Prelude.Text)),
StateMachine -> Maybe (Map Text Object)
definitionSubstitutions :: (Prelude.Maybe (Prelude.Map Prelude.Text JSON.Object)),
StateMachine -> Maybe EncryptionConfigurationProperty
encryptionConfiguration :: (Prelude.Maybe EncryptionConfigurationProperty),
StateMachine -> Maybe LoggingConfigurationProperty
loggingConfiguration :: (Prelude.Maybe LoggingConfigurationProperty),
StateMachine -> Value Text
roleArn :: (Value Prelude.Text),
StateMachine -> Maybe (Value Text)
stateMachineName :: (Prelude.Maybe (Value Prelude.Text)),
StateMachine -> Maybe (Value Text)
stateMachineType :: (Prelude.Maybe (Value Prelude.Text)),
StateMachine -> Maybe [TagsEntryProperty]
tags :: (Prelude.Maybe [TagsEntryProperty]),
StateMachine -> Maybe TracingConfigurationProperty
tracingConfiguration :: (Prelude.Maybe TracingConfigurationProperty)}
deriving stock (StateMachine -> StateMachine -> Bool
(StateMachine -> StateMachine -> Bool)
-> (StateMachine -> StateMachine -> Bool) -> Eq StateMachine
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: StateMachine -> StateMachine -> Bool
== :: StateMachine -> StateMachine -> Bool
$c/= :: StateMachine -> StateMachine -> Bool
/= :: StateMachine -> StateMachine -> Bool
Prelude.Eq, Int -> StateMachine -> ShowS
[StateMachine] -> ShowS
StateMachine -> String
(Int -> StateMachine -> ShowS)
-> (StateMachine -> String)
-> ([StateMachine] -> ShowS)
-> Show StateMachine
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> StateMachine -> ShowS
showsPrec :: Int -> StateMachine -> ShowS
$cshow :: StateMachine -> String
show :: StateMachine -> String
$cshowList :: [StateMachine] -> ShowS
showList :: [StateMachine] -> ShowS
Prelude.Show)
mkStateMachine :: Value Prelude.Text -> StateMachine
mkStateMachine :: Value Text -> StateMachine
mkStateMachine Value Text
roleArn
= StateMachine
{haddock_workaround_ :: ()
haddock_workaround_ = (), roleArn :: Value Text
roleArn = Value Text
roleArn,
definition :: Maybe Object
definition = Maybe Object
forall a. Maybe a
Prelude.Nothing,
definitionS3Location :: Maybe S3LocationProperty
definitionS3Location = Maybe S3LocationProperty
forall a. Maybe a
Prelude.Nothing,
definitionString :: Maybe (Value Text)
definitionString = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
definitionSubstitutions :: Maybe (Map Text Object)
definitionSubstitutions = Maybe (Map Text Object)
forall a. Maybe a
Prelude.Nothing,
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
encryptionConfiguration = Maybe EncryptionConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
loggingConfiguration :: Maybe LoggingConfigurationProperty
loggingConfiguration = Maybe LoggingConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
stateMachineName :: Maybe (Value Text)
stateMachineName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
stateMachineType :: Maybe (Value Text)
stateMachineType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [TagsEntryProperty]
tags = Maybe [TagsEntryProperty]
forall a. Maybe a
Prelude.Nothing,
tracingConfiguration :: Maybe TracingConfigurationProperty
tracingConfiguration = Maybe TracingConfigurationProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties StateMachine where
toResourceProperties :: StateMachine -> ResourceProperties
toResourceProperties StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::StepFunctions::StateMachine",
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
"RoleArn" 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
roleArn]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Object -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Definition" (Object -> (Key, Value)) -> Maybe Object -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe Object
definition,
Key -> S3LocationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefinitionS3Location" (S3LocationProperty -> (Key, Value))
-> Maybe S3LocationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe S3LocationProperty
definitionS3Location,
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
"DefinitionString" (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)
definitionString,
Key -> Map Text Object -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefinitionSubstitutions"
(Map Text Object -> (Key, Value))
-> Maybe (Map Text Object) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text Object)
definitionSubstitutions,
Key -> EncryptionConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EncryptionConfiguration"
(EncryptionConfigurationProperty -> (Key, Value))
-> Maybe EncryptionConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe EncryptionConfigurationProperty
encryptionConfiguration,
Key -> LoggingConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoggingConfiguration" (LoggingConfigurationProperty -> (Key, Value))
-> Maybe LoggingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LoggingConfigurationProperty
loggingConfiguration,
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
"StateMachineName" (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)
stateMachineName,
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
"StateMachineType" (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)
stateMachineType,
Key -> [TagsEntryProperty] -> (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" ([TagsEntryProperty] -> (Key, Value))
-> Maybe [TagsEntryProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [TagsEntryProperty]
tags,
Key -> TracingConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TracingConfiguration"
(TracingConfigurationProperty -> (Key, Value))
-> Maybe TracingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TracingConfigurationProperty
tracingConfiguration]))}
instance JSON.ToJSON StateMachine where
toJSON :: StateMachine -> Value
toJSON StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= [(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
"RoleArn" 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
roleArn]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Object -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Definition" (Object -> (Key, Value)) -> Maybe Object -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe Object
definition,
Key -> S3LocationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefinitionS3Location" (S3LocationProperty -> (Key, Value))
-> Maybe S3LocationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe S3LocationProperty
definitionS3Location,
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
"DefinitionString" (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)
definitionString,
Key -> Map Text Object -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefinitionSubstitutions"
(Map Text Object -> (Key, Value))
-> Maybe (Map Text Object) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text Object)
definitionSubstitutions,
Key -> EncryptionConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EncryptionConfiguration"
(EncryptionConfigurationProperty -> (Key, Value))
-> Maybe EncryptionConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe EncryptionConfigurationProperty
encryptionConfiguration,
Key -> LoggingConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoggingConfiguration" (LoggingConfigurationProperty -> (Key, Value))
-> Maybe LoggingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LoggingConfigurationProperty
loggingConfiguration,
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
"StateMachineName" (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)
stateMachineName,
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
"StateMachineType" (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)
stateMachineType,
Key -> [TagsEntryProperty] -> (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" ([TagsEntryProperty] -> (Key, Value))
-> Maybe [TagsEntryProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [TagsEntryProperty]
tags,
Key -> TracingConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TracingConfiguration"
(TracingConfigurationProperty -> (Key, Value))
-> Maybe TracingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TracingConfigurationProperty
tracingConfiguration])))
instance Property "Definition" StateMachine where
type PropertyType "Definition" StateMachine = JSON.Object
set :: PropertyType "Definition" StateMachine
-> StateMachine -> StateMachine
set PropertyType "Definition" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {definition :: Maybe Object
definition = Object -> Maybe Object
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Object
PropertyType "Definition" StateMachine
newValue, Maybe [TagsEntryProperty]
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "DefinitionS3Location" StateMachine where
type PropertyType "DefinitionS3Location" StateMachine = S3LocationProperty
set :: PropertyType "DefinitionS3Location" StateMachine
-> StateMachine -> StateMachine
set PropertyType "DefinitionS3Location" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {definitionS3Location :: Maybe S3LocationProperty
definitionS3Location = S3LocationProperty -> Maybe S3LocationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefinitionS3Location" StateMachine
S3LocationProperty
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "DefinitionString" StateMachine where
type PropertyType "DefinitionString" StateMachine = Value Prelude.Text
set :: PropertyType "DefinitionString" StateMachine
-> StateMachine -> StateMachine
set PropertyType "DefinitionString" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {definitionString :: Maybe (Value Text)
definitionString = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefinitionString" StateMachine
Value Text
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "DefinitionSubstitutions" StateMachine where
type PropertyType "DefinitionSubstitutions" StateMachine = Prelude.Map Prelude.Text JSON.Object
set :: PropertyType "DefinitionSubstitutions" StateMachine
-> StateMachine -> StateMachine
set PropertyType "DefinitionSubstitutions" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine
{definitionSubstitutions :: Maybe (Map Text Object)
definitionSubstitutions = Map Text Object -> Maybe (Map Text Object)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text Object
PropertyType "DefinitionSubstitutions" StateMachine
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "EncryptionConfiguration" StateMachine where
type PropertyType "EncryptionConfiguration" StateMachine = EncryptionConfigurationProperty
set :: PropertyType "EncryptionConfiguration" StateMachine
-> StateMachine -> StateMachine
set PropertyType "EncryptionConfiguration" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine
{encryptionConfiguration :: Maybe EncryptionConfigurationProperty
encryptionConfiguration = EncryptionConfigurationProperty
-> Maybe EncryptionConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EncryptionConfiguration" StateMachine
EncryptionConfigurationProperty
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "LoggingConfiguration" StateMachine where
type PropertyType "LoggingConfiguration" StateMachine = LoggingConfigurationProperty
set :: PropertyType "LoggingConfiguration" StateMachine
-> StateMachine -> StateMachine
set PropertyType "LoggingConfiguration" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {loggingConfiguration :: Maybe LoggingConfigurationProperty
loggingConfiguration = LoggingConfigurationProperty -> Maybe LoggingConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LoggingConfiguration" StateMachine
LoggingConfigurationProperty
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "RoleArn" StateMachine where
type PropertyType "RoleArn" StateMachine = Value Prelude.Text
set :: PropertyType "RoleArn" StateMachine -> StateMachine -> StateMachine
set PropertyType "RoleArn" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {roleArn :: Value Text
roleArn = PropertyType "RoleArn" StateMachine
Value Text
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "StateMachineName" StateMachine where
type PropertyType "StateMachineName" StateMachine = Value Prelude.Text
set :: PropertyType "StateMachineName" StateMachine
-> StateMachine -> StateMachine
set PropertyType "StateMachineName" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {stateMachineName :: Maybe (Value Text)
stateMachineName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StateMachineName" StateMachine
Value Text
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "StateMachineType" StateMachine where
type PropertyType "StateMachineType" StateMachine = Value Prelude.Text
set :: PropertyType "StateMachineType" StateMachine
-> StateMachine -> StateMachine
set PropertyType "StateMachineType" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {stateMachineType :: Maybe (Value Text)
stateMachineType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StateMachineType" StateMachine
Value Text
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "Tags" StateMachine where
type PropertyType "Tags" StateMachine = [TagsEntryProperty]
set :: PropertyType "Tags" StateMachine -> StateMachine -> StateMachine
set PropertyType "Tags" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {tags :: Maybe [TagsEntryProperty]
tags = [TagsEntryProperty] -> Maybe [TagsEntryProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [TagsEntryProperty]
PropertyType "Tags" StateMachine
newValue, Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tracingConfiguration :: Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
instance Property "TracingConfiguration" StateMachine where
type PropertyType "TracingConfiguration" StateMachine = TracingConfigurationProperty
set :: PropertyType "TracingConfiguration" StateMachine
-> StateMachine -> StateMachine
set PropertyType "TracingConfiguration" StateMachine
newValue StateMachine {Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
Maybe TracingConfigurationProperty
()
Value Text
haddock_workaround_ :: StateMachine -> ()
definition :: StateMachine -> Maybe Object
definitionS3Location :: StateMachine -> Maybe S3LocationProperty
definitionString :: StateMachine -> Maybe (Value Text)
definitionSubstitutions :: StateMachine -> Maybe (Map Text Object)
encryptionConfiguration :: StateMachine -> Maybe EncryptionConfigurationProperty
loggingConfiguration :: StateMachine -> Maybe LoggingConfigurationProperty
roleArn :: StateMachine -> Value Text
stateMachineName :: StateMachine -> Maybe (Value Text)
stateMachineType :: StateMachine -> Maybe (Value Text)
tags :: StateMachine -> Maybe [TagsEntryProperty]
tracingConfiguration :: StateMachine -> Maybe TracingConfigurationProperty
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
tracingConfiguration :: Maybe TracingConfigurationProperty
..}
= StateMachine {tracingConfiguration :: Maybe TracingConfigurationProperty
tracingConfiguration = TracingConfigurationProperty -> Maybe TracingConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TracingConfiguration" StateMachine
TracingConfigurationProperty
newValue, Maybe [TagsEntryProperty]
Maybe Object
Maybe (Map Text Object)
Maybe (Value Text)
Maybe EncryptionConfigurationProperty
Maybe LoggingConfigurationProperty
Maybe S3LocationProperty
()
Value Text
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
haddock_workaround_ :: ()
definition :: Maybe Object
definitionS3Location :: Maybe S3LocationProperty
definitionString :: Maybe (Value Text)
definitionSubstitutions :: Maybe (Map Text Object)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
loggingConfiguration :: Maybe LoggingConfigurationProperty
roleArn :: Value Text
stateMachineName :: Maybe (Value Text)
stateMachineType :: Maybe (Value Text)
tags :: Maybe [TagsEntryProperty]
..}