Copyright | (c) 2013-2021 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 |
Describes the application.
Synopsis
- data DescribeApplication = DescribeApplication' {}
- newDescribeApplication :: Text -> DescribeApplication
- describeApplication_resourceGroupName :: Lens' DescribeApplication Text
- data DescribeApplicationResponse = DescribeApplicationResponse' {}
- newDescribeApplicationResponse :: Int -> DescribeApplicationResponse
- describeApplicationResponse_applicationInfo :: Lens' DescribeApplicationResponse (Maybe ApplicationInfo)
- describeApplicationResponse_httpStatus :: Lens' DescribeApplicationResponse Int
Creating a Request
data DescribeApplication Source #
See: newDescribeApplication
smart constructor.
DescribeApplication' | |
|
Instances
newDescribeApplication Source #
Create a value of DescribeApplication
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceGroupName:DescribeApplication'
, describeApplication_resourceGroupName
- The name of the resource group.
Request Lenses
describeApplication_resourceGroupName :: Lens' DescribeApplication Text Source #
The name of the resource group.
Destructuring the Response
data DescribeApplicationResponse Source #
See: newDescribeApplicationResponse
smart constructor.
DescribeApplicationResponse' | |
|
Instances
newDescribeApplicationResponse Source #
Create a value of DescribeApplicationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationInfo:DescribeApplicationResponse'
, describeApplicationResponse_applicationInfo
- Information about the application.
$sel:httpStatus:DescribeApplicationResponse'
, describeApplicationResponse_httpStatus
- The response's http status code.
Response Lenses
describeApplicationResponse_applicationInfo :: Lens' DescribeApplicationResponse (Maybe ApplicationInfo) Source #
Information about the application.
describeApplicationResponse_httpStatus :: Lens' DescribeApplicationResponse Int Source #
The response's http status code.