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

Description

Updates a network profile by the network profile ARN.

Synopsis

Creating a Request

data UpdateNetworkProfile Source #

See: newUpdateNetworkProfile smart constructor.

Constructors

UpdateNetworkProfile' 

Fields

Instances

Instances details
Eq UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Show UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Generic UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Associated Types

type Rep UpdateNetworkProfile :: Type -> Type #

NFData UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Methods

rnf :: UpdateNetworkProfile -> () #

Hashable UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

ToJSON UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

AWSRequest UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Associated Types

type AWSResponse UpdateNetworkProfile #

ToHeaders UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

ToPath UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

ToQuery UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

type Rep UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

type Rep UpdateNetworkProfile = D1 ('MetaData "UpdateNetworkProfile" "Amazonka.AlexaBusiness.UpdateNetworkProfile" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "UpdateNetworkProfile'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "networkProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "currentPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "nextPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trustAnchors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "certificateAuthorityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

newUpdateNetworkProfile Source #

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

$sel:currentPassword:UpdateNetworkProfile', updateNetworkProfile_currentPassword - The current password of the Wi-Fi network.

$sel:nextPassword:UpdateNetworkProfile', updateNetworkProfile_nextPassword - The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

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

$sel:trustAnchors:UpdateNetworkProfile', updateNetworkProfile_trustAnchors - The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.

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

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

Request Lenses

updateNetworkProfile_networkProfileName :: Lens' UpdateNetworkProfile (Maybe Text) Source #

The name of the network profile associated with a device.

updateNetworkProfile_currentPassword :: Lens' UpdateNetworkProfile (Maybe Text) Source #

The current password of the Wi-Fi network.

updateNetworkProfile_nextPassword :: Lens' UpdateNetworkProfile (Maybe Text) Source #

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

updateNetworkProfile_description :: Lens' UpdateNetworkProfile (Maybe Text) Source #

Detailed information about a device's network profile.

updateNetworkProfile_trustAnchors :: Lens' UpdateNetworkProfile (Maybe (NonEmpty Text)) Source #

The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.

updateNetworkProfile_certificateAuthorityArn :: Lens' UpdateNetworkProfile (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.

updateNetworkProfile_networkProfileArn :: Lens' UpdateNetworkProfile Text Source #

The ARN of the network profile associated with a device.

Destructuring the Response

data UpdateNetworkProfileResponse Source #

See: newUpdateNetworkProfileResponse smart constructor.

Constructors

UpdateNetworkProfileResponse' 

Fields

Instances

Instances details
Eq UpdateNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Read UpdateNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Show UpdateNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Generic UpdateNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

Associated Types

type Rep UpdateNetworkProfileResponse :: Type -> Type #

NFData UpdateNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

type Rep UpdateNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateNetworkProfile

type Rep UpdateNetworkProfileResponse = D1 ('MetaData "UpdateNetworkProfileResponse" "Amazonka.AlexaBusiness.UpdateNetworkProfile" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "UpdateNetworkProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateNetworkProfileResponse Source #

Create a value of UpdateNetworkProfileResponse 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:httpStatus:UpdateNetworkProfileResponse', updateNetworkProfileResponse_httpStatus - The response's http status code.

Response Lenses