# File lib/fog/aws/requests/beanstalk/request_environment_info.rb, line 20
        def request_environment_info(options={})
          request({
                      'Operation'    => 'RequestEnvironmentInfo',
                      :parser     => Fog::Parsers::AWS::ElasticBeanstalk::Empty.new
                  }.merge(options))
        end