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[];