IoTFleetWise / Client / update_fleet
update_fleet#
- IoTFleetWise.Client.update_fleet(**kwargs)#
Updates the description of an existing fleet.
See also: AWS API Documentation
Request Syntax
response = client.update_fleet( fleetId='string', description='string' )
- Parameters:
fleetId (string) –
[REQUIRED]
The ID of the fleet to update.
description (string) – An updated description of the fleet.
- Return type:
dict
- Returns:
Response Syntax
{ 'id': 'string', 'arn': 'string' }
Response Structure
(dict) –
id (string) –
The ID of the updated fleet.
arn (string) –
The Amazon Resource Name (ARN) of the updated fleet.
Exceptions