Skip to content

ListModelManifestNodes

Source: src/AWS/IoTFleetWise/ListModelManifestNodes.ts

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

Lists the signal nodes referenced by the bound vehicle model. Provide the implementation with Effect.provide(AWS.IoTFleetWise.ListModelManifestNodesHttp).

const listModelManifestNodes =
yield* IoTFleetWise.ListModelManifestNodes(model);
const { nodes } = yield* listModelManifestNodes();