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

PutLifecycleEventHookExecutionStatusInput

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

§Properties

§
deploymentId?: string | null
[src]

The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.

§
lifecycleEventHookExecutionId?: string | null
[src]

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

§

The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded and Failed can be passed successfully in your API call.