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

OperationSummary

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

OperationSummary includes the following elements.

interface OperationSummary {
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]

Name of the domain.

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

The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

§
Message?: string | null
[src]

Message about the operation.

§
OperationId?: string | null
[src]

Identifier returned to track the requested action.

§
Status?: OperationStatus | null
[src]

The current status of the requested operation in the system.

§
StatusFlag?: StatusFlag | null
[src]

Automatically checks whether there are no outstanding operations on domains that need customer attention.

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]

Type of the action requested.