Learn R Programming

paws.analytics (version 0.1.11)

kinesis_describe_limits: Describes the shard limits and usage for the account

Description

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

Usage

kinesis_describe_limits()

Arguments

Value

A list with the following syntax:

list(
  ShardLimit = 123,
  OpenShardCount = 123
)

Request syntax

svc$describe_limits()