# File lib/aws/base_client.rb, line 321
    def service_module
      AWS.const_get(self.class.to_s[/(\w+)::Client/, 1])
    end