@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
@@ -35,10 +35,15 @@ import {
35
35
  BillingGroupProperties,
36
36
  CertificateProviderOperation,
37
37
  ClientCertificateConfig,
38
+ CommandNamespace,
39
+ CommandParameter,
40
+ CommandParameterValue,
41
+ CommandPayload,
38
42
  CustomMetricType,
39
43
  DayOfWeek,
40
44
  DimensionType,
41
45
  FleetMetricUnit,
46
+ HttpUrlDestinationProperties,
42
47
  JobExecutionsRetryConfig,
43
48
  JobExecutionsRolloutConfig,
44
49
  LogLevel,
@@ -68,9 +73,31 @@ import {
68
73
  ThingTypeProperties,
69
74
  TimeoutConfig,
70
75
  TlsConfig,
71
- TopicRuleDestination,
76
+ TopicRuleDestinationStatus,
72
77
  VerificationState,
78
+ VpcDestinationProperties,
73
79
  } from "./models_0";
80
+ export interface TopicRuleDestination {
81
+ arn?: string | undefined;
82
+ status?: TopicRuleDestinationStatus | undefined;
83
+ createdAt?: Date | undefined;
84
+ lastUpdatedAt?: Date | undefined;
85
+ statusReason?: string | undefined;
86
+ httpUrlProperties?: HttpUrlDestinationProperties | undefined;
87
+ vpcProperties?: VpcDestinationProperties | undefined;
88
+ }
89
+ export interface CreateTopicRuleDestinationResponse {
90
+ topicRuleDestination?: TopicRuleDestination | undefined;
91
+ }
92
+ export interface DeleteAccountAuditConfigurationRequest {
93
+ deleteScheduledAudits?: boolean | undefined;
94
+ }
95
+ export interface DeleteAccountAuditConfigurationResponse {}
96
+ export interface DeleteAuditSuppressionRequest {
97
+ checkName: string | undefined;
98
+ resourceIdentifier: ResourceIdentifier | undefined;
99
+ }
100
+ export interface DeleteAuditSuppressionResponse {}
74
101
  export interface DeleteAuthorizerRequest {
75
102
  authorizerName: string | undefined;
76
103
  }
@@ -106,6 +133,17 @@ export interface DeleteCertificateProviderRequest {
106
133
  certificateProviderName: string | undefined;
107
134
  }
108
135
  export interface DeleteCertificateProviderResponse {}
136
+ export interface DeleteCommandRequest {
137
+ commandId: string | undefined;
138
+ }
139
+ export interface DeleteCommandResponse {
140
+ statusCode?: number | undefined;
141
+ }
142
+ export interface DeleteCommandExecutionRequest {
143
+ executionId: string | undefined;
144
+ targetArn: string | undefined;
145
+ }
146
+ export interface DeleteCommandExecutionResponse {}
109
147
  export interface DeleteCustomMetricRequest {
110
148
  metricName: string | undefined;
111
149
  }
@@ -987,6 +1025,62 @@ export interface GetCardinalityRequest {
987
1025
  export interface GetCardinalityResponse {
988
1026
  cardinality?: number | undefined;
989
1027
  }
1028
+ export interface GetCommandRequest {
1029
+ commandId: string | undefined;
1030
+ }
1031
+ export interface GetCommandResponse {
1032
+ commandId?: string | undefined;
1033
+ commandArn?: string | undefined;
1034
+ namespace?: CommandNamespace | undefined;
1035
+ displayName?: string | undefined;
1036
+ description?: string | undefined;
1037
+ mandatoryParameters?: CommandParameter[] | undefined;
1038
+ payload?: CommandPayload | undefined;
1039
+ roleArn?: string | undefined;
1040
+ createdAt?: Date | undefined;
1041
+ lastUpdatedAt?: Date | undefined;
1042
+ deprecated?: boolean | undefined;
1043
+ pendingDeletion?: boolean | undefined;
1044
+ }
1045
+ export interface GetCommandExecutionRequest {
1046
+ executionId: string | undefined;
1047
+ targetArn: string | undefined;
1048
+ includeResult?: boolean | undefined;
1049
+ }
1050
+ export interface CommandExecutionResult {
1051
+ S?: string | undefined;
1052
+ B?: boolean | undefined;
1053
+ BIN?: Uint8Array | undefined;
1054
+ }
1055
+ export declare const CommandExecutionStatus: {
1056
+ readonly CREATED: "CREATED";
1057
+ readonly FAILED: "FAILED";
1058
+ readonly IN_PROGRESS: "IN_PROGRESS";
1059
+ readonly REJECTED: "REJECTED";
1060
+ readonly SUCCEEDED: "SUCCEEDED";
1061
+ readonly TIMED_OUT: "TIMED_OUT";
1062
+ };
1063
+ export type CommandExecutionStatus =
1064
+ (typeof CommandExecutionStatus)[keyof typeof CommandExecutionStatus];
1065
+ export interface StatusReason {
1066
+ reasonCode: string | undefined;
1067
+ reasonDescription?: string | undefined;
1068
+ }
1069
+ export interface GetCommandExecutionResponse {
1070
+ executionId?: string | undefined;
1071
+ commandArn?: string | undefined;
1072
+ targetArn?: string | undefined;
1073
+ status?: CommandExecutionStatus | undefined;
1074
+ statusReason?: StatusReason | undefined;
1075
+ result?: Record<string, CommandExecutionResult> | undefined;
1076
+ parameters?: Record<string, CommandParameterValue> | undefined;
1077
+ executionTimeoutSeconds?: number | undefined;
1078
+ createdAt?: Date | undefined;
1079
+ lastUpdatedAt?: Date | undefined;
1080
+ startedAt?: Date | undefined;
1081
+ completedAt?: Date | undefined;
1082
+ timeToLive?: Date | undefined;
1083
+ }
990
1084
  export interface GetEffectivePoliciesRequest {
991
1085
  principal?: string | undefined;
992
1086
  cognitoIdentityPoolId?: string | undefined;
@@ -1415,6 +1509,59 @@ export interface ListCertificatesByCAResponse {
1415
1509
  certificates?: Certificate[] | undefined;
1416
1510
  nextMarker?: string | undefined;
1417
1511
  }
1512
+ export interface TimeFilter {
1513
+ after?: string | undefined;
1514
+ before?: string | undefined;
1515
+ }
1516
+ export declare const SortOrder: {
1517
+ readonly Ascending: "ASCENDING";
1518
+ readonly Descending: "DESCENDING";
1519
+ };
1520
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1521
+ export interface ListCommandExecutionsRequest {
1522
+ maxResults?: number | undefined;
1523
+ nextToken?: string | undefined;
1524
+ namespace?: CommandNamespace | undefined;
1525
+ status?: CommandExecutionStatus | undefined;
1526
+ sortOrder?: SortOrder | undefined;
1527
+ startedTimeFilter?: TimeFilter | undefined;
1528
+ completedTimeFilter?: TimeFilter | undefined;
1529
+ targetArn?: string | undefined;
1530
+ commandArn?: string | undefined;
1531
+ }
1532
+ export interface CommandExecutionSummary {
1533
+ commandArn?: string | undefined;
1534
+ executionId?: string | undefined;
1535
+ targetArn?: string | undefined;
1536
+ status?: CommandExecutionStatus | undefined;
1537
+ createdAt?: Date | undefined;
1538
+ startedAt?: Date | undefined;
1539
+ completedAt?: Date | undefined;
1540
+ }
1541
+ export interface ListCommandExecutionsResponse {
1542
+ commandExecutions?: CommandExecutionSummary[] | undefined;
1543
+ nextToken?: string | undefined;
1544
+ }
1545
+ export interface ListCommandsRequest {
1546
+ maxResults?: number | undefined;
1547
+ nextToken?: string | undefined;
1548
+ namespace?: CommandNamespace | undefined;
1549
+ commandParameterName?: string | undefined;
1550
+ sortOrder?: SortOrder | undefined;
1551
+ }
1552
+ export interface CommandSummary {
1553
+ commandArn?: string | undefined;
1554
+ commandId?: string | undefined;
1555
+ displayName?: string | undefined;
1556
+ deprecated?: boolean | undefined;
1557
+ createdAt?: Date | undefined;
1558
+ lastUpdatedAt?: Date | undefined;
1559
+ pendingDeletion?: boolean | undefined;
1560
+ }
1561
+ export interface ListCommandsResponse {
1562
+ commands?: CommandSummary[] | undefined;
1563
+ nextToken?: string | undefined;
1564
+ }
1418
1565
  export interface ListCustomMetricsRequest {
1419
1566
  nextToken?: string | undefined;
1420
1567
  maxResults?: number | undefined;
@@ -1451,134 +1598,6 @@ export interface DetectMitigationActionExecution {
1451
1598
  errorCode?: string | undefined;
1452
1599
  message?: string | undefined;
1453
1600
  }
1454
- export interface ListDetectMitigationActionsExecutionsResponse {
1455
- actionsExecutions?: DetectMitigationActionExecution[] | undefined;
1456
- nextToken?: string | undefined;
1457
- }
1458
- export interface ListDetectMitigationActionsTasksRequest {
1459
- maxResults?: number | undefined;
1460
- nextToken?: string | undefined;
1461
- startTime: Date | undefined;
1462
- endTime: Date | undefined;
1463
- }
1464
- export interface ListDetectMitigationActionsTasksResponse {
1465
- tasks?: DetectMitigationActionsTaskSummary[] | undefined;
1466
- nextToken?: string | undefined;
1467
- }
1468
- export interface ListDimensionsRequest {
1469
- nextToken?: string | undefined;
1470
- maxResults?: number | undefined;
1471
- }
1472
- export interface ListDimensionsResponse {
1473
- dimensionNames?: string[] | undefined;
1474
- nextToken?: string | undefined;
1475
- }
1476
- export interface ListDomainConfigurationsRequest {
1477
- marker?: string | undefined;
1478
- pageSize?: number | undefined;
1479
- serviceType?: ServiceType | undefined;
1480
- }
1481
- export interface DomainConfigurationSummary {
1482
- domainConfigurationName?: string | undefined;
1483
- domainConfigurationArn?: string | undefined;
1484
- serviceType?: ServiceType | undefined;
1485
- }
1486
- export interface ListDomainConfigurationsResponse {
1487
- domainConfigurations?: DomainConfigurationSummary[] | undefined;
1488
- nextMarker?: string | undefined;
1489
- }
1490
- export interface ListFleetMetricsRequest {
1491
- nextToken?: string | undefined;
1492
- maxResults?: number | undefined;
1493
- }
1494
- export interface FleetMetricNameAndArn {
1495
- metricName?: string | undefined;
1496
- metricArn?: string | undefined;
1497
- }
1498
- export interface ListFleetMetricsResponse {
1499
- fleetMetrics?: FleetMetricNameAndArn[] | undefined;
1500
- nextToken?: string | undefined;
1501
- }
1502
- export interface ListIndicesRequest {
1503
- nextToken?: string | undefined;
1504
- maxResults?: number | undefined;
1505
- }
1506
- export interface ListIndicesResponse {
1507
- indexNames?: string[] | undefined;
1508
- nextToken?: string | undefined;
1509
- }
1510
- export interface ListJobExecutionsForJobRequest {
1511
- jobId: string | undefined;
1512
- status?: JobExecutionStatus | undefined;
1513
- maxResults?: number | undefined;
1514
- nextToken?: string | undefined;
1515
- }
1516
- export interface JobExecutionSummary {
1517
- status?: JobExecutionStatus | undefined;
1518
- queuedAt?: Date | undefined;
1519
- startedAt?: Date | undefined;
1520
- lastUpdatedAt?: Date | undefined;
1521
- executionNumber?: number | undefined;
1522
- retryAttempt?: number | undefined;
1523
- }
1524
- export interface JobExecutionSummaryForJob {
1525
- thingArn?: string | undefined;
1526
- jobExecutionSummary?: JobExecutionSummary | undefined;
1527
- }
1528
- export interface ListJobExecutionsForJobResponse {
1529
- executionSummaries?: JobExecutionSummaryForJob[] | undefined;
1530
- nextToken?: string | undefined;
1531
- }
1532
- export interface ListJobExecutionsForThingRequest {
1533
- thingName: string | undefined;
1534
- status?: JobExecutionStatus | undefined;
1535
- namespaceId?: string | undefined;
1536
- maxResults?: number | undefined;
1537
- nextToken?: string | undefined;
1538
- jobId?: string | undefined;
1539
- }
1540
- export interface JobExecutionSummaryForThing {
1541
- jobId?: string | undefined;
1542
- jobExecutionSummary?: JobExecutionSummary | undefined;
1543
- }
1544
- export interface ListJobExecutionsForThingResponse {
1545
- executionSummaries?: JobExecutionSummaryForThing[] | undefined;
1546
- nextToken?: string | undefined;
1547
- }
1548
- export interface ListJobsRequest {
1549
- status?: JobStatus | undefined;
1550
- targetSelection?: TargetSelection | undefined;
1551
- maxResults?: number | undefined;
1552
- nextToken?: string | undefined;
1553
- thingGroupName?: string | undefined;
1554
- thingGroupId?: string | undefined;
1555
- namespaceId?: string | undefined;
1556
- }
1557
- export interface JobSummary {
1558
- jobArn?: string | undefined;
1559
- jobId?: string | undefined;
1560
- thingGroupId?: string | undefined;
1561
- targetSelection?: TargetSelection | undefined;
1562
- status?: JobStatus | undefined;
1563
- createdAt?: Date | undefined;
1564
- lastUpdatedAt?: Date | undefined;
1565
- completedAt?: Date | undefined;
1566
- isConcurrent?: boolean | undefined;
1567
- }
1568
- export interface ListJobsResponse {
1569
- jobs?: JobSummary[] | undefined;
1570
- nextToken?: string | undefined;
1571
- }
1572
- export interface ListJobTemplatesRequest {
1573
- maxResults?: number | undefined;
1574
- nextToken?: string | undefined;
1575
- }
1576
- export interface JobTemplateSummary {
1577
- jobTemplateArn?: string | undefined;
1578
- jobTemplateId?: string | undefined;
1579
- description?: string | undefined;
1580
- createdAt?: Date | undefined;
1581
- }
1582
1601
  export declare const GetPackageResponseFilterSensitiveLog: (
1583
1602
  obj: GetPackageResponse
1584
1603
  ) => any;
@@ -43,8 +43,10 @@ import {
43
43
  RelatedResource,
44
44
  ResourceIdentifier,
45
45
  ServerCertificateConfig,
46
+ ServiceType,
46
47
  StreamFile,
47
48
  Tag,
49
+ TargetSelection,
48
50
  TemplateType,
49
51
  ThingGroupProperties,
50
52
  ThingPrincipalType,
@@ -62,11 +64,14 @@ import {
62
64
  CertificateMode,
63
65
  CertificateStatus,
64
66
  Configuration,
67
+ DetectMitigationActionExecution,
68
+ DetectMitigationActionsTaskSummary,
65
69
  DetectMitigationActionsTaskTarget,
66
70
  DomainConfigurationStatus,
67
71
  EventType,
68
72
  GroupNameAndArn,
69
- JobTemplateSummary,
73
+ JobExecutionStatus,
74
+ JobStatus,
70
75
  LogTargetType,
71
76
  MitigationActionType,
72
77
  RegistrationConfig,
@@ -77,6 +82,134 @@ import {
77
82
  VersionUpdateByJobsConfig,
78
83
  ViolationEventOccurrenceRange,
79
84
  } from "./models_1";
85
+ export interface ListDetectMitigationActionsExecutionsResponse {
86
+ actionsExecutions?: DetectMitigationActionExecution[] | undefined;
87
+ nextToken?: string | undefined;
88
+ }
89
+ export interface ListDetectMitigationActionsTasksRequest {
90
+ maxResults?: number | undefined;
91
+ nextToken?: string | undefined;
92
+ startTime: Date | undefined;
93
+ endTime: Date | undefined;
94
+ }
95
+ export interface ListDetectMitigationActionsTasksResponse {
96
+ tasks?: DetectMitigationActionsTaskSummary[] | undefined;
97
+ nextToken?: string | undefined;
98
+ }
99
+ export interface ListDimensionsRequest {
100
+ nextToken?: string | undefined;
101
+ maxResults?: number | undefined;
102
+ }
103
+ export interface ListDimensionsResponse {
104
+ dimensionNames?: string[] | undefined;
105
+ nextToken?: string | undefined;
106
+ }
107
+ export interface ListDomainConfigurationsRequest {
108
+ marker?: string | undefined;
109
+ pageSize?: number | undefined;
110
+ serviceType?: ServiceType | undefined;
111
+ }
112
+ export interface DomainConfigurationSummary {
113
+ domainConfigurationName?: string | undefined;
114
+ domainConfigurationArn?: string | undefined;
115
+ serviceType?: ServiceType | undefined;
116
+ }
117
+ export interface ListDomainConfigurationsResponse {
118
+ domainConfigurations?: DomainConfigurationSummary[] | undefined;
119
+ nextMarker?: string | undefined;
120
+ }
121
+ export interface ListFleetMetricsRequest {
122
+ nextToken?: string | undefined;
123
+ maxResults?: number | undefined;
124
+ }
125
+ export interface FleetMetricNameAndArn {
126
+ metricName?: string | undefined;
127
+ metricArn?: string | undefined;
128
+ }
129
+ export interface ListFleetMetricsResponse {
130
+ fleetMetrics?: FleetMetricNameAndArn[] | undefined;
131
+ nextToken?: string | undefined;
132
+ }
133
+ export interface ListIndicesRequest {
134
+ nextToken?: string | undefined;
135
+ maxResults?: number | undefined;
136
+ }
137
+ export interface ListIndicesResponse {
138
+ indexNames?: string[] | undefined;
139
+ nextToken?: string | undefined;
140
+ }
141
+ export interface ListJobExecutionsForJobRequest {
142
+ jobId: string | undefined;
143
+ status?: JobExecutionStatus | undefined;
144
+ maxResults?: number | undefined;
145
+ nextToken?: string | undefined;
146
+ }
147
+ export interface JobExecutionSummary {
148
+ status?: JobExecutionStatus | undefined;
149
+ queuedAt?: Date | undefined;
150
+ startedAt?: Date | undefined;
151
+ lastUpdatedAt?: Date | undefined;
152
+ executionNumber?: number | undefined;
153
+ retryAttempt?: number | undefined;
154
+ }
155
+ export interface JobExecutionSummaryForJob {
156
+ thingArn?: string | undefined;
157
+ jobExecutionSummary?: JobExecutionSummary | undefined;
158
+ }
159
+ export interface ListJobExecutionsForJobResponse {
160
+ executionSummaries?: JobExecutionSummaryForJob[] | undefined;
161
+ nextToken?: string | undefined;
162
+ }
163
+ export interface ListJobExecutionsForThingRequest {
164
+ thingName: string | undefined;
165
+ status?: JobExecutionStatus | undefined;
166
+ namespaceId?: string | undefined;
167
+ maxResults?: number | undefined;
168
+ nextToken?: string | undefined;
169
+ jobId?: string | undefined;
170
+ }
171
+ export interface JobExecutionSummaryForThing {
172
+ jobId?: string | undefined;
173
+ jobExecutionSummary?: JobExecutionSummary | undefined;
174
+ }
175
+ export interface ListJobExecutionsForThingResponse {
176
+ executionSummaries?: JobExecutionSummaryForThing[] | undefined;
177
+ nextToken?: string | undefined;
178
+ }
179
+ export interface ListJobsRequest {
180
+ status?: JobStatus | undefined;
181
+ targetSelection?: TargetSelection | undefined;
182
+ maxResults?: number | undefined;
183
+ nextToken?: string | undefined;
184
+ thingGroupName?: string | undefined;
185
+ thingGroupId?: string | undefined;
186
+ namespaceId?: string | undefined;
187
+ }
188
+ export interface JobSummary {
189
+ jobArn?: string | undefined;
190
+ jobId?: string | undefined;
191
+ thingGroupId?: string | undefined;
192
+ targetSelection?: TargetSelection | undefined;
193
+ status?: JobStatus | undefined;
194
+ createdAt?: Date | undefined;
195
+ lastUpdatedAt?: Date | undefined;
196
+ completedAt?: Date | undefined;
197
+ isConcurrent?: boolean | undefined;
198
+ }
199
+ export interface ListJobsResponse {
200
+ jobs?: JobSummary[] | undefined;
201
+ nextToken?: string | undefined;
202
+ }
203
+ export interface ListJobTemplatesRequest {
204
+ maxResults?: number | undefined;
205
+ nextToken?: string | undefined;
206
+ }
207
+ export interface JobTemplateSummary {
208
+ jobTemplateArn?: string | undefined;
209
+ jobTemplateId?: string | undefined;
210
+ description?: string | undefined;
211
+ createdAt?: Date | undefined;
212
+ }
80
213
  export interface ListJobTemplatesResponse {
81
214
  jobTemplates?: JobTemplateSummary[] | undefined;
82
215
  nextToken?: string | undefined;
@@ -964,6 +1097,19 @@ export interface UpdateCertificateProviderResponse {
964
1097
  certificateProviderName?: string | undefined;
965
1098
  certificateProviderArn?: string | undefined;
966
1099
  }
1100
+ export interface UpdateCommandRequest {
1101
+ commandId: string | undefined;
1102
+ displayName?: string | undefined;
1103
+ description?: string | undefined;
1104
+ deprecated?: boolean | undefined;
1105
+ }
1106
+ export interface UpdateCommandResponse {
1107
+ commandId?: string | undefined;
1108
+ displayName?: string | undefined;
1109
+ description?: string | undefined;
1110
+ deprecated?: boolean | undefined;
1111
+ lastUpdatedAt?: Date | undefined;
1112
+ }
967
1113
  export interface UpdateCustomMetricRequest {
968
1114
  metricName: string | undefined;
969
1115
  displayName: string | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCommandExecutionsCommandInput,
4
+ ListCommandExecutionsCommandOutput,
5
+ } from "../commands/ListCommandExecutionsCommand";
6
+ import { IoTPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListCommandExecutions: (
8
+ config: IoTPaginationConfiguration,
9
+ input: ListCommandExecutionsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListCommandExecutionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCommandsCommandInput,
4
+ ListCommandsCommandOutput,
5
+ } from "../commands/ListCommandsCommand";
6
+ import { IoTPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListCommands: (
8
+ config: IoTPaginationConfiguration,
9
+ input: ListCommandsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";