From 644d5fcff28f76a8b6aaed74a820e085120086ae Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 21 Jan 2024 02:20:20 +0000 Subject: [PATCH] chore: updating `attributeNames` type docs --- src/types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/types.ts b/src/types.ts index b04e83d..fd93c88 100644 --- a/src/types.ts +++ b/src/types.ts @@ -6,8 +6,7 @@ export interface ConsumerOptions { */ queueUrl: string; /** - * List of queue attributes to retrieve (i.e. - * `['All', 'ApproximateFirstReceiveTimestamp', 'ApproximateReceiveCount']`). + * List of queue attributes to retrieve, see [AWS docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sqs/Variable/QueueAttributeName/). * @defaultvalue `[]` */ attributeNames?: QueueAttributeName[];