@aws-sdk/client-iot-data-plane 3.651.1 → 3.658.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.
@@ -91,4 +91,15 @@ declare const DeleteThingShadowCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class DeleteThingShadowCommand extends DeleteThingShadowCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DeleteThingShadowRequest;
98
+ output: DeleteThingShadowResponse;
99
+ };
100
+ sdk: {
101
+ input: DeleteThingShadowCommandInput;
102
+ output: DeleteThingShadowCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -88,4 +88,15 @@ declare const GetRetainedMessageCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetRetainedMessageCommand extends GetRetainedMessageCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetRetainedMessageRequest;
95
+ output: GetRetainedMessageResponse;
96
+ };
97
+ sdk: {
98
+ input: GetRetainedMessageCommandInput;
99
+ output: GetRetainedMessageCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -92,4 +92,15 @@ declare const GetThingShadowCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class GetThingShadowCommand extends GetThingShadowCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: GetThingShadowRequest;
99
+ output: GetThingShadowResponse;
100
+ };
101
+ sdk: {
102
+ input: GetThingShadowCommandInput;
103
+ output: GetThingShadowCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -85,4 +85,15 @@ declare const ListNamedShadowsForThingCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListNamedShadowsForThingCommand extends ListNamedShadowsForThingCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListNamedShadowsForThingRequest;
92
+ output: ListNamedShadowsForThingResponse;
93
+ };
94
+ sdk: {
95
+ input: ListNamedShadowsForThingCommandInput;
96
+ output: ListNamedShadowsForThingCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -93,4 +93,15 @@ declare const ListRetainedMessagesCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListRetainedMessagesCommand extends ListRetainedMessagesCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListRetainedMessagesRequest;
100
+ output: ListRetainedMessagesResponse;
101
+ };
102
+ sdk: {
103
+ input: ListRetainedMessagesCommandInput;
104
+ output: ListRetainedMessagesCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -91,4 +91,15 @@ declare const PublishCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class PublishCommand extends PublishCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: PublishRequest;
98
+ output: {};
99
+ };
100
+ sdk: {
101
+ input: PublishCommandInput;
102
+ output: PublishCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -102,4 +102,15 @@ declare const UpdateThingShadowCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class UpdateThingShadowCommand extends UpdateThingShadowCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: UpdateThingShadowRequest;
109
+ output: UpdateThingShadowResponse;
110
+ };
111
+ sdk: {
112
+ input: UpdateThingShadowCommandInput;
113
+ output: UpdateThingShadowCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -44,4 +44,15 @@ declare const DeleteThingShadowCommand_base: {
44
44
  >;
45
45
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
46
46
  };
47
- export declare class DeleteThingShadowCommand extends DeleteThingShadowCommand_base {}
47
+ export declare class DeleteThingShadowCommand extends DeleteThingShadowCommand_base {
48
+ protected static __types: {
49
+ api: {
50
+ input: DeleteThingShadowRequest;
51
+ output: DeleteThingShadowResponse;
52
+ };
53
+ sdk: {
54
+ input: DeleteThingShadowCommandInput;
55
+ output: DeleteThingShadowCommandOutput;
56
+ };
57
+ };
58
+ }
@@ -37,4 +37,15 @@ declare const GetRetainedMessageCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRetainedMessageCommand extends GetRetainedMessageCommand_base {}
40
+ export declare class GetRetainedMessageCommand extends GetRetainedMessageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRetainedMessageRequest;
44
+ output: GetRetainedMessageResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRetainedMessageCommandInput;
48
+ output: GetRetainedMessageCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -43,4 +43,15 @@ declare const GetThingShadowCommand_base: {
43
43
  >;
44
44
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
45
45
  };
46
- export declare class GetThingShadowCommand extends GetThingShadowCommand_base {}
46
+ export declare class GetThingShadowCommand extends GetThingShadowCommand_base {
47
+ protected static __types: {
48
+ api: {
49
+ input: GetThingShadowRequest;
50
+ output: GetThingShadowResponse;
51
+ };
52
+ sdk: {
53
+ input: GetThingShadowCommandInput;
54
+ output: GetThingShadowCommandOutput;
55
+ };
56
+ };
57
+ }
@@ -37,4 +37,15 @@ declare const ListNamedShadowsForThingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListNamedShadowsForThingCommand extends ListNamedShadowsForThingCommand_base {}
40
+ export declare class ListNamedShadowsForThingCommand extends ListNamedShadowsForThingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListNamedShadowsForThingRequest;
44
+ output: ListNamedShadowsForThingResponse;
45
+ };
46
+ sdk: {
47
+ input: ListNamedShadowsForThingCommandInput;
48
+ output: ListNamedShadowsForThingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRetainedMessagesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRetainedMessagesCommand extends ListRetainedMessagesCommand_base {}
40
+ export declare class ListRetainedMessagesCommand extends ListRetainedMessagesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRetainedMessagesRequest;
44
+ output: ListRetainedMessagesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRetainedMessagesCommandInput;
48
+ output: ListRetainedMessagesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PublishCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PublishCommand extends PublishCommand_base {}
39
+ export declare class PublishCommand extends PublishCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PublishRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: PublishCommandInput;
47
+ output: PublishCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -53,4 +53,15 @@ declare const UpdateThingShadowCommand_base: {
53
53
  >;
54
54
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
55
55
  };
56
- export declare class UpdateThingShadowCommand extends UpdateThingShadowCommand_base {}
56
+ export declare class UpdateThingShadowCommand extends UpdateThingShadowCommand_base {
57
+ protected static __types: {
58
+ api: {
59
+ input: UpdateThingShadowRequest;
60
+ output: UpdateThingShadowResponse;
61
+ };
62
+ sdk: {
63
+ input: UpdateThingShadowCommandInput;
64
+ output: UpdateThingShadowCommandOutput;
65
+ };
66
+ };
67
+ }
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.651.1",
4
+ "version": "3.658.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,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.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
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.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
60
- "@smithy/util-stream": "^3.1.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
+ "@smithy/util-stream": "^3.1.6",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },