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