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

UpdateDeploymentResponse

import type { UpdateDeploymentResponse } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface UpdateDeploymentResponse {
AutoDeployed?: boolean | null;
CreatedDate?: Date | number | null;
DeploymentId?: string | null;
DeploymentStatus?: DeploymentStatus | null;
DeploymentStatusMessage?: string | null;
Description?: string | null;
}

§Properties

§
AutoDeployed?: boolean | null
[src]

Specifies whether a deployment was automatically released.

§
CreatedDate?: Date | number | null
[src]

The date and time when the Deployment resource was created.

§
DeploymentId?: string | null
[src]

The identifier for the deployment.

§
DeploymentStatus?: DeploymentStatus | null
[src]

The status of the deployment: PENDING, FAILED, or SUCCEEDED.

§
DeploymentStatusMessage?: string | null
[src]

May contain additional feedback on the status of an API deployment.

§
Description?: string | null
[src]

The description for the deployment.