Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CancelDomainTransferToAnotherAwsAccountResponse

import type { CancelDomainTransferToAnotherAwsAccountResponse } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

The CancelDomainTransferToAnotherAwsAccount response includes the following element.

interface CancelDomainTransferToAnotherAwsAccountResponse {
OperationId?: string | null;
}

§Properties

§
OperationId?: string | null
[src]

The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was canceled, the value is no longer valid, and you can't use GetOperationDetail to query the operation status.