@aws-sdk/client-application-signals 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.
@@ -603,7 +603,7 @@ const se_Interval = (input, context) => {
603
603
  return models_0_1.Interval.visit(input, {
604
604
  CalendarInterval: (value) => ({ CalendarInterval: se_CalendarInterval(value, context) }),
605
605
  RollingInterval: (value) => ({ RollingInterval: (0, smithy_client_1._json)(value) }),
606
- _: (name, value) => ({ name: value }),
606
+ _: (name, value) => ({ [name]: value }),
607
607
  });
608
608
  };
609
609
  const se_RequestBasedServiceLevelIndicatorConfig = (input, context) => {
@@ -570,7 +570,7 @@ const se_Interval = (input, context) => {
570
570
  return Interval.visit(input, {
571
571
  CalendarInterval: (value) => ({ CalendarInterval: se_CalendarInterval(value, context) }),
572
572
  RollingInterval: (value) => ({ RollingInterval: _json(value) }),
573
- _: (name, value) => ({ name: value }),
573
+ _: (name, value) => ({ [name]: value }),
574
574
  });
575
575
  };
576
576
  const se_RequestBasedServiceLevelIndicatorConfig = (input, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-signals",
3
3
  "description": "AWS SDK for JavaScript Application Signals 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": "tsc -p tsconfig.cjs.json",