{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UpdateEventSourceMappingRequest", "type": "object", "properties": { "FunctionName": { "type": "string" }, "Enabled": { "type": "boolean" }, "BatchSize": { "type": "integer" }, "MaximumBatchingWindowInSeconds": { "type": "integer" }, "MaximumRecordAgeInSeconds": { "type": "integer" }, "BisectBatchOnFunctionError": { "type": "boolean" }, "MaximumRetryAttempts": { "type": "integer" }, "ParallelizationFactor": { "type": "integer" }, "TumblingWindowInSeconds": { "type": "integer" }, "FunctionResponseTypes": { "type": "array" } } }