Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Cloudy.Cmd.Destroy
Documentation
data DestroySettings Source #
Constructors
DestroySettings | |
Fields |
Instances
Show DestroySettings Source # | |
Defined in Cloudy.Cmd.Destroy Methods showsPrec :: Int -> DestroySettings -> ShowS # show :: DestroySettings -> String # showList :: [DestroySettings] -> ShowS # |
data ScalewayDestroySettings Source #
Constructors
ScalewayDestroySettings | |
Instances
Show ScalewayDestroySettings Source # | |
Defined in Cloudy.Cmd.Destroy Methods showsPrec :: Int -> ScalewayDestroySettings -> ShowS # show :: ScalewayDestroySettings -> String # showList :: [ScalewayDestroySettings] -> ShowS # |
runDestroy :: LocalConfFileOpts -> DestroyCliOpts -> IO () Source #