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 DeviceNetworkProfileInfo = DeviceNetworkProfileInfo' {}
- newDeviceNetworkProfileInfo :: DeviceNetworkProfileInfo
- deviceNetworkProfileInfo_certificateArn :: Lens' DeviceNetworkProfileInfo (Maybe Text)
- deviceNetworkProfileInfo_networkProfileArn :: Lens' DeviceNetworkProfileInfo (Maybe Text)
- deviceNetworkProfileInfo_certificateExpirationTime :: Lens' DeviceNetworkProfileInfo (Maybe UTCTime)
Documentation
data DeviceNetworkProfileInfo Source #
Detailed information about a device's network profile.
See: newDeviceNetworkProfileInfo
smart constructor.
DeviceNetworkProfileInfo' | |
|
Instances
newDeviceNetworkProfileInfo :: DeviceNetworkProfileInfo Source #
Create a value of DeviceNetworkProfileInfo
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:certificateArn:DeviceNetworkProfileInfo'
, deviceNetworkProfileInfo_certificateArn
- The ARN of the certificate associated with a device.
$sel:networkProfileArn:DeviceNetworkProfileInfo'
, deviceNetworkProfileInfo_networkProfileArn
- The ARN of the network profile associated with a device.
$sel:certificateExpirationTime:DeviceNetworkProfileInfo'
, deviceNetworkProfileInfo_certificateExpirationTime
- The time (in epoch) when the certificate expires.
deviceNetworkProfileInfo_certificateArn :: Lens' DeviceNetworkProfileInfo (Maybe Text) Source #
The ARN of the certificate associated with a device.
deviceNetworkProfileInfo_networkProfileArn :: Lens' DeviceNetworkProfileInfo (Maybe Text) Source #
The ARN of the network profile associated with a device.
deviceNetworkProfileInfo_certificateExpirationTime :: Lens' DeviceNetworkProfileInfo (Maybe UTCTime) Source #
The time (in epoch) when the certificate expires.