@patternmeshjs/core
Preparing search index...
UpdateItemInput
Interface UpdateItemInput
interface
UpdateItemInput
{
conditionExpression
?:
string
;
expressionAttributeNames
:
Record
<
string
,
string
>
;
expressionAttributeValues
:
Record
<
string
,
unknown
>
;
key
:
Record
<
string
,
unknown
>
;
returnConsumedCapacity
?:
ReturnConsumedCapacityMode
;
returnValues
?:
|
"NONE"
|
"ALL_OLD"
|
"ALL_NEW"
|
"UPDATED_OLD"
|
"UPDATED_NEW"
;
returnValuesOnConditionCheckFailure
?:
"NONE"
|
"ALL_OLD"
;
tableName
:
string
;
updateExpression
:
string
;
}
Index
Properties
condition
Expression?
expression
Attribute
Names
expression
Attribute
Values
key
return
Consumed
Capacity?
return
Values?
return
Values
On
Condition
Check
Failure?
table
Name
update
Expression
Properties
Optional
Readonly
condition
Expression
conditionExpression
?:
string
Readonly
expression
Attribute
Names
expressionAttributeNames
:
Record
<
string
,
string
>
Readonly
expression
Attribute
Values
expressionAttributeValues
:
Record
<
string
,
unknown
>
Readonly
key
key
:
Record
<
string
,
unknown
>
Optional
Readonly
return
Consumed
Capacity
returnConsumedCapacity
?:
ReturnConsumedCapacityMode
Optional
Readonly
return
Values
returnValues
?:
"NONE"
|
"ALL_OLD"
|
"ALL_NEW"
|
"UPDATED_OLD"
|
"UPDATED_NEW"
Optional
Readonly
return
Values
On
Condition
Check
Failure
returnValuesOnConditionCheckFailure
?:
"NONE"
|
"ALL_OLD"
Readonly
table
Name
tableName
:
string
Readonly
update
Expression
updateExpression
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
condition
Expression
expression
Attribute
Names
expression
Attribute
Values
key
return
Consumed
Capacity
return
Values
return
Values
On
Condition
Check
Failure
table
Name
update
Expression
@patternmeshjs/core
Loading...