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

OperationSummary

import type { OperationSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apprunner.ts";
interface OperationSummary {
EndedAt?: Date | number | null;
Id?: string | null;
StartedAt?: Date | number | null;
Status?: OperationStatus | null;
TargetArn?: string | null;
Type?: OperationType | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
EndedAt?: Date | number | null
[src]
§
Id?: string | null
[src]
§
StartedAt?: Date | number | null
[src]
§
Status?: OperationStatus | null
[src]
§
TargetArn?: string | null
[src]
§
Type?: OperationType | null
[src]
§
UpdatedAt?: Date | number | null
[src]