@aws-sdk/client-iotsitewise 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
|
@@ -1642,12 +1642,9 @@ var se_DescribeDashboardCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1642
1642
|
}, "se_DescribeDashboardCommand");
|
|
1643
1643
|
var se_DescribeDefaultEncryptionConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1644
1644
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1645
|
-
const headers = {
|
|
1646
|
-
"content-type": "application/json"
|
|
1647
|
-
};
|
|
1645
|
+
const headers = {};
|
|
1648
1646
|
b.bp("/configuration/account/encryption");
|
|
1649
1647
|
let body;
|
|
1650
|
-
body = "";
|
|
1651
1648
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1652
1649
|
if (context.disableHostPrefix !== true) {
|
|
1653
1650
|
resolvedHostname = "api." + resolvedHostname;
|
|
@@ -1696,12 +1693,9 @@ var se_DescribeGatewayCapabilityConfigurationCommand = /* @__PURE__ */ __name(as
|
|
|
1696
1693
|
}, "se_DescribeGatewayCapabilityConfigurationCommand");
|
|
1697
1694
|
var se_DescribeLoggingOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1698
1695
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1699
|
-
const headers = {
|
|
1700
|
-
"content-type": "application/json"
|
|
1701
|
-
};
|
|
1696
|
+
const headers = {};
|
|
1702
1697
|
b.bp("/logging");
|
|
1703
1698
|
let body;
|
|
1704
|
-
body = "";
|
|
1705
1699
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1706
1700
|
if (context.disableHostPrefix !== true) {
|
|
1707
1701
|
resolvedHostname = "api." + resolvedHostname;
|
|
@@ -1749,12 +1743,9 @@ var se_DescribeProjectCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1749
1743
|
}, "se_DescribeProjectCommand");
|
|
1750
1744
|
var se_DescribeStorageConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1751
1745
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1752
|
-
const headers = {
|
|
1753
|
-
"content-type": "application/json"
|
|
1754
|
-
};
|
|
1746
|
+
const headers = {};
|
|
1755
1747
|
b.bp("/configuration/account/storage");
|
|
1756
1748
|
let body;
|
|
1757
|
-
body = "";
|
|
1758
1749
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1759
1750
|
if (context.disableHostPrefix !== true) {
|
|
1760
1751
|
resolvedHostname = "api." + resolvedHostname;
|
|
@@ -782,12 +782,9 @@ export const se_DescribeDashboardCommand = async (input, context) => {
|
|
|
782
782
|
};
|
|
783
783
|
export const se_DescribeDefaultEncryptionConfigurationCommand = async (input, context) => {
|
|
784
784
|
const b = rb(input, context);
|
|
785
|
-
const headers = {
|
|
786
|
-
"content-type": "application/json",
|
|
787
|
-
};
|
|
785
|
+
const headers = {};
|
|
788
786
|
b.bp("/configuration/account/encryption");
|
|
789
787
|
let body;
|
|
790
|
-
body = "";
|
|
791
788
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
792
789
|
if (context.disableHostPrefix !== true) {
|
|
793
790
|
resolvedHostname = "api." + resolvedHostname;
|
|
@@ -836,12 +833,9 @@ export const se_DescribeGatewayCapabilityConfigurationCommand = async (input, co
|
|
|
836
833
|
};
|
|
837
834
|
export const se_DescribeLoggingOptionsCommand = async (input, context) => {
|
|
838
835
|
const b = rb(input, context);
|
|
839
|
-
const headers = {
|
|
840
|
-
"content-type": "application/json",
|
|
841
|
-
};
|
|
836
|
+
const headers = {};
|
|
842
837
|
b.bp("/logging");
|
|
843
838
|
let body;
|
|
844
|
-
body = "";
|
|
845
839
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
846
840
|
if (context.disableHostPrefix !== true) {
|
|
847
841
|
resolvedHostname = "api." + resolvedHostname;
|
|
@@ -889,12 +883,9 @@ export const se_DescribeProjectCommand = async (input, context) => {
|
|
|
889
883
|
};
|
|
890
884
|
export const se_DescribeStorageConfigurationCommand = async (input, context) => {
|
|
891
885
|
const b = rb(input, context);
|
|
892
|
-
const headers = {
|
|
893
|
-
"content-type": "application/json",
|
|
894
|
-
};
|
|
886
|
+
const headers = {};
|
|
895
887
|
b.bp("/configuration/account/storage");
|
|
896
888
|
let body;
|
|
897
|
-
body = "";
|
|
898
889
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
899
890
|
if (context.disableHostPrefix !== true) {
|
|
900
891
|
resolvedHostname = "api." + resolvedHostname;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsitewise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsitewise 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-iotsitewise",
|