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

Deployment

import type { Deployment } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";

Information about a deployment.

interface Deployment {
CreatedAt?: string | null;
DeploymentArn?: string | null;
DeploymentId?: string | null;
DeploymentType?: DeploymentType | null;
GroupArn?: string | null;
}

§Properties

§
CreatedAt?: string | null
[src]

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

§
DeploymentArn?: string | null
[src]

The ARN of the deployment.

§
DeploymentId?: string | null
[src]

The ID of the deployment.

§
DeploymentType?: DeploymentType | null
[src]

The type of the deployment.

§
GroupArn?: string | null
[src]

The ARN of the group for this deployment.