v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Creates a device pool.

post/#X-Amz-Target=DeviceFarm_20150623.CreateDevicePool

Headers

X-Amz-Target'DeviceFarm_20150623.CreateDevicePool' required

Request body

projectArnstring required

The ARN of the project for the device pool.

namestring required

The device pool's name.

descriptionstring

The device pool's description.

maxDevicesinteger
<p>The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the <code>rules</code> parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.</p> <p>By specifying the maximum number of devices, you can control the costs that you incur by running tests.</p>

Response

Success

Example response

{
  "devicePool": {}
}
All 77 operations