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.deno.dev/v0.4/services/lightsail.ts?docs=full";

Describes the API operation.

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]

The timestamp when the operation was initialized (e.g., 1479816991.349).

§
errorCode?: string | null
[src]

The error code.

§
errorDetails?: string | null
[src]

The error details.

§
id?: string | null
[src]

The ID of the operation.

§
isTerminal?: boolean | null
[src]

A Boolean value indicating whether the operation is terminal.

§
location?: ResourceLocation | null
[src]

The Amazon Web Services Region and Availability Zone.

§
operationDetails?: string | null
[src]

Details about the operation (e.g., Debian-1GB-Ohio-1).

§
operationType?: OperationType | null
[src]

The type of operation.

§
resourceName?: string | null
[src]

The resource name.

§
resourceType?: ResourceType | null
[src]

The resource type.

§
status?: OperationStatus | null
[src]

The status of the operation.

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

The timestamp when the status was changed (e.g., 1479816991.349).