forest-fire-0.2: Recursively delete CloudFormation stacks and their dependants

Safe HaskellSafe
LanguageHaskell2010

Types

Documentation

data Stack Source #

Constructors

Stack 

Instances

newtype Stacks Source #

Constructors

Stacks 

Fields

Instances

newtype Export Source #

Constructors

Export 

Fields

Instances

newtype StackId Source #

Constructors

StackId String 

Instances

Eq StackId Source # 

Methods

(==) :: StackId -> StackId -> Bool #

(/=) :: StackId -> StackId -> Bool #

Show StackId Source # 
Generic StackId Source # 

Associated Types

type Rep StackId :: * -> * #

Methods

from :: StackId -> Rep StackId x #

to :: Rep StackId x -> StackId #

type Rep StackId Source # 
type Rep StackId = D1 (MetaData "StackId" "Types" "forest-fire-0.2-EdVWqg4foB94WQ2TXcicl7" True) (C1 (MetaCons "StackId" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String)))

newtype ExportName Source #

Constructors

ExportName String 

Instances

Eq ExportName Source # 
Show ExportName Source # 
Generic ExportName Source # 

Associated Types

type Rep ExportName :: * -> * #

type Rep ExportName Source # 
type Rep ExportName = D1 (MetaData "ExportName" "Types" "forest-fire-0.2-EdVWqg4foB94WQ2TXcicl7" True) (C1 (MetaCons "ExportName" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String)))

newtype Imports Source #

Constructors

Imports 

Fields

Instances