Values_4.ModifyInstanceCreditSpecificationRequestSourceModifies the credit option for CPU usage on a running or stopped burstable performance instance. The credit options are standard and unlimited. For more information, see Burstable performance instances in the Amazon EC2 User Guide.
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)clientToken : Values_0.String_.t option;A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
*)instanceCreditSpecifications : Values_3.InstanceCreditSpecificationListRequest.t;Information about the credit option for CPU usage.
*)}val make :
?dryRun:??? ->
?clientToken:??? ->
instanceCreditSpecifications:
Values_3.InstanceCreditSpecificationListRequest.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string * [> `String of Values_0.InstanceId.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]