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.NetworkProfileData

Description

 
Synopsis

Documentation

data NetworkProfileData Source #

The data associated with a network profile.

See: newNetworkProfileData smart constructor.

Constructors

NetworkProfileData' 

Fields

Instances

Instances details
Eq NetworkProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.NetworkProfileData

Read NetworkProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.NetworkProfileData

Show NetworkProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.NetworkProfileData

Generic NetworkProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.NetworkProfileData

Associated Types

type Rep NetworkProfileData :: Type -> Type #

NFData NetworkProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.NetworkProfileData

Methods

rnf :: NetworkProfileData -> () #

Hashable NetworkProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.NetworkProfileData

FromJSON NetworkProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.NetworkProfileData

type Rep NetworkProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.NetworkProfileData

type Rep NetworkProfileData = D1 ('MetaData "NetworkProfileData" "Amazonka.AlexaBusiness.Types.NetworkProfileData" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "NetworkProfileData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "networkProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ssid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "securityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkSecurityType)) :*: S1 ('MetaSel ('Just "eapMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkEapMethod))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateAuthorityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newNetworkProfileData :: NetworkProfileData Source #

Create a value of NetworkProfileData 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:networkProfileName:NetworkProfileData', networkProfileData_networkProfileName - The name of the network profile associated with a device.

$sel:ssid:NetworkProfileData', networkProfileData_ssid - The SSID of the Wi-Fi network.

$sel:networkProfileArn:NetworkProfileData', networkProfileData_networkProfileArn - The ARN of the network profile associated with a device.

$sel:securityType:NetworkProfileData', networkProfileData_securityType - The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

$sel:eapMethod:NetworkProfileData', networkProfileData_eapMethod - The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

$sel:description:NetworkProfileData', networkProfileData_description - Detailed information about a device's network profile.

$sel:certificateAuthorityArn:NetworkProfileData', networkProfileData_certificateAuthorityArn - The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

networkProfileData_networkProfileName :: Lens' NetworkProfileData (Maybe Text) Source #

The name of the network profile associated with a device.

networkProfileData_networkProfileArn :: Lens' NetworkProfileData (Maybe Text) Source #

The ARN of the network profile associated with a device.

networkProfileData_securityType :: Lens' NetworkProfileData (Maybe NetworkSecurityType) Source #

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

networkProfileData_eapMethod :: Lens' NetworkProfileData (Maybe NetworkEapMethod) Source #

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

networkProfileData_description :: Lens' NetworkProfileData (Maybe Text) Source #

Detailed information about a device's network profile.

networkProfileData_certificateAuthorityArn :: Lens' NetworkProfileData (Maybe Text) Source #

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.