@aws-sdk/client-deadline 3.968.0 → 3.970.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 (138) hide show
  1. package/README.md +1 -8
  2. package/dist-cjs/index.js +541 -361
  3. package/dist-es/models/enums.js +6 -0
  4. package/dist-es/schemas/schemas_0.js +374 -356
  5. package/dist-es/waiters/index.js +2 -0
  6. package/dist-es/waiters/waitForJobComplete.js +76 -0
  7. package/dist-es/waiters/waitForJobSucceeded.js +76 -0
  8. package/dist-types/Deadline.d.ts +1 -8
  9. package/dist-types/DeadlineClient.d.ts +1 -8
  10. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +2 -4
  11. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +2 -4
  12. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +2 -4
  13. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +2 -4
  14. package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +2 -4
  15. package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +2 -4
  16. package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +2 -4
  17. package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +1 -2
  18. package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +2 -4
  19. package/dist-types/commands/BatchGetJobEntityCommand.d.ts +1 -2
  20. package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -2
  21. package/dist-types/commands/CreateBudgetCommand.d.ts +5 -4
  22. package/dist-types/commands/CreateFarmCommand.d.ts +3 -8
  23. package/dist-types/commands/CreateFleetCommand.d.ts +3 -7
  24. package/dist-types/commands/CreateJobCommand.d.ts +3 -7
  25. package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +4 -8
  26. package/dist-types/commands/CreateLimitCommand.d.ts +3 -9
  27. package/dist-types/commands/CreateMonitorCommand.d.ts +3 -7
  28. package/dist-types/commands/CreateQueueCommand.d.ts +3 -6
  29. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +2 -4
  30. package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +1 -2
  31. package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +2 -6
  32. package/dist-types/commands/CreateStorageProfileCommand.d.ts +3 -6
  33. package/dist-types/commands/CreateWorkerCommand.d.ts +3 -15
  34. package/dist-types/commands/DeleteBudgetCommand.d.ts +1 -2
  35. package/dist-types/commands/DeleteFarmCommand.d.ts +1 -2
  36. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -4
  37. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +2 -4
  38. package/dist-types/commands/DeleteLimitCommand.d.ts +2 -5
  39. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +1 -2
  40. package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -4
  41. package/dist-types/commands/DeleteQueueCommand.d.ts +3 -9
  42. package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +1 -2
  43. package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +2 -4
  44. package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +3 -10
  45. package/dist-types/commands/DeleteStorageProfileCommand.d.ts +1 -2
  46. package/dist-types/commands/DeleteWorkerCommand.d.ts +2 -4
  47. package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +1 -2
  48. package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +2 -4
  49. package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +1 -2
  50. package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +2 -4
  51. package/dist-types/commands/GetBudgetCommand.d.ts +1 -2
  52. package/dist-types/commands/GetFarmCommand.d.ts +2 -3
  53. package/dist-types/commands/GetFleetCommand.d.ts +1 -2
  54. package/dist-types/commands/GetJobCommand.d.ts +1 -2
  55. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +1 -2
  56. package/dist-types/commands/GetLimitCommand.d.ts +1 -2
  57. package/dist-types/commands/GetMonitorCommand.d.ts +1 -2
  58. package/dist-types/commands/GetQueueCommand.d.ts +1 -2
  59. package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +1 -2
  60. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -2
  61. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -2
  62. package/dist-types/commands/GetSessionActionCommand.d.ts +1 -2
  63. package/dist-types/commands/GetSessionCommand.d.ts +1 -2
  64. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +2 -6
  65. package/dist-types/commands/GetStepCommand.d.ts +6 -2
  66. package/dist-types/commands/GetStorageProfileCommand.d.ts +1 -2
  67. package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +1 -2
  68. package/dist-types/commands/GetTaskCommand.d.ts +1 -2
  69. package/dist-types/commands/GetWorkerCommand.d.ts +1 -2
  70. package/dist-types/commands/ListBudgetsCommand.d.ts +1 -2
  71. package/dist-types/commands/ListFarmMembersCommand.d.ts +1 -2
  72. package/dist-types/commands/ListFarmsCommand.d.ts +1 -2
  73. package/dist-types/commands/ListFleetMembersCommand.d.ts +1 -2
  74. package/dist-types/commands/ListFleetsCommand.d.ts +1 -2
  75. package/dist-types/commands/ListJobMembersCommand.d.ts +1 -2
  76. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -2
  77. package/dist-types/commands/ListJobsCommand.d.ts +1 -2
  78. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +1 -2
  79. package/dist-types/commands/ListLimitsCommand.d.ts +1 -2
  80. package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -4
  81. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -2
  82. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -2
  83. package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -2
  84. package/dist-types/commands/ListQueuesCommand.d.ts +1 -2
  85. package/dist-types/commands/ListSessionActionsCommand.d.ts +1 -2
  86. package/dist-types/commands/ListSessionsCommand.d.ts +1 -2
  87. package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +1 -2
  88. package/dist-types/commands/ListStepConsumersCommand.d.ts +1 -2
  89. package/dist-types/commands/ListStepDependenciesCommand.d.ts +1 -2
  90. package/dist-types/commands/ListStepsCommand.d.ts +1 -2
  91. package/dist-types/commands/ListStorageProfilesCommand.d.ts +1 -2
  92. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -2
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  94. package/dist-types/commands/ListTasksCommand.d.ts +1 -2
  95. package/dist-types/commands/ListWorkersCommand.d.ts +1 -2
  96. package/dist-types/commands/PutMeteredProductCommand.d.ts +1 -2
  97. package/dist-types/commands/SearchJobsCommand.d.ts +21 -8
  98. package/dist-types/commands/SearchStepsCommand.d.ts +26 -8
  99. package/dist-types/commands/SearchTasksCommand.d.ts +22 -8
  100. package/dist-types/commands/SearchWorkersCommand.d.ts +21 -8
  101. package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +2 -9
  102. package/dist-types/commands/TagResourceCommand.d.ts +2 -4
  103. package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
  104. package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -2
  105. package/dist-types/commands/UpdateFarmCommand.d.ts +1 -2
  106. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -4
  107. package/dist-types/commands/UpdateJobCommand.d.ts +3 -11
  108. package/dist-types/commands/UpdateLimitCommand.d.ts +1 -2
  109. package/dist-types/commands/UpdateMonitorCommand.d.ts +2 -4
  110. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -2
  111. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -2
  112. package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +1 -2
  113. package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +2 -5
  114. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -4
  115. package/dist-types/commands/UpdateStepCommand.d.ts +2 -4
  116. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -2
  117. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -4
  118. package/dist-types/commands/UpdateWorkerCommand.d.ts +2 -4
  119. package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +2 -4
  120. package/dist-types/index.d.ts +1 -8
  121. package/dist-types/models/enums.d.ts +14 -0
  122. package/dist-types/models/errors.d.ts +3 -6
  123. package/dist-types/models/models_0.d.ts +196 -660
  124. package/dist-types/models/models_1.d.ts +118 -241
  125. package/dist-types/schemas/schemas_0.d.ts +2 -0
  126. package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +4 -2
  127. package/dist-types/ts3.4/models/enums.d.ts +8 -0
  128. package/dist-types/ts3.4/models/models_0.d.ts +14 -11
  129. package/dist-types/ts3.4/models/models_1.d.ts +28 -0
  130. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  131. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  132. package/dist-types/ts3.4/waiters/waitForJobComplete.d.ts +11 -0
  133. package/dist-types/ts3.4/waiters/waitForJobSucceeded.d.ts +11 -0
  134. package/dist-types/waiters/index.d.ts +2 -0
  135. package/dist-types/waiters/waitForJobComplete.d.ts +14 -0
  136. package/dist-types/waiters/waitForJobCreateComplete.d.ts +2 -2
  137. package/dist-types/waiters/waitForJobSucceeded.d.ts +14 -0
  138. package/package.json +34 -34
@@ -1,5 +1,25 @@
1
1
  import { ComparisonOperator, JobLifecycleStatus, JobTargetTaskRunStatus, LogicalOperator, Period, QueueFleetAssociationStatus, QueueLimitAssociationStatus, SearchTermMatchingType, SortOrder, StepLifecycleStatus, StepTargetTaskRunStatus, TaskRunStatus, TaskTargetRunStatus, UpdateQueueFleetAssociationStatus, UpdateQueueLimitAssociationStatus, UsageGroupByField, UsageStatistic, WorkerStatus } from "./enums";
2
2
  import { type HostPropertiesResponse, type ParameterSpace, DateTimeFilterExpression, JobParameter, TaskParameterValue } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface ListMeteredProductsRequest {
7
+ /**
8
+ * <p>The license endpoint ID to include on the list of metered products.</p>
9
+ * @public
10
+ */
11
+ licenseEndpointId: string | undefined;
12
+ /**
13
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
14
+ * @public
15
+ */
16
+ nextToken?: string | undefined;
17
+ /**
18
+ * <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>
19
+ * @public
20
+ */
21
+ maxResults?: number | undefined;
22
+ }
3
23
  /**
4
24
  * <p>The details of a metered product.</p>
5
25
  * @public
@@ -137,27 +157,7 @@ export interface QueueFleetAssociationSummary {
137
157
  */
138
158
  fleetId: string | undefined;
139
159
  /**
140
- * <p>The status of task scheduling in the queue-fleet association.</p>
141
- * <ul>
142
- * <li>
143
- * <p>
144
- * <code>ACTIVE</code>–Association is active.</p>
145
- * </li>
146
- * <li>
147
- * <p>
148
- * <code>STOP_SCHEDULING_AND_COMPLETE_TASKS</code>–Association has stopped
149
- * scheduling new tasks and is completing current tasks.</p>
150
- * </li>
151
- * <li>
152
- * <p>
153
- * <code>STOP_SCHEDULING_AND_CANCEL_TASKS</code>–Association has stopped
154
- * scheduling new tasks and is canceling current tasks.</p>
155
- * </li>
156
- * <li>
157
- * <p>
158
- * <code>STOPPED</code>–Association has been stopped.</p>
159
- * </li>
160
- * </ul>
160
+ * <p>The status of task scheduling in the queue-fleet association.</p> <ul> <li> <p> <code>ACTIVE</code>–Association is active.</p> </li> <li> <p> <code>STOP_SCHEDULING_AND_COMPLETE_TASKS</code>–Association has stopped scheduling new tasks and is completing current tasks.</p> </li> <li> <p> <code>STOP_SCHEDULING_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>
161
161
  * @public
162
162
  */
163
163
  status: QueueFleetAssociationStatus | undefined;
@@ -207,16 +207,12 @@ export interface ListQueueLimitAssociationsRequest {
207
207
  */
208
208
  farmId: string | undefined;
209
209
  /**
210
- * <p>Specifies that the operation should return only the queue limit associations for the
211
- * specified queue. If you specify both the <code>queueId</code> and the <code>limitId</code>,
212
- * only the specified limit is returned if it exists.</p>
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>
213
211
  * @public
214
212
  */
215
213
  queueId?: string | undefined;
216
214
  /**
217
- * <p>Specifies that the operation should return only the queue limit associations for the
218
- * specified limit. If you specify both the <code>queueId</code> and the <code>limitId</code>,
219
- * only the specified limit is returned if it exists.</p>
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>
220
216
  * @public
221
217
  */
222
218
  limitId?: string | undefined;
@@ -267,27 +263,7 @@ export interface QueueLimitAssociationSummary {
267
263
  */
268
264
  limitId: string | undefined;
269
265
  /**
270
- * <p>The status of task scheduling in the queue-limit association.</p>
271
- * <ul>
272
- * <li>
273
- * <p>
274
- * <code>ACTIVE</code> - Association is active.</p>
275
- * </li>
276
- * <li>
277
- * <p>
278
- * <code>STOP_LIMIT_USAGE_AND_COMPLETE_TASKS</code> - Association has stopped
279
- * scheduling new tasks and is completing current tasks.</p>
280
- * </li>
281
- * <li>
282
- * <p>
283
- * <code>STOP_LIMIT_USAGE_AND_CANCEL_TASKS</code> - Association has stopped
284
- * scheduling new tasks and is canceling current tasks.</p>
285
- * </li>
286
- * <li>
287
- * <p>
288
- * <code>STOPPED</code> - Association has been stopped.</p>
289
- * </li>
290
- * </ul>
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>
291
267
  * @public
292
268
  */
293
269
  status: QueueLimitAssociationStatus | undefined;
@@ -297,8 +273,7 @@ export interface QueueLimitAssociationSummary {
297
273
  */
298
274
  export interface ListQueueLimitAssociationsResponse {
299
275
  /**
300
- * <p>A list of associations between limits and queues in the farm specified in the
301
- * request.</p>
276
+ * <p>A list of associations between limits and queues in the farm specified in the request.</p>
302
277
  * @public
303
278
  */
304
279
  queueLimitAssociations: QueueLimitAssociationSummary[] | undefined;
@@ -333,9 +308,7 @@ export interface ListTagsForResourceResponse {
333
308
  */
334
309
  export interface DeleteMonitorRequest {
335
310
  /**
336
- * <p>The unique identifier of the monitor to delete. This ID is returned by the
337
- * <code>CreateMonitor</code> operation, and is included in the response to the
338
- * <code>GetMonitor</code> operation.</p>
311
+ * <p>The unique identifier of the monitor to delete. This ID is returned by the <code>CreateMonitor</code> operation, and is included in the response to the <code>GetMonitor</code> operation.</p>
339
312
  * @public
340
313
  */
341
314
  monitorId: string | undefined;
@@ -350,8 +323,7 @@ export interface DeleteMonitorResponse {
350
323
  */
351
324
  export interface GetMonitorRequest {
352
325
  /**
353
- * <p>The unique identifier for the monitor. This ID is returned by the
354
- * <code>CreateMonitor</code> operation.</p>
326
+ * <p>The unique identifier for the monitor. This ID is returned by the <code>CreateMonitor</code> operation.</p>
355
327
  * @public
356
328
  */
357
329
  monitorId: string | undefined;
@@ -366,38 +338,32 @@ export interface GetMonitorResponse {
366
338
  */
367
339
  monitorId: string | undefined;
368
340
  /**
369
- * <p>The name used to identify the monitor on the Deadline Cloud console.</p>
370
- * <important>
371
- * <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
372
- * </important>
341
+ * <p>The name used to identify the monitor on the Deadline Cloud console.</p> <important> <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p> </important>
373
342
  * @public
374
343
  */
375
344
  displayName: string | undefined;
376
345
  /**
377
- * <p>The subdomain used for the monitor URL. The full URL of the monitor is
378
- * subdomain.Region.deadlinecloud.amazonaws.com.</p>
346
+ * <p>The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.</p>
379
347
  * @public
380
348
  */
381
349
  subdomain: string | undefined;
382
350
  /**
383
- * <p>The complete URL of the monitor. The full URL of the monitor is
384
- * subdomain.Region.deadlinecloud.amazonaws.com.</p>
351
+ * <p>The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.</p>
385
352
  * @public
386
353
  */
387
354
  url: string | undefined;
388
355
  /**
389
- * <p>The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to
390
- * access Deadline Cloud resources.</p>
356
+ * <p>The Amazon Resource Name of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.</p>
391
357
  * @public
392
358
  */
393
359
  roleArn: string | undefined;
394
360
  /**
395
- * <p>The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.</p>
361
+ * <p>The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.</p>
396
362
  * @public
397
363
  */
398
364
  identityCenterInstanceArn: string | undefined;
399
365
  /**
400
- * <p>The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.</p>
366
+ * <p>The Amazon Resource Name that the IAM Identity Center assigned to the monitor when it was created.</p>
401
367
  * @public
402
368
  */
403
369
  identityCenterApplicationArn: string | undefined;
@@ -448,38 +414,32 @@ export interface MonitorSummary {
448
414
  */
449
415
  monitorId: string | undefined;
450
416
  /**
451
- * <p>The name of the monitor that displays on the Deadline Cloud console.</p>
452
- * <important>
453
- * <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
454
- * </important>
417
+ * <p>The name of the monitor that displays on the Deadline Cloud console.</p> <important> <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p> </important>
455
418
  * @public
456
419
  */
457
420
  displayName: string | undefined;
458
421
  /**
459
- * <p>The subdomain used for the monitor URL. The full URL of the monitor is
460
- * subdomain.Region.deadlinecloud.amazonaws.com.</p>
422
+ * <p>The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.</p>
461
423
  * @public
462
424
  */
463
425
  subdomain: string | undefined;
464
426
  /**
465
- * <p>The complete URL of the monitor. The full URL of the monitor is
466
- * subdomain.Region.deadlinecloud.amazonaws.com.</p>
427
+ * <p>The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.</p>
467
428
  * @public
468
429
  */
469
430
  url: string | undefined;
470
431
  /**
471
- * <p>The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to
472
- * access Deadline Cloud resources.</p>
432
+ * <p>The Amazon Resource Name of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.</p>
473
433
  * @public
474
434
  */
475
435
  roleArn: string | undefined;
476
436
  /**
477
- * <p>The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.</p>
437
+ * <p>The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.</p>
478
438
  * @public
479
439
  */
480
440
  identityCenterInstanceArn: string | undefined;
481
441
  /**
482
- * <p>The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.</p>
442
+ * <p>The Amazon Resource Name that the IAM Identity Center assigned to the monitor when it was created.</p>
483
443
  * @public
484
444
  */
485
445
  identityCenterApplicationArn: string | undefined;
@@ -514,8 +474,7 @@ export interface ListMonitorsResponse {
514
474
  */
515
475
  nextToken?: string | undefined;
516
476
  /**
517
- * <p>A list of <code>MonitorSummary</code> objects that describe your monitors in the
518
- * Deadline Cloud.</p>
477
+ * <p>A list of <code>MonitorSummary</code> objects that describe your monitors in the Deadline Cloud.</p>
519
478
  * @public
520
479
  */
521
480
  monitors: MonitorSummary[] | undefined;
@@ -535,15 +494,12 @@ export interface UpdateMonitorRequest {
535
494
  */
536
495
  subdomain?: string | undefined;
537
496
  /**
538
- * <p>The new value to use for the monitor's display name.</p>
539
- * <important>
540
- * <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
541
- * </important>
497
+ * <p>The new value to use for the monitor's display name.</p> <important> <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p> </important>
542
498
  * @public
543
499
  */
544
500
  displayName?: string | undefined;
545
501
  /**
546
- * <p>The Amazon Resource Name (ARN) of the new IAM role to use with the monitor.</p>
502
+ * <p>The Amazon Resource Name of the new IAM role to use with the monitor.</p>
547
503
  * @public
548
504
  */
549
505
  roleArn?: string | undefined;
@@ -585,20 +541,7 @@ export interface SearchTermFilterExpression {
585
541
  */
586
542
  searchTerm: string | undefined;
587
543
  /**
588
- * <p>Specifies how Deadline Cloud matches your search term in the results. If you don't
589
- * specify a <code>matchType</code> the default is <code>FUZZY_MATCH</code>.</p>
590
- * <ul>
591
- * <li>
592
- * <p>
593
- * <code>FUZZY_MATCH</code> - Matches if a portion of the search term is found in the
594
- * result.</p>
595
- * </li>
596
- * <li>
597
- * <p>
598
- * <code>CONTAINS</code> - Matches if the exact search term is contained in the
599
- * result.</p>
600
- * </li>
601
- * </ul>
544
+ * <p>Specifies how Deadline Cloud matches your search term in the results. If you don't specify a <code>matchType</code> the default is <code>FUZZY_MATCH</code>.</p> <ul> <li> <p> <code>FUZZY_MATCH</code> - Matches if a portion of the search term is found in the result.</p> </li> <li> <p> <code>CONTAINS</code> - Matches if the exact search term is contained in the result.</p> </li> </ul>
602
545
  * @public
603
546
  */
604
547
  matchType?: SearchTermMatchingType | undefined;
@@ -624,6 +567,27 @@ export interface StringFilterExpression {
624
567
  */
625
568
  value: string | undefined;
626
569
  }
570
+ /**
571
+ * <p>Searches for a match within a list of strings.</p>
572
+ * @public
573
+ */
574
+ export interface StringListFilterExpression {
575
+ /**
576
+ * <p>The field name to search.</p>
577
+ * @public
578
+ */
579
+ name: string | undefined;
580
+ /**
581
+ * <p>The type of comparison to use for this search. ANY_EQUALS and ALL_NOT_EQUALS are supported.</p>
582
+ * @public
583
+ */
584
+ operator: ComparisonOperator | undefined;
585
+ /**
586
+ * <p>The list of string values to search for.</p>
587
+ * @public
588
+ */
589
+ values: string[] | undefined;
590
+ }
627
591
  /**
628
592
  * <p>The field sorting order and name of the field.</p>
629
593
  * @public
@@ -757,54 +721,12 @@ export interface JobSearchSummary {
757
721
  */
758
722
  lifecycleStatusMessage?: string | undefined;
759
723
  /**
760
- * <p>The task run status for the job.</p>
761
- * <ul>
762
- * <li>
763
- * <p>
764
- * <code>PENDING</code>–pending and waiting for resources.</p>
765
- * </li>
766
- * <li>
767
- * <p>
768
- * <code>READY</code>–ready to be processed.</p>
769
- * </li>
770
- * <li>
771
- * <p>
772
- * <code>ASSIGNED</code>–assigned and will run next on a worker.</p>
773
- * </li>
774
- * <li>
775
- * <p>
776
- * <code>SCHEDULED</code>–scheduled to be run on a worker.</p>
777
- * </li>
778
- * <li>
779
- * <p>
780
- * <code>INTERRUPTING</code>–being interrupted.</p>
781
- * </li>
782
- * <li>
783
- * <p>
784
- * <code>RUNNING</code>–running on a worker.</p>
785
- * </li>
786
- * <li>
787
- * <p>
788
- * <code>SUSPENDED</code>–the task is suspended.</p>
789
- * </li>
790
- * <li>
791
- * <p>
792
- * <code>CANCELED</code>–the task has been canceled.</p>
793
- * </li>
794
- * <li>
795
- * <p>
796
- * <code>FAILED</code>–the task has failed.</p>
797
- * </li>
798
- * <li>
799
- * <p>
800
- * <code>SUCCEEDED</code>–the task has succeeded.</p>
801
- * </li>
802
- * </ul>
724
+ * <p>The task run status for the job.</p> <ul> <li> <p> <code>PENDING</code>–pending and waiting for resources.</p> </li> <li> <p> <code>READY</code>–ready to be processed.</p> </li> <li> <p> <code>ASSIGNED</code>–assigned and will run next on a worker.</p> </li> <li> <p> <code>SCHEDULED</code>–scheduled to be run on a worker.</p> </li> <li> <p> <code>INTERRUPTING</code>–being interrupted.</p> </li> <li> <p> <code>RUNNING</code>–running on a worker.</p> </li> <li> <p> <code>SUSPENDED</code>–the task is suspended.</p> </li> <li> <p> <code>CANCELED</code>–the task has been canceled.</p> </li> <li> <p> <code>FAILED</code>–the task has failed.</p> </li> <li> <p> <code>SUCCEEDED</code>–the task has succeeded.</p> </li> </ul>
803
725
  * @public
804
726
  */
805
727
  taskRunStatus?: TaskRunStatus | undefined;
806
728
  /**
807
- * <p>The task status to start with on the job.</p>
729
+ * <p>The task status to update the job's tasks to.</p>
808
730
  * @public
809
731
  */
810
732
  targetTaskRunStatus?: JobTargetTaskRunStatus | undefined;
@@ -869,12 +791,7 @@ export interface JobSearchSummary {
869
791
  */
870
792
  jobParameters?: Record<string, JobParameter> | undefined;
871
793
  /**
872
- * <p>The maximum number of worker hosts that can concurrently process a job. When the
873
- * <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the
874
- * job, even if the fleets assigned to the job's queue has available workers.</p>
875
- * <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no
876
- * maximum number of workers.</p>
877
- * <p>If you don't specify the <code>maxWorkerCount</code>, the default is -1.</p>
794
+ * <p>The maximum number of worker hosts that can concurrently process a job. When the <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the job, even if the fleets assigned to the job's queue has available workers.</p> <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no maximum number of workers.</p> <p>If you don't specify the <code>maxWorkerCount</code>, the default is -1.</p>
878
795
  * @public
879
796
  */
880
797
  maxWorkerCount?: number | undefined;
@@ -894,7 +811,7 @@ export interface SearchJobsResponse {
894
811
  */
895
812
  jobs: JobSearchSummary[] | undefined;
896
813
  /**
897
- * <p>The next incremental starting point after the defined <code>itemOffset</code>.</p>
814
+ * <p>The next item offset for the search results.</p>
898
815
  * @public
899
816
  */
900
817
  nextItemOffset?: number | undefined;
@@ -940,54 +857,12 @@ export interface StepSearchSummary {
940
857
  */
941
858
  lifecycleStatusMessage?: string | undefined;
942
859
  /**
943
- * <p>The task run status for the job.</p>
944
- * <ul>
945
- * <li>
946
- * <p>
947
- * <code>PENDING</code>–pending and waiting for resources.</p>
948
- * </li>
949
- * <li>
950
- * <p>
951
- * <code>READY</code>–ready to be processed.</p>
952
- * </li>
953
- * <li>
954
- * <p>
955
- * <code>ASSIGNED</code>–assigned and will run next on a worker.</p>
956
- * </li>
957
- * <li>
958
- * <p>
959
- * <code>SCHEDULED</code>–scheduled to be run on a worker.</p>
960
- * </li>
961
- * <li>
962
- * <p>
963
- * <code>INTERRUPTING</code>–being interrupted.</p>
964
- * </li>
965
- * <li>
966
- * <p>
967
- * <code>RUNNING</code>–running on a worker.</p>
968
- * </li>
969
- * <li>
970
- * <p>
971
- * <code>SUSPENDED</code>–the task is suspended.</p>
972
- * </li>
973
- * <li>
974
- * <p>
975
- * <code>CANCELED</code>–the task has been canceled.</p>
976
- * </li>
977
- * <li>
978
- * <p>
979
- * <code>FAILED</code>–the task has failed.</p>
980
- * </li>
981
- * <li>
982
- * <p>
983
- * <code>SUCCEEDED</code>–the task has succeeded.</p>
984
- * </li>
985
- * </ul>
860
+ * <p>The task run status for the job.</p> <ul> <li> <p> <code>PENDING</code>–pending and waiting for resources.</p> </li> <li> <p> <code>READY</code>–ready to be processed.</p> </li> <li> <p> <code>ASSIGNED</code>–assigned and will run next on a worker.</p> </li> <li> <p> <code>SCHEDULED</code>–scheduled to be run on a worker.</p> </li> <li> <p> <code>INTERRUPTING</code>–being interrupted.</p> </li> <li> <p> <code>RUNNING</code>–running on a worker.</p> </li> <li> <p> <code>SUSPENDED</code>–the task is suspended.</p> </li> <li> <p> <code>CANCELED</code>–the task has been canceled.</p> </li> <li> <p> <code>FAILED</code>–the task has failed.</p> </li> <li> <p> <code>SUCCEEDED</code>–the task has succeeded.</p> </li> </ul>
986
861
  * @public
987
862
  */
988
863
  taskRunStatus?: TaskRunStatus | undefined;
989
864
  /**
990
- * <p>The task status to start with on the job.</p>
865
+ * <p>The task status to update the job's tasks to.</p>
991
866
  * @public
992
867
  */
993
868
  targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
@@ -1047,7 +922,7 @@ export interface SearchStepsResponse {
1047
922
  */
1048
923
  steps: StepSearchSummary[] | undefined;
1049
924
  /**
1050
- * <p>The next incremental starting point after the defined <code>itemOffset</code>.</p>
925
+ * <p>The next item offset for the search results.</p>
1051
926
  * @public
1052
927
  */
1053
928
  nextItemOffset?: number | undefined;
@@ -1122,6 +997,11 @@ export interface TaskSearchSummary {
1122
997
  * @public
1123
998
  */
1124
999
  updatedBy?: string | undefined;
1000
+ /**
1001
+ * <p>The latest session action ID for the task.</p>
1002
+ * @public
1003
+ */
1004
+ latestSessionActionId?: string | undefined;
1125
1005
  }
1126
1006
  /**
1127
1007
  * @public
@@ -1133,7 +1013,7 @@ export interface SearchTasksResponse {
1133
1013
  */
1134
1014
  tasks: TaskSearchSummary[] | undefined;
1135
1015
  /**
1136
- * <p>The next incremental starting point after the defined <code>itemOffset</code>.</p>
1016
+ * <p>The next item offset for the search results.</p>
1137
1017
  * @public
1138
1018
  */
1139
1019
  nextItemOffset?: number | undefined;
@@ -1199,7 +1079,7 @@ export interface SearchWorkersResponse {
1199
1079
  */
1200
1080
  workers: WorkerSearchSummary[] | undefined;
1201
1081
  /**
1202
- * <p>The next incremental starting point after the defined <code>itemOffset</code>.</p>
1082
+ * <p>The next item offset for the search results.</p>
1203
1083
  * @public
1204
1084
  */
1205
1085
  nextItemOffset?: number | undefined;
@@ -1210,8 +1090,7 @@ export interface SearchWorkersResponse {
1210
1090
  totalResults: number | undefined;
1211
1091
  }
1212
1092
  /**
1213
- * <p>Specifies the fleet IDs or queue IDs to return statistics. You can specify only fleet
1214
- * IDs or queue IDS, not both.</p>
1093
+ * <p>Specifies the fleet IDs or queue IDs to return statistics. You can specify only fleet IDs or queue IDS, not both.</p>
1215
1094
  * @public
1216
1095
  */
1217
1096
  export type SessionsStatisticsResources = SessionsStatisticsResources.FleetIdsMember | SessionsStatisticsResources.QueueIdsMember | SessionsStatisticsResources.$UnknownMember;
@@ -1220,8 +1099,7 @@ export type SessionsStatisticsResources = SessionsStatisticsResources.FleetIdsMe
1220
1099
  */
1221
1100
  export declare namespace SessionsStatisticsResources {
1222
1101
  /**
1223
- * <p>One to 10 queue IDs that specify the queues to return statistics for. If you specify the
1224
- * <code>queueIds</code> field, you can't specify the <code>fleetIds</code> field.</p>
1102
+ * <p>One to 10 queue IDs that specify the queues to return statistics for. If you specify the <code>queueIds</code> field, you can't specify the <code>fleetIds</code> field.</p>
1225
1103
  * @public
1226
1104
  */
1227
1105
  interface QueueIdsMember {
@@ -1230,8 +1108,7 @@ export declare namespace SessionsStatisticsResources {
1230
1108
  $unknown?: never;
1231
1109
  }
1232
1110
  /**
1233
- * <p>One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the
1234
- * <code>fleetIds</code> field, you can't specify the <code>queueIds</code> field.</p>
1111
+ * <p>One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the <code>fleetIds</code> field, you can't specify the <code>queueIds</code> field.</p>
1235
1112
  * @public
1236
1113
  */
1237
1114
  interface FleetIdsMember {
@@ -1262,8 +1139,7 @@ export declare namespace SessionsStatisticsResources {
1262
1139
  */
1263
1140
  export interface StartSessionsStatisticsAggregationRequest {
1264
1141
  /**
1265
- * <p>The identifier of the farm that contains queues or fleets to return statistics
1266
- * for.</p>
1142
+ * <p>The identifier of the farm that contains queues or fleets to return statistics for.</p>
1267
1143
  * @public
1268
1144
  */
1269
1145
  farmId: string | undefined;
@@ -1308,9 +1184,7 @@ export interface StartSessionsStatisticsAggregationRequest {
1308
1184
  */
1309
1185
  export interface StartSessionsStatisticsAggregationResponse {
1310
1186
  /**
1311
- * <p>A unique identifier for the aggregated statistics. Use this identifier with the
1312
- * <code>GetAggregatedStatisticsForSessions</code> operation to return the
1313
- * statistics.</p>
1187
+ * <p>A unique identifier for the aggregated statistics. Use this identifier with the <code>GetAggregatedStatisticsForSessions</code> operation to return the statistics.</p>
1314
1188
  * @public
1315
1189
  */
1316
1190
  aggregationId: string | undefined;
@@ -1405,9 +1279,7 @@ export interface UpdateQueueLimitAssociationRequest {
1405
1279
  */
1406
1280
  limitId: string | undefined;
1407
1281
  /**
1408
- * <p>Sets the status of the limit. You can mark the limit active, or you can stop usage of
1409
- * the limit and either complete existing tasks or cancel any existing tasks immediately.
1410
- * </p>
1282
+ * <p>Sets the status of the limit. You can mark the limit active, or you can stop usage of the limit and either complete existing tasks or cancel any existing tasks immediately. </p>
1411
1283
  * @public
1412
1284
  */
1413
1285
  status: UpdateQueueLimitAssociationStatus | undefined;
@@ -1421,7 +1293,7 @@ export interface UpdateQueueLimitAssociationResponse {
1421
1293
  * <p>The type of search filter to apply.</p>
1422
1294
  * @public
1423
1295
  */
1424
- export type SearchFilterExpression = SearchFilterExpression.DateTimeFilterMember | SearchFilterExpression.GroupFilterMember | SearchFilterExpression.ParameterFilterMember | SearchFilterExpression.SearchTermFilterMember | SearchFilterExpression.StringFilterMember | SearchFilterExpression.$UnknownMember;
1296
+ export type SearchFilterExpression = SearchFilterExpression.DateTimeFilterMember | SearchFilterExpression.GroupFilterMember | SearchFilterExpression.ParameterFilterMember | SearchFilterExpression.SearchTermFilterMember | SearchFilterExpression.StringFilterMember | SearchFilterExpression.StringListFilterMember | SearchFilterExpression.$UnknownMember;
1425
1297
  /**
1426
1298
  * @public
1427
1299
  */
@@ -1435,6 +1307,7 @@ export declare namespace SearchFilterExpression {
1435
1307
  parameterFilter?: never;
1436
1308
  searchTermFilter?: never;
1437
1309
  stringFilter?: never;
1310
+ stringListFilter?: never;
1438
1311
  groupFilter?: never;
1439
1312
  $unknown?: never;
1440
1313
  }
@@ -1447,6 +1320,7 @@ export declare namespace SearchFilterExpression {
1447
1320
  parameterFilter: ParameterFilterExpression;
1448
1321
  searchTermFilter?: never;
1449
1322
  stringFilter?: never;
1323
+ stringListFilter?: never;
1450
1324
  groupFilter?: never;
1451
1325
  $unknown?: never;
1452
1326
  }
@@ -1459,6 +1333,7 @@ export declare namespace SearchFilterExpression {
1459
1333
  parameterFilter?: never;
1460
1334
  searchTermFilter: SearchTermFilterExpression;
1461
1335
  stringFilter?: never;
1336
+ stringListFilter?: never;
1462
1337
  groupFilter?: never;
1463
1338
  $unknown?: never;
1464
1339
  }
@@ -1471,6 +1346,20 @@ export declare namespace SearchFilterExpression {
1471
1346
  parameterFilter?: never;
1472
1347
  searchTermFilter?: never;
1473
1348
  stringFilter: StringFilterExpression;
1349
+ stringListFilter?: never;
1350
+ groupFilter?: never;
1351
+ $unknown?: never;
1352
+ }
1353
+ /**
1354
+ * <p>Filters by a list of string values.</p>
1355
+ * @public
1356
+ */
1357
+ interface StringListFilterMember {
1358
+ dateTimeFilter?: never;
1359
+ parameterFilter?: never;
1360
+ searchTermFilter?: never;
1361
+ stringFilter?: never;
1362
+ stringListFilter: StringListFilterExpression;
1474
1363
  groupFilter?: never;
1475
1364
  $unknown?: never;
1476
1365
  }
@@ -1483,6 +1372,7 @@ export declare namespace SearchFilterExpression {
1483
1372
  parameterFilter?: never;
1484
1373
  searchTermFilter?: never;
1485
1374
  stringFilter?: never;
1375
+ stringListFilter?: never;
1486
1376
  groupFilter: SearchGroupedFilterExpressions;
1487
1377
  $unknown?: never;
1488
1378
  }
@@ -1494,6 +1384,7 @@ export declare namespace SearchFilterExpression {
1494
1384
  parameterFilter?: never;
1495
1385
  searchTermFilter?: never;
1496
1386
  stringFilter?: never;
1387
+ stringListFilter?: never;
1497
1388
  groupFilter?: never;
1498
1389
  $unknown: [string, any];
1499
1390
  }
@@ -1506,15 +1397,13 @@ export declare namespace SearchFilterExpression {
1506
1397
  parameterFilter: (value: ParameterFilterExpression) => T;
1507
1398
  searchTermFilter: (value: SearchTermFilterExpression) => T;
1508
1399
  stringFilter: (value: StringFilterExpression) => T;
1400
+ stringListFilter: (value: StringListFilterExpression) => T;
1509
1401
  groupFilter: (value: SearchGroupedFilterExpressions) => T;
1510
1402
  _: (name: string, value: any) => T;
1511
1403
  }
1512
1404
  }
1513
1405
  /**
1514
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
1515
- * when searching among a group of search strings in a resource.
1516
- *
1517
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
1406
+ * <p>The search terms for a resource.</p>
1518
1407
  * @public
1519
1408
  */
1520
1409
  export interface SearchGroupedFilterExpressions {
@@ -1544,10 +1433,7 @@ export interface SearchJobsRequest {
1544
1433
  */
1545
1434
  queueIds: string[] | undefined;
1546
1435
  /**
1547
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
1548
- * when searching among a group of search strings in a resource.
1549
- *
1550
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
1436
+ * <p>The search terms for a resource.</p>
1551
1437
  * @public
1552
1438
  */
1553
1439
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
@@ -1557,12 +1443,12 @@ export interface SearchJobsRequest {
1557
1443
  */
1558
1444
  sortExpressions?: SearchSortExpression[] | undefined;
1559
1445
  /**
1560
- * <p>Defines how far into the scrollable list to start the return of results.</p>
1446
+ * <p>The offset for the search results.</p>
1561
1447
  * @public
1562
1448
  */
1563
1449
  itemOffset: number | undefined;
1564
1450
  /**
1565
- * <p>Specifies the number of items per page for the resource.</p>
1451
+ * <p>Specifies the number of results to return.</p>
1566
1452
  * @public
1567
1453
  */
1568
1454
  pageSize?: number | undefined;
@@ -1587,10 +1473,7 @@ export interface SearchStepsRequest {
1587
1473
  */
1588
1474
  jobId?: string | undefined;
1589
1475
  /**
1590
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
1591
- * when searching among a group of search strings in a resource.
1592
- *
1593
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
1476
+ * <p>The search terms for a resource.</p>
1594
1477
  * @public
1595
1478
  */
1596
1479
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
@@ -1600,12 +1483,12 @@ export interface SearchStepsRequest {
1600
1483
  */
1601
1484
  sortExpressions?: SearchSortExpression[] | undefined;
1602
1485
  /**
1603
- * <p>Defines how far into the scrollable list to start the return of results.</p>
1486
+ * <p>The offset for the search results.</p>
1604
1487
  * @public
1605
1488
  */
1606
1489
  itemOffset: number | undefined;
1607
1490
  /**
1608
- * <p>Specifies the number of items per page for the resource.</p>
1491
+ * <p>Specifies the number of results to return.</p>
1609
1492
  * @public
1610
1493
  */
1611
1494
  pageSize?: number | undefined;
@@ -1630,10 +1513,7 @@ export interface SearchTasksRequest {
1630
1513
  */
1631
1514
  jobId?: string | undefined;
1632
1515
  /**
1633
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
1634
- * when searching among a group of search strings in a resource.
1635
- *
1636
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
1516
+ * <p>The search terms for a resource.</p>
1637
1517
  * @public
1638
1518
  */
1639
1519
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
@@ -1643,12 +1523,12 @@ export interface SearchTasksRequest {
1643
1523
  */
1644
1524
  sortExpressions?: SearchSortExpression[] | undefined;
1645
1525
  /**
1646
- * <p>Defines how far into the scrollable list to start the return of results.</p>
1526
+ * <p>The offset for the search results.</p>
1647
1527
  * @public
1648
1528
  */
1649
1529
  itemOffset: number | undefined;
1650
1530
  /**
1651
- * <p>Specifies the number of items per page for the resource.</p>
1531
+ * <p>Specifies the number of results to return.</p>
1652
1532
  * @public
1653
1533
  */
1654
1534
  pageSize?: number | undefined;
@@ -1668,10 +1548,7 @@ export interface SearchWorkersRequest {
1668
1548
  */
1669
1549
  fleetIds: string[] | undefined;
1670
1550
  /**
1671
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
1672
- * when searching among a group of search strings in a resource.
1673
- *
1674
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
1551
+ * <p>The search terms for a resource.</p>
1675
1552
  * @public
1676
1553
  */
1677
1554
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
@@ -1681,12 +1558,12 @@ export interface SearchWorkersRequest {
1681
1558
  */
1682
1559
  sortExpressions?: SearchSortExpression[] | undefined;
1683
1560
  /**
1684
- * <p>Defines how far into the scrollable list to start the return of results.</p>
1561
+ * <p>The offset for the search results.</p>
1685
1562
  * @public
1686
1563
  */
1687
1564
  itemOffset: number | undefined;
1688
1565
  /**
1689
- * <p>Specifies the number of items per page for the resource.</p>
1566
+ * <p>Specifies the number of results to return.</p>
1690
1567
  * @public
1691
1568
  */
1692
1569
  pageSize?: number | undefined;