getDevicePool

Gets information about a device pool.

Samples

// The following example returns information about a specific device pool, given a project ARN.
val resp = deviceFarmClient.getDevicePool {
    arn = "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
}