| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.StepFunctionsStateMachine
Synopsis
- data StepFunctionsStateMachine = StepFunctionsStateMachine {}
- stepFunctionsStateMachine :: Val Text -> Val Text -> StepFunctionsStateMachine
- sfsmDefinitionString :: Lens' StepFunctionsStateMachine (Val Text)
- sfsmRoleArn :: Lens' StepFunctionsStateMachine (Val Text)
- sfsmStateMachineName :: Lens' StepFunctionsStateMachine (Maybe (Val Text))
Documentation
data StepFunctionsStateMachine #
Full data type definition for StepFunctionsStateMachine. See
stepFunctionsStateMachine for a more convenient constructor.
Constructors
| StepFunctionsStateMachine | |
Instances
| Eq StepFunctionsStateMachine # | |
Defined in Stratosphere.Resources.StepFunctionsStateMachine Methods (==) :: StepFunctionsStateMachine -> StepFunctionsStateMachine -> Bool # (/=) :: StepFunctionsStateMachine -> StepFunctionsStateMachine -> Bool # | |
| Show StepFunctionsStateMachine # | |
Defined in Stratosphere.Resources.StepFunctionsStateMachine Methods showsPrec :: Int -> StepFunctionsStateMachine -> ShowS # show :: StepFunctionsStateMachine -> String # showList :: [StepFunctionsStateMachine] -> ShowS # | |
| ToJSON StepFunctionsStateMachine # | |
Defined in Stratosphere.Resources.StepFunctionsStateMachine Methods toJSON :: StepFunctionsStateMachine -> Value # toEncoding :: StepFunctionsStateMachine -> Encoding # toJSONList :: [StepFunctionsStateMachine] -> Value # | |
| FromJSON StepFunctionsStateMachine # | |
Defined in Stratosphere.Resources.StepFunctionsStateMachine Methods parseJSON :: Value -> Parser StepFunctionsStateMachine # parseJSONList :: Value -> Parser [StepFunctionsStateMachine] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> StepFunctionsStateMachine |
Constructor for StepFunctionsStateMachine containing required fields as
arguments.