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

BulkDeployment

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

Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.

interface BulkDeployment {
BulkDeploymentArn?: string | null;
BulkDeploymentId?: string | null;
CreatedAt?: string | null;
}

§Properties

§
BulkDeploymentArn?: string | null
[src]

The ARN of the bulk deployment.

§
BulkDeploymentId?: string | null
[src]

The ID of the bulk deployment.

§
CreatedAt?: string | null
[src]

The time, in ISO format, when the deployment was created.