@aws-sdk/client-deadline 3.804.0 → 3.808.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 (129) hide show
  1. package/README.md +1 -8
  2. package/dist-cjs/commands/UpdateWorkerCommand.js +2 -1
  3. package/dist-cjs/models/models_0.js +16 -7
  4. package/dist-cjs/models/models_1.js +7 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +4 -0
  6. package/dist-cjs/runtimeConfig.js +6 -6
  7. package/dist-es/commands/UpdateWorkerCommand.js +2 -1
  8. package/dist-es/models/models_0.js +12 -4
  9. package/dist-es/models/models_1.js +4 -1
  10. package/dist-es/protocols/Aws_restJson1.js +4 -0
  11. package/dist-es/runtimeConfig.js +6 -6
  12. package/dist-types/Deadline.d.ts +1 -8
  13. package/dist-types/DeadlineClient.d.ts +1 -8
  14. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +2 -4
  15. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +2 -4
  16. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +2 -4
  17. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +2 -4
  18. package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +2 -4
  19. package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +2 -4
  20. package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +2 -4
  21. package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +1 -2
  22. package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +2 -4
  23. package/dist-types/commands/BatchGetJobEntityCommand.d.ts +1 -2
  24. package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -2
  25. package/dist-types/commands/CreateBudgetCommand.d.ts +2 -4
  26. package/dist-types/commands/CreateFarmCommand.d.ts +3 -8
  27. package/dist-types/commands/CreateFleetCommand.d.ts +7 -7
  28. package/dist-types/commands/CreateJobCommand.d.ts +3 -7
  29. package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +4 -8
  30. package/dist-types/commands/CreateLimitCommand.d.ts +3 -9
  31. package/dist-types/commands/CreateMonitorCommand.d.ts +3 -7
  32. package/dist-types/commands/CreateQueueCommand.d.ts +3 -6
  33. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +2 -4
  34. package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +1 -2
  35. package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +2 -6
  36. package/dist-types/commands/CreateStorageProfileCommand.d.ts +3 -6
  37. package/dist-types/commands/CreateWorkerCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteBudgetCommand.d.ts +1 -2
  39. package/dist-types/commands/DeleteFarmCommand.d.ts +1 -2
  40. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -4
  41. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +2 -4
  42. package/dist-types/commands/DeleteLimitCommand.d.ts +2 -5
  43. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +1 -2
  44. package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -4
  45. package/dist-types/commands/DeleteQueueCommand.d.ts +3 -9
  46. package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +1 -2
  47. package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +2 -4
  48. package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +3 -10
  49. package/dist-types/commands/DeleteStorageProfileCommand.d.ts +1 -2
  50. package/dist-types/commands/DeleteWorkerCommand.d.ts +2 -4
  51. package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +1 -2
  52. package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +2 -4
  53. package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +1 -2
  54. package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +2 -4
  55. package/dist-types/commands/GetBudgetCommand.d.ts +1 -2
  56. package/dist-types/commands/GetFarmCommand.d.ts +1 -2
  57. package/dist-types/commands/GetFleetCommand.d.ts +5 -2
  58. package/dist-types/commands/GetJobCommand.d.ts +1 -2
  59. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +1 -2
  60. package/dist-types/commands/GetLimitCommand.d.ts +1 -2
  61. package/dist-types/commands/GetMonitorCommand.d.ts +1 -2
  62. package/dist-types/commands/GetQueueCommand.d.ts +1 -2
  63. package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +1 -2
  64. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -2
  65. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -2
  66. package/dist-types/commands/GetSessionActionCommand.d.ts +1 -2
  67. package/dist-types/commands/GetSessionCommand.d.ts +1 -2
  68. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +2 -6
  69. package/dist-types/commands/GetStepCommand.d.ts +1 -2
  70. package/dist-types/commands/GetStorageProfileCommand.d.ts +1 -2
  71. package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +1 -2
  72. package/dist-types/commands/GetTaskCommand.d.ts +1 -2
  73. package/dist-types/commands/GetWorkerCommand.d.ts +1 -2
  74. package/dist-types/commands/ListBudgetsCommand.d.ts +1 -2
  75. package/dist-types/commands/ListFarmMembersCommand.d.ts +1 -2
  76. package/dist-types/commands/ListFarmsCommand.d.ts +1 -2
  77. package/dist-types/commands/ListFleetMembersCommand.d.ts +1 -2
  78. package/dist-types/commands/ListFleetsCommand.d.ts +1 -2
  79. package/dist-types/commands/ListJobMembersCommand.d.ts +1 -2
  80. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -2
  81. package/dist-types/commands/ListJobsCommand.d.ts +1 -2
  82. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +1 -2
  83. package/dist-types/commands/ListLimitsCommand.d.ts +1 -2
  84. package/dist-types/commands/ListMeteredProductsCommand.d.ts +1 -2
  85. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -2
  86. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -2
  87. package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -2
  88. package/dist-types/commands/ListQueuesCommand.d.ts +1 -2
  89. package/dist-types/commands/ListSessionActionsCommand.d.ts +1 -2
  90. package/dist-types/commands/ListSessionsCommand.d.ts +1 -2
  91. package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +1 -2
  92. package/dist-types/commands/ListStepConsumersCommand.d.ts +1 -2
  93. package/dist-types/commands/ListStepDependenciesCommand.d.ts +1 -2
  94. package/dist-types/commands/ListStepsCommand.d.ts +1 -2
  95. package/dist-types/commands/ListStorageProfilesCommand.d.ts +1 -2
  96. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -2
  97. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  98. package/dist-types/commands/ListTasksCommand.d.ts +1 -2
  99. package/dist-types/commands/ListWorkersCommand.d.ts +1 -2
  100. package/dist-types/commands/PutMeteredProductCommand.d.ts +1 -2
  101. package/dist-types/commands/SearchJobsCommand.d.ts +1 -2
  102. package/dist-types/commands/SearchStepsCommand.d.ts +1 -2
  103. package/dist-types/commands/SearchTasksCommand.d.ts +1 -2
  104. package/dist-types/commands/SearchWorkersCommand.d.ts +1 -2
  105. package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +2 -9
  106. package/dist-types/commands/TagResourceCommand.d.ts +2 -4
  107. package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
  108. package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -2
  109. package/dist-types/commands/UpdateFarmCommand.d.ts +1 -2
  110. package/dist-types/commands/UpdateFleetCommand.d.ts +6 -4
  111. package/dist-types/commands/UpdateJobCommand.d.ts +3 -11
  112. package/dist-types/commands/UpdateLimitCommand.d.ts +1 -2
  113. package/dist-types/commands/UpdateMonitorCommand.d.ts +2 -4
  114. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -2
  115. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -2
  116. package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +1 -2
  117. package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +2 -5
  118. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -4
  119. package/dist-types/commands/UpdateStepCommand.d.ts +2 -4
  120. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -2
  121. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -4
  122. package/dist-types/commands/UpdateWorkerCommand.d.ts +6 -4
  123. package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +2 -4
  124. package/dist-types/index.d.ts +1 -8
  125. package/dist-types/models/models_0.d.ts +136 -531
  126. package/dist-types/models/models_1.d.ts +120 -308
  127. package/dist-types/ts3.4/models/models_0.d.ts +15 -15
  128. package/dist-types/ts3.4/models/models_1.d.ts +15 -1
  129. package/package.json +15 -15
@@ -1,4 +1,70 @@
1
- import { ComparisonOperator, DateTimeFilterExpression, DeadlinePrincipalType, DefaultQueueBudgetAction, EnvironmentTemplateType, FileSystemLocation, HostPropertiesResponse, JobAttachmentSettings, JobLifecycleStatus, JobParameter, JobRunAsUser, JobTargetTaskRunStatus, MembershipLevel, ParameterSpace, QueueBlockedReason, QueueStatus, SessionLifecycleTargetStatus, StepLifecycleStatus, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, StorageProfileSummary, TaskParameterValue, TaskRunStatus, TaskSummary, TaskTargetRunStatus, WorkerStatus } from "./models_0";
1
+ import { ComparisonOperator, DateTimeFilterExpression, DeadlinePrincipalType, DefaultQueueBudgetAction, EnvironmentTemplateType, FileSystemLocation, HostPropertiesResponse, JobAttachmentSettings, JobLifecycleStatus, JobParameter, JobRunAsUser, JobTargetTaskRunStatus, MembershipLevel, ParameterSpace, QueueBlockedReason, QueueStatus, SessionLifecycleTargetStatus, StepLifecycleStatus, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, StorageProfileSummary, TaskParameterValue, TaskRunStatus, TaskTargetRunStatus, WorkerStatus } from "./models_0";
2
+ /**
3
+ * <p>The details of a task.</p>
4
+ * @public
5
+ */
6
+ export interface TaskSummary {
7
+ /**
8
+ * <p>The task ID.</p>
9
+ * @public
10
+ */
11
+ taskId: string | undefined;
12
+ /**
13
+ * <p>The date and time the resource was created.</p>
14
+ * @public
15
+ */
16
+ createdAt: Date | undefined;
17
+ /**
18
+ * <p>The user or system that created this resource.</p>
19
+ * @public
20
+ */
21
+ createdBy: string | undefined;
22
+ /**
23
+ * <p>The run status of the task.</p>
24
+ * @public
25
+ */
26
+ runStatus: TaskRunStatus | undefined;
27
+ /**
28
+ * <p>The run status on which the started.</p>
29
+ * @public
30
+ */
31
+ targetRunStatus?: TaskTargetRunStatus | undefined;
32
+ /**
33
+ * <p>The number of times that the task failed and was retried.</p>
34
+ * @public
35
+ */
36
+ failureRetryCount?: number | undefined;
37
+ /**
38
+ * <p>The task parameters.</p>
39
+ * @public
40
+ */
41
+ parameters?: Record<string, TaskParameterValue> | undefined;
42
+ /**
43
+ * <p>The date and time the resource started running.</p>
44
+ * @public
45
+ */
46
+ startedAt?: Date | undefined;
47
+ /**
48
+ * <p>The date and time the resource ended running.</p>
49
+ * @public
50
+ */
51
+ endedAt?: Date | undefined;
52
+ /**
53
+ * <p>The date and time the resource was updated.</p>
54
+ * @public
55
+ */
56
+ updatedAt?: Date | undefined;
57
+ /**
58
+ * <p>The user or system that updated this resource.</p>
59
+ * @public
60
+ */
61
+ updatedBy?: string | undefined;
62
+ /**
63
+ * <p>The latest session action for the task.</p>
64
+ * @public
65
+ */
66
+ latestSessionActionId?: string | undefined;
67
+ }
2
68
  /**
3
69
  * @public
4
70
  */
@@ -55,23 +121,12 @@ export interface UpdateJobRequest {
55
121
  */
56
122
  maxRetriesPerTask?: number | undefined;
57
123
  /**
58
- * <p>The status of a job in its lifecycle. When you change the status of the job to
59
- * <code>ARCHIVED</code>, the job can't be scheduled or archived.</p>
60
- * <important>
61
- * <p>An archived jobs and its steps and tasks are deleted after 120 days. The job can't be
62
- * recovered.</p>
63
- * </important>
124
+ * <p>The status of a job in its lifecycle. When you change the status of the job to <code>ARCHIVED</code>, the job can't be scheduled or archived.</p> <important> <p>An archived jobs and its steps and tasks are deleted after 120 days. The job can't be recovered.</p> </important>
64
125
  * @public
65
126
  */
66
127
  lifecycleStatus?: UpdateJobLifecycleStatus | undefined;
67
128
  /**
68
- * <p>The maximum number of worker hosts that can concurrently process a job. When the
69
- * <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the
70
- * job, even if the fleets assigned to the job's queue has available workers.</p>
71
- * <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no
72
- * maximum number of workers.</p>
73
- * <p>If you don't specify the <code>maxWorkerCount</code>, the default is -1.</p>
74
- * <p>The maximum number of workers that can process tasks in the job.</p>
129
+ * <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> <p>The maximum number of workers that can process tasks in the job.</p>
75
130
  * @public
76
131
  */
77
132
  maxWorkerCount?: number | undefined;
@@ -373,22 +428,7 @@ export interface ListQueuesRequest {
373
428
  */
374
429
  principalId?: string | undefined;
375
430
  /**
376
- * <p>The status of the queues listed.</p>
377
- * <ul>
378
- * <li>
379
- * <p>
380
- * <code>ACTIVE</code>–The queues are active.</p>
381
- * </li>
382
- * <li>
383
- * <p>
384
- * <code>SCHEDULING</code>–The queues are scheduling.</p>
385
- * </li>
386
- * <li>
387
- * <p>
388
- * <code>SCHEDULING_BLOCKED</code>–The queue scheduling is blocked for these
389
- * queues.</p>
390
- * </li>
391
- * </ul>
431
+ * <p>The status of the queues listed.</p> <ul> <li> <p> <code>ACTIVE</code>–The queues are active.</p> </li> <li> <p> <code>SCHEDULING</code>–The queues are scheduling.</p> </li> <li> <p> <code>SCHEDULING_BLOCKED</code>–The queue scheduling is blocked for these queues.</p> </li> </ul>
392
432
  * @public
393
433
  */
394
434
  status?: QueueStatus | undefined;
@@ -419,10 +459,7 @@ export interface QueueSummary {
419
459
  */
420
460
  queueId: string | undefined;
421
461
  /**
422
- * <p>The display name of the queue summary to update.</p>
423
- * <important>
424
- * <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>
425
- * </important>
462
+ * <p>The display name of the queue summary to update.</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>
426
463
  * @public
427
464
  */
428
465
  displayName: string | undefined;
@@ -537,18 +574,12 @@ export interface UpdateQueueRequest {
537
574
  */
538
575
  queueId: string | undefined;
539
576
  /**
540
- * <p>The display name of the queue to update.</p>
541
- * <important>
542
- * <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>
543
- * </important>
577
+ * <p>The display name of the queue to update.</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>
544
578
  * @public
545
579
  */
546
580
  displayName?: string | undefined;
547
581
  /**
548
- * <p>The description of the queue to update.</p>
549
- * <important>
550
- * <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>
551
- * </important>
582
+ * <p>The description of the queue to update.</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>
552
583
  * @public
553
584
  */
554
585
  description?: string | undefined;
@@ -558,8 +589,7 @@ export interface UpdateQueueRequest {
558
589
  */
559
590
  defaultBudgetAction?: DefaultQueueBudgetAction | undefined;
560
591
  /**
561
- * <p>The job attachment settings to update for the
562
- * queue.</p>
592
+ * <p>The job attachment settings to update for the queue.</p>
563
593
  * @public
564
594
  */
565
595
  jobAttachmentSettings?: JobAttachmentSettings | undefined;
@@ -654,18 +684,12 @@ export interface UpdateFarmRequest {
654
684
  */
655
685
  farmId: string | undefined;
656
686
  /**
657
- * <p>The display name of the farm to update.</p>
658
- * <important>
659
- * <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>
660
- * </important>
687
+ * <p>The display name of the farm to update.</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>
661
688
  * @public
662
689
  */
663
690
  displayName?: string | undefined;
664
691
  /**
665
- * <p>The description of the farm to update.</p>
666
- * <important>
667
- * <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>
668
- * </important>
692
+ * <p>The description of the farm to update.</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>
669
693
  * @public
670
694
  */
671
695
  description?: string | undefined;
@@ -690,30 +714,17 @@ export interface UpdateLimitRequest {
690
714
  */
691
715
  limitId: string | undefined;
692
716
  /**
693
- * <p>The new display name of the limit.</p>
694
- * <important>
695
- * <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>
696
- * </important>
717
+ * <p>The new display name of the limit.</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>
697
718
  * @public
698
719
  */
699
720
  displayName?: string | undefined;
700
721
  /**
701
- * <p>The new description of the limit.</p>
702
- * <important>
703
- * <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>
704
- * </important>
722
+ * <p>The new description of the limit.</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>
705
723
  * @public
706
724
  */
707
725
  description?: string | undefined;
708
726
  /**
709
- * <p>The maximum number of resources constrained by this limit. When all of the resources are
710
- * in use, steps that require the limit won't be scheduled until the resource is
711
- * available.</p>
712
- * <p>If more than the new maximum number is currently in use, running jobs finish but no new
713
- * jobs are started until the number of resources in use is below the new maximum
714
- * number.</p>
715
- * <p>The <code>maxCount</code> must not be 0. If the value is -1, there is no restriction on
716
- * the number of resources that can be acquired for this limit.</p>
727
+ * <p>The maximum number of resources constrained by this limit. When all of the resources are in use, steps that require the limit won't be scheduled until the resource is available.</p> <p>If more than the new maximum number is currently in use, running jobs finish but no new jobs are started until the number of resources in use is below the new maximum number.</p> <p>The <code>maxCount</code> must not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.</p>
717
728
  * @public
718
729
  */
719
730
  maxCount?: number | undefined;
@@ -743,10 +754,7 @@ export interface UpdateStorageProfileRequest {
743
754
  */
744
755
  storageProfileId: string | undefined;
745
756
  /**
746
- * <p>The display name of the storage profile to update.</p>
747
- * <important>
748
- * <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>
749
- * </important>
757
+ * <p>The display name of the storage profile to update.</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>
750
758
  * @public
751
759
  */
752
760
  displayName?: string | undefined;
@@ -924,15 +932,12 @@ export interface GetQueueLimitAssociationResponse {
924
932
  */
925
933
  export interface GetSessionsStatisticsAggregationRequest {
926
934
  /**
927
- * <p>The identifier of the farm to include in the statistics. This should be the same as the
928
- * farm ID used in the call to the <code>StartSessionsStatisticsAggregation</code>
929
- * operation.</p>
935
+ * <p>The identifier of the farm to include in the statistics. This should be the same as the farm ID used in the call to the <code>StartSessionsStatisticsAggregation</code> operation.</p>
930
936
  * @public
931
937
  */
932
938
  farmId: string | undefined;
933
939
  /**
934
- * <p>The identifier returned by the <code>StartSessionsStatisticsAggregation</code> operation
935
- * that identifies the aggregated statistics.</p>
940
+ * <p>The identifier returned by the <code>StartSessionsStatisticsAggregation</code> operation that identifies the aggregated statistics.</p>
936
941
  * @public
937
942
  */
938
943
  aggregationId: string | undefined;
@@ -1036,8 +1041,7 @@ export interface Statistics {
1036
1041
  */
1037
1042
  count: number | undefined;
1038
1043
  /**
1039
- * <p>How the statistics should appear in USD. Options include: minimum, maximum, average or
1040
- * sum.</p>
1044
+ * <p>How the statistics should appear in USD. Options include: minimum, maximum, average or sum.</p>
1041
1045
  * @public
1042
1046
  */
1043
1047
  costInUsd: Stats | undefined;
@@ -1086,14 +1090,7 @@ export interface GetSessionsStatisticsAggregationResponse {
1086
1090
  */
1087
1091
  nextToken?: string | undefined;
1088
1092
  /**
1089
- * <p>The status of the aggregated results. An aggregation may fail or time out if the results
1090
- * are too large. If this happens, you can call the
1091
- * <code>StartSessionsStatisticsAggregation</code> operation after you reduce the
1092
- * aggregation time frame, reduce the number of queues or fleets in the aggregation, or
1093
- * increase the period length.</p>
1094
- * <p>If you call the <code>StartSessionsStatisticsAggregation </code> operation when the
1095
- * status is <code>IN_PROGRESS</code>, you will receive a
1096
- * <code>ThrottlingException</code>.</p>
1093
+ * <p>The status of the aggregated results. An aggregation may fail or time out if the results are too large. If this happens, you can call the <code>StartSessionsStatisticsAggregation</code> operation after you reduce the aggregation time frame, reduce the number of queues or fleets in the aggregation, or increase the period length.</p> <p>If you call the <code>StartSessionsStatisticsAggregation </code> operation when the status is <code>IN_PROGRESS</code>, you will receive a <code>ThrottlingException</code>.</p>
1097
1094
  * @public
1098
1095
  */
1099
1096
  status: SessionsStatisticsAggregationStatus | undefined;
@@ -1415,27 +1412,7 @@ export interface QueueFleetAssociationSummary {
1415
1412
  */
1416
1413
  fleetId: string | undefined;
1417
1414
  /**
1418
- * <p>The status of task scheduling in the queue-fleet association.</p>
1419
- * <ul>
1420
- * <li>
1421
- * <p>
1422
- * <code>ACTIVE</code>–Association is active.</p>
1423
- * </li>
1424
- * <li>
1425
- * <p>
1426
- * <code>STOP_SCHEDULING_AND_COMPLETE_TASKS</code>–Association has stopped
1427
- * scheduling new tasks and is completing current tasks.</p>
1428
- * </li>
1429
- * <li>
1430
- * <p>
1431
- * <code>STOP_SCHEDULING_AND_CANCEL_TASKS</code>–Association has stopped
1432
- * scheduling new tasks and is canceling current tasks.</p>
1433
- * </li>
1434
- * <li>
1435
- * <p>
1436
- * <code>STOPPED</code>–Association has been stopped.</p>
1437
- * </li>
1438
- * </ul>
1415
+ * <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>
1439
1416
  * @public
1440
1417
  */
1441
1418
  status: QueueFleetAssociationStatus | undefined;
@@ -1485,16 +1462,12 @@ export interface ListQueueLimitAssociationsRequest {
1485
1462
  */
1486
1463
  farmId: string | undefined;
1487
1464
  /**
1488
- * <p>Specifies that the operation should return only the queue limit associations for the
1489
- * specified queue. If you specify both the <code>queueId</code> and the <code>limitId</code>,
1490
- * only the specified limit is returned if it exists.</p>
1465
+ * <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>
1491
1466
  * @public
1492
1467
  */
1493
1468
  queueId?: string | undefined;
1494
1469
  /**
1495
- * <p>Specifies that the operation should return only the queue limit associations for the
1496
- * specified limit. If you specify both the <code>queueId</code> and the <code>limitId</code>,
1497
- * only the specified limit is returned if it exists.</p>
1470
+ * <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>
1498
1471
  * @public
1499
1472
  */
1500
1473
  limitId?: string | undefined;
@@ -1545,27 +1518,7 @@ export interface QueueLimitAssociationSummary {
1545
1518
  */
1546
1519
  limitId: string | undefined;
1547
1520
  /**
1548
- * <p>The status of task scheduling in the queue-limit association.</p>
1549
- * <ul>
1550
- * <li>
1551
- * <p>
1552
- * <code>ACTIVE</code> - Association is active.</p>
1553
- * </li>
1554
- * <li>
1555
- * <p>
1556
- * <code>STOP_LIMIT_USAGE_AND_COMPLETE_TASKS</code> - Association has stopped
1557
- * scheduling new tasks and is completing current tasks.</p>
1558
- * </li>
1559
- * <li>
1560
- * <p>
1561
- * <code>STOP_LIMIT_USAGE_AND_CANCEL_TASKS</code> - Association has stopped
1562
- * scheduling new tasks and is canceling current tasks.</p>
1563
- * </li>
1564
- * <li>
1565
- * <p>
1566
- * <code>STOPPED</code> - Association has been stopped.</p>
1567
- * </li>
1568
- * </ul>
1521
+ * <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>
1569
1522
  * @public
1570
1523
  */
1571
1524
  status: QueueLimitAssociationStatus | undefined;
@@ -1575,8 +1528,7 @@ export interface QueueLimitAssociationSummary {
1575
1528
  */
1576
1529
  export interface ListQueueLimitAssociationsResponse {
1577
1530
  /**
1578
- * <p>A list of associations between limits and queues in the farm specified in the
1579
- * request.</p>
1531
+ * <p>A list of associations between limits and queues in the farm specified in the request.</p>
1580
1532
  * @public
1581
1533
  */
1582
1534
  queueLimitAssociations: QueueLimitAssociationSummary[] | undefined;
@@ -1611,9 +1563,7 @@ export interface ListTagsForResourceResponse {
1611
1563
  */
1612
1564
  export interface DeleteMonitorRequest {
1613
1565
  /**
1614
- * <p>The unique identifier of the monitor to delete. This ID is returned by the
1615
- * <code>CreateMonitor</code> operation, and is included in the response to the
1616
- * <code>GetMonitor</code> operation.</p>
1566
+ * <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>
1617
1567
  * @public
1618
1568
  */
1619
1569
  monitorId: string | undefined;
@@ -1628,8 +1578,7 @@ export interface DeleteMonitorResponse {
1628
1578
  */
1629
1579
  export interface GetMonitorRequest {
1630
1580
  /**
1631
- * <p>The unique identifier for the monitor. This ID is returned by the
1632
- * <code>CreateMonitor</code> operation.</p>
1581
+ * <p>The unique identifier for the monitor. This ID is returned by the <code>CreateMonitor</code> operation.</p>
1633
1582
  * @public
1634
1583
  */
1635
1584
  monitorId: string | undefined;
@@ -1644,28 +1593,22 @@ export interface GetMonitorResponse {
1644
1593
  */
1645
1594
  monitorId: string | undefined;
1646
1595
  /**
1647
- * <p>The name used to identify the monitor on the Deadline Cloud console.</p>
1648
- * <important>
1649
- * <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>
1650
- * </important>
1596
+ * <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>
1651
1597
  * @public
1652
1598
  */
1653
1599
  displayName: string | undefined;
1654
1600
  /**
1655
- * <p>The subdomain used for the monitor URL. The full URL of the monitor is
1656
- * subdomain.Region.deadlinecloud.amazonaws.com.</p>
1601
+ * <p>The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.</p>
1657
1602
  * @public
1658
1603
  */
1659
1604
  subdomain: string | undefined;
1660
1605
  /**
1661
- * <p>The complete URL of the monitor. The full URL of the monitor is
1662
- * subdomain.Region.deadlinecloud.amazonaws.com.</p>
1606
+ * <p>The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.</p>
1663
1607
  * @public
1664
1608
  */
1665
1609
  url: string | undefined;
1666
1610
  /**
1667
- * <p>The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to
1668
- * access Deadline Cloud resources.</p>
1611
+ * <p>The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.</p>
1669
1612
  * @public
1670
1613
  */
1671
1614
  roleArn: string | undefined;
@@ -1726,28 +1669,22 @@ export interface MonitorSummary {
1726
1669
  */
1727
1670
  monitorId: string | undefined;
1728
1671
  /**
1729
- * <p>The name of the monitor that displays on the Deadline Cloud console.</p>
1730
- * <important>
1731
- * <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>
1732
- * </important>
1672
+ * <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>
1733
1673
  * @public
1734
1674
  */
1735
1675
  displayName: string | undefined;
1736
1676
  /**
1737
- * <p>The subdomain used for the monitor URL. The full URL of the monitor is
1738
- * subdomain.Region.deadlinecloud.amazonaws.com.</p>
1677
+ * <p>The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.</p>
1739
1678
  * @public
1740
1679
  */
1741
1680
  subdomain: string | undefined;
1742
1681
  /**
1743
- * <p>The complete URL of the monitor. The full URL of the monitor is
1744
- * subdomain.Region.deadlinecloud.amazonaws.com.</p>
1682
+ * <p>The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.</p>
1745
1683
  * @public
1746
1684
  */
1747
1685
  url: string | undefined;
1748
1686
  /**
1749
- * <p>The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to
1750
- * access Deadline Cloud resources.</p>
1687
+ * <p>The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.</p>
1751
1688
  * @public
1752
1689
  */
1753
1690
  roleArn: string | undefined;
@@ -1792,8 +1729,7 @@ export interface ListMonitorsResponse {
1792
1729
  */
1793
1730
  nextToken?: string | undefined;
1794
1731
  /**
1795
- * <p>A list of <code>MonitorSummary</code> objects that describe your monitors in the
1796
- * Deadline Cloud.</p>
1732
+ * <p>A list of <code>MonitorSummary</code> objects that describe your monitors in the Deadline Cloud.</p>
1797
1733
  * @public
1798
1734
  */
1799
1735
  monitors: MonitorSummary[] | undefined;
@@ -1813,10 +1749,7 @@ export interface UpdateMonitorRequest {
1813
1749
  */
1814
1750
  subdomain?: string | undefined;
1815
1751
  /**
1816
- * <p>The new value to use for the monitor's display name.</p>
1817
- * <important>
1818
- * <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>
1819
- * </important>
1752
+ * <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>
1820
1753
  * @public
1821
1754
  */
1822
1755
  displayName?: string | undefined;
@@ -1875,20 +1808,7 @@ export interface SearchTermFilterExpression {
1875
1808
  */
1876
1809
  searchTerm: string | undefined;
1877
1810
  /**
1878
- * <p>Specifies how Deadline Cloud matches your search term in the results. If you don't
1879
- * specify a <code>matchType</code> the default is <code>FUZZY_MATCH</code>.</p>
1880
- * <ul>
1881
- * <li>
1882
- * <p>
1883
- * <code>FUZZY_MATCH</code> - Matches if a portion of the search term is found in the
1884
- * result.</p>
1885
- * </li>
1886
- * <li>
1887
- * <p>
1888
- * <code>CONTAINS</code> - Matches if the exact search term is contained in the
1889
- * result.</p>
1890
- * </li>
1891
- * </ul>
1811
+ * <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>
1892
1812
  * @public
1893
1813
  */
1894
1814
  matchType?: SearchTermMatchingType | undefined;
@@ -2068,49 +1988,7 @@ export interface JobSearchSummary {
2068
1988
  */
2069
1989
  lifecycleStatusMessage?: string | undefined;
2070
1990
  /**
2071
- * <p>The task run status for the job.</p>
2072
- * <ul>
2073
- * <li>
2074
- * <p>
2075
- * <code>PENDING</code>–pending and waiting for resources.</p>
2076
- * </li>
2077
- * <li>
2078
- * <p>
2079
- * <code>READY</code>–ready to be processed.</p>
2080
- * </li>
2081
- * <li>
2082
- * <p>
2083
- * <code>ASSIGNED</code>–assigned and will run next on a worker.</p>
2084
- * </li>
2085
- * <li>
2086
- * <p>
2087
- * <code>SCHEDULED</code>–scheduled to be run on a worker.</p>
2088
- * </li>
2089
- * <li>
2090
- * <p>
2091
- * <code>INTERRUPTING</code>–being interrupted.</p>
2092
- * </li>
2093
- * <li>
2094
- * <p>
2095
- * <code>RUNNING</code>–running on a worker.</p>
2096
- * </li>
2097
- * <li>
2098
- * <p>
2099
- * <code>SUSPENDED</code>–the task is suspended.</p>
2100
- * </li>
2101
- * <li>
2102
- * <p>
2103
- * <code>CANCELED</code>–the task has been canceled.</p>
2104
- * </li>
2105
- * <li>
2106
- * <p>
2107
- * <code>FAILED</code>–the task has failed.</p>
2108
- * </li>
2109
- * <li>
2110
- * <p>
2111
- * <code>SUCCEEDED</code>–the task has succeeded.</p>
2112
- * </li>
2113
- * </ul>
1991
+ * <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>
2114
1992
  * @public
2115
1993
  */
2116
1994
  taskRunStatus?: TaskRunStatus | undefined;
@@ -2165,12 +2043,7 @@ export interface JobSearchSummary {
2165
2043
  */
2166
2044
  jobParameters?: Record<string, JobParameter> | undefined;
2167
2045
  /**
2168
- * <p>The maximum number of worker hosts that can concurrently process a job. When the
2169
- * <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the
2170
- * job, even if the fleets assigned to the job's queue has available workers.</p>
2171
- * <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no
2172
- * maximum number of workers.</p>
2173
- * <p>If you don't specify the <code>maxWorkerCount</code>, the default is -1.</p>
2046
+ * <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>
2174
2047
  * @public
2175
2048
  */
2176
2049
  maxWorkerCount?: number | undefined;
@@ -2236,49 +2109,7 @@ export interface StepSearchSummary {
2236
2109
  */
2237
2110
  lifecycleStatusMessage?: string | undefined;
2238
2111
  /**
2239
- * <p>The task run status for the job.</p>
2240
- * <ul>
2241
- * <li>
2242
- * <p>
2243
- * <code>PENDING</code>–pending and waiting for resources.</p>
2244
- * </li>
2245
- * <li>
2246
- * <p>
2247
- * <code>READY</code>–ready to be processed.</p>
2248
- * </li>
2249
- * <li>
2250
- * <p>
2251
- * <code>ASSIGNED</code>–assigned and will run next on a worker.</p>
2252
- * </li>
2253
- * <li>
2254
- * <p>
2255
- * <code>SCHEDULED</code>–scheduled to be run on a worker.</p>
2256
- * </li>
2257
- * <li>
2258
- * <p>
2259
- * <code>INTERRUPTING</code>–being interrupted.</p>
2260
- * </li>
2261
- * <li>
2262
- * <p>
2263
- * <code>RUNNING</code>–running on a worker.</p>
2264
- * </li>
2265
- * <li>
2266
- * <p>
2267
- * <code>SUSPENDED</code>–the task is suspended.</p>
2268
- * </li>
2269
- * <li>
2270
- * <p>
2271
- * <code>CANCELED</code>–the task has been canceled.</p>
2272
- * </li>
2273
- * <li>
2274
- * <p>
2275
- * <code>FAILED</code>–the task has failed.</p>
2276
- * </li>
2277
- * <li>
2278
- * <p>
2279
- * <code>SUCCEEDED</code>–the task has succeeded.</p>
2280
- * </li>
2281
- * </ul>
2112
+ * <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>
2282
2113
  * @public
2283
2114
  */
2284
2115
  taskRunStatus?: TaskRunStatus | undefined;
@@ -2507,8 +2338,7 @@ export declare const Period: {
2507
2338
  */
2508
2339
  export type Period = (typeof Period)[keyof typeof Period];
2509
2340
  /**
2510
- * <p>Specifies the fleet IDs or queue IDs to return statistics. You can specify only fleet
2511
- * IDs or queue IDS, not both.</p>
2341
+ * <p>Specifies the fleet IDs or queue IDs to return statistics. You can specify only fleet IDs or queue IDS, not both.</p>
2512
2342
  * @public
2513
2343
  */
2514
2344
  export type SessionsStatisticsResources = SessionsStatisticsResources.FleetIdsMember | SessionsStatisticsResources.QueueIdsMember | SessionsStatisticsResources.$UnknownMember;
@@ -2517,8 +2347,7 @@ export type SessionsStatisticsResources = SessionsStatisticsResources.FleetIdsMe
2517
2347
  */
2518
2348
  export declare namespace SessionsStatisticsResources {
2519
2349
  /**
2520
- * <p>One to 10 queue IDs that specify the queues to return statistics for. If you specify the
2521
- * <code>queueIds</code> field, you can't specify the <code>fleetIds</code> field.</p>
2350
+ * <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>
2522
2351
  * @public
2523
2352
  */
2524
2353
  interface QueueIdsMember {
@@ -2527,8 +2356,7 @@ export declare namespace SessionsStatisticsResources {
2527
2356
  $unknown?: never;
2528
2357
  }
2529
2358
  /**
2530
- * <p>One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the
2531
- * <code>fleetIds</code> field, you can't specify the <code>queueIds</code> field.</p>
2359
+ * <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>
2532
2360
  * @public
2533
2361
  */
2534
2362
  interface FleetIdsMember {
@@ -2570,8 +2398,7 @@ export type UsageStatistic = (typeof UsageStatistic)[keyof typeof UsageStatistic
2570
2398
  */
2571
2399
  export interface StartSessionsStatisticsAggregationRequest {
2572
2400
  /**
2573
- * <p>The identifier of the farm that contains queues or fleets to return statistics
2574
- * for.</p>
2401
+ * <p>The identifier of the farm that contains queues or fleets to return statistics for.</p>
2575
2402
  * @public
2576
2403
  */
2577
2404
  farmId: string | undefined;
@@ -2616,9 +2443,7 @@ export interface StartSessionsStatisticsAggregationRequest {
2616
2443
  */
2617
2444
  export interface StartSessionsStatisticsAggregationResponse {
2618
2445
  /**
2619
- * <p>A unique identifier for the aggregated statistics. Use this identifier with the
2620
- * <code>GetAggregatedStatisticsForSessions</code> operation to return the
2621
- * statistics.</p>
2446
+ * <p>A unique identifier for the aggregated statistics. Use this identifier with the <code>GetAggregatedStatisticsForSessions</code> operation to return the statistics.</p>
2622
2447
  * @public
2623
2448
  */
2624
2449
  aggregationId: string | undefined;
@@ -2739,9 +2564,7 @@ export interface UpdateQueueLimitAssociationRequest {
2739
2564
  */
2740
2565
  limitId: string | undefined;
2741
2566
  /**
2742
- * <p>Sets the status of the limit. You can mark the limit active, or you can stop usage of
2743
- * the limit and either complete existing tasks or cancel any existing tasks immediately.
2744
- * </p>
2567
+ * <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>
2745
2568
  * @public
2746
2569
  */
2747
2570
  status: UpdateQueueLimitAssociationStatus | undefined;
@@ -2842,10 +2665,7 @@ export declare namespace SearchFilterExpression {
2842
2665
  const visit: <T>(value: SearchFilterExpression, visitor: Visitor<T>) => T;
2843
2666
  }
2844
2667
  /**
2845
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
2846
- * when searching among a group of search strings in a resource.
2847
- *
2848
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2668
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use when searching among a group of search strings in a resource. You can use two groupings per search each within parenthesis <code>()</code>.</p>
2849
2669
  * @public
2850
2670
  */
2851
2671
  export interface SearchGroupedFilterExpressions {
@@ -2875,10 +2695,7 @@ export interface SearchJobsRequest {
2875
2695
  */
2876
2696
  queueIds: string[] | undefined;
2877
2697
  /**
2878
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
2879
- * when searching among a group of search strings in a resource.
2880
- *
2881
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2698
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use when searching among a group of search strings in a resource. You can use two groupings per search each within parenthesis <code>()</code>.</p>
2882
2699
  * @public
2883
2700
  */
2884
2701
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
@@ -2918,10 +2735,7 @@ export interface SearchStepsRequest {
2918
2735
  */
2919
2736
  jobId?: string | undefined;
2920
2737
  /**
2921
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
2922
- * when searching among a group of search strings in a resource.
2923
- *
2924
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2738
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use when searching among a group of search strings in a resource. You can use two groupings per search each within parenthesis <code>()</code>.</p>
2925
2739
  * @public
2926
2740
  */
2927
2741
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
@@ -2961,10 +2775,7 @@ export interface SearchTasksRequest {
2961
2775
  */
2962
2776
  jobId?: string | undefined;
2963
2777
  /**
2964
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
2965
- * when searching among a group of search strings in a resource.
2966
- *
2967
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2778
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use when searching among a group of search strings in a resource. You can use two groupings per search each within parenthesis <code>()</code>.</p>
2968
2779
  * @public
2969
2780
  */
2970
2781
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
@@ -2999,10 +2810,7 @@ export interface SearchWorkersRequest {
2999
2810
  */
3000
2811
  fleetIds: string[] | undefined;
3001
2812
  /**
3002
- * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
3003
- * when searching among a group of search strings in a resource.
3004
- *
3005
- * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2813
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use when searching among a group of search strings in a resource. You can use two groupings per search each within parenthesis <code>()</code>.</p>
3006
2814
  * @public
3007
2815
  */
3008
2816
  filterExpressions?: SearchGroupedFilterExpressions | undefined;
@@ -3022,6 +2830,10 @@ export interface SearchWorkersRequest {
3022
2830
  */
3023
2831
  pageSize?: number | undefined;
3024
2832
  }
2833
+ /**
2834
+ * @internal
2835
+ */
2836
+ export declare const TaskSummaryFilterSensitiveLog: (obj: TaskSummary) => any;
3025
2837
  /**
3026
2838
  * @internal
3027
2839
  */