Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConditionCheck

import type { ConditionCheck } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";
interface ConditionCheck {
ConditionExpression: string;
ExpressionAttributeNames?: {
[key: string]: string | null | undefined;
}
| null;
ExpressionAttributeValues?: {
[key: string]: AttributeValue | null | undefined;
}
| null;
Key: {
[key: string]: AttributeValue | null | undefined;
}
;
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | null;
TableName: string;
}

§Properties

§
ConditionExpression: string
[src]
§
ExpressionAttributeNames?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ExpressionAttributeValues?: {
[key: string]: AttributeValue | null | undefined;
}
| null
[src]
§
Key: {
[key: string]: AttributeValue | null | undefined;
}
[src]
§
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | null
[src]
§
TableName: string
[src]