S3Event: {
    assert: ((o) => void);
    is: ((o) => o is S3Event);
    validate: ValidateFunction<S3Event>;
    get errors(): undefined | ErrorObject<string, Record<string, any>, unknown>[];
    get schema(): AnySchema;
}

Type declaration

  • Readonly assert: ((o) => void)
      • (o): void
      • Parameters

        • o: unknown

        Returns void

  • Readonly is: ((o) => o is S3Event)
  • Readonly validate: ValidateFunction<S3Event>
  • get errors(): undefined | ErrorObject<string, Record<string, any>, unknown>[]
  • get schema(): AnySchema

Generated using TypeDoc