amazonka-devicefarm-1.4.0: Amazon Device Farm SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DeviceFarm.UpdateDevicePool

Contents

Description

Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).

Synopsis

Creating a Request

updateDevicePool Source

Creates a value of UpdateDevicePool with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

udpRules :: Lens' UpdateDevicePool [Rule] Source

Represents the rules you wish to modify for the device pool. Updating rules is optional; however, if you choose to update rules for your request, the update will replace the existing rules.

udpName :: Lens' UpdateDevicePool (Maybe Text) Source

A string representing the name of the device pool you wish to update.

udpDescription :: Lens' UpdateDevicePool (Maybe Text) Source

A description of the device pool you wish to update.

udpArn :: Lens' UpdateDevicePool Text Source

The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to update.

Destructuring the Response

updateDevicePoolResponse Source

Creates a value of UpdateDevicePoolResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses