Skip to content

ListDecoderManifestSignals

Source: src/AWS/IoTFleetWise/ListDecoderManifestSignals.ts

Runtime binding for the ListDecoderManifestSignals operation (IAM action iotfleetwise:ListDecoderManifestSignals), scoped to one DecoderManifest.

Lists the signal decoders (CAN/OBD/message decoding rules) defined in the bound decoder manifest. Provide the implementation with Effect.provide(AWS.IoTFleetWise.ListDecoderManifestSignalsHttp).

const listDecoderSignals =
yield* IoTFleetWise.ListDecoderManifestSignals(decoder);
const { signalDecoders } = yield* listDecoderSignals();