Versions in this module Expand all Collapse all v0 v0.2.0 Mar 8, 2021 Changes in this version + type Result struct + Label string + Resources []string + func ListUnusedEBSs() ([]Result, error) v0.1.0 Jan 24, 2021 Changes in this version + func ListAvailableEBSs() ([]string, error) + func ListEBSsOnStoppedEC2() ([]string, error) + func ListIdleEBSs() ([]string, error) + func ListUnattachedClassicLBs() ([]string, error) + func ListUnattachedELBs() ([]string, error) + func ListUnattachedElasticIPs() ([]string, error) + func ListUnusedAMIs() ([]string, error)