mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 03:24:15 +08:00
Fix ExpressionAttributeNames.
This commit is contained in:
2
aws-sdk/aws-sdk.d.ts
vendored
2
aws-sdk/aws-sdk.d.ts
vendored
@@ -329,7 +329,7 @@ declare module "aws-sdk" {
|
||||
|
||||
interface _DDBDC_Generic {
|
||||
TableName: string;
|
||||
ExpressionAttributeNames?: string[];
|
||||
ExpressionAttributeNames?: { [someKey: string]: string };
|
||||
ReturnConsumedCapacity?: "INDEXES" | "TOTAL" | "NONE";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user