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 {