@aws-sdk/client-deadline 3.1019.0 → 3.1020.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 (117) hide show
  1. package/dist-cjs/schemas/schemas_0.js +101 -85
  2. package/dist-es/Deadline.js +25 -25
  3. package/dist-es/schemas/schemas_0.js +92 -76
  4. package/dist-es/waiters/waitForFleetActive.js +1 -1
  5. package/dist-es/waiters/waitForJobComplete.js +1 -1
  6. package/dist-es/waiters/waitForJobCreateComplete.js +1 -1
  7. package/dist-es/waiters/waitForJobSucceeded.js +1 -1
  8. package/dist-es/waiters/waitForLicenseEndpointDeleted.js +1 -1
  9. package/dist-es/waiters/waitForLicenseEndpointValid.js +1 -1
  10. package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +1 -1
  11. package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +1 -1
  12. package/dist-es/waiters/waitForQueueScheduling.js +1 -1
  13. package/dist-es/waiters/waitForQueueSchedulingBlocked.js +1 -1
  14. package/dist-types/Deadline.d.ts +113 -113
  15. package/dist-types/DeadlineClient.d.ts +116 -116
  16. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  17. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +1 -1
  18. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +1 -1
  20. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +1 -1
  21. package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateBudgetCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateFleetCommand.d.ts +11 -1
  24. package/dist-types/commands/CreateLimitCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateStorageProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  29. package/dist-types/commands/GetBudgetCommand.d.ts +5 -5
  30. package/dist-types/commands/GetFarmCommand.d.ts +2 -2
  31. package/dist-types/commands/GetFleetCommand.d.ts +15 -5
  32. package/dist-types/commands/GetLimitCommand.d.ts +6 -6
  33. package/dist-types/commands/GetQueueCommand.d.ts +6 -6
  34. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +3 -3
  35. package/dist-types/commands/GetSessionActionCommand.d.ts +12 -12
  36. package/dist-types/commands/GetSessionCommand.d.ts +5 -5
  37. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +3 -3
  38. package/dist-types/commands/GetTaskCommand.d.ts +5 -5
  39. package/dist-types/commands/ListBudgetsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListFarmsCommand.d.ts +2 -2
  41. package/dist-types/commands/ListFleetsCommand.d.ts +12 -2
  42. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListLimitsCommand.d.ts +6 -6
  46. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +2 -2
  48. package/dist-types/commands/ListQueueLimitAssociationsCommand.d.ts +5 -5
  49. package/dist-types/commands/ListQueuesCommand.d.ts +2 -2
  50. package/dist-types/commands/ListSessionActionsCommand.d.ts +8 -8
  51. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTasksCommand.d.ts +5 -5
  53. package/dist-types/commands/ListWorkersCommand.d.ts +3 -3
  54. package/dist-types/commands/SearchJobsCommand.d.ts +3 -3
  55. package/dist-types/commands/SearchStepsCommand.d.ts +4 -4
  56. package/dist-types/commands/SearchTasksCommand.d.ts +4 -4
  57. package/dist-types/commands/SearchWorkersCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFleetCommand.d.ts +11 -1
  60. package/dist-types/commands/UpdateJobCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateStepCommand.d.ts +2 -2
  65. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -2
  67. package/dist-types/index.d.ts +1 -1
  68. package/dist-types/models/errors.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +529 -407
  70. package/dist-types/models/models_1.d.ts +130 -66
  71. package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListBudgetsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListFarmMembersPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListFarmsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListFleetMembersPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListFleetsPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListJobMembersPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListJobParameterDefinitionsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListLimitsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListQueueLimitAssociationsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListQueueMembersPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListSessionActionsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListStepConsumersPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListWorkersPaginator.d.ts +1 -1
  100. package/dist-types/schemas/schemas_0.d.ts +2 -0
  101. package/dist-types/ts3.4/DeadlineClient.d.ts +2 -3
  102. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +2 -4
  104. package/dist-types/ts3.4/models/models_0.d.ts +100 -94
  105. package/dist-types/ts3.4/models/models_1.d.ts +27 -16
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  107. package/dist-types/waiters/waitForFleetActive.d.ts +3 -3
  108. package/dist-types/waiters/waitForJobComplete.d.ts +3 -3
  109. package/dist-types/waiters/waitForJobCreateComplete.d.ts +3 -3
  110. package/dist-types/waiters/waitForJobSucceeded.d.ts +3 -3
  111. package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +3 -3
  112. package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +3 -3
  113. package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +3 -3
  114. package/dist-types/waiters/waitForQueueLimitAssociationStopped.d.ts +3 -3
  115. package/dist-types/waiters/waitForQueueScheduling.d.ts +3 -3
  116. package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +3 -3
  117. package/package.json +14 -14
@@ -1,6 +1,49 @@
1
- import { ComparisonOperator, JobLifecycleStatus, JobTargetTaskRunStatus, LogicalOperator, Period, QueueFleetAssociationStatus, QueueLimitAssociationStatus, SearchTermMatchingType, SortOrder, StepLifecycleStatus, StepTargetTaskRunStatus, TaskRunStatus, TaskTargetRunStatus, UpdateQueueFleetAssociationStatus, UpdateQueueLimitAssociationStatus, UsageGroupByField, UsageStatistic, WorkerStatus } from "./enums";
2
- import { type HostPropertiesResponse, type ParameterSpace, DateTimeFilterExpression, JobParameter, TaskParameterValue } from "./models_0";
1
+ import type { ComparisonOperator, JobLifecycleStatus, JobTargetTaskRunStatus, LicenseEndpointStatus, LogicalOperator, Period, QueueFleetAssociationStatus, QueueLimitAssociationStatus, SearchTermMatchingType, SortOrder, StepLifecycleStatus, StepTargetTaskRunStatus, TaskRunStatus, TaskTargetRunStatus, UpdateQueueFleetAssociationStatus, UpdateQueueLimitAssociationStatus, UsageGroupByField, UsageStatistic, WorkerStatus } from "./enums";
2
+ import type { DateTimeFilterExpression, HostPropertiesResponse, JobParameter, ParameterSpace, TaskParameterValue } from "./models_0";
3
3
  /**
4
+ * <p>The details for a license endpoint.</p>
5
+ * @public
6
+ */
7
+ export interface LicenseEndpointSummary {
8
+ /**
9
+ * <p>The license endpoint ID.</p>
10
+ * @public
11
+ */
12
+ licenseEndpointId?: string | undefined;
13
+ /**
14
+ * <p>The status of the license endpoint.</p>
15
+ * @public
16
+ */
17
+ status?: LicenseEndpointStatus | undefined;
18
+ /**
19
+ * <p>The status message of the license endpoint.</p>
20
+ * @public
21
+ */
22
+ statusMessage?: string | undefined;
23
+ /**
24
+ * <p>The VPC (virtual private cloud) ID associated with the license endpoint.</p>
25
+ * @public
26
+ */
27
+ vpcId?: string | undefined;
28
+ }
29
+ /**
30
+ * Shared pagination field for List operation outputs (nextToken).
31
+ * @public
32
+ */
33
+ export interface ListLicenseEndpointsResponse {
34
+ /**
35
+ * <p>The license endpoints.</p>
36
+ * @public
37
+ */
38
+ licenseEndpoints: LicenseEndpointSummary[] | undefined;
39
+ /**
40
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
41
+ * @public
42
+ */
43
+ nextToken?: string | undefined;
44
+ }
45
+ /**
46
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
4
47
  * @public
5
48
  */
6
49
  export interface ListMeteredProductsRequest {
@@ -47,6 +90,7 @@ export interface MeteredProductSummary {
47
90
  port: number | undefined;
48
91
  }
49
92
  /**
93
+ * Shared pagination field for List operation outputs (nextToken).
50
94
  * @public
51
95
  */
52
96
  export interface ListMeteredProductsResponse {
@@ -82,6 +126,7 @@ export interface PutMeteredProductRequest {
82
126
  export interface PutMeteredProductResponse {
83
127
  }
84
128
  /**
129
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
85
130
  * @public
86
131
  */
87
132
  export interface ListAvailableMeteredProductsRequest {
@@ -97,6 +142,7 @@ export interface ListAvailableMeteredProductsRequest {
97
142
  maxResults?: number | undefined;
98
143
  }
99
144
  /**
145
+ * Shared pagination field for List operation outputs (nextToken).
100
146
  * @public
101
147
  */
102
148
  export interface ListAvailableMeteredProductsResponse {
@@ -112,6 +158,7 @@ export interface ListAvailableMeteredProductsResponse {
112
158
  nextToken?: string | undefined;
113
159
  }
114
160
  /**
161
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
115
162
  * @public
116
163
  */
117
164
  export interface ListQueueFleetAssociationsRequest {
@@ -121,25 +168,25 @@ export interface ListQueueFleetAssociationsRequest {
121
168
  */
122
169
  farmId: string | undefined;
123
170
  /**
124
- * <p>The queue ID for the queue-fleet association list.</p>
171
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
125
172
  * @public
126
173
  */
127
- queueId?: string | undefined;
174
+ nextToken?: string | undefined;
128
175
  /**
129
- * <p>The fleet ID for the queue-fleet association list.</p>
176
+ * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
130
177
  * @public
131
178
  */
132
- fleetId?: string | undefined;
179
+ maxResults?: number | undefined;
133
180
  /**
134
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
181
+ * <p>The queue ID for the queue-fleet association list.</p>
135
182
  * @public
136
183
  */
137
- nextToken?: string | undefined;
184
+ queueId?: string | undefined;
138
185
  /**
139
- * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
186
+ * <p>The fleet ID for the queue-fleet association list.</p>
140
187
  * @public
141
188
  */
142
- maxResults?: number | undefined;
189
+ fleetId?: string | undefined;
143
190
  }
144
191
  /**
145
192
  * <p>The details of a queue-fleet association.</p>
@@ -183,6 +230,7 @@ export interface QueueFleetAssociationSummary {
183
230
  updatedBy?: string | undefined;
184
231
  }
185
232
  /**
233
+ * Shared pagination field for List operation outputs (nextToken).
186
234
  * @public
187
235
  */
188
236
  export interface ListQueueFleetAssociationsResponse {
@@ -198,6 +246,7 @@ export interface ListQueueFleetAssociationsResponse {
198
246
  nextToken?: string | undefined;
199
247
  }
200
248
  /**
249
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
201
250
  * @public
202
251
  */
203
252
  export interface ListQueueLimitAssociationsRequest {
@@ -207,25 +256,25 @@ export interface ListQueueLimitAssociationsRequest {
207
256
  */
208
257
  farmId: string | undefined;
209
258
  /**
210
- * <p>Specifies that the operation should return only the queue limit associations for the specified queue. If you specify both the <code>queueId</code> and the <code>limitId</code>, only the specified limit is returned if it exists.</p>
259
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
211
260
  * @public
212
261
  */
213
- queueId?: string | undefined;
262
+ nextToken?: string | undefined;
214
263
  /**
215
- * <p>Specifies that the operation should return only the queue limit associations for the specified limit. If you specify both the <code>queueId</code> and the <code>limitId</code>, only the specified limit is returned if it exists.</p>
264
+ * <p>The maximum number of associations to return in each page of results.</p>
216
265
  * @public
217
266
  */
218
- limitId?: string | undefined;
267
+ maxResults?: number | undefined;
219
268
  /**
220
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
269
+ * <p>Specifies that the operation should return only the queue limit associations for the specified queue. If you specify both the <code>queueId</code> and the <code>limitId</code>, only the specified limit is returned if it exists.</p>
221
270
  * @public
222
271
  */
223
- nextToken?: string | undefined;
272
+ queueId?: string | undefined;
224
273
  /**
225
- * <p>The maximum number of associations to return in each page of results.</p>
274
+ * <p>Specifies that the operation should return only the queue limit associations for the specified limit. If you specify both the <code>queueId</code> and the <code>limitId</code>, only the specified limit is returned if it exists.</p>
226
275
  * @public
227
276
  */
228
- maxResults?: number | undefined;
277
+ limitId?: string | undefined;
229
278
  }
230
279
  /**
231
280
  * <p>Provides information about the association between a queue and a limit.</p>
@@ -233,42 +282,43 @@ export interface ListQueueLimitAssociationsRequest {
233
282
  */
234
283
  export interface QueueLimitAssociationSummary {
235
284
  /**
236
- * <p>The Unix timestamp of the date and time that the association was created.</p>
285
+ * <p>The unique identifier of the queue in the association.</p>
237
286
  * @public
238
287
  */
239
- createdAt: Date | undefined;
288
+ queueId: string | undefined;
240
289
  /**
241
- * <p>The user identifier of the person that created the association.</p>
290
+ * <p>The unique identifier of the limit in the association.</p>
242
291
  * @public
243
292
  */
244
- createdBy: string | undefined;
293
+ limitId: string | undefined;
245
294
  /**
246
- * <p>The Unix timestamp of the date and time that the association was last updated.</p>
295
+ * <p>The status of task scheduling in the queue-limit association.</p> <ul> <li> <p> <code>ACTIVE</code> - Association is active.</p> </li> <li> <p> <code>STOP_LIMIT_USAGE_AND_COMPLETE_TASKS</code> - Association has stopped scheduling new tasks and is completing current tasks.</p> </li> <li> <p> <code>STOP_LIMIT_USAGE_AND_CANCEL_TASKS</code> - Association has stopped scheduling new tasks and is canceling current tasks.</p> </li> <li> <p> <code>STOPPED</code> - Association has been stopped.</p> </li> </ul>
247
296
  * @public
248
297
  */
249
- updatedAt?: Date | undefined;
298
+ status: QueueLimitAssociationStatus | undefined;
250
299
  /**
251
- * <p>The user identifier of the person that updated the association.</p>
300
+ * <p>The Unix timestamp of the date and time that the association was created.</p>
252
301
  * @public
253
302
  */
254
- updatedBy?: string | undefined;
303
+ createdAt: Date | undefined;
255
304
  /**
256
- * <p>The unique identifier of the queue in the association.</p>
305
+ * <p>The user identifier of the person that created the association.</p>
257
306
  * @public
258
307
  */
259
- queueId: string | undefined;
308
+ createdBy: string | undefined;
260
309
  /**
261
- * <p>The unique identifier of the limit in the association.</p>
310
+ * <p>The Unix timestamp of the date and time that the association was last updated.</p>
262
311
  * @public
263
312
  */
264
- limitId: string | undefined;
313
+ updatedAt?: Date | undefined;
265
314
  /**
266
- * <p>The status of task scheduling in the queue-limit association.</p> <ul> <li> <p> <code>ACTIVE</code> - Association is active.</p> </li> <li> <p> <code>STOP_LIMIT_USAGE_AND_COMPLETE_TASKS</code> - Association has stopped scheduling new tasks and is completing current tasks.</p> </li> <li> <p> <code>STOP_LIMIT_USAGE_AND_CANCEL_TASKS</code> - Association has stopped scheduling new tasks and is canceling current tasks.</p> </li> <li> <p> <code>STOPPED</code> - Association has been stopped.</p> </li> </ul>
315
+ * <p>The user identifier of the person that updated the association.</p>
267
316
  * @public
268
317
  */
269
- status: QueueLimitAssociationStatus | undefined;
318
+ updatedBy?: string | undefined;
270
319
  }
271
320
  /**
321
+ * Shared pagination field for List operation outputs (nextToken).
272
322
  * @public
273
323
  */
274
324
  export interface ListQueueLimitAssociationsResponse {
@@ -329,6 +379,8 @@ export interface GetMonitorRequest {
329
379
  monitorId: string | undefined;
330
380
  }
331
381
  /**
382
+ * Mixin that adds an optional ARN field to response structures.
383
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
332
384
  * @public
333
385
  */
334
386
  export interface GetMonitorResponse {
@@ -389,6 +441,7 @@ export interface GetMonitorResponse {
389
441
  updatedBy?: string | undefined;
390
442
  }
391
443
  /**
444
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
392
445
  * @public
393
446
  */
394
447
  export interface ListMonitorsRequest {
@@ -465,19 +518,20 @@ export interface MonitorSummary {
465
518
  updatedBy?: string | undefined;
466
519
  }
467
520
  /**
521
+ * Shared pagination field for List operation outputs (nextToken).
468
522
  * @public
469
523
  */
470
524
  export interface ListMonitorsResponse {
471
525
  /**
472
- * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
526
+ * <p>A list of <code>MonitorSummary</code> objects that describe your monitors in the Deadline Cloud.</p>
473
527
  * @public
474
528
  */
475
- nextToken?: string | undefined;
529
+ monitors: MonitorSummary[] | undefined;
476
530
  /**
477
- * <p>A list of <code>MonitorSummary</code> objects that describe your monitors in the Deadline Cloud.</p>
531
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
478
532
  * @public
479
533
  */
480
- monitors: MonitorSummary[] | undefined;
534
+ nextToken?: string | undefined;
481
535
  }
482
536
  /**
483
537
  * @public
@@ -802,6 +856,7 @@ export interface JobSearchSummary {
802
856
  sourceJobId?: string | undefined;
803
857
  }
804
858
  /**
859
+ * Shared output fields for all Search operations (nextItemOffset, totalResults).
805
860
  * @public
806
861
  */
807
862
  export interface SearchJobsResponse {
@@ -913,6 +968,7 @@ export interface StepSearchSummary {
913
968
  parameterSpace?: ParameterSpace | undefined;
914
969
  }
915
970
  /**
971
+ * Shared output fields for all Search operations (nextItemOffset, totalResults).
916
972
  * @public
917
973
  */
918
974
  export interface SearchStepsResponse {
@@ -1004,6 +1060,7 @@ export interface TaskSearchSummary {
1004
1060
  latestSessionActionId?: string | undefined;
1005
1061
  }
1006
1062
  /**
1063
+ * Shared output fields for all Search operations (nextItemOffset, totalResults).
1007
1064
  * @public
1008
1065
  */
1009
1066
  export interface SearchTasksResponse {
@@ -1070,6 +1127,7 @@ export interface WorkerSearchSummary {
1070
1127
  updatedAt?: Date | undefined;
1071
1128
  }
1072
1129
  /**
1130
+ * Shared output fields for all Search operations (nextItemOffset, totalResults).
1073
1131
  * @public
1074
1132
  */
1075
1133
  export interface SearchWorkersResponse {
@@ -1230,6 +1288,8 @@ export interface UntagResourceRequest {
1230
1288
  export interface UntagResourceResponse {
1231
1289
  }
1232
1290
  /**
1291
+ * Identifier mixin for queue-fleet association operations.
1292
+ * Composes QueueIdentifierMixin (farmId + queueId) and adds fleetId.
1233
1293
  * @public
1234
1294
  */
1235
1295
  export interface UpdateQueueFleetAssociationRequest {
@@ -1419,6 +1479,7 @@ export interface SearchGroupedFilterExpressions {
1419
1479
  operator: LogicalOperator | undefined;
1420
1480
  }
1421
1481
  /**
1482
+ * Shared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).
1422
1483
  * @public
1423
1484
  */
1424
1485
  export interface SearchJobsRequest {
@@ -1427,11 +1488,6 @@ export interface SearchJobsRequest {
1427
1488
  * @public
1428
1489
  */
1429
1490
  farmId: string | undefined;
1430
- /**
1431
- * <p>The queue ID to use in the job search.</p>
1432
- * @public
1433
- */
1434
- queueIds: string[] | undefined;
1435
1491
  /**
1436
1492
  * <p>The search terms for a resource.</p>
1437
1493
  * @public
@@ -1452,8 +1508,14 @@ export interface SearchJobsRequest {
1452
1508
  * @public
1453
1509
  */
1454
1510
  pageSize?: number | undefined;
1511
+ /**
1512
+ * <p>The queue ID to use in the job search.</p>
1513
+ * @public
1514
+ */
1515
+ queueIds: string[] | undefined;
1455
1516
  }
1456
1517
  /**
1518
+ * Shared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).
1457
1519
  * @public
1458
1520
  */
1459
1521
  export interface SearchStepsRequest {
@@ -1462,16 +1524,6 @@ export interface SearchStepsRequest {
1462
1524
  * @public
1463
1525
  */
1464
1526
  farmId: string | undefined;
1465
- /**
1466
- * <p>The queue IDs in the step search.</p>
1467
- * @public
1468
- */
1469
- queueIds: string[] | undefined;
1470
- /**
1471
- * <p>The job ID to use in the step search.</p>
1472
- * @public
1473
- */
1474
- jobId?: string | undefined;
1475
1527
  /**
1476
1528
  * <p>The search terms for a resource.</p>
1477
1529
  * @public
@@ -1492,8 +1544,19 @@ export interface SearchStepsRequest {
1492
1544
  * @public
1493
1545
  */
1494
1546
  pageSize?: number | undefined;
1547
+ /**
1548
+ * <p>The queue IDs in the step search.</p>
1549
+ * @public
1550
+ */
1551
+ queueIds: string[] | undefined;
1552
+ /**
1553
+ * <p>The job ID to use in the step search.</p>
1554
+ * @public
1555
+ */
1556
+ jobId?: string | undefined;
1495
1557
  }
1496
1558
  /**
1559
+ * Shared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).
1497
1560
  * @public
1498
1561
  */
1499
1562
  export interface SearchTasksRequest {
@@ -1502,16 +1565,6 @@ export interface SearchTasksRequest {
1502
1565
  * @public
1503
1566
  */
1504
1567
  farmId: string | undefined;
1505
- /**
1506
- * <p>The queue IDs to include in the search.</p>
1507
- * @public
1508
- */
1509
- queueIds: string[] | undefined;
1510
- /**
1511
- * <p>The job ID for the task search.</p>
1512
- * @public
1513
- */
1514
- jobId?: string | undefined;
1515
1568
  /**
1516
1569
  * <p>The search terms for a resource.</p>
1517
1570
  * @public
@@ -1532,8 +1585,19 @@ export interface SearchTasksRequest {
1532
1585
  * @public
1533
1586
  */
1534
1587
  pageSize?: number | undefined;
1588
+ /**
1589
+ * <p>The queue IDs to include in the search.</p>
1590
+ * @public
1591
+ */
1592
+ queueIds: string[] | undefined;
1593
+ /**
1594
+ * <p>The job ID for the task search.</p>
1595
+ * @public
1596
+ */
1597
+ jobId?: string | undefined;
1535
1598
  }
1536
1599
  /**
1600
+ * Shared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).
1537
1601
  * @public
1538
1602
  */
1539
1603
  export interface SearchWorkersRequest {
@@ -1542,11 +1606,6 @@ export interface SearchWorkersRequest {
1542
1606
  * @public
1543
1607
  */
1544
1608
  farmId: string | undefined;
1545
- /**
1546
- * <p>The fleet ID of the workers to search for.</p>
1547
- * @public
1548
- */
1549
- fleetIds: string[] | undefined;
1550
1609
  /**
1551
1610
  * <p>The search terms for a resource.</p>
1552
1611
  * @public
@@ -1567,4 +1626,9 @@ export interface SearchWorkersRequest {
1567
1626
  * @public
1568
1627
  */
1569
1628
  pageSize?: number | undefined;
1629
+ /**
1630
+ * <p>The fleet ID of the workers to search for.</p>
1631
+ * @public
1632
+ */
1633
+ fleetIds: string[] | undefined;
1570
1634
  }
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetSessionsStatisticsAggregationCommandInput, GetSessionsStatisticsAggregationCommandOutput } from "../commands/GetSessionsStatisticsAggregationCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAvailableMeteredProductsCommandInput, ListAvailableMeteredProductsCommandOutput } from "../commands/ListAvailableMeteredProductsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "../commands/ListBudgetsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFarmMembersCommandInput, ListFarmMembersCommandOutput } from "../commands/ListFarmMembersCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFarmsCommandInput, ListFarmsCommandOutput } from "../commands/ListFarmsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFleetMembersCommandInput, ListFleetMembersCommandOutput } from "../commands/ListFleetMembersCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListJobMembersCommandInput, ListJobMembersCommandOutput } from "../commands/ListJobMembersCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListJobParameterDefinitionsCommandInput, ListJobParameterDefinitionsCommandOutput } from "../commands/ListJobParameterDefinitionsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLicenseEndpointsCommandInput, ListLicenseEndpointsCommandOutput } from "../commands/ListLicenseEndpointsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLimitsCommandInput, ListLimitsCommandOutput } from "../commands/ListLimitsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMeteredProductsCommandInput, ListMeteredProductsCommandOutput } from "../commands/ListMeteredProductsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands/ListMonitorsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQueueEnvironmentsCommandInput, ListQueueEnvironmentsCommandOutput } from "../commands/ListQueueEnvironmentsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQueueFleetAssociationsCommandInput, ListQueueFleetAssociationsCommandOutput } from "../commands/ListQueueFleetAssociationsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQueueLimitAssociationsCommandInput, ListQueueLimitAssociationsCommandOutput } from "../commands/ListQueueLimitAssociationsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQueueMembersCommandInput, ListQueueMembersCommandOutput } from "../commands/ListQueueMembersCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSessionActionsCommandInput, ListSessionActionsCommandOutput } from "../commands/ListSessionActionsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSessionsForWorkerCommandInput, ListSessionsForWorkerCommandOutput } from "../commands/ListSessionsForWorkerCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStepConsumersCommandInput, ListStepConsumersCommandOutput } from "../commands/ListStepConsumersCommand";
3
- import { DeadlinePaginationConfiguration } from "./Interfaces";
3
+ import type { DeadlinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */