import { type ScanInput } from "https://deno.land/x/aws_api@v0.8.0/services/dynamodb/structs.ts";
Properties
optional
Select: Select | nulloptional
ScanFilter: { [key: string]: Condition | null | undefined; } | nulloptional
ConditionalOperator: ConditionalOperator | nulloptional
ExclusiveStartKey: { [key: string]: AttributeValue | null | undefined; } | nulloptional
ReturnConsumedCapacity: ReturnConsumedCapacity | nulloptional
ExpressionAttributeValues: { [key: string]: AttributeValue | null | undefined; } | null