@aws-sdk/client-iot 3.696.0 → 3.699.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.
Files changed (91) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +555 -0
  3. package/dist-es/IoT.js +16 -0
  4. package/dist-es/commands/CreateCommandCommand.js +22 -0
  5. package/dist-es/commands/DeleteCommandCommand.js +22 -0
  6. package/dist-es/commands/DeleteCommandExecutionCommand.js +22 -0
  7. package/dist-es/commands/GetCommandCommand.js +22 -0
  8. package/dist-es/commands/GetCommandExecutionCommand.js +22 -0
  9. package/dist-es/commands/ListCommandExecutionsCommand.js +22 -0
  10. package/dist-es/commands/ListCommandsCommand.js +22 -0
  11. package/dist-es/commands/UpdateCommandCommand.js +22 -0
  12. package/dist-es/commands/index.js +8 -0
  13. package/dist-es/models/models_0.js +4 -0
  14. package/dist-es/models/models_1.js +12 -0
  15. package/dist-es/pagination/ListCommandExecutionsPaginator.js +4 -0
  16. package/dist-es/pagination/ListCommandsPaginator.js +4 -0
  17. package/dist-es/pagination/index.js +2 -0
  18. package/dist-es/protocols/Aws_restJson1.js +387 -0
  19. package/dist-types/IoT.d.ts +58 -0
  20. package/dist-types/IoTClient.d.ts +10 -2
  21. package/dist-types/commands/AssociateSbomWithPackageVersionCommand.d.ts +2 -2
  22. package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +4 -3
  23. package/dist-types/commands/CreateCommandCommand.d.ts +127 -0
  24. package/dist-types/commands/CreateJobTemplateCommand.d.ts +1 -1
  25. package/dist-types/commands/CreatePackageCommand.d.ts +2 -2
  26. package/dist-types/commands/CreatePackageVersionCommand.d.ts +2 -2
  27. package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteCommandCommand.d.ts +84 -0
  31. package/dist-types/commands/DeleteCommandExecutionCommand.d.ts +87 -0
  32. package/dist-types/commands/DeleteJobCommand.d.ts +6 -7
  33. package/dist-types/commands/DisassociateSbomFromPackageVersionCommand.d.ts +1 -1
  34. package/dist-types/commands/GetCommandCommand.d.ts +121 -0
  35. package/dist-types/commands/GetCommandExecutionCommand.d.ts +117 -0
  36. package/dist-types/commands/ListCommandExecutionsCommand.d.ts +116 -0
  37. package/dist-types/commands/ListCommandsCommand.d.ts +96 -0
  38. package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +1 -1
  40. package/dist-types/commands/ListDimensionsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListFleetMetricsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListIndicesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
  45. package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
  46. package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -2
  47. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateCommandCommand.d.ts +94 -0
  49. package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdatePackageVersionCommand.d.ts +1 -1
  52. package/dist-types/commands/index.d.ts +8 -0
  53. package/dist-types/models/models_0.d.ts +332 -236
  54. package/dist-types/models/models_1.d.ts +880 -784
  55. package/dist-types/models/models_2.d.ts +671 -11
  56. package/dist-types/pagination/ListCommandExecutionsPaginator.d.ts +7 -0
  57. package/dist-types/pagination/ListCommandsPaginator.d.ts +7 -0
  58. package/dist-types/pagination/index.d.ts +2 -0
  59. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  60. package/dist-types/ts3.4/IoT.d.ts +138 -0
  61. package/dist-types/ts3.4/IoTClient.d.ts +48 -0
  62. package/dist-types/ts3.4/commands/CreateCommandCommand.d.ts +50 -0
  63. package/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DeleteCommandCommand.d.ts +50 -0
  67. package/dist-types/ts3.4/commands/DeleteCommandExecutionCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/GetCommandCommand.d.ts +47 -0
  69. package/dist-types/ts3.4/commands/GetCommandExecutionCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +47 -0
  72. package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -4
  73. package/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +4 -2
  81. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/UpdateCommandCommand.d.ts +50 -0
  83. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  84. package/dist-types/ts3.4/models/models_0.d.ts +39 -21
  85. package/dist-types/ts3.4/models/models_1.d.ts +148 -129
  86. package/dist-types/ts3.4/models/models_2.d.ts +147 -1
  87. package/dist-types/ts3.4/pagination/ListCommandExecutionsPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  91. package/package.json +4 -4
@@ -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.696.0",
4
+ "version": "3.699.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,10 +20,10 @@
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.696.0",
24
- "@aws-sdk/client-sts": "3.696.0",
23
+ "@aws-sdk/client-sso-oidc": "3.699.0",
24
+ "@aws-sdk/client-sts": "3.699.0",
25
25
  "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.699.0",
27
27
  "@aws-sdk/middleware-host-header": "3.696.0",
28
28
  "@aws-sdk/middleware-logger": "3.696.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.696.0",