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