Module Values.UpdateAccountSettingsInputSource

Updates 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.

Sourcetype nonrec t = {
  1. minimumThroughputBillingCommitment : MinimumThroughputBillingCommitmentInput.t;
    (*

    Specifies the minimum throughput billing commitment configuration for your account.

    *)
}
Sourceval context_ : string
Sourceval make : minimumThroughputBillingCommitment:MinimumThroughputBillingCommitmentInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t