Sha256: 52f8de5f438c9762753a1c67f2ad71ceaa05a75d180b91fa0598237c6441676d

Contents?: true

Size: 943 Bytes

Versions: 83

Compression:

Stored size: 943 Bytes

Contents

module Fog
  module AWS
    class ElasticBeanstalk
      class Real

        require 'fog/aws/parsers/beanstalk/describe_events'

        # Returns list of event descriptions matching criteria up to the last 6 weeks.
        #
        # ==== Options
        # * ApplicationName<~String>: If specified, AWS Elastic Beanstalk restricts the returned descriptions
        #   to include only those that are associated with this application.
        #
        # ==== Returns
        # * response<~Excon::Response>:
        #
        # ==== See Also
        # http://docs.amazonwebservices.com/elasticbeanstalk/latest/api/API_DescribeEnvironments.html
        #
        def describe_events(options={})
          request({
                      'Operation'    => 'DescribeEvents',
                      :parser     => Fog::Parsers::AWS::ElasticBeanstalk::DescribeEvents.new
                  }.merge(options))
        end
      end
    end
  end
end

Version data entries

83 entries across 83 versions & 13 rubygems

Version Path
fog-1.10.1 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-parser-fix-1.6.1 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-test-again-1.6.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-test-me-1.10.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-parser-fix-1.6.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-1.10.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-1.9.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-maestrodev-1.8.0.20130114204828 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-maestrodev-1.8.0.20130111070250 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-maestrodev-1.8.0.20130109172219 lib/fog/aws/requests/beanstalk/describe_events.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/aws/requests/beanstalk/describe_events.rb
fog-sgonyea-1.8.1 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-1.8.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-1.7.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-1.6.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-1.5.0 lib/fog/aws/requests/beanstalk/describe_events.rb
fog-1.4.0 lib/fog/aws/requests/beanstalk/describe_events.rb
michiels-fog-1.3.1 lib/fog/aws/requests/beanstalk/describe_events.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/aws/requests/beanstalk/describe_events.rb