@aws-sdk/client-medialive 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
@@ -1937,12 +1937,9 @@ var se_DeleteTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
1937
1937
  }, "se_DeleteTagsCommand");
1938
1938
  var se_DescribeAccountConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1939
1939
  const b = (0, import_core.requestBuilder)(input, context);
1940
- const headers = {
1941
- "content-type": "application/json"
1942
- };
1940
+ const headers = {};
1943
1941
  b.bp("/prod/accountConfiguration");
1944
1942
  let body;
1945
- body = "";
1946
1943
  b.m("GET").h(headers).b(body);
1947
1944
  return b.build();
1948
1945
  }, "se_DescribeAccountConfigurationCommand");
@@ -436,12 +436,9 @@ export const se_DeleteTagsCommand = async (input, context) => {
436
436
  };
437
437
  export const se_DescribeAccountConfigurationCommand = async (input, context) => {
438
438
  const b = rb(input, context);
439
- const headers = {
440
- "content-type": "application/json",
441
- };
439
+ const headers = {};
442
440
  b.bp("/prod/accountConfiguration");
443
441
  let body;
444
- body = "";
445
442
  b.m("GET").h(headers).b(body);
446
443
  return b.build();
447
444
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive 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-medialive",