@aws-sdk/client-iot 3.696.0 → 3.698.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 +64 -0
- package/dist-cjs/index.js +555 -0
- package/dist-es/IoT.js +16 -0
- package/dist-es/commands/CreateCommandCommand.js +22 -0
- package/dist-es/commands/DeleteCommandCommand.js +22 -0
- package/dist-es/commands/DeleteCommandExecutionCommand.js +22 -0
- package/dist-es/commands/GetCommandCommand.js +22 -0
- package/dist-es/commands/GetCommandExecutionCommand.js +22 -0
- package/dist-es/commands/ListCommandExecutionsCommand.js +22 -0
- package/dist-es/commands/ListCommandsCommand.js +22 -0
- package/dist-es/commands/UpdateCommandCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/models/models_1.js +12 -0
- package/dist-es/pagination/ListCommandExecutionsPaginator.js +4 -0
- package/dist-es/pagination/ListCommandsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +387 -0
- package/dist-types/IoT.d.ts +58 -0
- package/dist-types/IoTClient.d.ts +10 -2
- package/dist-types/commands/AssociateSbomWithPackageVersionCommand.d.ts +2 -2
- package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +4 -3
- package/dist-types/commands/CreateCommandCommand.d.ts +127 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreatePackageCommand.d.ts +2 -2
- package/dist-types/commands/CreatePackageVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCommandCommand.d.ts +84 -0
- package/dist-types/commands/DeleteCommandExecutionCommand.d.ts +87 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +6 -7
- package/dist-types/commands/DisassociateSbomFromPackageVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetCommandCommand.d.ts +121 -0
- package/dist-types/commands/GetCommandExecutionCommand.d.ts +117 -0
- package/dist-types/commands/ListCommandExecutionsCommand.d.ts +116 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +96 -0
- package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListDimensionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListFleetMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListIndicesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
- package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -2
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCommandCommand.d.ts +94 -0
- package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageVersionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +332 -236
- package/dist-types/models/models_1.d.ts +880 -784
- package/dist-types/models/models_2.d.ts +671 -11
- package/dist-types/pagination/ListCommandExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCommandsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/IoT.d.ts +138 -0
- package/dist-types/ts3.4/IoTClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateCommandCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCommandCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteCommandExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCommandCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCommandExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCommandCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -21
- package/dist-types/ts3.4/models/models_1.d.ts +148 -129
- package/dist-types/ts3.4/models/models_2.d.ts +147 -1
- package/dist-types/ts3.4/pagination/ListCommandExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +1 -1
|
@@ -91,6 +91,10 @@ import {
|
|
|
91
91
|
CreateCertificateProviderCommandInput,
|
|
92
92
|
CreateCertificateProviderCommandOutput,
|
|
93
93
|
} from "../commands/CreateCertificateProviderCommand";
|
|
94
|
+
import {
|
|
95
|
+
CreateCommandCommandInput,
|
|
96
|
+
CreateCommandCommandOutput,
|
|
97
|
+
} from "../commands/CreateCommandCommand";
|
|
94
98
|
import {
|
|
95
99
|
CreateCustomMetricCommandInput,
|
|
96
100
|
CreateCustomMetricCommandOutput,
|
|
@@ -223,6 +227,14 @@ import {
|
|
|
223
227
|
DeleteCertificateProviderCommandInput,
|
|
224
228
|
DeleteCertificateProviderCommandOutput,
|
|
225
229
|
} from "../commands/DeleteCertificateProviderCommand";
|
|
230
|
+
import {
|
|
231
|
+
DeleteCommandCommandInput,
|
|
232
|
+
DeleteCommandCommandOutput,
|
|
233
|
+
} from "../commands/DeleteCommandCommand";
|
|
234
|
+
import {
|
|
235
|
+
DeleteCommandExecutionCommandInput,
|
|
236
|
+
DeleteCommandExecutionCommandOutput,
|
|
237
|
+
} from "../commands/DeleteCommandExecutionCommand";
|
|
226
238
|
import {
|
|
227
239
|
DeleteCustomMetricCommandInput,
|
|
228
240
|
DeleteCustomMetricCommandOutput,
|
|
@@ -511,6 +523,14 @@ import {
|
|
|
511
523
|
GetCardinalityCommandInput,
|
|
512
524
|
GetCardinalityCommandOutput,
|
|
513
525
|
} from "../commands/GetCardinalityCommand";
|
|
526
|
+
import {
|
|
527
|
+
GetCommandCommandInput,
|
|
528
|
+
GetCommandCommandOutput,
|
|
529
|
+
} from "../commands/GetCommandCommand";
|
|
530
|
+
import {
|
|
531
|
+
GetCommandExecutionCommandInput,
|
|
532
|
+
GetCommandExecutionCommandOutput,
|
|
533
|
+
} from "../commands/GetCommandExecutionCommand";
|
|
514
534
|
import {
|
|
515
535
|
GetEffectivePoliciesCommandInput,
|
|
516
536
|
GetEffectivePoliciesCommandOutput,
|
|
@@ -627,6 +647,14 @@ import {
|
|
|
627
647
|
ListCertificatesCommandInput,
|
|
628
648
|
ListCertificatesCommandOutput,
|
|
629
649
|
} from "../commands/ListCertificatesCommand";
|
|
650
|
+
import {
|
|
651
|
+
ListCommandExecutionsCommandInput,
|
|
652
|
+
ListCommandExecutionsCommandOutput,
|
|
653
|
+
} from "../commands/ListCommandExecutionsCommand";
|
|
654
|
+
import {
|
|
655
|
+
ListCommandsCommandInput,
|
|
656
|
+
ListCommandsCommandOutput,
|
|
657
|
+
} from "../commands/ListCommandsCommand";
|
|
630
658
|
import {
|
|
631
659
|
ListCustomMetricsCommandInput,
|
|
632
660
|
ListCustomMetricsCommandOutput,
|
|
@@ -955,6 +983,10 @@ import {
|
|
|
955
983
|
UpdateCertificateProviderCommandInput,
|
|
956
984
|
UpdateCertificateProviderCommandOutput,
|
|
957
985
|
} from "../commands/UpdateCertificateProviderCommand";
|
|
986
|
+
import {
|
|
987
|
+
UpdateCommandCommandInput,
|
|
988
|
+
UpdateCommandCommandOutput,
|
|
989
|
+
} from "../commands/UpdateCommandCommand";
|
|
958
990
|
import {
|
|
959
991
|
UpdateCustomMetricCommandInput,
|
|
960
992
|
UpdateCustomMetricCommandOutput,
|
|
@@ -1135,6 +1167,10 @@ export declare const se_CreateCertificateProviderCommand: (
|
|
|
1135
1167
|
input: CreateCertificateProviderCommandInput,
|
|
1136
1168
|
context: __SerdeContext
|
|
1137
1169
|
) => Promise<__HttpRequest>;
|
|
1170
|
+
export declare const se_CreateCommandCommand: (
|
|
1171
|
+
input: CreateCommandCommandInput,
|
|
1172
|
+
context: __SerdeContext
|
|
1173
|
+
) => Promise<__HttpRequest>;
|
|
1138
1174
|
export declare const se_CreateCustomMetricCommand: (
|
|
1139
1175
|
input: CreateCustomMetricCommandInput,
|
|
1140
1176
|
context: __SerdeContext
|
|
@@ -1267,6 +1303,14 @@ export declare const se_DeleteCertificateProviderCommand: (
|
|
|
1267
1303
|
input: DeleteCertificateProviderCommandInput,
|
|
1268
1304
|
context: __SerdeContext
|
|
1269
1305
|
) => Promise<__HttpRequest>;
|
|
1306
|
+
export declare const se_DeleteCommandCommand: (
|
|
1307
|
+
input: DeleteCommandCommandInput,
|
|
1308
|
+
context: __SerdeContext
|
|
1309
|
+
) => Promise<__HttpRequest>;
|
|
1310
|
+
export declare const se_DeleteCommandExecutionCommand: (
|
|
1311
|
+
input: DeleteCommandExecutionCommandInput,
|
|
1312
|
+
context: __SerdeContext
|
|
1313
|
+
) => Promise<__HttpRequest>;
|
|
1270
1314
|
export declare const se_DeleteCustomMetricCommand: (
|
|
1271
1315
|
input: DeleteCustomMetricCommandInput,
|
|
1272
1316
|
context: __SerdeContext
|
|
@@ -1555,6 +1599,14 @@ export declare const se_GetCardinalityCommand: (
|
|
|
1555
1599
|
input: GetCardinalityCommandInput,
|
|
1556
1600
|
context: __SerdeContext
|
|
1557
1601
|
) => Promise<__HttpRequest>;
|
|
1602
|
+
export declare const se_GetCommandCommand: (
|
|
1603
|
+
input: GetCommandCommandInput,
|
|
1604
|
+
context: __SerdeContext
|
|
1605
|
+
) => Promise<__HttpRequest>;
|
|
1606
|
+
export declare const se_GetCommandExecutionCommand: (
|
|
1607
|
+
input: GetCommandExecutionCommandInput,
|
|
1608
|
+
context: __SerdeContext
|
|
1609
|
+
) => Promise<__HttpRequest>;
|
|
1558
1610
|
export declare const se_GetEffectivePoliciesCommand: (
|
|
1559
1611
|
input: GetEffectivePoliciesCommandInput,
|
|
1560
1612
|
context: __SerdeContext
|
|
@@ -1671,6 +1723,14 @@ export declare const se_ListCertificatesByCACommand: (
|
|
|
1671
1723
|
input: ListCertificatesByCACommandInput,
|
|
1672
1724
|
context: __SerdeContext
|
|
1673
1725
|
) => Promise<__HttpRequest>;
|
|
1726
|
+
export declare const se_ListCommandExecutionsCommand: (
|
|
1727
|
+
input: ListCommandExecutionsCommandInput,
|
|
1728
|
+
context: __SerdeContext
|
|
1729
|
+
) => Promise<__HttpRequest>;
|
|
1730
|
+
export declare const se_ListCommandsCommand: (
|
|
1731
|
+
input: ListCommandsCommandInput,
|
|
1732
|
+
context: __SerdeContext
|
|
1733
|
+
) => Promise<__HttpRequest>;
|
|
1674
1734
|
export declare const se_ListCustomMetricsCommand: (
|
|
1675
1735
|
input: ListCustomMetricsCommandInput,
|
|
1676
1736
|
context: __SerdeContext
|
|
@@ -1999,6 +2059,10 @@ export declare const se_UpdateCertificateProviderCommand: (
|
|
|
1999
2059
|
input: UpdateCertificateProviderCommandInput,
|
|
2000
2060
|
context: __SerdeContext
|
|
2001
2061
|
) => Promise<__HttpRequest>;
|
|
2062
|
+
export declare const se_UpdateCommandCommand: (
|
|
2063
|
+
input: UpdateCommandCommandInput,
|
|
2064
|
+
context: __SerdeContext
|
|
2065
|
+
) => Promise<__HttpRequest>;
|
|
2002
2066
|
export declare const se_UpdateCustomMetricCommand: (
|
|
2003
2067
|
input: UpdateCustomMetricCommandInput,
|
|
2004
2068
|
context: __SerdeContext
|
|
@@ -2179,6 +2243,10 @@ export declare const de_CreateCertificateProviderCommand: (
|
|
|
2179
2243
|
output: __HttpResponse,
|
|
2180
2244
|
context: __SerdeContext
|
|
2181
2245
|
) => Promise<CreateCertificateProviderCommandOutput>;
|
|
2246
|
+
export declare const de_CreateCommandCommand: (
|
|
2247
|
+
output: __HttpResponse,
|
|
2248
|
+
context: __SerdeContext
|
|
2249
|
+
) => Promise<CreateCommandCommandOutput>;
|
|
2182
2250
|
export declare const de_CreateCustomMetricCommand: (
|
|
2183
2251
|
output: __HttpResponse,
|
|
2184
2252
|
context: __SerdeContext
|
|
@@ -2311,6 +2379,14 @@ export declare const de_DeleteCertificateProviderCommand: (
|
|
|
2311
2379
|
output: __HttpResponse,
|
|
2312
2380
|
context: __SerdeContext
|
|
2313
2381
|
) => Promise<DeleteCertificateProviderCommandOutput>;
|
|
2382
|
+
export declare const de_DeleteCommandCommand: (
|
|
2383
|
+
output: __HttpResponse,
|
|
2384
|
+
context: __SerdeContext
|
|
2385
|
+
) => Promise<DeleteCommandCommandOutput>;
|
|
2386
|
+
export declare const de_DeleteCommandExecutionCommand: (
|
|
2387
|
+
output: __HttpResponse,
|
|
2388
|
+
context: __SerdeContext
|
|
2389
|
+
) => Promise<DeleteCommandExecutionCommandOutput>;
|
|
2314
2390
|
export declare const de_DeleteCustomMetricCommand: (
|
|
2315
2391
|
output: __HttpResponse,
|
|
2316
2392
|
context: __SerdeContext
|
|
@@ -2599,6 +2675,14 @@ export declare const de_GetCardinalityCommand: (
|
|
|
2599
2675
|
output: __HttpResponse,
|
|
2600
2676
|
context: __SerdeContext
|
|
2601
2677
|
) => Promise<GetCardinalityCommandOutput>;
|
|
2678
|
+
export declare const de_GetCommandCommand: (
|
|
2679
|
+
output: __HttpResponse,
|
|
2680
|
+
context: __SerdeContext
|
|
2681
|
+
) => Promise<GetCommandCommandOutput>;
|
|
2682
|
+
export declare const de_GetCommandExecutionCommand: (
|
|
2683
|
+
output: __HttpResponse,
|
|
2684
|
+
context: __SerdeContext
|
|
2685
|
+
) => Promise<GetCommandExecutionCommandOutput>;
|
|
2602
2686
|
export declare const de_GetEffectivePoliciesCommand: (
|
|
2603
2687
|
output: __HttpResponse,
|
|
2604
2688
|
context: __SerdeContext
|
|
@@ -2715,6 +2799,14 @@ export declare const de_ListCertificatesByCACommand: (
|
|
|
2715
2799
|
output: __HttpResponse,
|
|
2716
2800
|
context: __SerdeContext
|
|
2717
2801
|
) => Promise<ListCertificatesByCACommandOutput>;
|
|
2802
|
+
export declare const de_ListCommandExecutionsCommand: (
|
|
2803
|
+
output: __HttpResponse,
|
|
2804
|
+
context: __SerdeContext
|
|
2805
|
+
) => Promise<ListCommandExecutionsCommandOutput>;
|
|
2806
|
+
export declare const de_ListCommandsCommand: (
|
|
2807
|
+
output: __HttpResponse,
|
|
2808
|
+
context: __SerdeContext
|
|
2809
|
+
) => Promise<ListCommandsCommandOutput>;
|
|
2718
2810
|
export declare const de_ListCustomMetricsCommand: (
|
|
2719
2811
|
output: __HttpResponse,
|
|
2720
2812
|
context: __SerdeContext
|
|
@@ -3043,6 +3135,10 @@ export declare const de_UpdateCertificateProviderCommand: (
|
|
|
3043
3135
|
output: __HttpResponse,
|
|
3044
3136
|
context: __SerdeContext
|
|
3045
3137
|
) => Promise<UpdateCertificateProviderCommandOutput>;
|
|
3138
|
+
export declare const de_UpdateCommandCommand: (
|
|
3139
|
+
output: __HttpResponse,
|
|
3140
|
+
context: __SerdeContext
|
|
3141
|
+
) => Promise<UpdateCommandCommandOutput>;
|
|
3046
3142
|
export declare const de_UpdateCustomMetricCommand: (
|
|
3047
3143
|
output: __HttpResponse,
|
|
3048
3144
|
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.698.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",
|