DeleteCoreDevice
Source:
src/AWS/GreengrassV2/DeleteCoreDevice.ts
Runtime binding for greengrass:DeleteCoreDevice.
Deregisters a core device from IoT Greengrass (the backing IoT thing is
untouched) — the fleet-decommissioning primitive for automation that
retires devices. The caller supplies the core device thing name at
runtime. Provide the implementation with
Effect.provide(AWS.GreengrassV2.DeleteCoreDeviceHttp).
Managing Core Devices
Section titled “Managing Core Devices”// init — account-level binding, no resource argumentconst deleteCoreDevice = yield* AWS.GreengrassV2.DeleteCoreDevice();
// runtimeyield* deleteCoreDevice({ coreDeviceThingName: "RetiredCore" });