update_devices
(**kwargs)¶Updates one or more devices in a fleet.
See also: AWS API Documentation
Request Syntax
response = client.update_devices(
DeviceFleetName='string',
Devices=[
{
'DeviceName': 'string',
'Description': 'string',
'IotThingName': 'string'
},
]
)
[REQUIRED]
The name of the fleet the devices belong to.
[REQUIRED]
List of devices to register with Edge Manager agent.
Information of a particular device.
The name of the device.
Description of the device.
Amazon Web Services Internet of Things (IoT) object name.
None