WorkSpacesThinClient / Client / update_software_set
update_software_set#
- WorkSpacesThinClient.Client.update_software_set(**kwargs)#
- Updates a software set. - See also: AWS API Documentation - Request Syntax- response = client.update_software_set( id='string', validationStatus='VALIDATED'|'NOT_VALIDATED' ) - Parameters:
- id (string) – - [REQUIRED] - The ID of the software set to update. 
- validationStatus (string) – - [REQUIRED] - An option to define if the software set has been validated. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- WorkSpacesThinClient.Client.exceptions.ValidationException
- WorkSpacesThinClient.Client.exceptions.AccessDeniedException
- WorkSpacesThinClient.Client.exceptions.ResourceNotFoundException
- WorkSpacesThinClient.Client.exceptions.ThrottlingException
- WorkSpacesThinClient.Client.exceptions.InternalServerException