@aws-sdk/client-sqs 3.687.0 → 3.689.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.
package/dist-cjs/index.js CHANGED
@@ -1894,7 +1894,8 @@ var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path,
1894
1894
  function sharedHeaders(operation) {
1895
1895
  return {
1896
1896
  "content-type": "application/x-amz-json-1.0",
1897
- "x-amz-target": `AmazonSQS.${operation}`
1897
+ "x-amz-target": `AmazonSQS.${operation}`,
1898
+ "x-amzn-query-mode": "true"
1898
1899
  };
1899
1900
  }
1900
1901
  __name(sharedHeaders, "sharedHeaders");
@@ -1153,6 +1153,7 @@ function sharedHeaders(operation) {
1153
1153
  return {
1154
1154
  "content-type": "application/x-amz-json-1.0",
1155
1155
  "x-amz-target": `AmazonSQS.${operation}`,
1156
+ "x-amzn-query-mode": "true",
1156
1157
  };
1157
1158
  }
1158
1159
  const populateBodyWithQueryCompatibility = (parsedOutput, headers) => {
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.687.0",
4
+ "version": "3.689.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",
@@ -27,7 +27,7 @@
27
27
  "@aws-sdk/middleware-host-header": "3.686.0",
28
28
  "@aws-sdk/middleware-logger": "3.686.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
- "@aws-sdk/middleware-sdk-sqs": "3.686.0",
30
+ "@aws-sdk/middleware-sdk-sqs": "3.689.0",
31
31
  "@aws-sdk/middleware-user-agent": "3.687.0",
32
32
  "@aws-sdk/region-config-resolver": "3.686.0",
33
33
  "@aws-sdk/types": "3.686.0",