DescribeAccountSettings
Describes 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 AWS account. TPS over 5 will initiate the LimitExceededException.
Response Syntax
{
"MinimumThroughputBillingCommitment": {
"EarliestAllowedEndAt": number,
"EndedAt": number,
"StartedAt": number,
"Status": "string"
}
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- MinimumThroughputBillingCommitment
-
The current configuration of the minimum throughput billing commitment for your AWS account.
Type: MinimumThroughputBillingCommitmentOutput object
Errors
For information about the errors that are common to all actions, see Common Errors.
- LimitExceededException
-
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
- message
-
A message that provides information about the error.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: