Adding availability for the DynamoDB Document Client

This commit is contained in:
Jean-Philipe Pellerin
2016-01-06 16:49:09 -05:00
parent f11e49cfb7
commit 6ca23c0d69
+6
View File
@@ -154,6 +154,12 @@ declare module "aws-sdk" {
constructor(options?: any);
}
export module DynamoDB {
export class DocumentClient {
constructor(options?: any);
}
}
export module SQS {
export interface SqsOptions {