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

StartBulkDeploymentResponse

import type { StartBulkDeploymentResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface StartBulkDeploymentResponse {
BulkDeploymentArn?: string | null;
BulkDeploymentId?: string | null;
}

§Properties

§
BulkDeploymentArn?: string | null
[src]

The ARN of the bulk deployment.

§
BulkDeploymentId?: string | null
[src]

The ID of the bulk deployment.