Values.DescribeLimitsOutputSourceRepresents the output of a DescribeLimits operation.
type nonrec t = {accountMaxReadCapacityUnits : PositiveLongObject.t option;The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
*)accountMaxWriteCapacityUnits : PositiveLongObject.t option;The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
*)tableMaxReadCapacityUnits : PositiveLongObject.t option;The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
*)tableMaxWriteCapacityUnits : PositiveLongObject.t option;The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]