amazonka-iotwireless-2.0: Amazon IoT Wireless 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.IoTWireless.DeleteDeviceProfile

Description

Deletes a device profile.

Synopsis

Creating a Request

data DeleteDeviceProfile Source #

See: newDeleteDeviceProfile smart constructor.

Constructors

DeleteDeviceProfile' 

Fields

  • id :: Text

    The ID of the resource to delete.

Instances

Instances details
ToHeaders DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

ToPath DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

ToQuery DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

AWSRequest DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

Associated Types

type AWSResponse DeleteDeviceProfile #

Generic DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

Associated Types

type Rep DeleteDeviceProfile :: Type -> Type #

Read DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

Show DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

NFData DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

Methods

rnf :: DeleteDeviceProfile -> () #

Eq DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

Hashable DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

type AWSResponse DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

type Rep DeleteDeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

type Rep DeleteDeviceProfile = D1 ('MetaData "DeleteDeviceProfile" "Amazonka.IoTWireless.DeleteDeviceProfile" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "DeleteDeviceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDeviceProfile Source #

Create a value of DeleteDeviceProfile 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:

DeleteDeviceProfile, deleteDeviceProfile_id - The ID of the resource to delete.

Request Lenses

deleteDeviceProfile_id :: Lens' DeleteDeviceProfile Text Source #

The ID of the resource to delete.

Destructuring the Response

data DeleteDeviceProfileResponse Source #

See: newDeleteDeviceProfileResponse smart constructor.

Constructors

DeleteDeviceProfileResponse' 

Fields

Instances

Instances details
Generic DeleteDeviceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

Associated Types

type Rep DeleteDeviceProfileResponse :: Type -> Type #

Read DeleteDeviceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

Show DeleteDeviceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

NFData DeleteDeviceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

Eq DeleteDeviceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

type Rep DeleteDeviceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteDeviceProfile

type Rep DeleteDeviceProfileResponse = D1 ('MetaData "DeleteDeviceProfileResponse" "Amazonka.IoTWireless.DeleteDeviceProfile" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "DeleteDeviceProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDeviceProfileResponse Source #

Create a value of DeleteDeviceProfileResponse 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:httpStatus:DeleteDeviceProfileResponse', deleteDeviceProfileResponse_httpStatus - The response's http status code.

Response Lenses