@aws-lite/sqs
Advanced tools
Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "@aws-lite/sqs", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "Official `aws-lite` plugin for SQS", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/architect/aws-lite", |
@@ -53,2 +53,13 @@ # [`@aws-lite/sqs`](https://aws-lite.org/services/sqs) | ||
### `GetQueueAttributes` | ||
[Canonical AWS API doc](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_GetQueueAttributes.html) | ||
Properties: | ||
- **`QueueUrl` (string) [required]** | ||
- SQS queue URL to retrieve attribute information from | ||
- **`AttributeNames` (array)** | ||
- List of attribute names (strings) to retrieve | ||
### Methods yet to be implemented | ||
@@ -66,3 +77,2 @@ | ||
- [`DeleteQueue`](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_DeleteQueue.html) | ||
- [`GetQueueAttributes`](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_GetQueueAttributes.html) | ||
- [`GetQueueUrl`](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_GetQueueUrl.html) | ||
@@ -69,0 +79,0 @@ - [`ListDeadLetterSourceQueues`](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListDeadLetterSourceQueues.html) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10097
97
96