class Aws::DeviceFarm::Types::UpdateDevicePoolRequest

Represents a request to the update device pool operation.

@note When making an API call, you may pass UpdateDevicePoolRequest

data as a hash:

    {
      arn: "AmazonResourceName", # required
      name: "Name",
      description: "Message",
      rules: [
        {
          attribute: "ARN", # accepts ARN, PLATFORM, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, APPIUM_VERSION, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE, OS_VERSION, MODEL, AVAILABILITY
          operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
          value: "String",
        },
      ],
      max_devices: 1,
      clear_max_devices: false,
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the Device Farm device pool to
update.
@return [String]

@!attribute [rw] name

A string that represents the name of the device pool to update.
@return [String]

@!attribute [rw] description

A description of the device pool to update.
@return [String]

@!attribute [rw] rules

Represents the rules to modify for the device pool. Updating rules
is optional. If you update rules for your request, the update
replaces the existing rules.
@return [Array<Types::Rule>]

@!attribute [rw] max_devices

The number of devices that Device Farm can add to your device pool.
Device Farm adds devices that are available and that meet the
criteria that you assign for the `rules` parameter. Depending on how
many devices meet these constraints, your device pool might contain
fewer devices than the value for this parameter.

By specifying the maximum number of devices, you can control the
costs that you incur by running tests.

If you use this parameter in your request, you cannot use the
`clearMaxDevices` parameter in the same request.
@return [Integer]

@!attribute [rw] clear_max_devices

Sets whether the `maxDevices` parameter applies to your device pool.
If you set this parameter to `true`, the `maxDevices` parameter does
not apply, and Device Farm does not limit the number of devices that
it adds to your device pool. In this case, Device Farm adds all
available devices that meet the criteria specified in the `rules`
parameter.

If you use this parameter in your request, you cannot use the
`maxDevices` parameter in the same request.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateDevicePoolRequest AWS API Documentation

Constants

SENSITIVE