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 |
Describes the application specified by the application ARN.
See: AWS API Reference for DescribeApplication.
- describeApplication :: DescribeApplication
- data DescribeApplication
- daApplicationARN :: Lens' DescribeApplication (Maybe Text)
- describeApplicationResponse :: Int -> DescribeApplicationResponse
- data DescribeApplicationResponse
- darsApplication :: Lens' DescribeApplicationResponse (Maybe Application)
- darsResponseStatus :: Lens' DescribeApplicationResponse Int
Creating a Request
describeApplication :: DescribeApplication Source
Creates a value of DescribeApplication
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeApplication Source
See: describeApplication
smart constructor.
Request Lenses
daApplicationARN :: Lens' DescribeApplication (Maybe Text) Source
The ARN specifying the application that you want to describe.
Destructuring the Response
describeApplicationResponse Source
Creates a value of DescribeApplicationResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeApplicationResponse Source
See: describeApplicationResponse
smart constructor.
Response Lenses
darsApplication :: Lens' DescribeApplicationResponse (Maybe Application) Source
Information about the application.
darsResponseStatus :: Lens' DescribeApplicationResponse Int Source
The response status code.