Skip to content

ListDiscoveredDevices

Source: src/AWS/IoTManagedIntegrations/ListDiscoveredDevices.ts

Runtime binding for iotmanagedintegrations:ListDiscoveredDevices (account-level).

Lists the devices found by a discovery scan, including the managed thing id assigned to each already-onboarded device. Provide the implementation with Effect.provide(AWS.IoTManagedIntegrations.ListDiscoveredDevicesHttp).

const listDiscovered = yield* IoTManagedIntegrations.ListDiscoveredDevices();
const { Items } = yield* listDiscovered({ Identifier: discoveryId });