mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
adding module for DynamoDB
This commit is contained in:
Vendored
+4
@@ -48,6 +48,10 @@ declare module "aws-sdk" {
|
||||
public client: s3.Client;
|
||||
}
|
||||
|
||||
export class DynamoDB {
|
||||
constructor(options?: any);
|
||||
}
|
||||
|
||||
export module Sqs {
|
||||
|
||||
export interface Client {
|
||||
|
||||
Reference in New Issue
Block a user