ProjectedGet
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<ProjectedGetResult<ProjectionSchema>,Schema>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ProjectedGet<Schema, ProjectionSchema>(config): ProjectedGet<Schema, ProjectionSchema>;Parameters
Section titled “Parameters”config
Section titled “config”ProjectedGetConfig<Schema, ProjectionSchema>
Returns
Section titled “Returns”ProjectedGet<Schema, ProjectionSchema>
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(entity): Promise<ProjectedGetResult<ProjectionSchema>>;Parameters
Section titled “Parameters”entity
Section titled “entity”DynamoEntity<Schema>
Returns
Section titled “Returns”Promise<ProjectedGetResult<ProjectionSchema>>