@aws-sdk/client-iot-wireless 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 +4 -16
- package/dist-es/protocols/Aws_restJson1.js +4 -16
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1361,12 +1361,9 @@ var se_GetDeviceProfileCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1361
1361
|
}, "se_GetDeviceProfileCommand");
|
|
1362
1362
|
var se_GetEventConfigurationByResourceTypesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1363
1363
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1364
|
-
const headers = {
|
|
1365
|
-
"content-type": "application/json"
|
|
1366
|
-
};
|
|
1364
|
+
const headers = {};
|
|
1367
1365
|
b.bp("/event-configurations-resource-types");
|
|
1368
1366
|
let body;
|
|
1369
|
-
body = "";
|
|
1370
1367
|
b.m("GET").h(headers).b(body);
|
|
1371
1368
|
return b.build();
|
|
1372
1369
|
}, "se_GetEventConfigurationByResourceTypesCommand");
|
|
@@ -1381,23 +1378,17 @@ var se_GetFuotaTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1381
1378
|
}, "se_GetFuotaTaskCommand");
|
|
1382
1379
|
var se_GetLogLevelsByResourceTypesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1383
1380
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1384
|
-
const headers = {
|
|
1385
|
-
"content-type": "application/json"
|
|
1386
|
-
};
|
|
1381
|
+
const headers = {};
|
|
1387
1382
|
b.bp("/log-levels");
|
|
1388
1383
|
let body;
|
|
1389
|
-
body = "";
|
|
1390
1384
|
b.m("GET").h(headers).b(body);
|
|
1391
1385
|
return b.build();
|
|
1392
1386
|
}, "se_GetLogLevelsByResourceTypesCommand");
|
|
1393
1387
|
var se_GetMetricConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1394
1388
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1395
|
-
const headers = {
|
|
1396
|
-
"content-type": "application/json"
|
|
1397
|
-
};
|
|
1389
|
+
const headers = {};
|
|
1398
1390
|
b.bp("/metric-configuration");
|
|
1399
1391
|
let body;
|
|
1400
|
-
body = "";
|
|
1401
1392
|
b.m("GET").h(headers).b(body);
|
|
1402
1393
|
return b.build();
|
|
1403
1394
|
}, "se_GetMetricConfigurationCommand");
|
|
@@ -1901,12 +1892,9 @@ var se_PutResourceLogLevelCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1901
1892
|
}, "se_PutResourceLogLevelCommand");
|
|
1902
1893
|
var se_ResetAllResourceLogLevelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1903
1894
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1904
|
-
const headers = {
|
|
1905
|
-
"content-type": "application/json"
|
|
1906
|
-
};
|
|
1895
|
+
const headers = {};
|
|
1907
1896
|
b.bp("/log-levels");
|
|
1908
1897
|
let body;
|
|
1909
|
-
body = "";
|
|
1910
1898
|
b.m("DELETE").h(headers).b(body);
|
|
1911
1899
|
return b.build();
|
|
1912
1900
|
}, "se_ResetAllResourceLogLevelsCommand");
|
|
@@ -506,12 +506,9 @@ export const se_GetDeviceProfileCommand = async (input, context) => {
|
|
|
506
506
|
};
|
|
507
507
|
export const se_GetEventConfigurationByResourceTypesCommand = async (input, context) => {
|
|
508
508
|
const b = rb(input, context);
|
|
509
|
-
const headers = {
|
|
510
|
-
"content-type": "application/json",
|
|
511
|
-
};
|
|
509
|
+
const headers = {};
|
|
512
510
|
b.bp("/event-configurations-resource-types");
|
|
513
511
|
let body;
|
|
514
|
-
body = "";
|
|
515
512
|
b.m("GET").h(headers).b(body);
|
|
516
513
|
return b.build();
|
|
517
514
|
};
|
|
@@ -526,23 +523,17 @@ export const se_GetFuotaTaskCommand = async (input, context) => {
|
|
|
526
523
|
};
|
|
527
524
|
export const se_GetLogLevelsByResourceTypesCommand = async (input, context) => {
|
|
528
525
|
const b = rb(input, context);
|
|
529
|
-
const headers = {
|
|
530
|
-
"content-type": "application/json",
|
|
531
|
-
};
|
|
526
|
+
const headers = {};
|
|
532
527
|
b.bp("/log-levels");
|
|
533
528
|
let body;
|
|
534
|
-
body = "";
|
|
535
529
|
b.m("GET").h(headers).b(body);
|
|
536
530
|
return b.build();
|
|
537
531
|
};
|
|
538
532
|
export const se_GetMetricConfigurationCommand = async (input, context) => {
|
|
539
533
|
const b = rb(input, context);
|
|
540
|
-
const headers = {
|
|
541
|
-
"content-type": "application/json",
|
|
542
|
-
};
|
|
534
|
+
const headers = {};
|
|
543
535
|
b.bp("/metric-configuration");
|
|
544
536
|
let body;
|
|
545
|
-
body = "";
|
|
546
537
|
b.m("GET").h(headers).b(body);
|
|
547
538
|
return b.build();
|
|
548
539
|
};
|
|
@@ -1038,12 +1029,9 @@ export const se_PutResourceLogLevelCommand = async (input, context) => {
|
|
|
1038
1029
|
};
|
|
1039
1030
|
export const se_ResetAllResourceLogLevelsCommand = async (input, context) => {
|
|
1040
1031
|
const b = rb(input, context);
|
|
1041
|
-
const headers = {
|
|
1042
|
-
"content-type": "application/json",
|
|
1043
|
-
};
|
|
1032
|
+
const headers = {};
|
|
1044
1033
|
b.bp("/log-levels");
|
|
1045
1034
|
let body;
|
|
1046
|
-
body = "";
|
|
1047
1035
|
b.m("DELETE").h(headers).b(body);
|
|
1048
1036
|
return b.build();
|
|
1049
1037
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-wireless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Wireless 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-iot-wireless",
|