:doc:`WorkSpaces <../../workspaces>` / Client / modify_client_properties

************************
modify_client_properties
************************



.. py:method:: WorkSpaces.Client.modify_client_properties(**kwargs)

  

  Modifies the properties of the specified Amazon WorkSpaces clients.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyClientProperties>`_  


  **Request Syntax**
  ::

    response = client.modify_client_properties(
        ResourceId='string',
        ClientProperties={
            'ReconnectEnabled': 'ENABLED'|'DISABLED',
            'LogUploadEnabled': 'ENABLED'|'DISABLED'
        }
    )
    
  :type ResourceId: string
  :param ResourceId: **[REQUIRED]** 

    The resource identifiers, in the form of directory IDs.

    

  
  :type ClientProperties: dict
  :param ClientProperties: **[REQUIRED]** 

    Information about the Amazon WorkSpaces client.

    

  
    - **ReconnectEnabled** *(string) --* 

      Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

      

    
    - **LogUploadEnabled** *(string) --* 

      Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

      

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

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

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

  
  *   :py:class:`WorkSpaces.Client.exceptions.OperationNotSupportedException`

  