@aws-sdk/client-amp 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
@@ -1519,7 +1519,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1519
1519
  var se_ScrapeConfiguration = /* @__PURE__ */ __name((input, context) => {
1520
1520
  return ScrapeConfiguration.visit(input, {
1521
1521
  configurationBlob: (value) => ({ configurationBlob: context.base64Encoder(value) }),
1522
- _: (name, value) => ({ name: value })
1522
+ _: (name, value) => ({ [name]: value })
1523
1523
  });
1524
1524
  }, "se_ScrapeConfiguration");
1525
1525
  var de_AlertManagerDefinitionDescription = /* @__PURE__ */ __name((output, context) => {
@@ -873,7 +873,7 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
873
873
  const se_ScrapeConfiguration = (input, context) => {
874
874
  return ScrapeConfiguration.visit(input, {
875
875
  configurationBlob: (value) => ({ configurationBlob: context.base64Encoder(value) }),
876
- _: (name, value) => ({ name: value }),
876
+ _: (name, value) => ({ [name]: value }),
877
877
  });
878
878
  };
879
879
  const de_AlertManagerDefinitionDescription = (output, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amp",
3
3
  "description": "AWS SDK for JavaScript Amp 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-amp",