Values.DescribeAccountSettingsOutputSourceDescribes the account-level settings for Amazon Kinesis Data Streams. This operation returns information about the minimum throughput billing commitments and other account-level configurations. This API has a call limit of 5 transactions per second (TPS) for each Amazon Web Services account. TPS over 5 will initiate the LimitExceededException.
type nonrec t = {minimumThroughputBillingCommitment : MinimumThroughputBillingCommitmentOutput.t
option;The current configuration of the minimum throughput billing commitment for your Amazon Web Services account.
*)}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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ])
list ]