| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.DescribeApplications
Description
Returns the descriptions of existing applications.
Synopsis
- describeApplications :: DescribeApplications
- data DescribeApplications
- daApplicationNames :: Lens' DescribeApplications [Text]
- describeApplicationsResponse :: Int -> DescribeApplicationsResponse
- data DescribeApplicationsResponse
- darsApplications :: Lens' DescribeApplicationsResponse [ApplicationDescription]
- darsResponseStatus :: Lens' DescribeApplicationsResponse Int
Creating a Request
describeApplications :: DescribeApplications Source #
Creates a value of DescribeApplications with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daApplicationNames- If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
data DescribeApplications Source #
Request to describe one or more applications.
See: describeApplications smart constructor.
Instances
Request Lenses
daApplicationNames :: Lens' DescribeApplications [Text] Source #
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
Destructuring the Response
describeApplicationsResponse Source #
Arguments
| :: Int | |
| -> DescribeApplicationsResponse |
Creates a value of DescribeApplicationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
darsApplications- This parameter contains a list ofApplicationDescription.darsResponseStatus- -- | The response status code.
data DescribeApplicationsResponse Source #
Result message containing a list of application descriptions.
See: describeApplicationsResponse smart constructor.
Instances
Response Lenses
darsApplications :: Lens' DescribeApplicationsResponse [ApplicationDescription] Source #
This parameter contains a list of ApplicationDescription .
darsResponseStatus :: Lens' DescribeApplicationsResponse Int Source #
- - | The response status code.