cloud-seeder-0.1.0.0: A tool for interacting with AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Network.CloudSeeder.DSL

Documentation

class HasStacks s a | s -> a where Source #

Minimal complete definition

stacks

Methods

stacks :: Lens' s a Source #

tags :: (Monad m, HasTagSet a (Set (Text, Text))) => [(Text, Text)] -> StateT a m () Source #