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 tags from a project.
Synopsis
- data UntagProject = UntagProject' {}
- newUntagProject :: Text -> UntagProject
- untagProject_id :: Lens' UntagProject Text
- untagProject_tags :: Lens' UntagProject [Text]
- data UntagProjectResponse = UntagProjectResponse' {
- httpStatus :: Int
- newUntagProjectResponse :: Int -> UntagProjectResponse
- untagProjectResponse_httpStatus :: Lens' UntagProjectResponse Int
Creating a Request
data UntagProject Source #
See: newUntagProject
smart constructor.
Instances
Create a value of UntagProject
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:id:UntagProject'
, untagProject_id
- The ID of the project to remove tags from.
$sel:tags:UntagProject'
, untagProject_tags
- The tags to remove from the project.
Request Lenses
untagProject_id :: Lens' UntagProject Text Source #
The ID of the project to remove tags from.
untagProject_tags :: Lens' UntagProject [Text] Source #
The tags to remove from the project.
Destructuring the Response
data UntagProjectResponse Source #
See: newUntagProjectResponse
smart constructor.
UntagProjectResponse' | |
|
Instances
newUntagProjectResponse Source #
Create a value of UntagProjectResponse
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:UntagProjectResponse'
, untagProjectResponse_httpStatus
- The response's http status code.
Response Lenses
untagProjectResponse_httpStatus :: Lens' UntagProjectResponse Int Source #
The response's http status code.