@aws-sdk/client-xray 3.750.0 → 3.751.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
@@ -1888,7 +1888,7 @@ var de_TooManyTagsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, con
1888
1888
  var se_IndexingRuleValueUpdate = /* @__PURE__ */ __name((input, context) => {
1889
1889
  return IndexingRuleValueUpdate.visit(input, {
1890
1890
  Probabilistic: (value) => ({ Probabilistic: se_ProbabilisticRuleValueUpdate(value, context) }),
1891
- _: (name, value) => ({ name: value })
1891
+ _: (name, value) => ({ [name]: value })
1892
1892
  });
1893
1893
  }, "se_IndexingRuleValueUpdate");
1894
1894
  var se_ProbabilisticRuleValueUpdate = /* @__PURE__ */ __name((input, context) => {
@@ -1269,7 +1269,7 @@ const de_TooManyTagsExceptionRes = async (parsedOutput, context) => {
1269
1269
  const se_IndexingRuleValueUpdate = (input, context) => {
1270
1270
  return IndexingRuleValueUpdate.visit(input, {
1271
1271
  Probabilistic: (value) => ({ Probabilistic: se_ProbabilisticRuleValueUpdate(value, context) }),
1272
- _: (name, value) => ({ name: value }),
1272
+ _: (name, value) => ({ [name]: value }),
1273
1273
  });
1274
1274
  };
1275
1275
  const se_ProbabilisticRuleValueUpdate = (input, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-xray",
3
3
  "description": "AWS SDK for JavaScript Xray Client for Node.js, Browser and React Native",
4
- "version": "3.750.0",
4
+ "version": "3.751.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-xray",