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