@aws-sdk/client-iot-events 3.600.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
|
@@ -586,12 +586,9 @@ var se_DescribeInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
586
586
|
}, "se_DescribeInputCommand");
|
|
587
587
|
var se_DescribeLoggingOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
588
588
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
589
|
-
const headers = {
|
|
590
|
-
"content-type": "application/json"
|
|
591
|
-
};
|
|
589
|
+
const headers = {};
|
|
592
590
|
b.bp("/logging");
|
|
593
591
|
let body;
|
|
594
|
-
body = "";
|
|
595
592
|
b.m("GET").h(headers).b(body);
|
|
596
593
|
return b.build();
|
|
597
594
|
}, "se_DescribeLoggingOptionsCommand");
|
|
@@ -131,12 +131,9 @@ export const se_DescribeInputCommand = async (input, context) => {
|
|
|
131
131
|
};
|
|
132
132
|
export const se_DescribeLoggingOptionsCommand = async (input, context) => {
|
|
133
133
|
const b = rb(input, context);
|
|
134
|
-
const headers = {
|
|
135
|
-
"content-type": "application/json",
|
|
136
|
-
};
|
|
134
|
+
const headers = {};
|
|
137
135
|
b.bp("/logging");
|
|
138
136
|
let body;
|
|
139
|
-
body = "";
|
|
140
137
|
b.m("GET").h(headers).b(body);
|
|
141
138
|
return b.build();
|
|
142
139
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events 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-events",
|
|
@@ -20,8 +20,8 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|