Skip to content

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).

const getDiscovery = yield* IoTManagedIntegrations.GetDeviceDiscovery();
const { Status } = yield* getDiscovery({ Identifier: discoveryId });