Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "sqns", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -272,2 +272,11 @@ ![build](https://github.com/yog27ray/sqns/actions/workflows/node.js.yml/badge.svg?branch=master) | ||
``` | ||
### updateMessageById | ||
```js | ||
client.updateMessageById({ | ||
QueueUrl: queue.QueueUrl, | ||
MessageId: 'messageId', | ||
}).then(response => { | ||
const MessageId = response.Messages[0].MessageId; | ||
}); | ||
``` | ||
### listQueues | ||
@@ -274,0 +283,0 @@ ```js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
654975
391