| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ApplicationInsights.DescribeApplication
Description
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.
Constructors
| DescribeApplication' | |
Fields
| |
Instances
newDescribeApplication Source #
Arguments
| :: Text | |
| -> DescribeApplication |
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:
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.
Constructors
| DescribeApplicationResponse' | |
Fields
| |
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.