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

CreateDeploymentResponse

import type { CreateDeploymentResponse } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface CreateDeploymentResponse {
deploymentId?: string | null;
iotJobArn?: string | null;
iotJobId?: string | null;
}

§Properties

§
deploymentId?: string | null
[src]

The ID of the deployment.

§
iotJobArn?: string | null
[src]

The ARN of the IoT job that applies the deployment to target devices.

§
iotJobId?: string | null
[src]

The ID of the IoT job that applies the deployment to target devices.