Values.UpdateAccountSettingsOutputSourceUpdates the account-level settings for Amazon Kinesis Data Streams. Updating account settings is a synchronous operation. Upon receiving the request, Kinesis Data Streams will return immediately with your account’s updated settings. API limits Certain account configurations have minimum commitment windows. Attempting to update your settings prior to the end of the minimum commitment window might have certain restrictions. 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 updated configuration of the minimum throughput billing commitment for your account.
*)}type nonrec error = [ | `InvalidArgumentException of InvalidArgumentException.t| `LimitExceededException of LimitExceededException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidArgumentException of InvalidArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidArgumentException of InvalidArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ])
list ]