# File lib/fog/aws/requests/ecs/list_clusters.rb, line 17 def list_clusters(params={}) request({ 'Action' => 'ListClusters', :parser => Fog::Parsers::AWS::ECS::ListClusters.new }.merge(params)) end