From 6ca23c0d6999b8ede923167b02aad5dbdc30298d Mon Sep 17 00:00:00 2001 From: Jean-Philipe Pellerin Date: Wed, 6 Jan 2016 16:49:09 -0500 Subject: [PATCH] Adding availability for the DynamoDB Document Client --- aws-sdk/aws-sdk.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aws-sdk/aws-sdk.d.ts b/aws-sdk/aws-sdk.d.ts index 128341729d..f890594635 100644 --- a/aws-sdk/aws-sdk.d.ts +++ b/aws-sdk/aws-sdk.d.ts @@ -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 {