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-16vtt531a2w0.deno.dev/v0.2/services/servicediscovery.ts";
interface Operation {
CreateDate?: Date | number | null;
ErrorCode?: string | null;
ErrorMessage?: string | null;
Id?: string | null;
Status?: OperationStatus | null;
Targets?: [key in OperationTargetType]: string | null | undefined | null;
Type?: OperationType | null;
UpdateDate?: Date | number | null;
}

§Properties

§
CreateDate?: Date | number | null
[src]
§
ErrorCode?: string | null
[src]
§
ErrorMessage?: string | null
[src]
§
Id?: string | null
[src]
§
Status?: OperationStatus | null
[src]
§
Targets?: [key in OperationTargetType]: string | null | undefined | null
[src]
§
Type?: OperationType | null
[src]
§
UpdateDate?: Date | number | null
[src]