amazonka-alexa-business-2.0: Amazon Alexa For Business SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Description

Associates a device with the specified network profile.

Synopsis

Creating a Request

data AssociateDeviceWithNetworkProfile Source #

See: newAssociateDeviceWithNetworkProfile smart constructor.

Constructors

AssociateDeviceWithNetworkProfile' 

Fields

Instances

Instances details
ToJSON AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

ToHeaders AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

ToPath AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

ToQuery AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

AWSRequest AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Generic AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Associated Types

type Rep AssociateDeviceWithNetworkProfile :: Type -> Type #

Read AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Show AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

NFData AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Eq AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Hashable AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

type AWSResponse AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

type Rep AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

type Rep AssociateDeviceWithNetworkProfile = D1 ('MetaData "AssociateDeviceWithNetworkProfile" "Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "AssociateDeviceWithNetworkProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "networkProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateDeviceWithNetworkProfile Source #

Create a value of AssociateDeviceWithNetworkProfile 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:

AssociateDeviceWithNetworkProfile, associateDeviceWithNetworkProfile_deviceArn - The device ARN.

AssociateDeviceWithNetworkProfile, associateDeviceWithNetworkProfile_networkProfileArn - The ARN of the network profile to associate with a device.

Request Lenses

Destructuring the Response

data AssociateDeviceWithNetworkProfileResponse Source #

Constructors

AssociateDeviceWithNetworkProfileResponse' 

Fields

Instances

Instances details
Generic AssociateDeviceWithNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Read AssociateDeviceWithNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Show AssociateDeviceWithNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

NFData AssociateDeviceWithNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Eq AssociateDeviceWithNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

type Rep AssociateDeviceWithNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

type Rep AssociateDeviceWithNetworkProfileResponse = D1 ('MetaData "AssociateDeviceWithNetworkProfileResponse" "Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "AssociateDeviceWithNetworkProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateDeviceWithNetworkProfileResponse Source #

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

Response Lenses