Copyright | (c) 2013-2021 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 |
Removes one or more tags from the specified load balancer.
Synopsis
- data RemoveTags = RemoveTags' {
- loadBalancerNames :: [Text]
- tags :: NonEmpty TagKeyOnly
- newRemoveTags :: NonEmpty TagKeyOnly -> RemoveTags
- removeTags_loadBalancerNames :: Lens' RemoveTags [Text]
- removeTags_tags :: Lens' RemoveTags (NonEmpty TagKeyOnly)
- data RemoveTagsResponse = RemoveTagsResponse' {
- httpStatus :: Int
- newRemoveTagsResponse :: Int -> RemoveTagsResponse
- removeTagsResponse_httpStatus :: Lens' RemoveTagsResponse Int
Creating a Request
data RemoveTags Source #
Contains the parameters for RemoveTags.
See: newRemoveTags
smart constructor.
RemoveTags' | |
|
Instances
Create a value of RemoveTags
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:loadBalancerNames:RemoveTags'
, removeTags_loadBalancerNames
- The name of the load balancer. You can specify a maximum of one load
balancer name.
$sel:tags:RemoveTags'
, removeTags_tags
- The list of tag keys to remove.
Request Lenses
removeTags_loadBalancerNames :: Lens' RemoveTags [Text] Source #
The name of the load balancer. You can specify a maximum of one load balancer name.
removeTags_tags :: Lens' RemoveTags (NonEmpty TagKeyOnly) Source #
The list of tag keys to remove.
Destructuring the Response
data RemoveTagsResponse Source #
Contains the output of RemoveTags.
See: newRemoveTagsResponse
smart constructor.
RemoveTagsResponse' | |
|
Instances
newRemoveTagsResponse Source #
Create a value of RemoveTagsResponse
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:httpStatus:RemoveTagsResponse'
, removeTagsResponse_httpStatus
- The response's http status code.
Response Lenses
removeTagsResponse_httpStatus :: Lens' RemoveTagsResponse Int Source #
The response's http status code.