@aws-sdk/client-iot 3.714.0 → 3.716.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/README.md +8 -0
- package/dist-cjs/index.js +80 -7
- package/dist-es/IoT.js +2 -0
- package/dist-es/commands/GetThingConnectivityDataCommand.js +23 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +24 -6
- package/dist-es/models/models_2.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +26 -0
- package/dist-types/IoT.d.ts +7 -0
- package/dist-types/IoTClient.d.ts +3 -2
- package/dist-types/commands/GetThingConnectivityDataCommand.d.ts +95 -0
- package/dist-types/commands/ListCommandExecutionsCommand.d.ts +18 -5
- package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4 -1
- package/dist-types/models/models_1.d.ts +69 -140
- package/dist-types/models/models_2.d.ts +141 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/IoT.d.ts +17 -0
- package/dist-types/ts3.4/IoTClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/GetThingConnectivityDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +33 -28
- package/dist-types/ts3.4/models/models_2.d.ts +28 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +12 -12
|
@@ -583,6 +583,10 @@ import {
|
|
|
583
583
|
GetStatisticsCommandInput,
|
|
584
584
|
GetStatisticsCommandOutput,
|
|
585
585
|
} from "../commands/GetStatisticsCommand";
|
|
586
|
+
import {
|
|
587
|
+
GetThingConnectivityDataCommandInput,
|
|
588
|
+
GetThingConnectivityDataCommandOutput,
|
|
589
|
+
} from "../commands/GetThingConnectivityDataCommand";
|
|
586
590
|
import {
|
|
587
591
|
GetTopicRuleCommandInput,
|
|
588
592
|
GetTopicRuleCommandOutput,
|
|
@@ -1659,6 +1663,10 @@ export declare const se_GetStatisticsCommand: (
|
|
|
1659
1663
|
input: GetStatisticsCommandInput,
|
|
1660
1664
|
context: __SerdeContext
|
|
1661
1665
|
) => Promise<__HttpRequest>;
|
|
1666
|
+
export declare const se_GetThingConnectivityDataCommand: (
|
|
1667
|
+
input: GetThingConnectivityDataCommandInput,
|
|
1668
|
+
context: __SerdeContext
|
|
1669
|
+
) => Promise<__HttpRequest>;
|
|
1662
1670
|
export declare const se_GetTopicRuleCommand: (
|
|
1663
1671
|
input: GetTopicRuleCommandInput,
|
|
1664
1672
|
context: __SerdeContext
|
|
@@ -2735,6 +2743,10 @@ export declare const de_GetStatisticsCommand: (
|
|
|
2735
2743
|
output: __HttpResponse,
|
|
2736
2744
|
context: __SerdeContext
|
|
2737
2745
|
) => Promise<GetStatisticsCommandOutput>;
|
|
2746
|
+
export declare const de_GetThingConnectivityDataCommand: (
|
|
2747
|
+
output: __HttpResponse,
|
|
2748
|
+
context: __SerdeContext
|
|
2749
|
+
) => Promise<GetThingConnectivityDataCommandOutput>;
|
|
2738
2750
|
export declare const de_GetTopicRuleCommand: (
|
|
2739
2751
|
output: __HttpResponse,
|
|
2740
2752
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.716.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",
|
|
@@ -20,40 +20,40 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.716.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.716.0",
|
|
25
|
+
"@aws-sdk/core": "3.716.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.716.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.716.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
32
|
"@aws-sdk/types": "3.714.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.716.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|
|
39
39
|
"@smithy/hash-node": "^3.0.11",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.11",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.13",
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.11",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.11",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.12",
|
|
47
47
|
"@smithy/node-http-handler": "^3.3.2",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.8",
|
|
49
|
-
"@smithy/smithy-client": "^3.5.
|
|
49
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
50
50
|
"@smithy/types": "^3.7.2",
|
|
51
51
|
"@smithy/url-parser": "^3.0.11",
|
|
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.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
57
57
|
"@smithy/util-endpoints": "^2.1.7",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.11",
|
|
59
59
|
"@smithy/util-retry": "^3.0.11",
|