:doc:`WorkSpacesThinClient <../../workspaces-thin-client>` / Client / update_software_set

*******************
update_software_set
*******************



.. py:method:: WorkSpacesThinClient.Client.update_software_set(**kwargs)

  

  Updates a software set.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-thin-client-2023-08-22/UpdateSoftwareSet>`_  


  **Request Syntax**
  ::

    response = client.update_software_set(
        id='string',
        validationStatus='VALIDATED'|'NOT_VALIDATED'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The ID of the software set to update.

    

  
  :type validationStatus: string
  :param validationStatus: **[REQUIRED]** 

    An option to define if the software set has been validated.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.ValidationException`

  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.ThrottlingException`

  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.InternalServerException`

  