| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeStar.UntagProject
Description
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.
Constructors
| UntagProject' | |
Instances
Arguments
| :: Text | |
| -> UntagProject |
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:
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.
Constructors
| UntagProjectResponse' | |
Fields
| |
Instances
newUntagProjectResponse Source #
Arguments
| :: Int | |
| -> UntagProjectResponse |
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.