Module Smaws_Client_DeviceFarm.RenewOffering

Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate of the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotEligibleException of Types.not_eligible_exception | `NotFoundException of Types.not_found_exception | `ServiceAccountException of Types.service_account_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.renew_offering_request -> (Types.renew_offering_result, [> Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotEligibleException of Types.not_eligible_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.renew_offering_request -> (Types.renew_offering_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotEligibleException of Types.not_eligible_exception | `NotFoundException of Types.not_found_exception | `ServiceAccountException of Types.service_account_exception ] * Smaws_Lib.Response.metadata) Stdlib.result