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 existing tags from the specified pipeline.
Synopsis
- data RemoveTags = RemoveTags' {
- pipelineId :: Text
- tagKeys :: [Text]
- newRemoveTags :: Text -> RemoveTags
- removeTags_pipelineId :: 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 #
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:pipelineId:RemoveTags'
, removeTags_pipelineId
- The ID of the pipeline.
$sel:tagKeys:RemoveTags'
, removeTags_tagKeys
- The keys of the tags to remove.
Request Lenses
removeTags_pipelineId :: Lens' RemoveTags Text Source #
The ID of the pipeline.
removeTags_tagKeys :: Lens' RemoveTags [Text] Source #
The keys of the tags 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.