| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.ELBv2.DescribeTargetHealth
Description
Describes the health of the specified targets or all of your targets.
Synopsis
- describeTargetHealth :: Text -> DescribeTargetHealth
- data DescribeTargetHealth
- dthTargets :: Lens' DescribeTargetHealth [TargetDescription]
- dthTargetGroupARN :: Lens' DescribeTargetHealth Text
- describeTargetHealthResponse :: Int -> DescribeTargetHealthResponse
- data DescribeTargetHealthResponse
- dthrsTargetHealthDescriptions :: Lens' DescribeTargetHealthResponse [TargetHealthDescription]
- dthrsResponseStatus :: Lens' DescribeTargetHealthResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeTargetHealth |
Creates a value of DescribeTargetHealth with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dthTargets- The targets.dthTargetGroupARN- The Amazon Resource Name (ARN) of the target group.
data DescribeTargetHealth Source #
See: describeTargetHealth smart constructor.
Instances
Request Lenses
dthTargets :: Lens' DescribeTargetHealth [TargetDescription] Source #
The targets.
dthTargetGroupARN :: Lens' DescribeTargetHealth Text Source #
The Amazon Resource Name (ARN) of the target group.
Destructuring the Response
describeTargetHealthResponse Source #
Arguments
| :: Int | |
| -> DescribeTargetHealthResponse |
Creates a value of DescribeTargetHealthResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dthrsTargetHealthDescriptions- Information about the health of the targets.dthrsResponseStatus- -- | The response status code.
data DescribeTargetHealthResponse Source #
See: describeTargetHealthResponse smart constructor.
Instances
Response Lenses
dthrsTargetHealthDescriptions :: Lens' DescribeTargetHealthResponse [TargetHealthDescription] Source #
Information about the health of the targets.
dthrsResponseStatus :: Lens' DescribeTargetHealthResponse Int Source #
- - | The response status code.