@aws-sdk/client-iot-data-plane 3.649.0 → 3.650.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 +7 -21
- package/dist-es/commands/DeleteThingShadowCommand.js +1 -3
- package/dist-es/commands/GetRetainedMessageCommand.js +1 -3
- package/dist-es/commands/GetThingShadowCommand.js +1 -3
- package/dist-es/commands/ListNamedShadowsForThingCommand.js +1 -3
- package/dist-es/commands/ListRetainedMessagesCommand.js +1 -3
- package/dist-es/commands/PublishCommand.js +1 -3
- package/dist-es/commands/UpdateThingShadowCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -784,9 +784,7 @@ var _xampfi = "x-amz-mqtt5-payload-format-indicator";
|
|
|
784
784
|
var _xamup = "x-amz-mqtt5-user-properties";
|
|
785
785
|
|
|
786
786
|
// src/commands/DeleteThingShadowCommand.ts
|
|
787
|
-
var _DeleteThingShadowCommand = class _DeleteThingShadowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
788
|
-
...commonParams
|
|
789
|
-
}).m(function(Command, cs, config, o) {
|
|
787
|
+
var _DeleteThingShadowCommand = class _DeleteThingShadowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
790
788
|
return [
|
|
791
789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
792
790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -800,9 +798,7 @@ var DeleteThingShadowCommand = _DeleteThingShadowCommand;
|
|
|
800
798
|
|
|
801
799
|
|
|
802
800
|
|
|
803
|
-
var _GetRetainedMessageCommand = class _GetRetainedMessageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
804
|
-
...commonParams
|
|
805
|
-
}).m(function(Command, cs, config, o) {
|
|
801
|
+
var _GetRetainedMessageCommand = class _GetRetainedMessageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
806
802
|
return [
|
|
807
803
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
808
804
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -816,9 +812,7 @@ var GetRetainedMessageCommand = _GetRetainedMessageCommand;
|
|
|
816
812
|
|
|
817
813
|
|
|
818
814
|
|
|
819
|
-
var _GetThingShadowCommand = class _GetThingShadowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
820
|
-
...commonParams
|
|
821
|
-
}).m(function(Command, cs, config, o) {
|
|
815
|
+
var _GetThingShadowCommand = class _GetThingShadowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
822
816
|
return [
|
|
823
817
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
824
818
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -832,9 +826,7 @@ var GetThingShadowCommand = _GetThingShadowCommand;
|
|
|
832
826
|
|
|
833
827
|
|
|
834
828
|
|
|
835
|
-
var _ListNamedShadowsForThingCommand = class _ListNamedShadowsForThingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
836
|
-
...commonParams
|
|
837
|
-
}).m(function(Command, cs, config, o) {
|
|
829
|
+
var _ListNamedShadowsForThingCommand = class _ListNamedShadowsForThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
838
830
|
return [
|
|
839
831
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
840
832
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -848,9 +840,7 @@ var ListNamedShadowsForThingCommand = _ListNamedShadowsForThingCommand;
|
|
|
848
840
|
|
|
849
841
|
|
|
850
842
|
|
|
851
|
-
var _ListRetainedMessagesCommand = class _ListRetainedMessagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
852
|
-
...commonParams
|
|
853
|
-
}).m(function(Command, cs, config, o) {
|
|
843
|
+
var _ListRetainedMessagesCommand = class _ListRetainedMessagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
854
844
|
return [
|
|
855
845
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
856
846
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -864,9 +854,7 @@ var ListRetainedMessagesCommand = _ListRetainedMessagesCommand;
|
|
|
864
854
|
|
|
865
855
|
|
|
866
856
|
|
|
867
|
-
var _PublishCommand = class _PublishCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
868
|
-
...commonParams
|
|
869
|
-
}).m(function(Command, cs, config, o) {
|
|
857
|
+
var _PublishCommand = class _PublishCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
870
858
|
return [
|
|
871
859
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
872
860
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -880,9 +868,7 @@ var PublishCommand = _PublishCommand;
|
|
|
880
868
|
|
|
881
869
|
|
|
882
870
|
|
|
883
|
-
var _UpdateThingShadowCommand = class _UpdateThingShadowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
884
|
-
...commonParams
|
|
885
|
-
}).m(function(Command, cs, config, o) {
|
|
871
|
+
var _UpdateThingShadowCommand = class _UpdateThingShadowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
886
872
|
return [
|
|
887
873
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
888
874
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DeleteThingShadowCommand, se_DeleteThingShadowCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteThingShadowCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRetainedMessageCommand, se_GetRetainedMessageCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRetainedMessageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetThingShadowCommand, se_GetThingShadowCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetThingShadowCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListNamedShadowsForThingCommand, se_ListNamedShadowsForThingCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListNamedShadowsForThingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRetainedMessagesCommand, se_ListRetainedMessagesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRetainedMessagesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PublishCommand, se_PublishCommand } from "../protocols/Aws_restJson1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PublishCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateThingShadowCommand, se_UpdateThingShadowCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateThingShadowCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-data-plane",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Data Plane Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-data-plane",
|
|
@@ -20,10 +20,10 @@
|
|
|
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.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|