agent-claw: automated task changes
This commit is contained in:
4
cdk/node_modules/aws-cdk-lib/aws-sqs/lib/validate-queue-props.d.ts
generated
vendored
Normal file
4
cdk/node_modules/aws-cdk-lib/aws-sqs/lib/validate-queue-props.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { Construct } from 'constructs';
|
||||
import type { QueueProps, RedriveAllowPolicy } from './index';
|
||||
export declare function validateQueueProps(scope: Construct, props: QueueProps): void;
|
||||
export declare function validateRedriveAllowPolicy(scope: Construct, policy: RedriveAllowPolicy): void;
|
||||
Reference in New Issue
Block a user