UNPKG
aws-lockbox
Version:
latest (3.1.0)
3.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
AWS SSM Parameter Store secrets manager with TypeScript support
aws-lockbox
/
dist
/
src
/
Throttler.d.ts
8 lines
(7 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
AWSError
{
code
?:
string
; }
export
declare
class
Throttler
{
static
isThrottledError
(
err
:
AWSError
):
boolean
; }
export
{};