@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
|
@@ -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>
|
|
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>
|
|
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";
|