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

RejectDomainTransferFromAnotherAwsAccountResponse

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

The RejectDomainTransferFromAnotherAwsAccount response includes the following element.

interface RejectDomainTransferFromAnotherAwsAccountResponse {
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 rejected, the value is no longer valid, and you can't use GetOperationDetail to query the operation status.