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.Types.DeviceProfile

Description

 
Synopsis

Documentation

data DeviceProfile Source #

Describes a device profile.

See: newDeviceProfile smart constructor.

Constructors

DeviceProfile' 

Fields

Instances

Instances details
FromJSON DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

Generic DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

Associated Types

type Rep DeviceProfile :: Type -> Type #

Read DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

Show DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

NFData DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

Methods

rnf :: DeviceProfile -> () #

Eq DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

Hashable DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

type Rep DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

type Rep DeviceProfile = D1 ('MetaData "DeviceProfile" "Amazonka.IoTWireless.Types.DeviceProfile" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "DeviceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeviceProfile :: DeviceProfile Source #

Create a value of DeviceProfile 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:arn:DeviceProfile', deviceProfile_arn - The Amazon Resource Name of the resource.

$sel:id:DeviceProfile', deviceProfile_id - The ID of the device profile.

$sel:name:DeviceProfile', deviceProfile_name - The name of the resource.

deviceProfile_arn :: Lens' DeviceProfile (Maybe Text) Source #

The Amazon Resource Name of the resource.

deviceProfile_id :: Lens' DeviceProfile (Maybe Text) Source #

The ID of the device profile.

deviceProfile_name :: Lens' DeviceProfile (Maybe Text) Source #

The name of the resource.