update_placement
(**kwargs)¶Updates a placement with the given attributes. To clear an attribute, pass an empty value (i.e., "").
See also: AWS API Documentation
Request Syntax
response = client.update_placement(
placementName='string',
projectName='string',
attributes={
'string': 'string'
}
)
[REQUIRED]
The name of the placement to update.
[REQUIRED]
The name of the project containing the placement to be updated.
The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.
dict
Response Syntax
{}
Response Structure
Exceptions
IoT1ClickProjects.Client.exceptions.InternalFailureException
IoT1ClickProjects.Client.exceptions.InvalidRequestException
IoT1ClickProjects.Client.exceptions.ResourceNotFoundException
IoT1ClickProjects.Client.exceptions.TooManyRequestsException