Values.DescribeQuotaShareResponseSourceReturns a description of the specified quota share.
type nonrec t = {jobQueueArn : String_.t option;The ARN of the job queue associated with the quota share.
*)capacityLimits : QuotaShareCapacityLimits.t option;A list that specifies the quantity and type of compute capacity allocated to the quota share.
*)resourceSharingConfiguration : QuotaShareResourceSharingConfiguration.t option;Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
*)preemptionConfiguration : QuotaSharePreemptionConfiguration.t option;Specifies the preemption behavior for jobs in a quota share.
*)state : QuotaShareState.t option;The state of the quota share.
*)status : QuotaShareStatus.t option;The current status of the quota share.
*)}type nonrec error = [ | `ClientException of ClientException.t| `ServerException of ServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Integer of Integer.t | `String of String_.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `Integer of Integer.t ]) list ])
list ]