ManagedintegrationsforIoTDeviceManagement / Client / put_hub_configuration
put_hub_configuration¶
- ManagedintegrationsforIoTDeviceManagement.Client.put_hub_configuration(**kwargs)¶
- Update a hub configuration. - See also: AWS API Documentation - Request Syntax- response = client.put_hub_configuration( HubTokenTimerExpirySettingInSeconds=123 ) - Parameters:
- HubTokenTimerExpirySettingInSeconds (integer) – - [REQUIRED] - A user-defined integer value that represents the hub token timer expiry setting in seconds. 
- Return type:
- 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- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException