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

GetDeploymentStatusResponse

import type { GetDeploymentStatusResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface GetDeploymentStatusResponse {
DeploymentStatus?: string | null;
DeploymentType?: DeploymentType | null;
ErrorDetails?: ErrorDetail[] | null;
ErrorMessage?: string | null;
UpdatedAt?: string | null;
}

§Properties

§
DeploymentStatus?: string | null
[src]

The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.

§
DeploymentType?: DeploymentType | null
[src]

The type of the deployment.

§
ErrorDetails?: ErrorDetail[] | null
[src]

Error details

§
ErrorMessage?: string | null
[src]

Error message

§
UpdatedAt?: string | null
[src]

The time, in milliseconds since the epoch, when the deployment status was updated.