@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.
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 +1 -1
@@ -55,7 +55,7 @@ declare const UpdatePackageConfigurationCommand_base: {
55
55
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
56
56
  *
57
57
  * @throws {@link ConflictException} (client fault)
58
- * <p>A resource with the same name already exists.</p>
58
+ * <p>The request conflicts with the current state of the resource.</p>
59
59
  *
60
60
  * @throws {@link InternalServerException} (server fault)
61
61
  * <p>Internal error from the service that indicates an unexpected error or that the service
@@ -66,7 +66,7 @@ declare const UpdatePackageVersionCommand_base: {
66
66
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
67
67
  *
68
68
  * @throws {@link ConflictException} (client fault)
69
- * <p>A resource with the same name already exists.</p>
69
+ * <p>The request conflicts with the current state of the resource.</p>
70
70
  *
71
71
  * @throws {@link InternalServerException} (server fault)
72
72
  * <p>Internal error from the service that indicates an unexpected error or that the service
@@ -20,6 +20,7 @@ export * from "./CreateAuthorizerCommand";
20
20
  export * from "./CreateBillingGroupCommand";
21
21
  export * from "./CreateCertificateFromCsrCommand";
22
22
  export * from "./CreateCertificateProviderCommand";
23
+ export * from "./CreateCommandCommand";
23
24
  export * from "./CreateCustomMetricCommand";
24
25
  export * from "./CreateDimensionCommand";
25
26
  export * from "./CreateDomainConfigurationCommand";
@@ -53,6 +54,8 @@ export * from "./DeleteBillingGroupCommand";
53
54
  export * from "./DeleteCACertificateCommand";
54
55
  export * from "./DeleteCertificateCommand";
55
56
  export * from "./DeleteCertificateProviderCommand";
57
+ export * from "./DeleteCommandCommand";
58
+ export * from "./DeleteCommandExecutionCommand";
56
59
  export * from "./DeleteCustomMetricCommand";
57
60
  export * from "./DeleteDimensionCommand";
58
61
  export * from "./DeleteDomainConfigurationCommand";
@@ -125,6 +128,8 @@ export * from "./EnableTopicRuleCommand";
125
128
  export * from "./GetBehaviorModelTrainingSummariesCommand";
126
129
  export * from "./GetBucketsAggregationCommand";
127
130
  export * from "./GetCardinalityCommand";
131
+ export * from "./GetCommandCommand";
132
+ export * from "./GetCommandExecutionCommand";
128
133
  export * from "./GetEffectivePoliciesCommand";
129
134
  export * from "./GetIndexingConfigurationCommand";
130
135
  export * from "./GetJobDocumentCommand";
@@ -154,6 +159,8 @@ export * from "./ListCACertificatesCommand";
154
159
  export * from "./ListCertificateProvidersCommand";
155
160
  export * from "./ListCertificatesByCACommand";
156
161
  export * from "./ListCertificatesCommand";
162
+ export * from "./ListCommandExecutionsCommand";
163
+ export * from "./ListCommandsCommand";
157
164
  export * from "./ListCustomMetricsCommand";
158
165
  export * from "./ListDetectMitigationActionsExecutionsCommand";
159
166
  export * from "./ListDetectMitigationActionsTasksCommand";
@@ -236,6 +243,7 @@ export * from "./UpdateBillingGroupCommand";
236
243
  export * from "./UpdateCACertificateCommand";
237
244
  export * from "./UpdateCertificateCommand";
238
245
  export * from "./UpdateCertificateProviderCommand";
246
+ export * from "./UpdateCommandCommand";
239
247
  export * from "./UpdateCustomMetricCommand";
240
248
  export * from "./UpdateDimensionCommand";
241
249
  export * from "./UpdateDomainConfigurationCommand";