/**
  * Get data from the service builder without triggering the building of a service
  *
  * @param string $name Name of the service to retrieve
  * @return array|null 
  * @static 
  */
 public static function getData($name)
 {
     //Method inherited from \Guzzle\Service\Builder\ServiceBuilder
     return \Aws\Common\Aws::getData($name);
 }