@aws-sdk/client-iot-data-plane 3.775.0 → 3.777.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-types/commands/DeleteThingShadowCommand.d.ts +1 -0
- package/dist-types/commands/GetRetainedMessageCommand.d.ts +1 -0
- package/dist-types/commands/GetThingShadowCommand.d.ts +1 -0
- package/dist-types/commands/ListNamedShadowsForThingCommand.d.ts +1 -0
- package/dist-types/commands/ListRetainedMessagesCommand.d.ts +1 -0
- package/dist-types/commands/PublishCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThingShadowCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -88,6 +88,7 @@ declare const DeleteThingShadowCommand_base: {
|
|
|
88
88
|
* @throws {@link IoTDataPlaneServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from IoTDataPlane service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DeleteThingShadowCommand extends DeleteThingShadowCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetRetainedMessageCommand_base: {
|
|
|
85
85
|
* @throws {@link IoTDataPlaneServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from IoTDataPlane service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetRetainedMessageCommand extends GetRetainedMessageCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetThingShadowCommand_base: {
|
|
|
89
89
|
* @throws {@link IoTDataPlaneServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from IoTDataPlane service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetThingShadowCommand extends GetThingShadowCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListNamedShadowsForThingCommand_base: {
|
|
|
82
82
|
* @throws {@link IoTDataPlaneServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from IoTDataPlane service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListNamedShadowsForThingCommand extends ListNamedShadowsForThingCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListRetainedMessagesCommand_base: {
|
|
|
90
90
|
* @throws {@link IoTDataPlaneServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from IoTDataPlane service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListRetainedMessagesCommand extends ListRetainedMessagesCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const PublishCommand_base: {
|
|
|
88
88
|
* @throws {@link IoTDataPlaneServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from IoTDataPlane service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class PublishCommand extends PublishCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const UpdateThingShadowCommand_base: {
|
|
|
99
99
|
* @throws {@link IoTDataPlaneServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from IoTDataPlane service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateThingShadowCommand extends UpdateThingShadowCommand_base {
|
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.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|