AlexaForBusiness / Client / associate_device_with_network_profile

associate_device_with_network_profile#

AlexaForBusiness.Client.associate_device_with_network_profile(**kwargs)#

Associates a device with the specified network profile.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.associate_device_with_network_profile(
    DeviceArn='string',
    NetworkProfileArn='string'
)
Parameters:
  • DeviceArn (string) –

    [REQUIRED]

    The device ARN.

  • NetworkProfileArn (string) –

    [REQUIRED]

    The ARN of the network profile to associate with a device.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions