| Copyright | (c) 2013-2016 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 |
Network.AWS.KinesisAnalytics.DescribeApplication
Description
Returns information about a specific Amazon Kinesis Analytics application.
If you want to retrieve a list of all applications in your account, use the ListApplications operation.
This operation requires permissions to perform the kinesisanalytics:DescribeApplication action. You can use DescribeApplication to get the current application versionId, which you need to call other operations such as Update .
- describeApplication :: Text -> DescribeApplication
- data DescribeApplication
- daApplicationName :: Lens' DescribeApplication Text
- describeApplicationResponse :: Int -> ApplicationDetail -> DescribeApplicationResponse
- data DescribeApplicationResponse
- darsResponseStatus :: Lens' DescribeApplicationResponse Int
- darsApplicationDetail :: Lens' DescribeApplicationResponse ApplicationDetail
Creating a Request
Arguments
| :: Text | |
| -> DescribeApplication |
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:
daApplicationName- Name of the application.
data DescribeApplication Source #
See: describeApplication smart constructor.
Instances
Request Lenses
daApplicationName :: Lens' DescribeApplication Text Source #
Name of the application.
Destructuring the Response
describeApplicationResponse Source #
Arguments
| :: Int | |
| -> ApplicationDetail | |
| -> DescribeApplicationResponse |
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:
darsResponseStatus- -- | The response status code.darsApplicationDetail- Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
data DescribeApplicationResponse Source #
See: describeApplicationResponse smart constructor.
Instances
Response Lenses
darsResponseStatus :: Lens' DescribeApplicationResponse Int Source #
- - | The response status code.
darsApplicationDetail :: Lens' DescribeApplicationResponse ApplicationDetail Source #
Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.