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

GetOperationDetailResponse

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

The GetOperationDetail response includes the following elements.

interface GetOperationDetailResponse {
DomainName?: string | null;
LastUpdatedDate?: Date | number | null;
Message?: string | null;
OperationId?: string | null;
Status?: OperationStatus | null;
StatusFlag?: StatusFlag | null;
SubmittedDate?: Date | number | null;
Type?: OperationType | null;
}

§Properties

§
DomainName?: string | null
[src]

The name of a domain.

§
LastUpdatedDate?: Date | number | null
[src]

The date when the operation was last updated.

§
Message?: string | null
[src]

Detailed information on the status including possible errors.

§
OperationId?: string | null
[src]

The identifier for the operation.

§
Status?: OperationStatus | null
[src]

The current status of the requested operation in the system.

§
StatusFlag?: StatusFlag | null
[src]

Lists any outstanding operations that require customer action. Valid values are:

  • PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain.
  • PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email.
  • PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.
  • PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
  • PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
§
SubmittedDate?: Date | number | null
[src]

The date when the request was submitted.

§
Type?: OperationType | null
[src]

The type of operation that was requested.