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-gyr5wj9zj0fg.deno.dev/v0.2/services/es.ts";
interface OptionStatus {
CreationDate: Date | number;
PendingDeletion?: boolean | null;
State: OptionState;
UpdateDate: Date | number;
UpdateVersion?: number | null;
}

§Properties

§
CreationDate: Date | number
[src]
§
PendingDeletion?: boolean | null
[src]
§
UpdateDate: Date | number
[src]
§
UpdateVersion?: number | null
[src]