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

***********
push_domain
***********



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

  

  Moves a domain from Amazon Web Services to another registrar.

   

  Supported actions:

   

  
  * Changes the IPS tags of a .uk domain, and pushes it to transit. Transit means that the domain is ready to be transferred to another registrar.
  

  

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


  **Request Syntax**
  ::

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

    Name of the domain.

    

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

    New IPS tag for the domain.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Route53Domains.Client.exceptions.InvalidInput`

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

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

  