agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/aws-lambda-event-sources/lib/sqs-dlq.d.ts
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/aws-lambda-event-sources/lib/sqs-dlq.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { DlqDestinationConfig, IEventSourceDlq, IEventSourceMapping, IFunction } from '../../aws-lambda';
|
||||
import type * as sqs from '../../aws-sqs';
|
||||
/**
|
||||
* An SQS dead letter queue destination configuration for a Lambda event source
|
||||
*/
|
||||
export declare class SqsDlq implements IEventSourceDlq {
|
||||
private readonly queue;
|
||||
constructor(queue: sqs.IQueue);
|
||||
/**
|
||||
* Returns a destination configuration for the DLQ
|
||||
*/
|
||||
bind(_target: IEventSourceMapping, targetHandler: IFunction): DlqDestinationConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user