:doc:`SageMaker <../../sagemaker>` / Client / update_devices

**************
update_devices
**************



.. py:method:: SageMaker.Client.update_devices(**kwargs)

  

  Updates one or more devices in a fleet.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDevices>`_  


  **Request Syntax**
  ::

    response = client.update_devices(
        DeviceFleetName='string',
        Devices=[
            {
                'DeviceName': 'string',
                'Description': 'string',
                'IotThingName': 'string'
            },
        ]
    )
    
  :type DeviceFleetName: string
  :param DeviceFleetName: **[REQUIRED]** 

    The name of the fleet the devices belong to.

    

  
  :type Devices: list
  :param Devices: **[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