| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Bedrock.Flow.FlowDefinitionProperty
Documentation
data FlowNodeProperty Source #
Instances
data FlowDefinitionProperty Source #
Constructors
| FlowDefinitionProperty | |
Fields
| |
Instances
| ToJSON FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Methods toJSON :: FlowDefinitionProperty -> Value # toEncoding :: FlowDefinitionProperty -> Encoding # toJSONList :: [FlowDefinitionProperty] -> Value # toEncodingList :: [FlowDefinitionProperty] -> Encoding # omitField :: FlowDefinitionProperty -> Bool # | |||||
| Show FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Methods showsPrec :: Int -> FlowDefinitionProperty -> ShowS # show :: FlowDefinitionProperty -> String # showList :: [FlowDefinitionProperty] -> ShowS # | |||||
| Eq FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Methods (==) :: FlowDefinitionProperty -> FlowDefinitionProperty -> Bool # (/=) :: FlowDefinitionProperty -> FlowDefinitionProperty -> Bool # | |||||
| ToResourceProperties FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Methods toResourceProperties :: FlowDefinitionProperty -> ResourceProperties # | |||||
| Property "Connections" FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Associated Types
Methods set :: PropertyType "Connections" FlowDefinitionProperty -> FlowDefinitionProperty -> FlowDefinitionProperty # | |||||
| Property "Nodes" FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Associated Types
Methods set :: PropertyType "Nodes" FlowDefinitionProperty -> FlowDefinitionProperty -> FlowDefinitionProperty # | |||||
| type PropertyType "Connections" FlowDefinitionProperty Source # | |||||
| type PropertyType "Nodes" FlowDefinitionProperty Source # | |||||