:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / put_hub_configuration

*********************
put_hub_configuration
*********************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.put_hub_configuration(**kwargs)

  

  Update a hub configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/PutHubConfiguration>`_  


  **Request Syntax**
  ::

    response = client.put_hub_configuration(
        HubTokenTimerExpirySettingInSeconds=123
    )
    
  :type HubTokenTimerExpirySettingInSeconds: integer
  :param HubTokenTimerExpirySettingInSeconds: **[REQUIRED]** 

    A user-defined integer value that represents the hub token timer expiry setting in seconds.

    

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

    
    ::

      {
          'HubTokenTimerExpirySettingInSeconds': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **HubTokenTimerExpirySettingInSeconds** *(integer) --* 

        A user-defined integer value that represents the hub token timer expiry setting in seconds.

        
  
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException`

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

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

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException`

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

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

  