Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_devices

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'
        },
    ]
)
Parameters
  • DeviceFleetName (string) --

    [REQUIRED]

    The name of the fleet the devices belong to.

  • Devices (list) --

    [REQUIRED]

    List of devices to register with Edge Manager agent.

    • (dict) --

      Information of a particular device.

      • DeviceName (string) -- [REQUIRED]

        The name of the device.

      • Description (string) --

        Description of the device.

      • IotThingName (string) --

        Amazon Web Services Internet of Things (IoT) object name.

Returns

None