IoTSiteWise / Client / update_project

update_project

IoTSiteWise.Client.update_project(**kwargs)

Warning

The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.

Updates an IoT SiteWise Monitor project.

See also: AWS API Documentation

Request Syntax

response = client.update_project(
    projectId='string',
    projectName='string',
    projectDescription='string',
    clientToken='string'
)
Parameters:
  • projectId (string) –

    [REQUIRED]

    The ID of the project to update.

  • projectName (string) –

    [REQUIRED]

    A new friendly name for the project.

  • projectDescription (string) – A new description for the project.

  • clientToken (string) –

    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.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoTSiteWise.Client.exceptions.InvalidRequestException

  • IoTSiteWise.Client.exceptions.ResourceNotFoundException

  • IoTSiteWise.Client.exceptions.InternalFailureException

  • IoTSiteWise.Client.exceptions.ThrottlingException