BatchGet
Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject
Implements
Section titled “Implements”BaseCommand<BatchGetResult<Schema>,Schema>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BatchGet<Schema>(config): BatchGet<Schema>;Parameters
Section titled “Parameters”config
Section titled “config”BatchGetConfig<Schema>
Returns
Section titled “Returns”BatchGet<Schema>
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(entity): Promise<BatchGetResult<Schema>>;Parameters
Section titled “Parameters”entity
Section titled “entity”DynamoEntity<Schema>
Returns
Section titled “Returns”Promise<BatchGetResult<Schema>>