
describe-events
***************


DESCRIPTION
===========

Returns list of event descriptions matching criteria up to the last 6
weeks.

Note: This action returns the most recent 1,000 events from the specified
  "--next-token" .


SYNOPSIS
========

   aws elasticbeanstalk describe-events
     [--application-name <value>]
     [--environment-id <value>]
     [--version-label <value>]
     [--next-token <value>]
     [--severity <value>]
     [--environment-name <value>]
     [--template-name <value>]
     [--max-records <value>]
     [--request-id <value>]
     [--start-time <value>]
     [--end-time <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--application-name"  (string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to include only those associated with this
   application.

"--environment-id"  (string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to those associated with this environment.

"--version-label"  (string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to those associated with this application version.

"--next-token"  (string)
   Pagination token. If specified, the events return the next batch of
   results.

"--severity"  (string)
   If specified, limits the events returned from this call to include
   only those with the specified severity or higher.

"--environment-name"  (string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to those associated with this environment.

"--template-name"  (string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to those that are associated with this environment
   configuration.

"--max-records"  (integer)
   Specifies the maximum number of events that can be returned,
   beginning with the most recent event.

"--request-id"  (string)
   If specified, AWS Elastic Beanstalk restricts the described events
   to include only those associated with this request ID.

"--start-time"  (timestamp)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to those that occur on or after this time.

"--end-time"  (timestamp)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to those that occur up to, but not including, the
   "--end-time" .
