| 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.UpdateProject
Description
Updates a project in AWS CodeStar.
- updateProject :: Text -> UpdateProject
- data UpdateProject
- upName :: Lens' UpdateProject (Maybe Text)
- upDescription :: Lens' UpdateProject (Maybe Text)
- upId :: Lens' UpdateProject Text
- updateProjectResponse :: Int -> UpdateProjectResponse
- data UpdateProjectResponse
- uprsResponseStatus :: Lens' UpdateProjectResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdateProject |
Creates a value of UpdateProject with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
upName- The name of the project you want to update.upDescription- The description of the project, if any.upId- The ID of the project you want to update.
data UpdateProject Source #
See: updateProject smart constructor.
Instances
Request Lenses
upDescription :: Lens' UpdateProject (Maybe Text) Source #
The description of the project, if any.
Destructuring the Response
updateProjectResponse Source #
Arguments
| :: Int | |
| -> UpdateProjectResponse |
Creates a value of UpdateProjectResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uprsResponseStatus- -- | The response status code.
data UpdateProjectResponse Source #
See: updateProjectResponse smart constructor.
Response Lenses
uprsResponseStatus :: Lens' UpdateProjectResponse Int Source #
- - | The response status code.