Values_1.DescribeComputeQuotaResponseSourceDescription of the compute allocation definition.
type nonrec t = {computeQuotaArn : Values_0.ComputeQuotaArn.t option;ARN of the compute allocation definition.
*)computeQuotaId : Values_0.ComputeQuotaId.t option;ID of the compute allocation definition.
*)name : Values_0.EntityName.t option;Name of the compute allocation definition.
*)description : Values_0.EntityDescription.t option;Description of the compute allocation definition.
*)computeQuotaVersion : Values_0.Integer.t option;Version of the compute allocation definition.
*)status : Values_0.SchedulerResourceStatus.t option;Status of the compute allocation definition.
*)failureReason : Values_0.FailureReason.t option;Failure reason of the compute allocation definition.
*)clusterArn : Values_0.ClusterArn.t option;ARN of the cluster.
*)computeQuotaConfig : Values_0.ComputeQuotaConfig.t option;Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.
*)computeQuotaTarget : Values_0.ComputeQuotaTarget.t option;The target entity to allocate compute resources to.
*)activationState : Values_0.ActivationState.t option;The state of the compute allocation being described. Use to enable or disable compute allocation. Default is Enabled.
*)creationTime : Values_0.Timestamp.t option;Creation time of the compute allocation configuration.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;Last modified time of the compute allocation configuration.
*)lastModifiedBy : Values_0.UserContext.t option;}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?computeQuotaArn:??? ->
?computeQuotaId:??? ->
?name:??? ->
?description:??? ->
?computeQuotaVersion:??? ->
?status:??? ->
?failureReason:??? ->
?clusterArn:??? ->
?computeQuotaConfig:??? ->
?computeQuotaTarget:??? ->
?activationState:??? ->
?creationTime:??? ->
?createdBy:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.ComputeQuotaArn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of float
| `Integer of int
| `Structure of
(string * [> `Enum of string | `Integer of int ])
list ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of float
| `Integer of int
| `Structure of
(string
* [> `Enum of string | `Integer of int ])
list ])
list ]
list
| `String of string ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]