| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.CodeStar.TagProject
Description
Adds tags to a project.
Creating a Request
Arguments
| :: Text | |
| -> TagProject |
Creates a value of TagProject with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TagProject Source #
See: tagProject smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> TagProjectResponse |
Creates a value of TagProjectResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
tprsTags- The tags for the project.tprsResponseStatus- -- | The response status code.
data TagProjectResponse Source #
See: tagProjectResponse smart constructor.
Response Lenses
tprsResponseStatus :: Lens' TagProjectResponse Int Source #
- - | The response status code.