Deletes an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings.
When you delete an event source mapping, it enters a Deleting state and might not be completely deleted for several seconds.
Path parameters
The identifier of the event source mapping.
Response
Success
The identifier of the event source mapping.
The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon MSK stream sources. <code>AT_TIMESTAMP</code> is supported only for Amazon Kinesis streams and Amazon DocumentDB.
With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start reading.
(Kinesis and DynamoDB Streams only) The number of batches to process concurrently from each shard. The default value is 1.
The Amazon Resource Name (ARN) of the event source.
The ARN of the Lambda function.
The date that the event source mapping was last updated or that its state changed.
The result of the last Lambda invocation of your function.
The state of the event source mapping. It can be one of the following: <code>Creating</code>, <code>Enabling</code>, <code>Enabled</code>, <code>Disabling</code>, <code>Disabled</code>, <code>Updating</code>, or <code>Deleting</code>.
Indicates whether a user or Lambda made the last change to the event source mapping.
The name of the Kafka topic.
(Amazon MQ) The name of the Amazon MQ broker destination queue to consume.
(Kinesis and DynamoDB Streams only) If the function returns an error, split the batch in two and retry. The default value is false.
(Kinesis and DynamoDB Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.
(Kinesis and DynamoDB Streams only) The duration in seconds of a processing window for DynamoDB and Kinesis Streams event sources. A value of 0 seconds indicates no tumbling window.
(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source mapping.