libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.Types.DeviceProfile

Description

 
Synopsis

Documentation

data DeviceProfile Source #

Describes a device profile.

See: newDeviceProfile smart constructor.

Constructors

DeviceProfile' 

Fields

Instances

Instances details
Eq DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

Read DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

Show 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 #

NFData DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

Methods

rnf :: DeviceProfile -> () #

Hashable DeviceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.DeviceProfile

FromJSON 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" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "DeviceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") '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:name:DeviceProfile', deviceProfile_name - The name of the resource.

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

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

The Amazon Resource Name of the resource.

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

The name of the resource.

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

The ID of the device profile.