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

CreateDecoderManifestRequest

import type { CreateDecoderManifestRequest } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface CreateDecoderManifestRequest {
description?: string | null;
modelManifestArn: string;
name: string;
networkInterfaces?: NetworkInterface[] | null;
signalDecoders?: SignalDecoder[] | null;
tags?: Tag[] | null;
}

§Properties

§
description?: string | null
[src]

A brief description of the decoder manifest.

§
modelManifestArn: string
[src]

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

§
name: string
[src]

The unique name of the decoder manifest to create.

§
networkInterfaces?: NetworkInterface[] | null
[src]

A list of information about available network interfaces.

§
signalDecoders?: SignalDecoder[] | null
[src]

A list of information about signal decoders.

§
tags?: Tag[] | null
[src]

Metadata that can be used to manage the decoder manifest.