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

GetDecoderManifestResponse

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

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the decoder manifest.

§
creationTime: Date | number
[src]

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

§
description?: string | null
[src]

A brief description of the decoder manifest.

§
lastModificationTime: Date | number
[src]

The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

§
modelManifestArn?: string | null
[src]

The ARN of a vehicle model (model manifest) associated with the decoder manifest.

§
name: string
[src]

The name of the decoder manifest.

§
status?: ManifestStatus | null
[src]

The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is marked DRAFT, you can edit the decoder manifest.