Module Smaws_Client_DeviceFarm.UpdateDevicePool

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).

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `ServiceAccountException of Types.service_account_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_device_pool_request -> (Types.update_device_pool_result, [> Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `ServiceAccountException of Types.service_account_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.update_device_pool_request -> (Types.update_device_pool_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `ServiceAccountException of Types.service_account_exception ] * Smaws_Lib.Response.metadata) Stdlib.result