libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Read DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Show DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Generic DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Associated Types

type Rep DeleteCoreDevice :: Type -> Type #

NFData DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Methods

rnf :: DeleteCoreDevice -> () #

Hashable DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

AWSRequest DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Associated Types

type AWSResponse DeleteCoreDevice #

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

type Rep DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

type Rep DeleteCoreDevice = D1 ('MetaData "DeleteCoreDevice" "Amazonka.GreengrassV2.DeleteCoreDevice" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "DeleteCoreDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coreDeviceThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

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:

$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

Instances details
Eq DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Read DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Show DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Generic DeleteCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DeleteCoreDevice

Associated Types

type Rep DeleteCoreDeviceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" '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.