amazonka-devicefarm-1.3.1: Amazon Device Farm SDK.

Copyright(c) 2013-2015 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.CreateDevicePool

Contents

Description

Creates a device pool.

See: AWS API Reference for CreateDevicePool.

Synopsis

Creating a Request

createDevicePool Source

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

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

Request Lenses

cdpDescription :: Lens' CreateDevicePool (Maybe Text) Source

The device pool's description.

cdpProjectARN :: Lens' CreateDevicePool Text Source

The ARN of the project for the device pool.

cdpName :: Lens' CreateDevicePool Text Source

The device pool's name.

cdpRules :: Lens' CreateDevicePool [Rule] Source

The device pool's rules.

Destructuring the Response

createDevicePoolResponse Source

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

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

Response Lenses