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.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
Eq AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Read AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Show 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 #

NFData AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

Hashable AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

ToJSON AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

AWSRequest 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

type Rep AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

type Rep AssociateDeviceWithNetworkProfile = D1 ('MetaData "AssociateDeviceWithNetworkProfile" "Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "AssociateDeviceWithNetworkProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "networkProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociateDeviceWithNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

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:

$sel:deviceArn:AssociateDeviceWithNetworkProfile', associateDeviceWithNetworkProfile_deviceArn - The device ARN.

$sel:networkProfileArn: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
Eq 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

Generic AssociateDeviceWithNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.AssociateDeviceWithNetworkProfile

NFData 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" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" '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