update_project

CodeStar.Client.update_project(**kwargs)

Updates a project in AWS CodeStar.

See also: AWS API Documentation

Request Syntax

response = client.update_project(
    id='string',
    name='string',
    description='string'
)
Parameters
  • id (string) --

    [REQUIRED]

    The ID of the project you want to update.

  • name (string) -- The name of the project you want to update.
  • description (string) -- The description of the project, if any.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • CodeStar.Client.exceptions.ProjectNotFoundException
  • CodeStar.Client.exceptions.ValidationException