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