| 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.ELBv2.ModifyTargetGroupAttributes
Description
Modifies the specified attributes of the specified target group.
- modifyTargetGroupAttributes :: Text -> ModifyTargetGroupAttributes
- data ModifyTargetGroupAttributes
- mtgaTargetGroupARN :: Lens' ModifyTargetGroupAttributes Text
- mtgaAttributes :: Lens' ModifyTargetGroupAttributes [TargetGroupAttribute]
- modifyTargetGroupAttributesResponse :: Int -> ModifyTargetGroupAttributesResponse
- data ModifyTargetGroupAttributesResponse
- mtgarsAttributes :: Lens' ModifyTargetGroupAttributesResponse [TargetGroupAttribute]
- mtgarsResponseStatus :: Lens' ModifyTargetGroupAttributesResponse Int
Creating a Request
modifyTargetGroupAttributes Source #
Arguments
| :: Text | |
| -> ModifyTargetGroupAttributes |
Creates a value of ModifyTargetGroupAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyTargetGroupAttributes Source #
Contains the parameters for ModifyTargetGroupAttributes.
See: modifyTargetGroupAttributes smart constructor.
Instances
Request Lenses
mtgaTargetGroupARN :: Lens' ModifyTargetGroupAttributes Text Source #
The Amazon Resource Name (ARN) of the target group.
mtgaAttributes :: Lens' ModifyTargetGroupAttributes [TargetGroupAttribute] Source #
The attributes.
Destructuring the Response
modifyTargetGroupAttributesResponse Source #
Arguments
| :: Int | |
| -> ModifyTargetGroupAttributesResponse |
Creates a value of ModifyTargetGroupAttributesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyTargetGroupAttributesResponse Source #
Contains the output of ModifyTargetGroupAttributes.
See: modifyTargetGroupAttributesResponse smart constructor.
Instances
Response Lenses
mtgarsAttributes :: Lens' ModifyTargetGroupAttributesResponse [TargetGroupAttribute] Source #
Information about the attributes.
mtgarsResponseStatus :: Lens' ModifyTargetGroupAttributesResponse Int Source #
The response status code.