update_project
(**kwargs)¶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'
)
[REQUIRED]
The ID of the project to update.
[REQUIRED]
A new friendly name for the project.
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.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTSiteWise.Client.exceptions.InvalidRequestException
IoTSiteWise.Client.exceptions.ResourceNotFoundException
IoTSiteWise.Client.exceptions.InternalFailureException
IoTSiteWise.Client.exceptions.ThrottlingException