@aws-sdk/client-iot 3.857.0 → 3.858.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 +16 -0
- package/dist-cjs/index.js +101 -0
- package/dist-es/IoT.js +4 -0
- package/dist-es/commands/DescribeEncryptionConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateEncryptionConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +51 -0
- package/dist-types/IoT.d.ts +15 -0
- package/dist-types/IoTClient.d.ts +4 -2
- package/dist-types/commands/CreateTopicRuleCommand.d.ts +3 -0
- package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEncryptionConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/ListCommandExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomMetricsCommand.d.ts +1 -2
- package/dist-types/commands/ListTopicRulesCommand.d.ts +3 -0
- package/dist-types/commands/TransferCertificateCommand.d.ts +18 -2
- package/dist-types/commands/UpdateEncryptionConfigurationCommand.d.ts +106 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +87 -131
- package/dist-types/models/models_2.d.ts +159 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/IoT.d.ts +35 -0
- package/dist-types/ts3.4/IoTClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeEncryptionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateEncryptionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +25 -28
- package/dist-types/ts3.4/models/models_2.d.ts +38 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +5 -5
|
@@ -407,6 +407,10 @@ import {
|
|
|
407
407
|
DescribeDomainConfigurationCommandInput,
|
|
408
408
|
DescribeDomainConfigurationCommandOutput,
|
|
409
409
|
} from "../commands/DescribeDomainConfigurationCommand";
|
|
410
|
+
import {
|
|
411
|
+
DescribeEncryptionConfigurationCommandInput,
|
|
412
|
+
DescribeEncryptionConfigurationCommandOutput,
|
|
413
|
+
} from "../commands/DescribeEncryptionConfigurationCommand";
|
|
410
414
|
import {
|
|
411
415
|
DescribeEndpointCommandInput,
|
|
412
416
|
DescribeEndpointCommandOutput,
|
|
@@ -1007,6 +1011,10 @@ import {
|
|
|
1007
1011
|
UpdateDynamicThingGroupCommandInput,
|
|
1008
1012
|
UpdateDynamicThingGroupCommandOutput,
|
|
1009
1013
|
} from "../commands/UpdateDynamicThingGroupCommand";
|
|
1014
|
+
import {
|
|
1015
|
+
UpdateEncryptionConfigurationCommandInput,
|
|
1016
|
+
UpdateEncryptionConfigurationCommandOutput,
|
|
1017
|
+
} from "../commands/UpdateEncryptionConfigurationCommand";
|
|
1010
1018
|
import {
|
|
1011
1019
|
UpdateEventConfigurationsCommandInput,
|
|
1012
1020
|
UpdateEventConfigurationsCommandOutput,
|
|
@@ -1487,6 +1495,10 @@ export declare const se_DescribeDomainConfigurationCommand: (
|
|
|
1487
1495
|
input: DescribeDomainConfigurationCommandInput,
|
|
1488
1496
|
context: __SerdeContext
|
|
1489
1497
|
) => Promise<__HttpRequest>;
|
|
1498
|
+
export declare const se_DescribeEncryptionConfigurationCommand: (
|
|
1499
|
+
input: DescribeEncryptionConfigurationCommandInput,
|
|
1500
|
+
context: __SerdeContext
|
|
1501
|
+
) => Promise<__HttpRequest>;
|
|
1490
1502
|
export declare const se_DescribeEndpointCommand: (
|
|
1491
1503
|
input: DescribeEndpointCommandInput,
|
|
1492
1504
|
context: __SerdeContext
|
|
@@ -2087,6 +2099,10 @@ export declare const se_UpdateDynamicThingGroupCommand: (
|
|
|
2087
2099
|
input: UpdateDynamicThingGroupCommandInput,
|
|
2088
2100
|
context: __SerdeContext
|
|
2089
2101
|
) => Promise<__HttpRequest>;
|
|
2102
|
+
export declare const se_UpdateEncryptionConfigurationCommand: (
|
|
2103
|
+
input: UpdateEncryptionConfigurationCommandInput,
|
|
2104
|
+
context: __SerdeContext
|
|
2105
|
+
) => Promise<__HttpRequest>;
|
|
2090
2106
|
export declare const se_UpdateEventConfigurationsCommand: (
|
|
2091
2107
|
input: UpdateEventConfigurationsCommandInput,
|
|
2092
2108
|
context: __SerdeContext
|
|
@@ -2567,6 +2583,10 @@ export declare const de_DescribeDomainConfigurationCommand: (
|
|
|
2567
2583
|
output: __HttpResponse,
|
|
2568
2584
|
context: __SerdeContext
|
|
2569
2585
|
) => Promise<DescribeDomainConfigurationCommandOutput>;
|
|
2586
|
+
export declare const de_DescribeEncryptionConfigurationCommand: (
|
|
2587
|
+
output: __HttpResponse,
|
|
2588
|
+
context: __SerdeContext
|
|
2589
|
+
) => Promise<DescribeEncryptionConfigurationCommandOutput>;
|
|
2570
2590
|
export declare const de_DescribeEndpointCommand: (
|
|
2571
2591
|
output: __HttpResponse,
|
|
2572
2592
|
context: __SerdeContext
|
|
@@ -3167,6 +3187,10 @@ export declare const de_UpdateDynamicThingGroupCommand: (
|
|
|
3167
3187
|
output: __HttpResponse,
|
|
3168
3188
|
context: __SerdeContext
|
|
3169
3189
|
) => Promise<UpdateDynamicThingGroupCommandOutput>;
|
|
3190
|
+
export declare const de_UpdateEncryptionConfigurationCommand: (
|
|
3191
|
+
output: __HttpResponse,
|
|
3192
|
+
context: __SerdeContext
|
|
3193
|
+
) => Promise<UpdateEncryptionConfigurationCommandOutput>;
|
|
3170
3194
|
export declare const de_UpdateEventConfigurationsCommand: (
|
|
3171
3195
|
output: __HttpResponse,
|
|
3172
3196
|
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.858.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,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.858.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.858.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.858.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
30
|
"@aws-sdk/types": "3.840.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.858.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.7.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.0",
|