@aws-sdk/client-chime-sdk-messaging 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
@@ -1378,12 +1378,9 @@ var se_GetChannelMessageStatusCommand = /* @__PURE__ */ __name(async (input, con
1378
1378
  }, "se_GetChannelMessageStatusCommand");
1379
1379
  var se_GetMessagingSessionEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
1380
1380
  const b = (0, import_core.requestBuilder)(input, context);
1381
- const headers = {
1382
- "content-type": "application/json"
1383
- };
1381
+ const headers = {};
1384
1382
  b.bp("/endpoints/messaging-session");
1385
1383
  let body;
1386
- body = "";
1387
1384
  b.m("GET").h(headers).b(body);
1388
1385
  return b.build();
1389
1386
  }, "se_GetMessagingSessionEndpointCommand");
@@ -376,12 +376,9 @@ export const se_GetChannelMessageStatusCommand = async (input, context) => {
376
376
  };
377
377
  export const se_GetMessagingSessionEndpointCommand = async (input, context) => {
378
378
  const b = rb(input, context);
379
- const headers = {
380
- "content-type": "application/json",
381
- };
379
+ const headers = {};
382
380
  b.bp("/endpoints/messaging-session");
383
381
  let body;
384
- body = "";
385
382
  b.m("GET").h(headers).b(body);
386
383
  return b.build();
387
384
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-messaging",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Messaging 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-chime-sdk-messaging",