ListDecoderManifestNetworkInterfaces
Source:
src/AWS/IoTFleetWise/ListDecoderManifestNetworkInterfaces.ts
Runtime binding for the ListDecoderManifestNetworkInterfaces operation
(IAM action iotfleetwise:ListDecoderManifestNetworkInterfaces), scoped
to one DecoderManifest.
Lists the CAN/OBD/Ethernet network interfaces defined in the bound
decoder manifest. Provide the implementation with
Effect.provide(AWS.IoTFleetWise.ListDecoderManifestNetworkInterfacesHttp).
Inspecting Signal Definitions
Section titled “Inspecting Signal Definitions”const listNetworkInterfaces = yield* IoTFleetWise.ListDecoderManifestNetworkInterfaces(decoder);
const { networkInterfaces } = yield* listNetworkInterfaces();