Module Values_1.DescribeComputeQuotaResponseSource

Description of the compute allocation definition.

Sourcetype nonrec t = {
  1. computeQuotaArn : Values_0.ComputeQuotaArn.t option;
    (*

    ARN of the compute allocation definition.

    *)
  2. computeQuotaId : Values_0.ComputeQuotaId.t option;
    (*

    ID of the compute allocation definition.

    *)
  3. name : Values_0.EntityName.t option;
    (*

    Name of the compute allocation definition.

    *)
  4. description : Values_0.EntityDescription.t option;
    (*

    Description of the compute allocation definition.

    *)
  5. computeQuotaVersion : Values_0.Integer.t option;
    (*

    Version of the compute allocation definition.

    *)
  6. status : Values_0.SchedulerResourceStatus.t option;
    (*

    Status of the compute allocation definition.

    *)
  7. failureReason : Values_0.FailureReason.t option;
    (*

    Failure reason of the compute allocation definition.

    *)
  8. clusterArn : Values_0.ClusterArn.t option;
    (*

    ARN of the cluster.

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

    *)
  10. computeQuotaTarget : Values_0.ComputeQuotaTarget.t option;
    (*

    The target entity to allocate compute resources to.

    *)
  11. activationState : Values_0.ActivationState.t option;
    (*

    The state of the compute allocation being described. Use to enable or disable compute allocation. Default is Enabled.

    *)
  12. creationTime : Values_0.Timestamp.t option;
    (*

    Creation time of the compute allocation configuration.

    *)
  13. createdBy : Values_0.UserContext.t option;
  14. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    Last modified time of the compute allocation configuration.

    *)
  15. lastModifiedBy : Values_0.UserContext.t option;
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?computeQuotaArn:??? -> ?computeQuotaId:??? -> ?name:??? -> ?description:??? -> ?computeQuotaVersion:??? -> ?status:??? -> ?failureReason:??? -> ?clusterArn:??? -> ?computeQuotaConfig:??? -> ?computeQuotaTarget:??? -> ?activationState:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t