adding module for DynamoDB

This commit is contained in:
Ashish Singal 2014-10-01 18:37:28 +05:30
parent 2fe9f81c9d
commit d8a76f86b8

View File

@ -48,6 +48,10 @@ declare module "aws-sdk" {
public client: s3.Client;
}
export class DynamoDB {
constructor(options?: any);
}
export module Sqs {
export interface Client {