Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/lambda/structs.ts>UpdateEventSourceMappingRequest

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface UpdateEventSourceMappingRequest
import { type UpdateEventSourceMappingRequest } from "https://deno.land/x/aws_api@v0.5.0/services/lambda/structs.ts";

Properties

UUID: string
optional
FunctionName: string | null
optional
Enabled: boolean | null
optional
BatchSize: number | null
optional
MaximumBatchingWindowInSeconds: number | null
optional
DestinationConfig: DestinationConfig | null
optional
MaximumRecordAgeInSeconds: number | null
optional
BisectBatchOnFunctionError: boolean | null
optional
MaximumRetryAttempts: number | null
optional
ParallelizationFactor: number | null
optional
SourceAccessConfigurations: SourceAccessConfiguration[] | null
optional
TumblingWindowInSeconds: number | null
optional
FunctionResponseTypes: FunctionResponseType[] | null