v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434161161.5 KB

This operation returns the current status of an operation that is not completed.

post/#X-Amz-Target=Route53Domains_v20140515.GetOperationDetail

Headers

X-Amz-Target'Route53Domains_v20140515.GetOperationDetail' required

Request body

OperationIdstring required

The identifier for the operation for which you want to get the status. Route 53 returned the identifier in the response to the original request.

Response

Success

OperationIdstring

The identifier for the operation.

Status'SUBMITTED' | 'IN_PROGRESS' | 'ERROR' | 'SUCCESSFUL' | 'FAILED'

The current status of the requested operation in the system.

Messagestring

Detailed information on the status including possible errors.

DomainNamestring

The name of a domain.

Type'REGISTER_DOMAIN' | 'DELETE_DOMAIN' | 'TRANSFER_IN_DOMAIN' | 'UPDATE_DOMAIN_CONTACT' | 'UPDATE_NAMESERVER' | 'CHANGE_PRIVACY_PROTECTION' | 'DOMAIN_LOCK' | 'ENABLE_AUTORENEW' | 'DISABLE_AUTORENEW' | 'ADD_DNSSEC' | 'REMOVE_DNSSEC' | 'EXPIRE_DOMAIN' | 'TRANSFER_OUT_DOMAIN' | 'CHANGE_DOMAIN_OWNER' | 'RENEW_DOMAIN' | 'PUSH_DOMAIN' | 'INTERNAL_TRANSFER_OUT_DOMAIN' | 'INTERNAL_TRANSFER_IN_DOMAIN'

The type of operation that was requested.

SubmittedDatestring date-time

The date when the request was submitted.

LastUpdatedDatestring date-time

The date when the operation was last updated.

StatusFlag'PENDING_ACCEPTANCE' | 'PENDING_CUSTOMER_ACTION' | 'PENDING_AUTHORIZATION' | 'PENDING_PAYMENT_VERIFICATION' | 'PENDING_SUPPORT_CASE'
<p> Lists any outstanding operations that require customer action. Valid values are:</p> <ul> <li> <p> <code>PENDING_ACCEPTANCE</code>: The operation is waiting for acceptance from the account that is receiving the domain.</p> </li> <li> <p> <code>PENDING_CUSTOMER_ACTION</code>: The operation is waiting for customer action, for example, returning an email.</p> </li> <li> <p> <code>PENDING_AUTHORIZATION</code>: The operation is waiting for the form of authorization. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ResendOperationAuthorization.html">ResendOperationAuthorization</a>.</p> </li> <li> <p> <code>PENDING_PAYMENT_VERIFICATION</code>: The operation is waiting for the payment method to validate.</p> </li> <li> <p> <code>PENDING_SUPPORT_CASE</code>: The operation includes a support case and is waiting for its resolution.</p> </li> </ul>