:doc:`GlueDataBrew <../../databrew>` / Client / publish_recipe

**************
publish_recipe
**************



.. py:method:: GlueDataBrew.Client.publish_recipe(**kwargs)

  

  Publishes a new version of a DataBrew recipe.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/PublishRecipe>`_  


  **Request Syntax**
  ::

    response = client.publish_recipe(
        Description='string',
        Name='string'
    )
    
  :type Description: string
  :param Description: 

    A description of the recipe to be published, for this version of the recipe.

    

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

    The name of the recipe to be published.

    

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

    
    ::

      {
          'Name': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        The name of the recipe that you published.

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

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

  
  *   :py:class:`GlueDataBrew.Client.exceptions.ServiceQuotaExceededException`

  