Values.DescribeLimitsOutputSourceDescribes the shard limits and usage for the account. If you update your account limits, the old limits might be returned for a few minutes. This operation has a limit of one transaction per second per account.
type nonrec t = {shardLimit : ShardCountObject.t option;The maximum number of shards.
*)openShardCount : ShardCountObject.t option;The number of open shards.
*)onDemandStreamCount : OnDemandStreamCountObject.t option;Indicates the number of data streams with the on-demand capacity mode.
*)onDemandStreamCountLimit : OnDemandStreamCountLimitObject.t option;The maximum number of data streams with the on-demand capacity mode.
*)}type nonrec error = [ | `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]