| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.CloudSeeder.Types
Documentation
data ParameterSource Source #
Instances
class AsParameterSource r where Source #
Methods
_ParameterSource :: Prism' r ParameterSource Source #
_Constant :: Prism' r Text Source #
_Outputs :: Prism' r () Source #
_PreviousValue :: Prism' r () Source #
Instances
Constructors
| Parameter ParameterSource Text Text |
data ParameterSpec Source #
class AsParameterSpec r where Source #
Instances
newtype ParameterSpecs Source #
Constructors
| ParameterSpecs (Set ParameterSpec) |
Instances