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

Operation

import type { Operation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface Operation {
createdAt?: Date | number | null;
errorCode?: string | null;
errorDetails?: string | null;
id?: string | null;
isTerminal?: boolean | null;
location?: ResourceLocation | null;
operationDetails?: string | null;
operationType?: OperationType | null;
resourceName?: string | null;
resourceType?: ResourceType | null;
status?: OperationStatus | null;
statusChangedAt?: Date | number | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
errorCode?: string | null
[src]
§
errorDetails?: string | null
[src]
§
id?: string | null
[src]
§
isTerminal?: boolean | null
[src]
§
location?: ResourceLocation | null
[src]
§
operationDetails?: string | null
[src]
§
operationType?: OperationType | null
[src]
§
resourceName?: string | null
[src]
§
resourceType?: ResourceType | null
[src]
§
status?: OperationStatus | null
[src]
§
statusChangedAt?: Date | number | null
[src]