Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data DeviceProfile Source #
Describes a device profile.
See: newDeviceProfile
smart constructor.
Instances
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.