| 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.Route53.UpdateTrafficPolicyComment
Description
Updates the comment for a specified traffic policy version.
To update the comment, send a POST request to the
'/Route 53 API version/trafficpolicy/' resource.
The request body must include a document with an
UpdateTrafficPolicyCommentRequest element.
- updateTrafficPolicyComment :: Text -> Natural -> Text -> UpdateTrafficPolicyComment
- data UpdateTrafficPolicyComment
- utpcId :: Lens' UpdateTrafficPolicyComment Text
- utpcVersion :: Lens' UpdateTrafficPolicyComment Natural
- utpcComment :: Lens' UpdateTrafficPolicyComment Text
- updateTrafficPolicyCommentResponse :: Int -> TrafficPolicy -> UpdateTrafficPolicyCommentResponse
- data UpdateTrafficPolicyCommentResponse
- utpcrsResponseStatus :: Lens' UpdateTrafficPolicyCommentResponse Int
- utpcrsTrafficPolicy :: Lens' UpdateTrafficPolicyCommentResponse TrafficPolicy
Creating a Request
updateTrafficPolicyComment Source #
Arguments
| :: Text | |
| -> Natural | |
| -> Text | |
| -> UpdateTrafficPolicyComment |
Creates a value of UpdateTrafficPolicyComment with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateTrafficPolicyComment Source #
A complex type that contains information about the traffic policy for which you want to update the comment.
See: updateTrafficPolicyComment smart constructor.
Instances
Request Lenses
utpcId :: Lens' UpdateTrafficPolicyComment Text Source #
The value of Id for the traffic policy for which you want to update
the comment.
utpcVersion :: Lens' UpdateTrafficPolicyComment Natural Source #
The value of Version for the traffic policy for which you want to
update the comment.
utpcComment :: Lens' UpdateTrafficPolicyComment Text Source #
The new comment for the specified traffic policy and version.
Destructuring the Response
updateTrafficPolicyCommentResponse Source #
Arguments
| :: Int | |
| -> TrafficPolicy | |
| -> UpdateTrafficPolicyCommentResponse |
Creates a value of UpdateTrafficPolicyCommentResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateTrafficPolicyCommentResponse Source #
A complex type that contains the response information for the traffic policy.
See: updateTrafficPolicyCommentResponse smart constructor.
Instances
Response Lenses
utpcrsResponseStatus :: Lens' UpdateTrafficPolicyCommentResponse Int Source #
The response status code.
utpcrsTrafficPolicy :: Lens' UpdateTrafficPolicyCommentResponse TrafficPolicy Source #
A complex type that contains settings for the specified traffic policy.