Skip to content

Commit

Permalink
chore: updating attributeNames type docs (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn authored Jan 21, 2024
1 parent ae5d837 commit 84385d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit 84385d2

Please sign in to comment.