mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-23 11:50:15 +08:00
Merge pull request #7517 from jppellerin/aws-sdk-dynamo
Adding availability for the DynamoDB Document Client
This commit is contained in:
Vendored
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user