:doc:`DeadlineCloud <../../deadline>` / Client / put_metered_product

*******************
put_metered_product
*******************



.. py:method:: DeadlineCloud.Client.put_metered_product(**kwargs)

  

  Adds a metered product.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/PutMeteredProduct>`_  


  **Request Syntax**
  ::

    response = client.put_metered_product(
        licenseEndpointId='string',
        productId='string'
    )
    
  :type licenseEndpointId: string
  :param licenseEndpointId: **[REQUIRED]** 

    The license endpoint ID to add to the metered product.

    

  
  :type productId: string
  :param productId: **[REQUIRED]** 

    The product ID to add to the metered product.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ValidationException`

  