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

Safe HaskellNone
LanguageHaskell2010

Network.CloudSeeder.Main

Documentation

data Command Source #

Constructors

DeployStack Text 

newtype StackName Source #

Constructors

StackName Text 

Instances

Eq StackName Source # 
Show StackName Source # 
IsString StackName Source # 
Generic StackName Source # 

Associated Types

type Rep StackName :: * -> * #

NFData StackName Source # 

Methods

rnf :: StackName -> () #

type Rep StackName Source # 
type Rep StackName = D1 (MetaData "StackName" "Network.CloudSeeder.Interfaces" "cloud-seeder-0.0.0.0-7xg9yVA1ThK9ziGGftIAxj" True) (C1 (MetaCons "StackName" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

class HasCliError c where Source #

Minimal complete definition

cliError