Values_0.CreateComputeQuotaResponseSourceCreate compute allocation definition. This defines how compute is allocated, shared, and borrowed for specified entities. Specifically, how to lend and borrow idle compute and assign a fair-share weight to the specified entities.
type nonrec t = {computeQuotaArn : ComputeQuotaArn.t option;ARN of the compute allocation definition.
*)computeQuotaId : ComputeQuotaId.t option;ID of the compute allocation definition.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `ResourceLimitExceeded of ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]