mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
update aws-sdk DynamoDB.DocumentClient UpdateParam
Added `UpdateExpression` attribute. `AttributeUpdates` is deprecated.
This commit is contained in:
3
aws-sdk/aws-sdk.d.ts
vendored
3
aws-sdk/aws-sdk.d.ts
vendored
@@ -527,7 +527,8 @@ declare module "aws-sdk" {
|
||||
|
||||
interface UpdateParam extends _DDBDC_Writer {
|
||||
Key: _DDBDC_Keys;
|
||||
AttributeUpdates: {
|
||||
UpdateExpression?: string;
|
||||
AttributeUpdates?: {
|
||||
[someKey: string]: {
|
||||
Action: "PUT" | "ADD" | "DELETE";
|
||||
Value: any
|
||||
|
||||
Reference in New Issue
Block a user