Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeleteCoreDevice' | |
|
Instances
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:
$sel:coreDeviceThingName: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.
Instances
Eq DeleteCoreDeviceResponse Source # | |
Defined in Amazonka.GreengrassV2.DeleteCoreDevice | |
Read DeleteCoreDeviceResponse Source # | |
Show DeleteCoreDeviceResponse Source # | |
Defined in Amazonka.GreengrassV2.DeleteCoreDevice showsPrec :: Int -> DeleteCoreDeviceResponse -> ShowS # show :: DeleteCoreDeviceResponse -> String # showList :: [DeleteCoreDeviceResponse] -> ShowS # | |
Generic DeleteCoreDeviceResponse Source # | |
Defined in Amazonka.GreengrassV2.DeleteCoreDevice type Rep DeleteCoreDeviceResponse :: Type -> Type # | |
NFData DeleteCoreDeviceResponse Source # | |
Defined in Amazonka.GreengrassV2.DeleteCoreDevice rnf :: DeleteCoreDeviceResponse -> () # | |
type Rep DeleteCoreDeviceResponse Source # | |
Defined in Amazonka.GreengrassV2.DeleteCoreDevice |
newDeleteCoreDeviceResponse :: DeleteCoreDeviceResponse Source #
Create a value of DeleteCoreDeviceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.