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 the specified tags from the specified Elastic Load Balancing resources. You can remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.
Synopsis
- data RemoveTags = RemoveTags' {
- resourceArns :: [Text]
- tagKeys :: [Text]
- newRemoveTags :: RemoveTags
- removeTags_resourceArns :: Lens' RemoveTags [Text]
- removeTags_tagKeys :: Lens' RemoveTags [Text]
- data RemoveTagsResponse = RemoveTagsResponse' {
- httpStatus :: Int
- newRemoveTagsResponse :: Int -> RemoveTagsResponse
- removeTagsResponse_httpStatus :: Lens' RemoveTagsResponse Int
Creating a Request
data RemoveTags Source #
See: newRemoveTags
smart constructor.
RemoveTags' | |
|
Instances
newRemoveTags :: RemoveTags Source #
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:resourceArns:RemoveTags'
, removeTags_resourceArns
- The Amazon Resource Name (ARN) of the resource.
$sel:tagKeys:RemoveTags'
, removeTags_tagKeys
- The tag keys for the tags to remove.
Request Lenses
removeTags_resourceArns :: Lens' RemoveTags [Text] Source #
The Amazon Resource Name (ARN) of the resource.
removeTags_tagKeys :: Lens' RemoveTags [Text] Source #
The tag keys for the tags to remove.
Destructuring the Response
data RemoveTagsResponse Source #
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.