@aws-sdk/client-chime 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 +3 -12
- package/dist-es/protocols/Aws_restJson1.js +3 -12
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -3145,12 +3145,9 @@ var se_GetEventsConfigurationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3145
3145
|
}, "se_GetEventsConfigurationCommand");
|
|
3146
3146
|
var se_GetGlobalSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3147
3147
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3148
|
-
const headers = {
|
|
3149
|
-
"content-type": "application/json"
|
|
3150
|
-
};
|
|
3148
|
+
const headers = {};
|
|
3151
3149
|
b.bp("/settings");
|
|
3152
3150
|
let body;
|
|
3153
|
-
body = "";
|
|
3154
3151
|
b.m("GET").h(headers).b(body);
|
|
3155
3152
|
return b.build();
|
|
3156
3153
|
}, "se_GetGlobalSettingsCommand");
|
|
@@ -3174,12 +3171,9 @@ var se_GetMeetingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3174
3171
|
}, "se_GetMeetingCommand");
|
|
3175
3172
|
var se_GetMessagingSessionEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3176
3173
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3177
|
-
const headers = {
|
|
3178
|
-
"content-type": "application/json"
|
|
3179
|
-
};
|
|
3174
|
+
const headers = {};
|
|
3180
3175
|
b.bp("/endpoints/messaging-session");
|
|
3181
3176
|
let body;
|
|
3182
|
-
body = "";
|
|
3183
3177
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
3184
3178
|
if (context.disableHostPrefix !== true) {
|
|
3185
3179
|
resolvedHostname = "messaging-" + resolvedHostname;
|
|
@@ -3211,12 +3205,9 @@ var se_GetPhoneNumberOrderCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
3211
3205
|
}, "se_GetPhoneNumberOrderCommand");
|
|
3212
3206
|
var se_GetPhoneNumberSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3213
3207
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3214
|
-
const headers = {
|
|
3215
|
-
"content-type": "application/json"
|
|
3216
|
-
};
|
|
3208
|
+
const headers = {};
|
|
3217
3209
|
b.bp("/settings/phone-number");
|
|
3218
3210
|
let body;
|
|
3219
|
-
body = "";
|
|
3220
3211
|
b.m("GET").h(headers).b(body);
|
|
3221
3212
|
return b.build();
|
|
3222
3213
|
}, "se_GetPhoneNumberSettingsCommand");
|
|
@@ -1348,12 +1348,9 @@ export const se_GetEventsConfigurationCommand = async (input, context) => {
|
|
|
1348
1348
|
};
|
|
1349
1349
|
export const se_GetGlobalSettingsCommand = async (input, context) => {
|
|
1350
1350
|
const b = rb(input, context);
|
|
1351
|
-
const headers = {
|
|
1352
|
-
"content-type": "application/json",
|
|
1353
|
-
};
|
|
1351
|
+
const headers = {};
|
|
1354
1352
|
b.bp("/settings");
|
|
1355
1353
|
let body;
|
|
1356
|
-
body = "";
|
|
1357
1354
|
b.m("GET").h(headers).b(body);
|
|
1358
1355
|
return b.build();
|
|
1359
1356
|
};
|
|
@@ -1377,12 +1374,9 @@ export const se_GetMeetingCommand = async (input, context) => {
|
|
|
1377
1374
|
};
|
|
1378
1375
|
export const se_GetMessagingSessionEndpointCommand = async (input, context) => {
|
|
1379
1376
|
const b = rb(input, context);
|
|
1380
|
-
const headers = {
|
|
1381
|
-
"content-type": "application/json",
|
|
1382
|
-
};
|
|
1377
|
+
const headers = {};
|
|
1383
1378
|
b.bp("/endpoints/messaging-session");
|
|
1384
1379
|
let body;
|
|
1385
|
-
body = "";
|
|
1386
1380
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1387
1381
|
if (context.disableHostPrefix !== true) {
|
|
1388
1382
|
resolvedHostname = "messaging-" + resolvedHostname;
|
|
@@ -1414,12 +1408,9 @@ export const se_GetPhoneNumberOrderCommand = async (input, context) => {
|
|
|
1414
1408
|
};
|
|
1415
1409
|
export const se_GetPhoneNumberSettingsCommand = async (input, context) => {
|
|
1416
1410
|
const b = rb(input, context);
|
|
1417
|
-
const headers = {
|
|
1418
|
-
"content-type": "application/json",
|
|
1419
|
-
};
|
|
1411
|
+
const headers = {};
|
|
1420
1412
|
b.bp("/settings/phone-number");
|
|
1421
1413
|
let body;
|
|
1422
|
-
body = "";
|
|
1423
1414
|
b.m("GET").h(headers).b(body);
|
|
1424
1415
|
return b.build();
|
|
1425
1416
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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",
|