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/opensearch.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]

The timestamp of when the entity was created.

§
PendingDeletion?: boolean | null
[src]

Indicates whether the domain is being deleted.

§

Provides the OptionState for the domain.

§
UpdateDate: Date | number
[src]

The timestamp of the last time the entity was updated.

§
UpdateVersion?: number | null
[src]

The latest version of the entity.