| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GreengrassV2.DeleteCoreDevice
Description
Deletes a Greengrass core device, which is an IoT thing. This operation removes the core device from the list of core devices. This operation doesn't delete the IoT thing. For more information about how to delete the IoT thing, see DeleteThing in the IoT API Reference.
Creating a Request
data DeleteCoreDevice Source #
See: newDeleteCoreDevice smart constructor.
Constructors
| DeleteCoreDevice' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteCoreDevice |
Create a value of DeleteCoreDevice with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteCoreDevice, deleteCoreDevice_coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.
Request Lenses
deleteCoreDevice_coreDeviceThingName :: Lens' DeleteCoreDevice Text Source #
The name of the core device. This is also the name of the IoT thing.
Destructuring the Response
data DeleteCoreDeviceResponse Source #
See: newDeleteCoreDeviceResponse smart constructor.
Constructors
| DeleteCoreDeviceResponse' | |
Instances
newDeleteCoreDeviceResponse :: DeleteCoreDeviceResponse Source #
Create a value of DeleteCoreDeviceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.