@aws-sdk/client-resource-groups 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
@@ -435,12 +435,9 @@ var se_DeleteGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
435
435
  }, "se_DeleteGroupCommand");
436
436
  var se_GetAccountSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
437
437
  const b = (0, import_core.requestBuilder)(input, context);
438
- const headers = {
439
- "content-type": "application/json"
440
- };
438
+ const headers = {};
441
439
  b.bp("/get-account-settings");
442
440
  let body;
443
- body = "";
444
441
  b.m("POST").h(headers).b(body);
445
442
  return b.build();
446
443
  }, "se_GetAccountSettingsCommand");
@@ -36,12 +36,9 @@ export const se_DeleteGroupCommand = async (input, context) => {
36
36
  };
37
37
  export const se_GetAccountSettingsCommand = async (input, context) => {
38
38
  const b = rb(input, context);
39
- const headers = {
40
- "content-type": "application/json",
41
- };
39
+ const headers = {};
42
40
  b.bp("/get-account-settings");
43
41
  let body;
44
- body = "";
45
42
  b.m("POST").h(headers).b(body);
46
43
  return b.build();
47
44
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-groups",
3
3
  "description": "AWS SDK for JavaScript Resource Groups 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-resource-groups",