:doc:`Route53Domains <../../route53domains>` / Client / disable_domain_auto_renew

*************************
disable_domain_auto_renew
*************************



.. py:method:: Route53Domains.Client.disable_domain_auto_renew(**kwargs)

  

  This operation disables automatic renewal of domain registration for the specified domain.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DisableDomainAutoRenew>`_  


  **Request Syntax**
  ::

    response = client.disable_domain_auto_renew(
        DomainName='string'
    )
    
  :type DomainName: string
  :param DomainName: **[REQUIRED]** 

    The name of the domain that you want to disable automatic renewal for.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Route53Domains.Client.exceptions.InvalidInput`

  
  *   :py:class:`Route53Domains.Client.exceptions.UnsupportedTLD`

  