Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Cloudy.Cmd.Scaleway.ListInstanceTypes
Documentation
data ScalewayListInstanceTypesSettings Source #
Constructors
ScalewayListInstanceTypesSettings | |
mkSettings :: LocalConfFileOpts -> ScalewayListInstanceTypesCliOpts -> IO ScalewayListInstanceTypesSettings Source #
fetchInstanceTypes :: ScalewayListInstanceTypesSettings -> ClientM (Map Text (ProductServer, Text)) Source #
displayInstanceTypes :: Map Text (ProductServer, Text) -> IO () Source #