@aws-sdk/client-detective 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
@@ -625,12 +625,9 @@ var se_DescribeOrganizationConfigurationCommand = /* @__PURE__ */ __name(async (
625
625
  }, "se_DescribeOrganizationConfigurationCommand");
626
626
  var se_DisableOrganizationAdminAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
627
627
  const b = (0, import_core.requestBuilder)(input, context);
628
- const headers = {
629
- "content-type": "application/json"
630
- };
628
+ const headers = {};
631
629
  b.bp("/orgs/disableAdminAccount");
632
630
  let body;
633
- body = "";
634
631
  b.m("POST").h(headers).b(body);
635
632
  return b.build();
636
633
  }, "se_DisableOrganizationAdminAccountCommand");
@@ -114,12 +114,9 @@ export const se_DescribeOrganizationConfigurationCommand = async (input, context
114
114
  };
115
115
  export const se_DisableOrganizationAdminAccountCommand = async (input, context) => {
116
116
  const b = rb(input, context);
117
- const headers = {
118
- "content-type": "application/json",
119
- };
117
+ const headers = {};
120
118
  b.bp("/orgs/disableAdminAccount");
121
119
  let body;
122
- body = "";
123
120
  b.m("POST").h(headers).b(body);
124
121
  return b.build();
125
122
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-detective",
3
3
  "description": "AWS SDK for JavaScript Detective 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-detective",