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
§
Status?: OperationStatus | null
[src]§
Targets?: [key in OperationTargetType]: string | null | undefined | null
[src]§
Type?: OperationType | null
[src]