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

GetBulkDeploymentStatusResponse

import type { GetBulkDeploymentStatusResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface GetBulkDeploymentStatusResponse {
BulkDeploymentMetrics?: BulkDeploymentMetrics | null;
BulkDeploymentStatus?: BulkDeploymentStatus | null;
CreatedAt?: string | null;
ErrorDetails?: ErrorDetail[] | null;
ErrorMessage?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
BulkDeploymentMetrics?: BulkDeploymentMetrics | null
[src]

Relevant metrics on input records processed during bulk deployment.

§
BulkDeploymentStatus?: BulkDeploymentStatus | null
[src]

The status of the bulk deployment.

§
CreatedAt?: string | null
[src]

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

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

Error details

§
ErrorMessage?: string | null
[src]

Error message

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tag(s) attached to the resource arn.