@aws-sdk/client-service-catalog-appregistry 3.606.0 → 3.608.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
@@ -517,12 +517,9 @@ var se_GetAttributeGroupCommand = /* @__PURE__ */ __name(async (input, context)
517
517
  }, "se_GetAttributeGroupCommand");
518
518
  var se_GetConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
519
519
  const b = (0, import_core.requestBuilder)(input, context);
520
- const headers = {
521
- "content-type": "application/json"
522
- };
520
+ const headers = {};
523
521
  b.bp("/configuration");
524
522
  let body;
525
- body = "";
526
523
  b.m("GET").h(headers).b(body);
527
524
  return b.build();
528
525
  }, "se_GetConfigurationCommand");
@@ -138,12 +138,9 @@ export const se_GetAttributeGroupCommand = async (input, context) => {
138
138
  };
139
139
  export const se_GetConfigurationCommand = async (input, context) => {
140
140
  const b = rb(input, context);
141
- const headers = {
142
- "content-type": "application/json",
143
- };
141
+ const headers = {};
144
142
  b.bp("/configuration");
145
143
  let body;
146
- body = "";
147
144
  b.m("GET").h(headers).b(body);
148
145
  return b.build();
149
146
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog-appregistry",
3
3
  "description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
4
+ "version": "3.608.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-service-catalog-appregistry",