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;
}