@aws-sdk/client-iot-wireless 3.606.0 → 3.609.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
@@ -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.606.0",
4
+ "version": "3.609.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",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.606.0",
24
- "@aws-sdk/client-sts": "3.606.0",
25
- "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.600.0",
27
- "@aws-sdk/middleware-host-header": "3.598.0",
28
- "@aws-sdk/middleware-logger": "3.598.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
30
- "@aws-sdk/middleware-user-agent": "3.598.0",
31
- "@aws-sdk/region-config-resolver": "3.598.0",
32
- "@aws-sdk/types": "3.598.0",
33
- "@aws-sdk/util-endpoints": "3.598.0",
34
- "@aws-sdk/util-user-agent-browser": "3.598.0",
35
- "@aws-sdk/util-user-agent-node": "3.598.0",
36
- "@smithy/config-resolver": "^3.0.2",
37
- "@smithy/core": "^2.2.1",
38
- "@smithy/fetch-http-handler": "^3.0.2",
39
- "@smithy/hash-node": "^3.0.1",
40
- "@smithy/invalid-dependency": "^3.0.1",
41
- "@smithy/middleware-content-length": "^3.0.1",
42
- "@smithy/middleware-endpoint": "^3.0.2",
43
- "@smithy/middleware-retry": "^3.0.4",
44
- "@smithy/middleware-serde": "^3.0.1",
45
- "@smithy/middleware-stack": "^3.0.1",
46
- "@smithy/node-config-provider": "^3.1.1",
47
- "@smithy/node-http-handler": "^3.0.1",
48
- "@smithy/protocol-http": "^4.0.1",
49
- "@smithy/smithy-client": "^3.1.2",
50
- "@smithy/types": "^3.1.0",
51
- "@smithy/url-parser": "^3.0.1",
23
+ "@aws-sdk/client-sso-oidc": "3.609.0",
24
+ "@aws-sdk/client-sts": "3.609.0",
25
+ "@aws-sdk/core": "3.609.0",
26
+ "@aws-sdk/credential-provider-node": "3.609.0",
27
+ "@aws-sdk/middleware-host-header": "3.609.0",
28
+ "@aws-sdk/middleware-logger": "3.609.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
+ "@aws-sdk/middleware-user-agent": "3.609.0",
31
+ "@aws-sdk/region-config-resolver": "3.609.0",
32
+ "@aws-sdk/types": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.609.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
35
+ "@aws-sdk/util-user-agent-node": "3.609.0",
36
+ "@smithy/config-resolver": "^3.0.4",
37
+ "@smithy/core": "^2.2.4",
38
+ "@smithy/fetch-http-handler": "^3.2.0",
39
+ "@smithy/hash-node": "^3.0.3",
40
+ "@smithy/invalid-dependency": "^3.0.3",
41
+ "@smithy/middleware-content-length": "^3.0.3",
42
+ "@smithy/middleware-endpoint": "^3.0.4",
43
+ "@smithy/middleware-retry": "^3.0.7",
44
+ "@smithy/middleware-serde": "^3.0.3",
45
+ "@smithy/middleware-stack": "^3.0.3",
46
+ "@smithy/node-config-provider": "^3.1.3",
47
+ "@smithy/node-http-handler": "^3.1.1",
48
+ "@smithy/protocol-http": "^4.0.3",
49
+ "@smithy/smithy-client": "^3.1.5",
50
+ "@smithy/types": "^3.3.0",
51
+ "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.4",
56
- "@smithy/util-defaults-mode-node": "^3.0.4",
57
- "@smithy/util-endpoints": "^2.0.2",
58
- "@smithy/util-middleware": "^3.0.1",
59
- "@smithy/util-retry": "^3.0.1",
60
- "@smithy/util-stream": "^3.0.2",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
56
+ "@smithy/util-defaults-mode-node": "^3.0.7",
57
+ "@smithy/util-endpoints": "^2.0.4",
58
+ "@smithy/util-middleware": "^3.0.3",
59
+ "@smithy/util-retry": "^3.0.3",
60
+ "@smithy/util-stream": "^3.0.5",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"