@aws-sdk/client-application-discovery-service 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
@@ -1253,7 +1253,7 @@ var se_ExportPreferences = /* @__PURE__ */ __name((input, context) => {
1253
1253
  ec2RecommendationsPreferences: (value) => ({
1254
1254
  ec2RecommendationsPreferences: se_Ec2RecommendationsExportPreferences(value, context)
1255
1255
  }),
1256
- _: (name, value) => ({ name: value })
1256
+ _: (name, value) => ({ [name]: value })
1257
1257
  });
1258
1258
  }, "se_ExportPreferences");
1259
1259
  var se_StartExportTaskRequest = /* @__PURE__ */ __name((input, context) => {
@@ -687,7 +687,7 @@ const se_ExportPreferences = (input, context) => {
687
687
  ec2RecommendationsPreferences: (value) => ({
688
688
  ec2RecommendationsPreferences: se_Ec2RecommendationsExportPreferences(value, context),
689
689
  }),
690
- _: (name, value) => ({ name: value }),
690
+ _: (name, value) => ({ [name]: value }),
691
691
  });
692
692
  };
693
693
  const se_StartExportTaskRequest = (input, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-discovery-service",
3
3
  "description": "AWS SDK for JavaScript Application Discovery Service 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-application-discovery-service",