Skip to content

Commit 8549fe2

Browse files
authored
Add terminateVisibilityTimeout
1 parent 8f42ac3 commit 8549fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/sqs-consumer/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ declare namespace Consumer {
1919
messageAttributeNames?: string[];
2020
batchSize?: number;
2121
visibilityTimeout?: number;
22+
terminateVisibilityTimeout?: boolean;
2223
waitTimeSeconds?: number;
2324
authenticationErrorTimeout?: number;
2425
sqs?: SQS;

0 commit comments

Comments
 (0)