DeadlineCloud / Client / put_metered_product
put_metered_product#
- DeadlineCloud.Client.put_metered_product(**kwargs)#
- Adds a metered product. - See also: AWS API Documentation - Request Syntax- response = client.put_metered_product( licenseEndpointId='string', productId='string' ) - Parameters:
- licenseEndpointId (string) – - [REQUIRED] - The license endpoint ID to add to the metered product. 
- productId (string) – - [REQUIRED] - The product ID to add to the metered product. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- DeadlineCloud.Client.exceptions.AccessDeniedException
- DeadlineCloud.Client.exceptions.InternalServerErrorException
- DeadlineCloud.Client.exceptions.ResourceNotFoundException
- DeadlineCloud.Client.exceptions.ThrottlingException
- DeadlineCloud.Client.exceptions.ValidationException