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

LambdaTarget

import type { LambdaTarget } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codedeploy.ts";
interface LambdaTarget {
deploymentId?: string | null;
lambdaFunctionInfo?: LambdaFunctionInfo | null;
lastUpdatedAt?: Date | number | null;
lifecycleEvents?: LifecycleEvent[] | null;
status?: TargetStatus | null;
targetArn?: string | null;
targetId?: string | null;
}

§Properties

§
deploymentId?: string | null
[src]
§
lambdaFunctionInfo?: LambdaFunctionInfo | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
lifecycleEvents?: LifecycleEvent[] | null
[src]
§
status?: TargetStatus | null
[src]
§
targetArn?: string | null
[src]
§
targetId?: string | null
[src]