@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,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
+ DeleteCommandRequest,
10
+ DeleteCommandResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteCommandCommandInput extends DeleteCommandRequest {}
15
+ export interface DeleteCommandCommandOutput
16
+ extends DeleteCommandResponse,
17
+ __MetadataBearer {}
18
+ declare const DeleteCommandCommand_base: {
19
+ new (
20
+ input: DeleteCommandCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteCommandCommandInput,
23
+ DeleteCommandCommandOutput,
24
+ IoTClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: DeleteCommandCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteCommandCommandInput,
32
+ DeleteCommandCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class DeleteCommandCommand extends DeleteCommandCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteCommandRequest;
43
+ output: DeleteCommandResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteCommandCommandInput;
47
+ output: DeleteCommandCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
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
+ DeleteCommandExecutionRequest,
10
+ DeleteCommandExecutionResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteCommandExecutionCommandInput
15
+ extends DeleteCommandExecutionRequest {}
16
+ export interface DeleteCommandExecutionCommandOutput
17
+ extends DeleteCommandExecutionResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteCommandExecutionCommand_base: {
20
+ new (
21
+ input: DeleteCommandExecutionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteCommandExecutionCommandInput,
24
+ DeleteCommandExecutionCommandOutput,
25
+ IoTClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteCommandExecutionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteCommandExecutionCommandInput,
33
+ DeleteCommandExecutionCommandOutput,
34
+ IoTClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteCommandExecutionCommand extends DeleteCommandExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCommandExecutionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteCommandExecutionCommandInput;
48
+ output: DeleteCommandExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
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 { GetCommandRequest, GetCommandResponse } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetCommandCommandInput extends GetCommandRequest {}
12
+ export interface GetCommandCommandOutput
13
+ extends GetCommandResponse,
14
+ __MetadataBearer {}
15
+ declare const GetCommandCommand_base: {
16
+ new (
17
+ input: GetCommandCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetCommandCommandInput,
20
+ GetCommandCommandOutput,
21
+ IoTClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: GetCommandCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetCommandCommandInput,
29
+ GetCommandCommandOutput,
30
+ IoTClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetCommandCommand extends GetCommandCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetCommandRequest;
40
+ output: GetCommandResponse;
41
+ };
42
+ sdk: {
43
+ input: GetCommandCommandInput;
44
+ output: GetCommandCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
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
+ GetCommandExecutionRequest,
10
+ GetCommandExecutionResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetCommandExecutionCommandInput
15
+ extends GetCommandExecutionRequest {}
16
+ export interface GetCommandExecutionCommandOutput
17
+ extends GetCommandExecutionResponse,
18
+ __MetadataBearer {}
19
+ declare const GetCommandExecutionCommand_base: {
20
+ new (
21
+ input: GetCommandExecutionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetCommandExecutionCommandInput,
24
+ GetCommandExecutionCommandOutput,
25
+ IoTClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetCommandExecutionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetCommandExecutionCommandInput,
33
+ GetCommandExecutionCommandOutput,
34
+ IoTClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetCommandExecutionCommand extends GetCommandExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCommandExecutionRequest;
44
+ output: GetCommandExecutionResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCommandExecutionCommandInput;
48
+ output: GetCommandExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
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
+ ListCommandExecutionsRequest,
10
+ ListCommandExecutionsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListCommandExecutionsCommandInput
15
+ extends ListCommandExecutionsRequest {}
16
+ export interface ListCommandExecutionsCommandOutput
17
+ extends ListCommandExecutionsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListCommandExecutionsCommand_base: {
20
+ new (
21
+ input: ListCommandExecutionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListCommandExecutionsCommandInput,
24
+ ListCommandExecutionsCommandOutput,
25
+ IoTClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListCommandExecutionsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListCommandExecutionsCommandInput,
33
+ ListCommandExecutionsCommandOutput,
34
+ IoTClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListCommandExecutionsCommand extends ListCommandExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCommandExecutionsRequest;
44
+ output: ListCommandExecutionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCommandExecutionsCommandInput;
48
+ output: ListCommandExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
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 { ListCommandsRequest, ListCommandsResponse } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListCommandsCommandInput extends ListCommandsRequest {}
12
+ export interface ListCommandsCommandOutput
13
+ extends ListCommandsResponse,
14
+ __MetadataBearer {}
15
+ declare const ListCommandsCommand_base: {
16
+ new (
17
+ input: ListCommandsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListCommandsCommandInput,
20
+ ListCommandsCommandOutput,
21
+ IoTClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [ListCommandsCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListCommandsCommandInput,
29
+ ListCommandsCommandOutput,
30
+ IoTClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ListCommandsCommand extends ListCommandsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListCommandsRequest;
40
+ output: ListCommandsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListCommandsCommandInput;
44
+ output: ListCommandsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTClient";
8
- import {
9
- ListDetectMitigationActionsExecutionsRequest,
10
- ListDetectMitigationActionsExecutionsResponse,
11
- } from "../models/models_1";
8
+ import { ListDetectMitigationActionsExecutionsRequest } from "../models/models_1";
9
+ import { ListDetectMitigationActionsExecutionsResponse } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListDetectMitigationActionsExecutionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListDetectMitigationActionsTasksRequest,
10
10
  ListDetectMitigationActionsTasksResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListDetectMitigationActionsTasksCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListDimensionsRequest,
10
10
  ListDimensionsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListDimensionsCommandInput extends ListDimensionsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListDomainConfigurationsRequest,
10
10
  ListDomainConfigurationsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListDomainConfigurationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListFleetMetricsRequest,
10
10
  ListFleetMetricsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListFleetMetricsCommandInput extends ListFleetMetricsRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTClient";
8
- import { ListIndicesRequest, ListIndicesResponse } from "../models/models_1";
8
+ import { ListIndicesRequest, ListIndicesResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListIndicesCommandInput extends ListIndicesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListJobExecutionsForJobRequest,
10
10
  ListJobExecutionsForJobResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListJobExecutionsForJobCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListJobExecutionsForThingRequest,
10
10
  ListJobExecutionsForThingResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListJobExecutionsForThingCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTClient";
8
- import { ListJobTemplatesRequest } from "../models/models_1";
9
- import { ListJobTemplatesResponse } from "../models/models_2";
8
+ import {
9
+ ListJobTemplatesRequest,
10
+ ListJobTemplatesResponse,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTClient";
8
- import { ListJobsRequest, ListJobsResponse } from "../models/models_1";
8
+ import { ListJobsRequest, ListJobsResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListJobsCommandInput extends ListJobsRequest {}
@@ -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
+ UpdateCommandRequest,
10
+ UpdateCommandResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateCommandCommandInput extends UpdateCommandRequest {}
15
+ export interface UpdateCommandCommandOutput
16
+ extends UpdateCommandResponse,
17
+ __MetadataBearer {}
18
+ declare const UpdateCommandCommand_base: {
19
+ new (
20
+ input: UpdateCommandCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateCommandCommandInput,
23
+ UpdateCommandCommandOutput,
24
+ IoTClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: UpdateCommandCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateCommandCommandInput,
32
+ UpdateCommandCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class UpdateCommandCommand extends UpdateCommandCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateCommandRequest;
43
+ output: UpdateCommandResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateCommandCommandInput;
47
+ output: UpdateCommandCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -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";
@@ -1013,6 +1013,45 @@ export interface CreateCertificateProviderResponse {
1013
1013
  certificateProviderName?: string | undefined;
1014
1014
  certificateProviderArn?: string | undefined;
1015
1015
  }
1016
+ export interface CommandParameterValue {
1017
+ S?: string | undefined;
1018
+ B?: boolean | undefined;
1019
+ I?: number | undefined;
1020
+ L?: number | undefined;
1021
+ D?: number | undefined;
1022
+ BIN?: Uint8Array | undefined;
1023
+ UL?: string | undefined;
1024
+ }
1025
+ export interface CommandParameter {
1026
+ name: string | undefined;
1027
+ value?: CommandParameterValue | undefined;
1028
+ defaultValue?: CommandParameterValue | undefined;
1029
+ description?: string | undefined;
1030
+ }
1031
+ export declare const CommandNamespace: {
1032
+ readonly AWSIoT: "AWS-IoT";
1033
+ readonly AWSIoTFleetWise: "AWS-IoT-FleetWise";
1034
+ };
1035
+ export type CommandNamespace =
1036
+ (typeof CommandNamespace)[keyof typeof CommandNamespace];
1037
+ export interface CommandPayload {
1038
+ content?: Uint8Array | undefined;
1039
+ contentType?: string | undefined;
1040
+ }
1041
+ export interface CreateCommandRequest {
1042
+ commandId: string | undefined;
1043
+ namespace?: CommandNamespace | undefined;
1044
+ displayName?: string | undefined;
1045
+ description?: string | undefined;
1046
+ payload?: CommandPayload | undefined;
1047
+ mandatoryParameters?: CommandParameter[] | undefined;
1048
+ roleArn?: string | undefined;
1049
+ tags?: Tag[] | undefined;
1050
+ }
1051
+ export interface CreateCommandResponse {
1052
+ commandId?: string | undefined;
1053
+ commandArn?: string | undefined;
1054
+ }
1016
1055
  export declare const CustomMetricType: {
1017
1056
  readonly IP_ADDRESS_LIST: "ip-address-list";
1018
1057
  readonly NUMBER: "number";
@@ -1761,27 +1800,6 @@ export interface VpcDestinationProperties {
1761
1800
  vpcId?: string | undefined;
1762
1801
  roleArn?: string | undefined;
1763
1802
  }
1764
- export interface TopicRuleDestination {
1765
- arn?: string | undefined;
1766
- status?: TopicRuleDestinationStatus | undefined;
1767
- createdAt?: Date | undefined;
1768
- lastUpdatedAt?: Date | undefined;
1769
- statusReason?: string | undefined;
1770
- httpUrlProperties?: HttpUrlDestinationProperties | undefined;
1771
- vpcProperties?: VpcDestinationProperties | undefined;
1772
- }
1773
- export interface CreateTopicRuleDestinationResponse {
1774
- topicRuleDestination?: TopicRuleDestination | undefined;
1775
- }
1776
- export interface DeleteAccountAuditConfigurationRequest {
1777
- deleteScheduledAudits?: boolean | undefined;
1778
- }
1779
- export interface DeleteAccountAuditConfigurationResponse {}
1780
- export interface DeleteAuditSuppressionRequest {
1781
- checkName: string | undefined;
1782
- resourceIdentifier: ResourceIdentifier | undefined;
1783
- }
1784
- export interface DeleteAuditSuppressionResponse {}
1785
1803
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
1786
1804
  export declare const CreateKeysAndCertificateResponseFilterSensitiveLog: (
1787
1805
  obj: CreateKeysAndCertificateResponse