libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.Types.DeviceNetworkProfileInfo

Description

 
Synopsis

Documentation

data DeviceNetworkProfileInfo Source #

Detailed information about a device's network profile.

See: newDeviceNetworkProfileInfo smart constructor.

Constructors

DeviceNetworkProfileInfo' 

Fields

Instances

Instances details
Eq DeviceNetworkProfileInfo Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo

Read DeviceNetworkProfileInfo Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo

Show DeviceNetworkProfileInfo Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo

Generic DeviceNetworkProfileInfo Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo

Associated Types

type Rep DeviceNetworkProfileInfo :: Type -> Type #

NFData DeviceNetworkProfileInfo Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo

Hashable DeviceNetworkProfileInfo Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo

FromJSON DeviceNetworkProfileInfo Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo

type Rep DeviceNetworkProfileInfo Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo

type Rep DeviceNetworkProfileInfo = D1 ('MetaData "DeviceNetworkProfileInfo" "Amazonka.AlexaBusiness.Types.DeviceNetworkProfileInfo" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "DeviceNetworkProfileInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "networkProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateExpirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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.