:doc:`IoTSiteWise <../../iotsitewise>` / Client / update_project

**************
update_project
**************



.. py:method:: IoTSiteWise.Client.update_project(**kwargs)

  

  Updates an IoT SiteWise Monitor project.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotsitewise-2019-12-02/UpdateProject>`_  


  **Request Syntax**
  ::

    response = client.update_project(
        projectId='string',
        projectName='string',
        projectDescription='string',
        clientToken='string'
    )
    
  :type projectId: string
  :param projectId: **[REQUIRED]** 

    The ID of the project to update.

    

  
  :type projectName: string
  :param projectName: **[REQUIRED]** 

    A new friendly name for the project.

    

  
  :type projectDescription: string
  :param projectDescription: 

    A new description for the project.

    

  
  :type clientToken: string
  :param clientToken: 

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

    This field is autopopulated if not provided.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTSiteWise.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`IoTSiteWise.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTSiteWise.Client.exceptions.InternalFailureException`

  
  *   :py:class:`IoTSiteWise.Client.exceptions.ThrottlingException`

  