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

OptionStatus

import type { OptionStatus } from "https://aws-api.deno.dev/v0.3/services/es.ts?docs=full";

Provides the current status of the entity.

interface OptionStatus {
CreationDate: Date | number;
PendingDeletion?: boolean | null;
State: OptionState;
UpdateDate: Date | number;
UpdateVersion?: number | null;
}

§Properties

§
CreationDate: Date | number
[src]

Timestamp which tells the creation date for the entity.

§
PendingDeletion?: boolean | null
[src]

Indicates whether the Elasticsearch domain is being deleted.

§

Provides the OptionState for the Elasticsearch domain.

§
UpdateDate: Date | number
[src]

Timestamp which tells the last updated time for the entity.

§
UpdateVersion?: number | null
[src]

Specifies the latest version for the entity.