GetDeviceDiscovery
Source:
src/AWS/IoTManagedIntegrations/GetDeviceDiscovery.ts
Runtime binding for iotmanagedintegrations:GetDeviceDiscovery
(account-level).
Reads the status of a discovery scan started with
StartDeviceDiscovery. Provide the implementation with
Effect.provide(AWS.IoTManagedIntegrations.GetDeviceDiscoveryHttp).
Discovering Devices
Section titled “Discovering Devices”const getDiscovery = yield* IoTManagedIntegrations.GetDeviceDiscovery();
const { Status } = yield* getDiscovery({ Identifier: discoveryId });