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

GetModelManifestResponse

import type { GetModelManifestResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface GetModelManifestResponse {
arn: string;
creationTime: Date | number;
description?: string | null;
lastModificationTime: Date | number;
name: string;
signalCatalogArn?: string | null;
status?: ManifestStatus | null;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the vehicle model.

§
creationTime: Date | number
[src]

The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).

§
description?: string | null
[src]

A brief description of the vehicle model.

§
lastModificationTime: Date | number
[src]

The last time the vehicle model was modified.

§
name: string
[src]

The name of the vehicle model.

§
signalCatalogArn?: string | null
[src]

The ARN of the signal catalog associated with the vehicle model.

§
status?: ManifestStatus | null
[src]

The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. You can edit the vehicle model if the status is marked DRAFT.