Interface RateLimit

Rate limit status information.

export
interface

RateLimit

Hierarchy

  • RateLimit

Index

Properties

maxRequestsPerSecond

maxRequestsPerSecond: number

How many requests per second are allowed

remainingRequests

remainingRequests: number

How many requests you have remaining in this time period before reset

timeUntilNextRequestMs

timeUntilNextRequestMs: number

Amount of time needed to wait in milliseconds until you can make a request. (0 is no wait)

timeUntilResetMs

timeUntilResetMs: number

How much time in milliseconds until a reset happens

2019, Amazon.com, Inc. or its affiliates. All Rights Reserved.