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

PutLifecycleEventHookExecutionStatusOutput

import type { PutLifecycleEventHookExecutionStatusOutput } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";
interface PutLifecycleEventHookExecutionStatusOutput {
lifecycleEventHookExecutionId?: string | null;
}

§Properties

§
lifecycleEventHookExecutionId?: string | null
[src]

The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment's AppSpec file.