@aws-sdk/client-iot 3.694.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 +35 -35
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListCommandExecutionsCommandInput, ListCommandExecutionsCommandOutput } from "../commands/ListCommandExecutionsCommand";
3
+ import { IoTPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCommandExecutions: (config: IoTPaginationConfiguration, input: ListCommandExecutionsCommandInput, ...rest: any[]) => Paginator<ListCommandExecutionsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListCommandsCommandInput, ListCommandsCommandOutput } from "../commands/ListCommandsCommand";
3
+ import { IoTPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCommands: (config: IoTPaginationConfiguration, input: ListCommandsCommandInput, ...rest: any[]) => Paginator<ListCommandsCommandOutput>;
@@ -12,6 +12,8 @@ export * from "./ListBillingGroupsPaginator";
12
12
  export * from "./ListCACertificatesPaginator";
13
13
  export * from "./ListCertificatesByCAPaginator";
14
14
  export * from "./ListCertificatesPaginator";
15
+ export * from "./ListCommandExecutionsPaginator";
16
+ export * from "./ListCommandsPaginator";
15
17
  export * from "./ListCustomMetricsPaginator";
16
18
  export * from "./ListDetectMitigationActionsExecutionsPaginator";
17
19
  export * from "./ListDetectMitigationActionsTasksPaginator";
@@ -22,6 +22,7 @@ import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "../
22
22
  import { CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput } from "../commands/CreateBillingGroupCommand";
23
23
  import { CreateCertificateFromCsrCommandInput, CreateCertificateFromCsrCommandOutput } from "../commands/CreateCertificateFromCsrCommand";
24
24
  import { CreateCertificateProviderCommandInput, CreateCertificateProviderCommandOutput } from "../commands/CreateCertificateProviderCommand";
25
+ import { CreateCommandCommandInput, CreateCommandCommandOutput } from "../commands/CreateCommandCommand";
25
26
  import { CreateCustomMetricCommandInput, CreateCustomMetricCommandOutput } from "../commands/CreateCustomMetricCommand";
26
27
  import { CreateDimensionCommandInput, CreateDimensionCommandOutput } from "../commands/CreateDimensionCommand";
27
28
  import { CreateDomainConfigurationCommandInput, CreateDomainConfigurationCommandOutput } from "../commands/CreateDomainConfigurationCommand";
@@ -55,6 +56,8 @@ import { DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput } from
55
56
  import { DeleteCACertificateCommandInput, DeleteCACertificateCommandOutput } from "../commands/DeleteCACertificateCommand";
56
57
  import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
57
58
  import { DeleteCertificateProviderCommandInput, DeleteCertificateProviderCommandOutput } from "../commands/DeleteCertificateProviderCommand";
59
+ import { DeleteCommandCommandInput, DeleteCommandCommandOutput } from "../commands/DeleteCommandCommand";
60
+ import { DeleteCommandExecutionCommandInput, DeleteCommandExecutionCommandOutput } from "../commands/DeleteCommandExecutionCommand";
58
61
  import { DeleteCustomMetricCommandInput, DeleteCustomMetricCommandOutput } from "../commands/DeleteCustomMetricCommand";
59
62
  import { DeleteDimensionCommandInput, DeleteDimensionCommandOutput } from "../commands/DeleteDimensionCommand";
60
63
  import { DeleteDomainConfigurationCommandInput, DeleteDomainConfigurationCommandOutput } from "../commands/DeleteDomainConfigurationCommand";
@@ -127,6 +130,8 @@ import { EnableTopicRuleCommandInput, EnableTopicRuleCommandOutput } from "../co
127
130
  import { GetBehaviorModelTrainingSummariesCommandInput, GetBehaviorModelTrainingSummariesCommandOutput } from "../commands/GetBehaviorModelTrainingSummariesCommand";
128
131
  import { GetBucketsAggregationCommandInput, GetBucketsAggregationCommandOutput } from "../commands/GetBucketsAggregationCommand";
129
132
  import { GetCardinalityCommandInput, GetCardinalityCommandOutput } from "../commands/GetCardinalityCommand";
133
+ import { GetCommandCommandInput, GetCommandCommandOutput } from "../commands/GetCommandCommand";
134
+ import { GetCommandExecutionCommandInput, GetCommandExecutionCommandOutput } from "../commands/GetCommandExecutionCommand";
130
135
  import { GetEffectivePoliciesCommandInput, GetEffectivePoliciesCommandOutput } from "../commands/GetEffectivePoliciesCommand";
131
136
  import { GetIndexingConfigurationCommandInput, GetIndexingConfigurationCommandOutput } from "../commands/GetIndexingConfigurationCommand";
132
137
  import { GetJobDocumentCommandInput, GetJobDocumentCommandOutput } from "../commands/GetJobDocumentCommand";
@@ -156,6 +161,8 @@ import { ListCACertificatesCommandInput, ListCACertificatesCommandOutput } from
156
161
  import { ListCertificateProvidersCommandInput, ListCertificateProvidersCommandOutput } from "../commands/ListCertificateProvidersCommand";
157
162
  import { ListCertificatesByCACommandInput, ListCertificatesByCACommandOutput } from "../commands/ListCertificatesByCACommand";
158
163
  import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
164
+ import { ListCommandExecutionsCommandInput, ListCommandExecutionsCommandOutput } from "../commands/ListCommandExecutionsCommand";
165
+ import { ListCommandsCommandInput, ListCommandsCommandOutput } from "../commands/ListCommandsCommand";
159
166
  import { ListCustomMetricsCommandInput, ListCustomMetricsCommandOutput } from "../commands/ListCustomMetricsCommand";
160
167
  import { ListDetectMitigationActionsExecutionsCommandInput, ListDetectMitigationActionsExecutionsCommandOutput } from "../commands/ListDetectMitigationActionsExecutionsCommand";
161
168
  import { ListDetectMitigationActionsTasksCommandInput, ListDetectMitigationActionsTasksCommandOutput } from "../commands/ListDetectMitigationActionsTasksCommand";
@@ -238,6 +245,7 @@ import { UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput } from
238
245
  import { UpdateCACertificateCommandInput, UpdateCACertificateCommandOutput } from "../commands/UpdateCACertificateCommand";
239
246
  import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "../commands/UpdateCertificateCommand";
240
247
  import { UpdateCertificateProviderCommandInput, UpdateCertificateProviderCommandOutput } from "../commands/UpdateCertificateProviderCommand";
248
+ import { UpdateCommandCommandInput, UpdateCommandCommandOutput } from "../commands/UpdateCommandCommand";
241
249
  import { UpdateCustomMetricCommandInput, UpdateCustomMetricCommandOutput } from "../commands/UpdateCustomMetricCommand";
242
250
  import { UpdateDimensionCommandInput, UpdateDimensionCommandOutput } from "../commands/UpdateDimensionCommand";
243
251
  import { UpdateDomainConfigurationCommandInput, UpdateDomainConfigurationCommandOutput } from "../commands/UpdateDomainConfigurationCommand";
@@ -349,6 +357,10 @@ export declare const se_CreateCertificateFromCsrCommand: (input: CreateCertifica
349
357
  * serializeAws_restJson1CreateCertificateProviderCommand
350
358
  */
351
359
  export declare const se_CreateCertificateProviderCommand: (input: CreateCertificateProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
+ /**
361
+ * serializeAws_restJson1CreateCommandCommand
362
+ */
363
+ export declare const se_CreateCommandCommand: (input: CreateCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
364
  /**
353
365
  * serializeAws_restJson1CreateCustomMetricCommand
354
366
  */
@@ -481,6 +493,14 @@ export declare const se_DeleteCertificateCommand: (input: DeleteCertificateComma
481
493
  * serializeAws_restJson1DeleteCertificateProviderCommand
482
494
  */
483
495
  export declare const se_DeleteCertificateProviderCommand: (input: DeleteCertificateProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
496
+ /**
497
+ * serializeAws_restJson1DeleteCommandCommand
498
+ */
499
+ export declare const se_DeleteCommandCommand: (input: DeleteCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
500
+ /**
501
+ * serializeAws_restJson1DeleteCommandExecutionCommand
502
+ */
503
+ export declare const se_DeleteCommandExecutionCommand: (input: DeleteCommandExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
484
504
  /**
485
505
  * serializeAws_restJson1DeleteCustomMetricCommand
486
506
  */
@@ -769,6 +789,14 @@ export declare const se_GetBucketsAggregationCommand: (input: GetBucketsAggregat
769
789
  * serializeAws_restJson1GetCardinalityCommand
770
790
  */
771
791
  export declare const se_GetCardinalityCommand: (input: GetCardinalityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
792
+ /**
793
+ * serializeAws_restJson1GetCommandCommand
794
+ */
795
+ export declare const se_GetCommandCommand: (input: GetCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
796
+ /**
797
+ * serializeAws_restJson1GetCommandExecutionCommand
798
+ */
799
+ export declare const se_GetCommandExecutionCommand: (input: GetCommandExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
772
800
  /**
773
801
  * serializeAws_restJson1GetEffectivePoliciesCommand
774
802
  */
@@ -885,6 +913,14 @@ export declare const se_ListCertificatesCommand: (input: ListCertificatesCommand
885
913
  * serializeAws_restJson1ListCertificatesByCACommand
886
914
  */
887
915
  export declare const se_ListCertificatesByCACommand: (input: ListCertificatesByCACommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
916
+ /**
917
+ * serializeAws_restJson1ListCommandExecutionsCommand
918
+ */
919
+ export declare const se_ListCommandExecutionsCommand: (input: ListCommandExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
920
+ /**
921
+ * serializeAws_restJson1ListCommandsCommand
922
+ */
923
+ export declare const se_ListCommandsCommand: (input: ListCommandsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
888
924
  /**
889
925
  * serializeAws_restJson1ListCustomMetricsCommand
890
926
  */
@@ -1213,6 +1249,10 @@ export declare const se_UpdateCertificateCommand: (input: UpdateCertificateComma
1213
1249
  * serializeAws_restJson1UpdateCertificateProviderCommand
1214
1250
  */
1215
1251
  export declare const se_UpdateCertificateProviderCommand: (input: UpdateCertificateProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1252
+ /**
1253
+ * serializeAws_restJson1UpdateCommandCommand
1254
+ */
1255
+ export declare const se_UpdateCommandCommand: (input: UpdateCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1216
1256
  /**
1217
1257
  * serializeAws_restJson1UpdateCustomMetricCommand
1218
1258
  */
@@ -1393,6 +1433,10 @@ export declare const de_CreateCertificateFromCsrCommand: (output: __HttpResponse
1393
1433
  * deserializeAws_restJson1CreateCertificateProviderCommand
1394
1434
  */
1395
1435
  export declare const de_CreateCertificateProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCertificateProviderCommandOutput>;
1436
+ /**
1437
+ * deserializeAws_restJson1CreateCommandCommand
1438
+ */
1439
+ export declare const de_CreateCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCommandCommandOutput>;
1396
1440
  /**
1397
1441
  * deserializeAws_restJson1CreateCustomMetricCommand
1398
1442
  */
@@ -1525,6 +1569,14 @@ export declare const de_DeleteCertificateCommand: (output: __HttpResponse, conte
1525
1569
  * deserializeAws_restJson1DeleteCertificateProviderCommand
1526
1570
  */
1527
1571
  export declare const de_DeleteCertificateProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateProviderCommandOutput>;
1572
+ /**
1573
+ * deserializeAws_restJson1DeleteCommandCommand
1574
+ */
1575
+ export declare const de_DeleteCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCommandCommandOutput>;
1576
+ /**
1577
+ * deserializeAws_restJson1DeleteCommandExecutionCommand
1578
+ */
1579
+ export declare const de_DeleteCommandExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCommandExecutionCommandOutput>;
1528
1580
  /**
1529
1581
  * deserializeAws_restJson1DeleteCustomMetricCommand
1530
1582
  */
@@ -1813,6 +1865,14 @@ export declare const de_GetBucketsAggregationCommand: (output: __HttpResponse, c
1813
1865
  * deserializeAws_restJson1GetCardinalityCommand
1814
1866
  */
1815
1867
  export declare const de_GetCardinalityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCardinalityCommandOutput>;
1868
+ /**
1869
+ * deserializeAws_restJson1GetCommandCommand
1870
+ */
1871
+ export declare const de_GetCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommandCommandOutput>;
1872
+ /**
1873
+ * deserializeAws_restJson1GetCommandExecutionCommand
1874
+ */
1875
+ export declare const de_GetCommandExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommandExecutionCommandOutput>;
1816
1876
  /**
1817
1877
  * deserializeAws_restJson1GetEffectivePoliciesCommand
1818
1878
  */
@@ -1929,6 +1989,14 @@ export declare const de_ListCertificatesCommand: (output: __HttpResponse, contex
1929
1989
  * deserializeAws_restJson1ListCertificatesByCACommand
1930
1990
  */
1931
1991
  export declare const de_ListCertificatesByCACommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesByCACommandOutput>;
1992
+ /**
1993
+ * deserializeAws_restJson1ListCommandExecutionsCommand
1994
+ */
1995
+ export declare const de_ListCommandExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCommandExecutionsCommandOutput>;
1996
+ /**
1997
+ * deserializeAws_restJson1ListCommandsCommand
1998
+ */
1999
+ export declare const de_ListCommandsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCommandsCommandOutput>;
1932
2000
  /**
1933
2001
  * deserializeAws_restJson1ListCustomMetricsCommand
1934
2002
  */
@@ -2257,6 +2325,10 @@ export declare const de_UpdateCertificateCommand: (output: __HttpResponse, conte
2257
2325
  * deserializeAws_restJson1UpdateCertificateProviderCommand
2258
2326
  */
2259
2327
  export declare const de_UpdateCertificateProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateProviderCommandOutput>;
2328
+ /**
2329
+ * deserializeAws_restJson1UpdateCommandCommand
2330
+ */
2331
+ export declare const de_UpdateCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCommandCommandOutput>;
2260
2332
  /**
2261
2333
  * deserializeAws_restJson1UpdateCustomMetricCommand
2262
2334
  */
@@ -87,6 +87,10 @@ import {
87
87
  CreateCertificateProviderCommandInput,
88
88
  CreateCertificateProviderCommandOutput,
89
89
  } from "./commands/CreateCertificateProviderCommand";
90
+ import {
91
+ CreateCommandCommandInput,
92
+ CreateCommandCommandOutput,
93
+ } from "./commands/CreateCommandCommand";
90
94
  import {
91
95
  CreateCustomMetricCommandInput,
92
96
  CreateCustomMetricCommandOutput,
@@ -219,6 +223,14 @@ import {
219
223
  DeleteCertificateProviderCommandInput,
220
224
  DeleteCertificateProviderCommandOutput,
221
225
  } from "./commands/DeleteCertificateProviderCommand";
226
+ import {
227
+ DeleteCommandCommandInput,
228
+ DeleteCommandCommandOutput,
229
+ } from "./commands/DeleteCommandCommand";
230
+ import {
231
+ DeleteCommandExecutionCommandInput,
232
+ DeleteCommandExecutionCommandOutput,
233
+ } from "./commands/DeleteCommandExecutionCommand";
222
234
  import {
223
235
  DeleteCustomMetricCommandInput,
224
236
  DeleteCustomMetricCommandOutput,
@@ -507,6 +519,14 @@ import {
507
519
  GetCardinalityCommandInput,
508
520
  GetCardinalityCommandOutput,
509
521
  } from "./commands/GetCardinalityCommand";
522
+ import {
523
+ GetCommandCommandInput,
524
+ GetCommandCommandOutput,
525
+ } from "./commands/GetCommandCommand";
526
+ import {
527
+ GetCommandExecutionCommandInput,
528
+ GetCommandExecutionCommandOutput,
529
+ } from "./commands/GetCommandExecutionCommand";
510
530
  import {
511
531
  GetEffectivePoliciesCommandInput,
512
532
  GetEffectivePoliciesCommandOutput,
@@ -623,6 +643,14 @@ import {
623
643
  ListCertificatesCommandInput,
624
644
  ListCertificatesCommandOutput,
625
645
  } from "./commands/ListCertificatesCommand";
646
+ import {
647
+ ListCommandExecutionsCommandInput,
648
+ ListCommandExecutionsCommandOutput,
649
+ } from "./commands/ListCommandExecutionsCommand";
650
+ import {
651
+ ListCommandsCommandInput,
652
+ ListCommandsCommandOutput,
653
+ } from "./commands/ListCommandsCommand";
626
654
  import {
627
655
  ListCustomMetricsCommandInput,
628
656
  ListCustomMetricsCommandOutput,
@@ -951,6 +979,10 @@ import {
951
979
  UpdateCertificateProviderCommandInput,
952
980
  UpdateCertificateProviderCommandOutput,
953
981
  } from "./commands/UpdateCertificateProviderCommand";
982
+ import {
983
+ UpdateCommandCommandInput,
984
+ UpdateCommandCommandOutput,
985
+ } from "./commands/UpdateCommandCommand";
954
986
  import {
955
987
  UpdateCustomMetricCommandInput,
956
988
  UpdateCustomMetricCommandOutput,
@@ -1340,6 +1372,19 @@ export interface IoT {
1340
1372
  options: __HttpHandlerOptions,
1341
1373
  cb: (err: any, data?: CreateCertificateProviderCommandOutput) => void
1342
1374
  ): void;
1375
+ createCommand(
1376
+ args: CreateCommandCommandInput,
1377
+ options?: __HttpHandlerOptions
1378
+ ): Promise<CreateCommandCommandOutput>;
1379
+ createCommand(
1380
+ args: CreateCommandCommandInput,
1381
+ cb: (err: any, data?: CreateCommandCommandOutput) => void
1382
+ ): void;
1383
+ createCommand(
1384
+ args: CreateCommandCommandInput,
1385
+ options: __HttpHandlerOptions,
1386
+ cb: (err: any, data?: CreateCommandCommandOutput) => void
1387
+ ): void;
1343
1388
  createCustomMetric(
1344
1389
  args: CreateCustomMetricCommandInput,
1345
1390
  options?: __HttpHandlerOptions
@@ -1777,6 +1822,32 @@ export interface IoT {
1777
1822
  options: __HttpHandlerOptions,
1778
1823
  cb: (err: any, data?: DeleteCertificateProviderCommandOutput) => void
1779
1824
  ): void;
1825
+ deleteCommand(
1826
+ args: DeleteCommandCommandInput,
1827
+ options?: __HttpHandlerOptions
1828
+ ): Promise<DeleteCommandCommandOutput>;
1829
+ deleteCommand(
1830
+ args: DeleteCommandCommandInput,
1831
+ cb: (err: any, data?: DeleteCommandCommandOutput) => void
1832
+ ): void;
1833
+ deleteCommand(
1834
+ args: DeleteCommandCommandInput,
1835
+ options: __HttpHandlerOptions,
1836
+ cb: (err: any, data?: DeleteCommandCommandOutput) => void
1837
+ ): void;
1838
+ deleteCommandExecution(
1839
+ args: DeleteCommandExecutionCommandInput,
1840
+ options?: __HttpHandlerOptions
1841
+ ): Promise<DeleteCommandExecutionCommandOutput>;
1842
+ deleteCommandExecution(
1843
+ args: DeleteCommandExecutionCommandInput,
1844
+ cb: (err: any, data?: DeleteCommandExecutionCommandOutput) => void
1845
+ ): void;
1846
+ deleteCommandExecution(
1847
+ args: DeleteCommandExecutionCommandInput,
1848
+ options: __HttpHandlerOptions,
1849
+ cb: (err: any, data?: DeleteCommandExecutionCommandOutput) => void
1850
+ ): void;
1780
1851
  deleteCustomMetric(
1781
1852
  args: DeleteCustomMetricCommandInput,
1782
1853
  options?: __HttpHandlerOptions
@@ -2761,6 +2832,32 @@ export interface IoT {
2761
2832
  options: __HttpHandlerOptions,
2762
2833
  cb: (err: any, data?: GetCardinalityCommandOutput) => void
2763
2834
  ): void;
2835
+ getCommand(
2836
+ args: GetCommandCommandInput,
2837
+ options?: __HttpHandlerOptions
2838
+ ): Promise<GetCommandCommandOutput>;
2839
+ getCommand(
2840
+ args: GetCommandCommandInput,
2841
+ cb: (err: any, data?: GetCommandCommandOutput) => void
2842
+ ): void;
2843
+ getCommand(
2844
+ args: GetCommandCommandInput,
2845
+ options: __HttpHandlerOptions,
2846
+ cb: (err: any, data?: GetCommandCommandOutput) => void
2847
+ ): void;
2848
+ getCommandExecution(
2849
+ args: GetCommandExecutionCommandInput,
2850
+ options?: __HttpHandlerOptions
2851
+ ): Promise<GetCommandExecutionCommandOutput>;
2852
+ getCommandExecution(
2853
+ args: GetCommandExecutionCommandInput,
2854
+ cb: (err: any, data?: GetCommandExecutionCommandOutput) => void
2855
+ ): void;
2856
+ getCommandExecution(
2857
+ args: GetCommandExecutionCommandInput,
2858
+ options: __HttpHandlerOptions,
2859
+ cb: (err: any, data?: GetCommandExecutionCommandOutput) => void
2860
+ ): void;
2764
2861
  getEffectivePolicies(): Promise<GetEffectivePoliciesCommandOutput>;
2765
2862
  getEffectivePolicies(
2766
2863
  args: GetEffectivePoliciesCommandInput,
@@ -3158,6 +3255,34 @@ export interface IoT {
3158
3255
  options: __HttpHandlerOptions,
3159
3256
  cb: (err: any, data?: ListCertificatesByCACommandOutput) => void
3160
3257
  ): void;
3258
+ listCommandExecutions(): Promise<ListCommandExecutionsCommandOutput>;
3259
+ listCommandExecutions(
3260
+ args: ListCommandExecutionsCommandInput,
3261
+ options?: __HttpHandlerOptions
3262
+ ): Promise<ListCommandExecutionsCommandOutput>;
3263
+ listCommandExecutions(
3264
+ args: ListCommandExecutionsCommandInput,
3265
+ cb: (err: any, data?: ListCommandExecutionsCommandOutput) => void
3266
+ ): void;
3267
+ listCommandExecutions(
3268
+ args: ListCommandExecutionsCommandInput,
3269
+ options: __HttpHandlerOptions,
3270
+ cb: (err: any, data?: ListCommandExecutionsCommandOutput) => void
3271
+ ): void;
3272
+ listCommands(): Promise<ListCommandsCommandOutput>;
3273
+ listCommands(
3274
+ args: ListCommandsCommandInput,
3275
+ options?: __HttpHandlerOptions
3276
+ ): Promise<ListCommandsCommandOutput>;
3277
+ listCommands(
3278
+ args: ListCommandsCommandInput,
3279
+ cb: (err: any, data?: ListCommandsCommandOutput) => void
3280
+ ): void;
3281
+ listCommands(
3282
+ args: ListCommandsCommandInput,
3283
+ options: __HttpHandlerOptions,
3284
+ cb: (err: any, data?: ListCommandsCommandOutput) => void
3285
+ ): void;
3161
3286
  listCustomMetrics(): Promise<ListCustomMetricsCommandOutput>;
3162
3287
  listCustomMetrics(
3163
3288
  args: ListCustomMetricsCommandInput,
@@ -4266,6 +4391,19 @@ export interface IoT {
4266
4391
  options: __HttpHandlerOptions,
4267
4392
  cb: (err: any, data?: UpdateCertificateProviderCommandOutput) => void
4268
4393
  ): void;
4394
+ updateCommand(
4395
+ args: UpdateCommandCommandInput,
4396
+ options?: __HttpHandlerOptions
4397
+ ): Promise<UpdateCommandCommandOutput>;
4398
+ updateCommand(
4399
+ args: UpdateCommandCommandInput,
4400
+ cb: (err: any, data?: UpdateCommandCommandOutput) => void
4401
+ ): void;
4402
+ updateCommand(
4403
+ args: UpdateCommandCommandInput,
4404
+ options: __HttpHandlerOptions,
4405
+ cb: (err: any, data?: UpdateCommandCommandOutput) => void
4406
+ ): void;
4269
4407
  updateCustomMetric(
4270
4408
  args: UpdateCustomMetricCommandInput,
4271
4409
  options?: __HttpHandlerOptions
@@ -133,6 +133,10 @@ import {
133
133
  CreateCertificateProviderCommandInput,
134
134
  CreateCertificateProviderCommandOutput,
135
135
  } from "./commands/CreateCertificateProviderCommand";
136
+ import {
137
+ CreateCommandCommandInput,
138
+ CreateCommandCommandOutput,
139
+ } from "./commands/CreateCommandCommand";
136
140
  import {
137
141
  CreateCustomMetricCommandInput,
138
142
  CreateCustomMetricCommandOutput,
@@ -265,6 +269,14 @@ import {
265
269
  DeleteCertificateProviderCommandInput,
266
270
  DeleteCertificateProviderCommandOutput,
267
271
  } from "./commands/DeleteCertificateProviderCommand";
272
+ import {
273
+ DeleteCommandCommandInput,
274
+ DeleteCommandCommandOutput,
275
+ } from "./commands/DeleteCommandCommand";
276
+ import {
277
+ DeleteCommandExecutionCommandInput,
278
+ DeleteCommandExecutionCommandOutput,
279
+ } from "./commands/DeleteCommandExecutionCommand";
268
280
  import {
269
281
  DeleteCustomMetricCommandInput,
270
282
  DeleteCustomMetricCommandOutput,
@@ -553,6 +565,14 @@ import {
553
565
  GetCardinalityCommandInput,
554
566
  GetCardinalityCommandOutput,
555
567
  } from "./commands/GetCardinalityCommand";
568
+ import {
569
+ GetCommandCommandInput,
570
+ GetCommandCommandOutput,
571
+ } from "./commands/GetCommandCommand";
572
+ import {
573
+ GetCommandExecutionCommandInput,
574
+ GetCommandExecutionCommandOutput,
575
+ } from "./commands/GetCommandExecutionCommand";
556
576
  import {
557
577
  GetEffectivePoliciesCommandInput,
558
578
  GetEffectivePoliciesCommandOutput,
@@ -669,6 +689,14 @@ import {
669
689
  ListCertificatesCommandInput,
670
690
  ListCertificatesCommandOutput,
671
691
  } from "./commands/ListCertificatesCommand";
692
+ import {
693
+ ListCommandExecutionsCommandInput,
694
+ ListCommandExecutionsCommandOutput,
695
+ } from "./commands/ListCommandExecutionsCommand";
696
+ import {
697
+ ListCommandsCommandInput,
698
+ ListCommandsCommandOutput,
699
+ } from "./commands/ListCommandsCommand";
672
700
  import {
673
701
  ListCustomMetricsCommandInput,
674
702
  ListCustomMetricsCommandOutput,
@@ -997,6 +1025,10 @@ import {
997
1025
  UpdateCertificateProviderCommandInput,
998
1026
  UpdateCertificateProviderCommandOutput,
999
1027
  } from "./commands/UpdateCertificateProviderCommand";
1028
+ import {
1029
+ UpdateCommandCommandInput,
1030
+ UpdateCommandCommandOutput,
1031
+ } from "./commands/UpdateCommandCommand";
1000
1032
  import {
1001
1033
  UpdateCustomMetricCommandInput,
1002
1034
  UpdateCustomMetricCommandOutput,
@@ -1119,6 +1151,7 @@ export type ServiceInputTypes =
1119
1151
  | CreateBillingGroupCommandInput
1120
1152
  | CreateCertificateFromCsrCommandInput
1121
1153
  | CreateCertificateProviderCommandInput
1154
+ | CreateCommandCommandInput
1122
1155
  | CreateCustomMetricCommandInput
1123
1156
  | CreateDimensionCommandInput
1124
1157
  | CreateDomainConfigurationCommandInput
@@ -1152,6 +1185,8 @@ export type ServiceInputTypes =
1152
1185
  | DeleteCACertificateCommandInput
1153
1186
  | DeleteCertificateCommandInput
1154
1187
  | DeleteCertificateProviderCommandInput
1188
+ | DeleteCommandCommandInput
1189
+ | DeleteCommandExecutionCommandInput
1155
1190
  | DeleteCustomMetricCommandInput
1156
1191
  | DeleteDimensionCommandInput
1157
1192
  | DeleteDomainConfigurationCommandInput
@@ -1224,6 +1259,8 @@ export type ServiceInputTypes =
1224
1259
  | GetBehaviorModelTrainingSummariesCommandInput
1225
1260
  | GetBucketsAggregationCommandInput
1226
1261
  | GetCardinalityCommandInput
1262
+ | GetCommandCommandInput
1263
+ | GetCommandExecutionCommandInput
1227
1264
  | GetEffectivePoliciesCommandInput
1228
1265
  | GetIndexingConfigurationCommandInput
1229
1266
  | GetJobDocumentCommandInput
@@ -1253,6 +1290,8 @@ export type ServiceInputTypes =
1253
1290
  | ListCertificateProvidersCommandInput
1254
1291
  | ListCertificatesByCACommandInput
1255
1292
  | ListCertificatesCommandInput
1293
+ | ListCommandExecutionsCommandInput
1294
+ | ListCommandsCommandInput
1256
1295
  | ListCustomMetricsCommandInput
1257
1296
  | ListDetectMitigationActionsExecutionsCommandInput
1258
1297
  | ListDetectMitigationActionsTasksCommandInput
@@ -1335,6 +1374,7 @@ export type ServiceInputTypes =
1335
1374
  | UpdateCACertificateCommandInput
1336
1375
  | UpdateCertificateCommandInput
1337
1376
  | UpdateCertificateProviderCommandInput
1377
+ | UpdateCommandCommandInput
1338
1378
  | UpdateCustomMetricCommandInput
1339
1379
  | UpdateDimensionCommandInput
1340
1380
  | UpdateDomainConfigurationCommandInput
@@ -1381,6 +1421,7 @@ export type ServiceOutputTypes =
1381
1421
  | CreateBillingGroupCommandOutput
1382
1422
  | CreateCertificateFromCsrCommandOutput
1383
1423
  | CreateCertificateProviderCommandOutput
1424
+ | CreateCommandCommandOutput
1384
1425
  | CreateCustomMetricCommandOutput
1385
1426
  | CreateDimensionCommandOutput
1386
1427
  | CreateDomainConfigurationCommandOutput
@@ -1414,6 +1455,8 @@ export type ServiceOutputTypes =
1414
1455
  | DeleteCACertificateCommandOutput
1415
1456
  | DeleteCertificateCommandOutput
1416
1457
  | DeleteCertificateProviderCommandOutput
1458
+ | DeleteCommandCommandOutput
1459
+ | DeleteCommandExecutionCommandOutput
1417
1460
  | DeleteCustomMetricCommandOutput
1418
1461
  | DeleteDimensionCommandOutput
1419
1462
  | DeleteDomainConfigurationCommandOutput
@@ -1486,6 +1529,8 @@ export type ServiceOutputTypes =
1486
1529
  | GetBehaviorModelTrainingSummariesCommandOutput
1487
1530
  | GetBucketsAggregationCommandOutput
1488
1531
  | GetCardinalityCommandOutput
1532
+ | GetCommandCommandOutput
1533
+ | GetCommandExecutionCommandOutput
1489
1534
  | GetEffectivePoliciesCommandOutput
1490
1535
  | GetIndexingConfigurationCommandOutput
1491
1536
  | GetJobDocumentCommandOutput
@@ -1515,6 +1560,8 @@ export type ServiceOutputTypes =
1515
1560
  | ListCertificateProvidersCommandOutput
1516
1561
  | ListCertificatesByCACommandOutput
1517
1562
  | ListCertificatesCommandOutput
1563
+ | ListCommandExecutionsCommandOutput
1564
+ | ListCommandsCommandOutput
1518
1565
  | ListCustomMetricsCommandOutput
1519
1566
  | ListDetectMitigationActionsExecutionsCommandOutput
1520
1567
  | ListDetectMitigationActionsTasksCommandOutput
@@ -1597,6 +1644,7 @@ export type ServiceOutputTypes =
1597
1644
  | UpdateCACertificateCommandOutput
1598
1645
  | UpdateCertificateCommandOutput
1599
1646
  | UpdateCertificateProviderCommandOutput
1647
+ | UpdateCommandCommandOutput
1600
1648
  | UpdateCustomMetricCommandOutput
1601
1649
  | UpdateDimensionCommandOutput
1602
1650
  | UpdateDomainConfigurationCommandOutput
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTClient";
8
+ import {
9
+ CreateCommandRequest,
10
+ CreateCommandResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateCommandCommandInput extends CreateCommandRequest {}
15
+ export interface CreateCommandCommandOutput
16
+ extends CreateCommandResponse,
17
+ __MetadataBearer {}
18
+ declare const CreateCommandCommand_base: {
19
+ new (
20
+ input: CreateCommandCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateCommandCommandInput,
23
+ CreateCommandCommandOutput,
24
+ IoTClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: CreateCommandCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCommandCommandInput,
32
+ CreateCommandCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class CreateCommandCommand extends CreateCommandCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateCommandRequest;
43
+ output: CreateCommandResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateCommandCommandInput;
47
+ output: CreateCommandCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTClient";
8
- import {
9
- CreateTopicRuleDestinationRequest,
10
- CreateTopicRuleDestinationResponse,
11
- } from "../models/models_0";
8
+ import { CreateTopicRuleDestinationRequest } from "../models/models_0";
9
+ import { CreateTopicRuleDestinationResponse } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateTopicRuleDestinationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteAccountAuditConfigurationRequest,
10
10
  DeleteAccountAuditConfigurationResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteAccountAuditConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteAuditSuppressionRequest,
10
10
  DeleteAuditSuppressionResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteAuditSuppressionCommandInput