You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,17 +45,23 @@ export abstract class WriteRequest<T,
38
45
return<any>this
39
46
}
40
47
41
-
/*
42
-
* The ReturnValues parameter is used by several DynamoDB operations; however,
43
-
* DeleteItem/PutItem/UpdateItem does not recognize any values other than NONE or ALL_OLD.
48
+
/**
49
+
* @returns { void } if no ReturnValues are requested, { T } if the requested ReturnValues are ALL_OLD|ALL_NEW or {Partial<T>} if the requested ReturnValues are UPDATED_OLD|UPDATED_NEW
0 commit comments