We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f42ac3 commit 8549fe2Copy full SHA for 8549fe2
types/sqs-consumer/index.d.ts
@@ -19,6 +19,7 @@ declare namespace Consumer {
19
messageAttributeNames?: string[];
20
batchSize?: number;
21
visibilityTimeout?: number;
22
+ terminateVisibilityTimeout?: boolean;
23
waitTimeSeconds?: number;
24
authenticationErrorTimeout?: number;
25
sqs?: SQS;
0 commit comments