amazonka-greengrassv2-2.0: Amazon IoT Greengrass V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.

Synopsis

Creating a Request

data DeleteCoreDevice Source #

See: newDeleteCoreDevice smart constructor.

Constructors

DeleteCoreDevice' 

Fields

Instances

Instances details
ToHeaders DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

ToPath DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

ToQuery DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

AWSRequest DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Associated Types

type AWSResponse DeleteCoreDevice #

Generic DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Associated Types

type Rep DeleteCoreDevice :: Type -> Type #

Read DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Show DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

NFData DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Methods

rnf :: DeleteCoreDevice -> () #

Eq DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Hashable DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

type AWSResponse DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

type Rep DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

type Rep DeleteCoreDevice = D1 ('MetaData "DeleteCoreDevice" "Amazonka.GreengrassV2.DeleteCoreDevice" "amazonka-greengrassv2-2.0-CXiJQl197i43YI1Cz5IpiZ" 'False) (C1 ('MetaCons "DeleteCoreDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coreDeviceThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCoreDevice Source #

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.

Instances

Instances details
Generic DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Associated Types

type Rep DeleteCoreDeviceResponse :: Type -> Type #

Read DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Show DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

NFData DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Eq DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

type Rep DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

type Rep DeleteCoreDeviceResponse = D1 ('MetaData "DeleteCoreDeviceResponse" "Amazonka.GreengrassV2.DeleteCoreDevice" "amazonka-greengrassv2-2.0-CXiJQl197i43YI1Cz5IpiZ" 'False) (C1 ('MetaCons "DeleteCoreDeviceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteCoreDeviceResponse :: DeleteCoreDeviceResponse Source #

Create a value of DeleteCoreDeviceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.