You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 line
273 B

  1. 2013-10-21 Carlos Salguero <cfsalguero@gmail.com>
  2. * Removed Namespace from the constructor as not all AWS API method needs it
  3. and methods like ListMetrics you could need to call the method without a
  4. Namespace to list all available metrics
  5. * Added ListMetrics method