

# PushDomain
<a name="API_domains_PushDomain"></a>

 Moves a domain from Amazon 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.

## Request Syntax
<a name="API_domains_PushDomain_RequestSyntax"></a>

```
{
   "DomainName": "string",
   "Target": "string"
}
```

## Request Parameters
<a name="API_domains_PushDomain_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [DomainName](#API_domains_PushDomain_RequestSyntax) **   <a name="Route53Domains-domains_PushDomain-request-DomainName"></a>
 Name of the domain.   
Type: String  
Length Constraints: Maximum length of 255.  
Required: Yes

 ** [Target](#API_domains_PushDomain_RequestSyntax) **   <a name="Route53Domains-domains_PushDomain-request-Target"></a>
 New IPS tag for the domain.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: Yes

## Response Elements
<a name="API_domains_PushDomain_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_domains_PushDomain_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** InvalidInput **   
The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For `AcceptDomainTransferFromAnotherAwsAccount`, the password might be invalid.    
 ** message **   
The requested item is not acceptable. For example, for an OperationId it might refer to the ID of an operation that is already completed. For a domain name, it might not be a valid domain name or belong to the requester account.
HTTP Status Code: 400

 ** OperationLimitExceeded **   
The number of operations or jobs running exceeded the allowed threshold for the account.    
 ** message **   
The number of operations or jobs running exceeded the allowed threshold for the account.
HTTP Status Code: 400

 ** UnsupportedTLD **   
Amazon Route 53 does not support this top-level domain (TLD).    
 ** message **   
Amazon Route 53 does not support this top-level domain (TLD).
HTTP Status Code: 400

## See Also
<a name="API_domains_PushDomain_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon Command Line Interface V2](https://docs.amazonaws.cn/goto/cli2/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for .NET V4](https://docs.amazonaws.cn/goto/DotNetSDKV4/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for Go v2](https://docs.amazonaws.cn/goto/SdkForGoV2/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for JavaScript V3](https://docs.amazonaws.cn/goto/SdkForJavaScriptV3/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for Kotlin](https://docs.amazonaws.cn/goto/SdkForKotlin/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for PHP V3](https://docs.amazonaws.cn/goto/SdkForPHPV3/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for Python](https://docs.amazonaws.cn/goto/boto3/route53domains-2014-05-15/PushDomain) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/route53domains-2014-05-15/PushDomain) 