
retrieve-environment-info
*************************


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

Retrieves the compiled information from a  request-environment-info
request.

Related Topics

* request-environment-info


SYNOPSIS
========

   aws elasticbeanstalk retrieve-environment-info
     --info-type <value>
     [--environment-id <value>]
     [--environment-name <value>]


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

"--info-type"  (string)
   The type of information to retrieve.


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

"--environment-id"  (string)
   The ID of the data's environment.

   If no such environment is found, returns an "InvalidParameterValue"
   error.

   Condition: You must specify either this or an EnvironmentName, or
   both. If you do not specify either, AWS Elastic Beanstalk returns
   "MissingRequiredParameter" error.

"--environment-name"  (string)
   The name of the data's environment.

   If no such environment is found, returns an "InvalidParameterValue"
   error.

   Condition: You must specify either this or an EnvironmentId, or
   both. If you do not specify either, AWS Elastic Beanstalk returns
   "MissingRequiredParameter" error.
