forest-fire-0.1.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 StackName Source #

Constructors

StackName String 

Instances

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

Associated Types

type Rep StackName :: * -> * #

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

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.1.0.2-11UoGfQQ7YV8XUYa86aAD5" True) (C1 (MetaCons "StackId" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String)))

newtype ExportName Source #

Constructors

ExportName String 

Instances

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.1.0.2-11UoGfQQ7YV8XUYa86aAD5" True) (C1 (MetaCons "ExportName" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String)))

newtype Imports Source #

Constructors

Imports 

Fields

Instances