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 |
Describes the attributes for the specified target group.
- describeTargetGroupAttributes :: Text -> DescribeTargetGroupAttributes
- data DescribeTargetGroupAttributes
- dtgaTargetGroupARN :: Lens' DescribeTargetGroupAttributes Text
- describeTargetGroupAttributesResponse :: Int -> DescribeTargetGroupAttributesResponse
- data DescribeTargetGroupAttributesResponse
- dtgarsAttributes :: Lens' DescribeTargetGroupAttributesResponse [TargetGroupAttribute]
- dtgarsResponseStatus :: Lens' DescribeTargetGroupAttributesResponse Int
Creating a Request
describeTargetGroupAttributes Source #
Creates a value of DescribeTargetGroupAttributes
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtgaTargetGroupARN
- The Amazon Resource Name (ARN) of the target group.
data DescribeTargetGroupAttributes Source #
Contains the parameters for DescribeTargetGroupAttributes.
See: describeTargetGroupAttributes
smart constructor.
Request Lenses
dtgaTargetGroupARN :: Lens' DescribeTargetGroupAttributes Text Source #
The Amazon Resource Name (ARN) of the target group.
Destructuring the Response
describeTargetGroupAttributesResponse Source #
Creates a value of DescribeTargetGroupAttributesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtgarsAttributes
- Information about the target group attributesdtgarsResponseStatus
- -- | The response status code.
data DescribeTargetGroupAttributesResponse Source #
Contains the output of DescribeTargetGroupAttributes.
See: describeTargetGroupAttributesResponse
smart constructor.
Response Lenses
dtgarsAttributes :: Lens' DescribeTargetGroupAttributesResponse [TargetGroupAttribute] Source #
Information about the target group attributes
dtgarsResponseStatus :: Lens' DescribeTargetGroupAttributesResponse Int Source #
- - | The response status code.