@aws-sdk/client-sqs 3.535.0 → 3.536.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -807,8 +807,9 @@ export interface DeleteMessageRequest {
|
|
|
807
807
|
}
|
|
808
808
|
/**
|
|
809
809
|
* <p>The specified receipt handle isn't valid for the current version.</p>
|
|
810
|
-
*
|
|
810
|
+
*
|
|
811
811
|
* @deprecated exception has been included in ReceiptHandleIsInvalid
|
|
812
|
+
* @public
|
|
812
813
|
*/
|
|
813
814
|
export declare class InvalidIdFormat extends __BaseException {
|
|
814
815
|
readonly name: "InvalidIdFormat";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sqs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.536.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
|