Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns the descriptions of existing applications.
See: AWS API Reference for DescribeApplications.
- 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:
data DescribeApplications Source
This documentation target is not reported in the API reference.
See: describeApplications
smart constructor.
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
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:
data DescribeApplicationsResponse Source
Result message containing a list of application descriptions.
See: describeApplicationsResponse
smart constructor.
Response Lenses
darsApplications :: Lens' DescribeApplicationsResponse [ApplicationDescription] Source
This parameter contains a list of ApplicationDescription.
darsResponseStatus :: Lens' DescribeApplicationsResponse Int Source
The response status code.