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
- data DeviceType = DeviceType' {}
- newDeviceType :: DeviceType
- deviceType_deviceLastModifiedDate :: Lens' DeviceType (Maybe UTCTime)
- deviceType_deviceCreateDate :: Lens' DeviceType (Maybe UTCTime)
- deviceType_deviceAttributes :: Lens' DeviceType (Maybe [AttributeType])
- deviceType_deviceKey :: Lens' DeviceType (Maybe Text)
- deviceType_deviceLastAuthenticatedDate :: Lens' DeviceType (Maybe UTCTime)
Documentation
data DeviceType Source #
The device type.
See: newDeviceType
smart constructor.
DeviceType' | |
|
Instances
newDeviceType :: DeviceType Source #
Create a value of DeviceType
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:deviceLastModifiedDate:DeviceType'
, deviceType_deviceLastModifiedDate
- The last modified date of the device.
$sel:deviceCreateDate:DeviceType'
, deviceType_deviceCreateDate
- The creation date of the device.
$sel:deviceAttributes:DeviceType'
, deviceType_deviceAttributes
- The device attributes.
$sel:deviceKey:DeviceType'
, deviceType_deviceKey
- The device key.
$sel:deviceLastAuthenticatedDate:DeviceType'
, deviceType_deviceLastAuthenticatedDate
- The date in which the device was last authenticated.
deviceType_deviceLastModifiedDate :: Lens' DeviceType (Maybe UTCTime) Source #
The last modified date of the device.
deviceType_deviceCreateDate :: Lens' DeviceType (Maybe UTCTime) Source #
The creation date of the device.
deviceType_deviceAttributes :: Lens' DeviceType (Maybe [AttributeType]) Source #
The device attributes.
deviceType_deviceKey :: Lens' DeviceType (Maybe Text) Source #
The device key.
deviceType_deviceLastAuthenticatedDate :: Lens' DeviceType (Maybe UTCTime) Source #
The date in which the device was last authenticated.