@aws-sdk/client-deadline 3.1019.0 → 3.1021.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist-cjs/schemas/schemas_0.js +101 -85
  2. package/dist-es/Deadline.js +25 -25
  3. package/dist-es/schemas/schemas_0.js +92 -76
  4. package/dist-es/waiters/waitForFleetActive.js +1 -1
  5. package/dist-es/waiters/waitForJobComplete.js +1 -1
  6. package/dist-es/waiters/waitForJobCreateComplete.js +1 -1
  7. package/dist-es/waiters/waitForJobSucceeded.js +1 -1
  8. package/dist-es/waiters/waitForLicenseEndpointDeleted.js +1 -1
  9. package/dist-es/waiters/waitForLicenseEndpointValid.js +1 -1
  10. package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +1 -1
  11. package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +1 -1
  12. package/dist-es/waiters/waitForQueueScheduling.js +1 -1
  13. package/dist-es/waiters/waitForQueueSchedulingBlocked.js +1 -1
  14. package/dist-types/Deadline.d.ts +113 -113
  15. package/dist-types/DeadlineClient.d.ts +116 -116
  16. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  17. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +1 -1
  18. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +1 -1
  20. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +1 -1
  21. package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateBudgetCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateFleetCommand.d.ts +11 -1
  24. package/dist-types/commands/CreateLimitCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateStorageProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  29. package/dist-types/commands/GetBudgetCommand.d.ts +5 -5
  30. package/dist-types/commands/GetFarmCommand.d.ts +2 -2
  31. package/dist-types/commands/GetFleetCommand.d.ts +15 -5
  32. package/dist-types/commands/GetLimitCommand.d.ts +6 -6
  33. package/dist-types/commands/GetQueueCommand.d.ts +6 -6
  34. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +3 -3
  35. package/dist-types/commands/GetSessionActionCommand.d.ts +12 -12
  36. package/dist-types/commands/GetSessionCommand.d.ts +5 -5
  37. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +3 -3
  38. package/dist-types/commands/GetTaskCommand.d.ts +5 -5
  39. package/dist-types/commands/ListBudgetsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListFarmsCommand.d.ts +2 -2
  41. package/dist-types/commands/ListFleetsCommand.d.ts +12 -2
  42. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListLimitsCommand.d.ts +6 -6
  46. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +2 -2
  48. package/dist-types/commands/ListQueueLimitAssociationsCommand.d.ts +5 -5
  49. package/dist-types/commands/ListQueuesCommand.d.ts +2 -2
  50. package/dist-types/commands/ListSessionActionsCommand.d.ts +8 -8
  51. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTasksCommand.d.ts +5 -5
  53. package/dist-types/commands/ListWorkersCommand.d.ts +3 -3
  54. package/dist-types/commands/SearchJobsCommand.d.ts +3 -3
  55. package/dist-types/commands/SearchStepsCommand.d.ts +4 -4
  56. package/dist-types/commands/SearchTasksCommand.d.ts +4 -4
  57. package/dist-types/commands/SearchWorkersCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFleetCommand.d.ts +11 -1
  60. package/dist-types/commands/UpdateJobCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateStepCommand.d.ts +2 -2
  65. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -2
  67. package/dist-types/index.d.ts +1 -1
  68. package/dist-types/models/errors.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +529 -407
  70. package/dist-types/models/models_1.d.ts +130 -66
  71. package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListBudgetsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListFarmMembersPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListFarmsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListFleetMembersPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListFleetsPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListJobMembersPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListJobParameterDefinitionsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListLimitsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListQueueLimitAssociationsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListQueueMembersPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListSessionActionsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListStepConsumersPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListWorkersPaginator.d.ts +1 -1
  100. package/dist-types/schemas/schemas_0.d.ts +2 -0
  101. package/dist-types/ts3.4/DeadlineClient.d.ts +2 -3
  102. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +2 -4
  104. package/dist-types/ts3.4/models/models_0.d.ts +100 -94
  105. package/dist-types/ts3.4/models/models_1.d.ts +27 -16
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  107. package/dist-types/waiters/waitForFleetActive.d.ts +3 -3
  108. package/dist-types/waiters/waitForJobComplete.d.ts +3 -3
  109. package/dist-types/waiters/waitForJobCreateComplete.d.ts +3 -3
  110. package/dist-types/waiters/waitForJobSucceeded.d.ts +3 -3
  111. package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +3 -3
  112. package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +3 -3
  113. package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +3 -3
  114. package/dist-types/waiters/waitForQueueLimitAssociationStopped.d.ts +3 -3
  115. package/dist-types/waiters/waitForQueueScheduling.d.ts +3 -3
  116. package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +3 -3
  117. package/package.json +15 -15
@@ -1,5 +1,5 @@
1
- import { DocumentType as __DocumentType } from "@smithy/types";
2
- import { AcceleratorName, AcceleratorType, AutoScalingMode, AutoScalingStatus, BudgetActionType, BudgetStatus, ComparisonOperator, CompletedStatus, CpuArchitectureType, CreateJobTargetTaskRunStatus, CustomerManagedFleetOperatingSystemFamily, DeadlinePrincipalType, DefaultQueueBudgetAction, DependencyConsumerResolutionStatus, DesiredWorkerStatus, Ec2MarketType, EnvironmentTemplateType, FileSystemLocationType, FleetStatus, JobAttachmentsFileSystem, JobEntityErrorCode, JobLifecycleStatus, JobTargetTaskRunStatus, JobTemplateType, LicenseEndpointStatus, MembershipLevel, PathFormat, QueueBlockedReason, QueueFleetAssociationStatus, QueueLimitAssociationStatus, QueueStatus, RangeConstraint, RunAs, ServiceManagedFleetOperatingSystemFamily, SessionActionStatus, SessionLifecycleStatus, SessionLifecycleTargetStatus, SessionsStatisticsAggregationStatus, StepLifecycleStatus, StepParameterType, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, TagPropagationMode, TaskRunStatus, TaskTargetRunStatus, UpdatedWorkerStatus, UpdateJobLifecycleStatus, UsageType, WorkerStatus } from "./enums";
1
+ import type { DocumentType as __DocumentType } from "@smithy/types";
2
+ import type { AcceleratorName, AcceleratorType, AutoScalingMode, AutoScalingStatus, BudgetActionType, BudgetStatus, ComparisonOperator, CompletedStatus, CpuArchitectureType, CreateJobTargetTaskRunStatus, CustomerManagedFleetOperatingSystemFamily, DeadlinePrincipalType, DefaultQueueBudgetAction, DependencyConsumerResolutionStatus, DesiredWorkerStatus, Ec2MarketType, EnvironmentTemplateType, FileSystemLocationType, FleetStatus, JobAttachmentsFileSystem, JobEntityErrorCode, JobLifecycleStatus, JobTargetTaskRunStatus, JobTemplateType, LicenseEndpointStatus, MembershipLevel, PathFormat, QueueBlockedReason, QueueFleetAssociationStatus, QueueLimitAssociationStatus, QueueStatus, RangeConstraint, RunAs, ServiceManagedFleetOperatingSystemFamily, SessionActionStatus, SessionLifecycleStatus, SessionLifecycleTargetStatus, SessionsStatisticsAggregationStatus, StepLifecycleStatus, StepParameterType, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, TagPropagationMode, TaskRunStatus, TaskTargetRunStatus, UpdatedWorkerStatus, UpdateJobLifecycleStatus, UsageType, WorkerStatus } from "./enums";
3
3
  /**
4
4
  * <p>Defines the maximum and minimum number of GPU accelerators required for a worker instance..</p>
5
5
  * @public
@@ -371,6 +371,8 @@ export interface AssignedSession {
371
371
  logConfiguration: LogConfiguration | undefined;
372
372
  }
373
373
  /**
374
+ * Shared member fields for Associate inputs and \{Resource\}Member response structures.
375
+ * principalId is excluded because it has @httpLabel on inputs but not on responses.
374
376
  * @public
375
377
  */
376
378
  export interface AssociateMemberToFarmRequest {
@@ -379,11 +381,6 @@ export interface AssociateMemberToFarmRequest {
379
381
  * @public
380
382
  */
381
383
  farmId: string | undefined;
382
- /**
383
- * <p>The member's principal ID to associate with the farm.</p>
384
- * @public
385
- */
386
- principalId: string | undefined;
387
384
  /**
388
385
  * <p>The principal type of the member to associate with the farm.</p>
389
386
  * @public
@@ -399,6 +396,11 @@ export interface AssociateMemberToFarmRequest {
399
396
  * @public
400
397
  */
401
398
  membershipLevel: MembershipLevel | undefined;
399
+ /**
400
+ * <p>The member's principal ID to associate with the farm.</p>
401
+ * @public
402
+ */
403
+ principalId: string | undefined;
402
404
  }
403
405
  /**
404
406
  * @public
@@ -422,6 +424,8 @@ export interface ValidationExceptionField {
422
424
  message: string | undefined;
423
425
  }
424
426
  /**
427
+ * Shared member fields for Associate inputs and \{Resource\}Member response structures.
428
+ * principalId is excluded because it has @httpLabel on inputs but not on responses.
425
429
  * @public
426
430
  */
427
431
  export interface AssociateMemberToFleetRequest {
@@ -435,11 +439,6 @@ export interface AssociateMemberToFleetRequest {
435
439
  * @public
436
440
  */
437
441
  fleetId: string | undefined;
438
- /**
439
- * <p>The member's principal ID to associate with a fleet.</p>
440
- * @public
441
- */
442
- principalId: string | undefined;
443
442
  /**
444
443
  * <p>The member's principal type to associate with the fleet.</p>
445
444
  * @public
@@ -455,6 +454,11 @@ export interface AssociateMemberToFleetRequest {
455
454
  * @public
456
455
  */
457
456
  membershipLevel: MembershipLevel | undefined;
457
+ /**
458
+ * <p>The member's principal ID to associate with a fleet.</p>
459
+ * @public
460
+ */
461
+ principalId: string | undefined;
458
462
  }
459
463
  /**
460
464
  * @public
@@ -462,6 +466,8 @@ export interface AssociateMemberToFleetRequest {
462
466
  export interface AssociateMemberToFleetResponse {
463
467
  }
464
468
  /**
469
+ * Shared member fields for Associate inputs and \{Resource\}Member response structures.
470
+ * principalId is excluded because it has @httpLabel on inputs but not on responses.
465
471
  * @public
466
472
  */
467
473
  export interface AssociateMemberToJobRequest {
@@ -480,11 +486,6 @@ export interface AssociateMemberToJobRequest {
480
486
  * @public
481
487
  */
482
488
  jobId: string | undefined;
483
- /**
484
- * <p>The member's principal ID to associate with the job.</p>
485
- * @public
486
- */
487
- principalId: string | undefined;
488
489
  /**
489
490
  * <p>The member's principal type to associate with the job.</p>
490
491
  * @public
@@ -500,6 +501,11 @@ export interface AssociateMemberToJobRequest {
500
501
  * @public
501
502
  */
502
503
  membershipLevel: MembershipLevel | undefined;
504
+ /**
505
+ * <p>The member's principal ID to associate with the job.</p>
506
+ * @public
507
+ */
508
+ principalId: string | undefined;
503
509
  }
504
510
  /**
505
511
  * @public
@@ -507,6 +513,8 @@ export interface AssociateMemberToJobRequest {
507
513
  export interface AssociateMemberToJobResponse {
508
514
  }
509
515
  /**
516
+ * Shared member fields for Associate inputs and \{Resource\}Member response structures.
517
+ * principalId is excluded because it has @httpLabel on inputs but not on responses.
510
518
  * @public
511
519
  */
512
520
  export interface AssociateMemberToQueueRequest {
@@ -520,11 +528,6 @@ export interface AssociateMemberToQueueRequest {
520
528
  * @public
521
529
  */
522
530
  queueId: string | undefined;
523
- /**
524
- * <p>The member's principal ID to associate with the queue.</p>
525
- * @public
526
- */
527
- principalId: string | undefined;
528
531
  /**
529
532
  * <p>The member's principal type to associate with the queue.</p>
530
533
  * @public
@@ -540,6 +543,11 @@ export interface AssociateMemberToQueueRequest {
540
543
  * @public
541
544
  */
542
545
  membershipLevel: MembershipLevel | undefined;
546
+ /**
547
+ * <p>The member's principal ID to associate with the queue.</p>
548
+ * @public
549
+ */
550
+ principalId: string | undefined;
543
551
  }
544
552
  /**
545
553
  * @public
@@ -588,6 +596,9 @@ export interface AwsCredentials {
588
596
  expiration: Date | undefined;
589
597
  }
590
598
  /**
599
+ * Shared response body for AssumeRole operations where credentials are required.
600
+ * AssumeQueueRoleForWorkerResponse is excluded because credentials is optional there
601
+ * because Queue.roleArn is optional, so the mixin's @required trait would be incorrect.
591
602
  * @public
592
603
  */
593
604
  export interface AssumeFleetRoleForReadResponse {
@@ -618,6 +629,9 @@ export interface AssumeFleetRoleForWorkerRequest {
618
629
  workerId: string | undefined;
619
630
  }
620
631
  /**
632
+ * Shared response body for AssumeRole operations where credentials are required.
633
+ * AssumeQueueRoleForWorkerResponse is excluded because credentials is optional there
634
+ * because Queue.roleArn is optional, so the mixin's @required trait would be incorrect.
621
635
  * @public
622
636
  */
623
637
  export interface AssumeFleetRoleForWorkerResponse {
@@ -643,6 +657,9 @@ export interface AssumeQueueRoleForReadRequest {
643
657
  queueId: string | undefined;
644
658
  }
645
659
  /**
660
+ * Shared response body for AssumeRole operations where credentials are required.
661
+ * AssumeQueueRoleForWorkerResponse is excluded because credentials is optional there
662
+ * because Queue.roleArn is optional, so the mixin's @required trait would be incorrect.
646
663
  * @public
647
664
  */
648
665
  export interface AssumeQueueRoleForReadResponse {
@@ -668,6 +685,9 @@ export interface AssumeQueueRoleForUserRequest {
668
685
  queueId: string | undefined;
669
686
  }
670
687
  /**
688
+ * Shared response body for AssumeRole operations where credentials are required.
689
+ * AssumeQueueRoleForWorkerResponse is excluded because credentials is optional there
690
+ * because Queue.roleArn is optional, so the mixin's @required trait would be incorrect.
671
691
  * @public
672
692
  */
673
693
  export interface AssumeQueueRoleForUserResponse {
@@ -1581,24 +1601,16 @@ export declare namespace UsageTrackingResource {
1581
1601
  }
1582
1602
  }
1583
1603
  /**
1604
+ * Shared displayName + description for Create operations where both are present.
1605
+ * displayName is @required here - this mixin is Create-only by design (Update has optional displayName).
1584
1606
  * @public
1585
1607
  */
1586
1608
  export interface CreateBudgetRequest {
1587
- /**
1588
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
1589
- * @public
1590
- */
1591
- clientToken?: string | undefined;
1592
1609
  /**
1593
1610
  * <p>The farm ID to include in this budget.</p>
1594
1611
  * @public
1595
1612
  */
1596
1613
  farmId: string | undefined;
1597
- /**
1598
- * <p>The queue ID provided to this budget to track usage.</p>
1599
- * @public
1600
- */
1601
- usageTrackingResource: UsageTrackingResource | undefined;
1602
1614
  /**
1603
1615
  * <p>The display name of the budget.</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>
1604
1616
  * @public
@@ -1609,6 +1621,16 @@ export interface CreateBudgetRequest {
1609
1621
  * @public
1610
1622
  */
1611
1623
  description?: string | undefined;
1624
+ /**
1625
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
1626
+ * @public
1627
+ */
1628
+ clientToken?: string | undefined;
1629
+ /**
1630
+ * <p>The queue ID provided to this budget to track usage.</p>
1631
+ * @public
1632
+ */
1633
+ usageTrackingResource: UsageTrackingResource | undefined;
1612
1634
  /**
1613
1635
  * <p>The dollar limit based on consumed usage.</p>
1614
1636
  * @public
@@ -1631,6 +1653,8 @@ export interface CreateBudgetRequest {
1631
1653
  tags?: Record<string, string> | undefined;
1632
1654
  }
1633
1655
  /**
1656
+ * Mixin that adds an optional ARN field to response structures.
1657
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
1634
1658
  * @public
1635
1659
  */
1636
1660
  export interface CreateBudgetResponse {
@@ -1708,6 +1732,8 @@ export interface ConsumedUsages {
1708
1732
  approximateDollarUsage: number | undefined;
1709
1733
  }
1710
1734
  /**
1735
+ * Mixin that adds an optional ARN field to response structures.
1736
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
1711
1737
  * @public
1712
1738
  */
1713
1739
  export interface GetBudgetResponse {
@@ -1731,11 +1757,6 @@ export interface GetBudgetResponse {
1731
1757
  * @public
1732
1758
  */
1733
1759
  displayName: string | undefined;
1734
- /**
1735
- * <p>The description of the budget.</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>
1736
- * @public
1737
- */
1738
- description?: string | undefined;
1739
1760
  /**
1740
1761
  * <p>The consumed usage limit for the budget.</p>
1741
1762
  * @public
@@ -1746,16 +1767,6 @@ export interface GetBudgetResponse {
1746
1767
  * @public
1747
1768
  */
1748
1769
  usages: ConsumedUsages | undefined;
1749
- /**
1750
- * <p>The budget actions for the budget.</p>
1751
- * @public
1752
- */
1753
- actions: ResponseBudgetAction[] | undefined;
1754
- /**
1755
- * <p>The budget schedule.</p>
1756
- * @public
1757
- */
1758
- schedule: BudgetSchedule | undefined;
1759
1770
  /**
1760
1771
  * <p>The user or system that created this resource.</p>
1761
1772
  * @public
@@ -1776,6 +1787,21 @@ export interface GetBudgetResponse {
1776
1787
  * @public
1777
1788
  */
1778
1789
  updatedAt?: Date | undefined;
1790
+ /**
1791
+ * <p>The description of the budget.</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>
1792
+ * @public
1793
+ */
1794
+ description?: string | undefined;
1795
+ /**
1796
+ * <p>The budget actions for the budget.</p>
1797
+ * @public
1798
+ */
1799
+ actions: ResponseBudgetAction[] | undefined;
1800
+ /**
1801
+ * <p>The budget schedule.</p>
1802
+ * @public
1803
+ */
1804
+ schedule: BudgetSchedule | undefined;
1779
1805
  /**
1780
1806
  * <p>The date and time the queue stopped.</p>
1781
1807
  * @public
@@ -1783,19 +1809,20 @@ export interface GetBudgetResponse {
1783
1809
  queueStoppedAt?: Date | undefined;
1784
1810
  }
1785
1811
  /**
1812
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
1786
1813
  * @public
1787
1814
  */
1788
1815
  export interface ListBudgetsRequest {
1789
1816
  /**
1790
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
1817
+ * <p>The farm ID associated with the budgets.</p>
1791
1818
  * @public
1792
1819
  */
1793
- nextToken?: string | undefined;
1820
+ farmId: string | undefined;
1794
1821
  /**
1795
- * <p>The farm ID associated with the budgets.</p>
1822
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
1796
1823
  * @public
1797
1824
  */
1798
- farmId: string | undefined;
1825
+ nextToken?: string | undefined;
1799
1826
  /**
1800
1827
  * <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>
1801
1828
  * @public
@@ -1832,13 +1859,6 @@ export interface BudgetSummary {
1832
1859
  * @public
1833
1860
  */
1834
1861
  displayName: string | undefined;
1835
- /**
1836
- * <p>The description of the budget summary.</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>
1837
- *
1838
- * @deprecated ListBudgets no longer supports description. Use GetBudget if description is needed.
1839
- * @public
1840
- */
1841
- description?: string | undefined;
1842
1862
  /**
1843
1863
  * <p>The approximate dollar limit of the budget.</p>
1844
1864
  * @public
@@ -1869,31 +1889,34 @@ export interface BudgetSummary {
1869
1889
  * @public
1870
1890
  */
1871
1891
  updatedAt?: Date | undefined;
1892
+ /**
1893
+ * <p>The description of the budget summary.</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>
1894
+ *
1895
+ * @deprecated ListBudgets no longer supports description. Use GetBudget if description is needed.
1896
+ * @public
1897
+ */
1898
+ description?: string | undefined;
1872
1899
  }
1873
1900
  /**
1901
+ * Shared pagination field for List operation outputs (nextToken).
1874
1902
  * @public
1875
1903
  */
1876
1904
  export interface ListBudgetsResponse {
1877
1905
  /**
1878
- * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
1906
+ * <p>The budgets to include on the list.</p>
1879
1907
  * @public
1880
1908
  */
1881
- nextToken?: string | undefined;
1909
+ budgets: BudgetSummary[] | undefined;
1882
1910
  /**
1883
- * <p>The budgets to include on the list.</p>
1911
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
1884
1912
  * @public
1885
1913
  */
1886
- budgets: BudgetSummary[] | undefined;
1914
+ nextToken?: string | undefined;
1887
1915
  }
1888
1916
  /**
1889
1917
  * @public
1890
1918
  */
1891
1919
  export interface UpdateBudgetRequest {
1892
- /**
1893
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
1894
- * @public
1895
- */
1896
- clientToken?: string | undefined;
1897
1920
  /**
1898
1921
  * <p>The farm ID of the budget to update.</p>
1899
1922
  * @public
@@ -1904,6 +1927,11 @@ export interface UpdateBudgetRequest {
1904
1927
  * @public
1905
1928
  */
1906
1929
  budgetId: string | undefined;
1930
+ /**
1931
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
1932
+ * @public
1933
+ */
1934
+ clientToken?: string | undefined;
1907
1935
  /**
1908
1936
  * <p>The display name of the budget 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>
1909
1937
  * @public
@@ -1971,15 +1999,15 @@ export interface CopyJobTemplateRequest {
1971
1999
  */
1972
2000
  farmId: string | undefined;
1973
2001
  /**
1974
- * <p>The job ID to copy.</p>
2002
+ * <p>The queue ID to copy.</p>
1975
2003
  * @public
1976
2004
  */
1977
- jobId: string | undefined;
2005
+ queueId: string | undefined;
1978
2006
  /**
1979
- * <p>The queue ID to copy.</p>
2007
+ * <p>The job ID to copy.</p>
1980
2008
  * @public
1981
2009
  */
1982
- queueId: string | undefined;
2010
+ jobId: string | undefined;
1983
2011
  /**
1984
2012
  * <p>The Amazon S3 bucket name and key where you would like to add a copy of the job template.</p>
1985
2013
  * @public
@@ -1997,6 +2025,8 @@ export interface CopyJobTemplateResponse {
1997
2025
  templateType: JobTemplateType | undefined;
1998
2026
  }
1999
2027
  /**
2028
+ * Shared displayName + description for Create operations where both are present.
2029
+ * displayName is @required here - this mixin is Create-only by design (Update has optional displayName).
2000
2030
  * @public
2001
2031
  */
2002
2032
  export interface CreateFarmRequest {
@@ -2021,7 +2051,7 @@ export interface CreateFarmRequest {
2021
2051
  */
2022
2052
  kmsKeyArn?: string | undefined;
2023
2053
  /**
2024
- * <p>The cost scale factor to apply on the farm.</p>
2054
+ * <p>A multiplier applied to the farm's calculated costs for usage data and budget tracking. A value less than 1 represents a discount, a value greater than 1 represents a premium, and a value of 1 represents no adjustment. The default value is 1.</p>
2025
2055
  * @public
2026
2056
  */
2027
2057
  costScaleFactor?: number | undefined;
@@ -2032,6 +2062,8 @@ export interface CreateFarmRequest {
2032
2062
  tags?: Record<string, string> | undefined;
2033
2063
  }
2034
2064
  /**
2065
+ * Mixin that adds an optional ARN field to response structures.
2066
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
2035
2067
  * @public
2036
2068
  */
2037
2069
  export interface CreateFarmResponse {
@@ -2041,6 +2073,27 @@ export interface CreateFarmResponse {
2041
2073
  */
2042
2074
  farmId: string | undefined;
2043
2075
  }
2076
+ /**
2077
+ * <p>The auto scaling configuration options for a customer managed fleet.</p>
2078
+ * @public
2079
+ */
2080
+ export interface CustomerManagedAutoScalingConfiguration {
2081
+ /**
2082
+ * <p>The number of standby workers to maintain for the fleet.</p>
2083
+ * @public
2084
+ */
2085
+ standbyWorkerCount?: number | undefined;
2086
+ /**
2087
+ * <p>The duration in seconds that a worker can be idle before it is scaled down.</p>
2088
+ * @public
2089
+ */
2090
+ workerIdleDurationSeconds?: number | undefined;
2091
+ /**
2092
+ * <p>The number of workers that can be scaled out per minute.</p>
2093
+ * @public
2094
+ */
2095
+ scaleOutWorkersPerMinute?: number | undefined;
2096
+ }
2044
2097
  /**
2045
2098
  * <p>The fleet amount and attribute capabilities.</p>
2046
2099
  * @public
@@ -2171,6 +2224,11 @@ export interface CustomerManagedFleetConfiguration {
2171
2224
  * @public
2172
2225
  */
2173
2226
  mode: AutoScalingMode | undefined;
2227
+ /**
2228
+ * <p>The auto scaling configuration options for the customer managed fleet.</p>
2229
+ * @public
2230
+ */
2231
+ autoScalingConfiguration?: CustomerManagedAutoScalingConfiguration | undefined;
2174
2232
  /**
2175
2233
  * <p>The worker capabilities for the customer managed fleet.</p>
2176
2234
  * @public
@@ -2187,6 +2245,27 @@ export interface CustomerManagedFleetConfiguration {
2187
2245
  */
2188
2246
  tagPropagationMode?: TagPropagationMode | undefined;
2189
2247
  }
2248
+ /**
2249
+ * <p>The auto scaling configuration options for a service managed EC2 fleet.</p>
2250
+ * @public
2251
+ */
2252
+ export interface ServiceManagedEc2AutoScalingConfiguration {
2253
+ /**
2254
+ * <p>The number of standby workers to maintain for the fleet.</p>
2255
+ * @public
2256
+ */
2257
+ standbyWorkerCount?: number | undefined;
2258
+ /**
2259
+ * <p>The duration in seconds that a worker can be idle before it is scaled down.</p>
2260
+ * @public
2261
+ */
2262
+ workerIdleDurationSeconds?: number | undefined;
2263
+ /**
2264
+ * <p>The number of workers that can be scaled out per minute.</p>
2265
+ * @public
2266
+ */
2267
+ scaleOutWorkersPerMinute?: number | undefined;
2268
+ }
2190
2269
  /**
2191
2270
  * <p>Specifies the EBS volume.</p>
2192
2271
  * @public
@@ -2311,6 +2390,11 @@ export interface ServiceManagedEc2FleetConfiguration {
2311
2390
  * @public
2312
2391
  */
2313
2392
  storageProfileId?: string | undefined;
2393
+ /**
2394
+ * <p>The auto scaling configuration options for the service managed EC2 fleet.</p>
2395
+ * @public
2396
+ */
2397
+ autoScalingConfiguration?: ServiceManagedEc2AutoScalingConfiguration | undefined;
2314
2398
  }
2315
2399
  /**
2316
2400
  * <p>Fleet configuration details.</p>
@@ -2374,19 +2458,21 @@ export interface HostConfiguration {
2374
2458
  scriptTimeoutSeconds?: number | undefined;
2375
2459
  }
2376
2460
  /**
2461
+ * Shared displayName + description for Create operations where both are present.
2462
+ * displayName is @required here - this mixin is Create-only by design (Update has optional displayName).
2377
2463
  * @public
2378
2464
  */
2379
2465
  export interface CreateFleetRequest {
2380
2466
  /**
2381
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
2467
+ * <p>The farm ID of the farm to connect to the fleet.</p>
2382
2468
  * @public
2383
2469
  */
2384
- clientToken?: string | undefined;
2470
+ farmId: string | undefined;
2385
2471
  /**
2386
- * <p>The farm ID of the farm to connect to the fleet.</p>
2472
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
2387
2473
  * @public
2388
2474
  */
2389
- farmId: string | undefined;
2475
+ clientToken?: string | undefined;
2390
2476
  /**
2391
2477
  * <p>The display name of the fleet.</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>
2392
2478
  * @public
@@ -2429,6 +2515,8 @@ export interface CreateFleetRequest {
2429
2515
  hostConfiguration?: HostConfiguration | undefined;
2430
2516
  }
2431
2517
  /**
2518
+ * Mixin that adds an optional ARN field to response structures.
2519
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
2432
2520
  * @public
2433
2521
  */
2434
2522
  export interface CreateFleetResponse {
@@ -2529,6 +2617,8 @@ export interface CreateJobRequest {
2529
2617
  tags?: Record<string, string> | undefined;
2530
2618
  }
2531
2619
  /**
2620
+ * Mixin that adds an optional ARN field to response structures.
2621
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
2532
2622
  * @public
2533
2623
  */
2534
2624
  export interface CreateJobResponse {
@@ -2569,6 +2659,8 @@ export interface CreateLicenseEndpointRequest {
2569
2659
  tags?: Record<string, string> | undefined;
2570
2660
  }
2571
2661
  /**
2662
+ * Mixin that adds an optional ARN field to response structures.
2663
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
2572
2664
  * @public
2573
2665
  */
2574
2666
  export interface CreateLicenseEndpointResponse {
@@ -2582,6 +2674,11 @@ export interface CreateLicenseEndpointResponse {
2582
2674
  * @public
2583
2675
  */
2584
2676
  export interface CreateLimitRequest {
2677
+ /**
2678
+ * <p>The farm ID of the farm that contains the limit.</p>
2679
+ * @public
2680
+ */
2681
+ farmId: string | undefined;
2585
2682
  /**
2586
2683
  * <p>The unique token which the server uses to recognize retries of the same request.</p>
2587
2684
  * @public
@@ -2602,11 +2699,6 @@ export interface CreateLimitRequest {
2602
2699
  * @public
2603
2700
  */
2604
2701
  maxCount: number | undefined;
2605
- /**
2606
- * <p>The farm ID of the farm that contains the limit.</p>
2607
- * @public
2608
- */
2609
- farmId: string | undefined;
2610
2702
  /**
2611
2703
  * <p>A description of the limit. A description helps you identify the purpose 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>
2612
2704
  * @public
@@ -2659,6 +2751,8 @@ export interface CreateMonitorRequest {
2659
2751
  tags?: Record<string, string> | undefined;
2660
2752
  }
2661
2753
  /**
2754
+ * Mixin that adds an optional ARN field to response structures.
2755
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
2662
2756
  * @public
2663
2757
  */
2664
2758
  export interface CreateMonitorResponse {
@@ -2674,19 +2768,21 @@ export interface CreateMonitorResponse {
2674
2768
  identityCenterApplicationArn: string | undefined;
2675
2769
  }
2676
2770
  /**
2771
+ * Shared displayName + description for Create operations where both are present.
2772
+ * displayName is @required here - this mixin is Create-only by design (Update has optional displayName).
2677
2773
  * @public
2678
2774
  */
2679
2775
  export interface CreateQueueRequest {
2680
2776
  /**
2681
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
2777
+ * <p>The farm ID of the farm to connect to the queue.</p>
2682
2778
  * @public
2683
2779
  */
2684
- clientToken?: string | undefined;
2780
+ farmId: string | undefined;
2685
2781
  /**
2686
- * <p>The farm ID of the farm to connect to the queue.</p>
2782
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
2687
2783
  * @public
2688
2784
  */
2689
- farmId: string | undefined;
2785
+ clientToken?: string | undefined;
2690
2786
  /**
2691
2787
  * <p>The display name of the queue.</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>
2692
2788
  * @public
@@ -2734,6 +2830,8 @@ export interface CreateQueueRequest {
2734
2830
  tags?: Record<string, string> | undefined;
2735
2831
  }
2736
2832
  /**
2833
+ * Mixin that adds an optional ARN field to response structures.
2834
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
2737
2835
  * @public
2738
2836
  */
2739
2837
  export interface CreateQueueResponse {
@@ -2747,11 +2845,6 @@ export interface CreateQueueResponse {
2747
2845
  * @public
2748
2846
  */
2749
2847
  export interface CreateQueueEnvironmentRequest {
2750
- /**
2751
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
2752
- * @public
2753
- */
2754
- clientToken?: string | undefined;
2755
2848
  /**
2756
2849
  * <p>The farm ID of the farm to connect to the environment.</p>
2757
2850
  * @public
@@ -2762,6 +2855,11 @@ export interface CreateQueueEnvironmentRequest {
2762
2855
  * @public
2763
2856
  */
2764
2857
  queueId: string | undefined;
2858
+ /**
2859
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
2860
+ * @public
2861
+ */
2862
+ clientToken?: string | undefined;
2765
2863
  /**
2766
2864
  * <p>Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority (activated first and deactivated last). If two environments share the same priority value, the environment created first takes higher priority.</p>
2767
2865
  * @public
@@ -2864,15 +2962,15 @@ export interface FileSystemLocation {
2864
2962
  */
2865
2963
  export interface CreateStorageProfileRequest {
2866
2964
  /**
2867
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
2965
+ * <p>The farm ID of the farm to connect to the storage profile.</p>
2868
2966
  * @public
2869
2967
  */
2870
- clientToken?: string | undefined;
2968
+ farmId: string | undefined;
2871
2969
  /**
2872
- * <p>The farm ID of the farm to connect to the storage profile.</p>
2970
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
2873
2971
  * @public
2874
2972
  */
2875
- farmId: string | undefined;
2973
+ clientToken?: string | undefined;
2876
2974
  /**
2877
2975
  * <p>The display name of the storage profile.</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>
2878
2976
  * @public
@@ -2962,6 +3060,8 @@ export interface CreateWorkerRequest {
2962
3060
  tags?: Record<string, string> | undefined;
2963
3061
  }
2964
3062
  /**
3063
+ * Mixin that adds an optional ARN field to response structures.
3064
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
2965
3065
  * @public
2966
3066
  */
2967
3067
  export interface CreateWorkerResponse {
@@ -2993,6 +3093,8 @@ export interface DateTimeFilterExpression {
2993
3093
  dateTime: Date | undefined;
2994
3094
  }
2995
3095
  /**
3096
+ * Identifier mixin for queue-fleet association operations.
3097
+ * Composes QueueIdentifierMixin (farmId + queueId) and adds fleetId.
2996
3098
  * @public
2997
3099
  */
2998
3100
  export interface DeleteQueueFleetAssociationRequest {
@@ -3121,11 +3223,6 @@ export interface DisassociateMemberFromFarmResponse {
3121
3223
  * @public
3122
3224
  */
3123
3225
  export interface DeleteFleetRequest {
3124
- /**
3125
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
3126
- * @public
3127
- */
3128
- clientToken?: string | undefined;
3129
3226
  /**
3130
3227
  * <p>The farm ID of the farm to remove from the fleet.</p>
3131
3228
  * @public
@@ -3136,6 +3233,11 @@ export interface DeleteFleetRequest {
3136
3233
  * @public
3137
3234
  */
3138
3235
  fleetId: string | undefined;
3236
+ /**
3237
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
3238
+ * @public
3239
+ */
3240
+ clientToken?: string | undefined;
3139
3241
  }
3140
3242
  /**
3141
3243
  * @public
@@ -3199,6 +3301,8 @@ export interface FleetCapabilities {
3199
3301
  attributes?: FleetAttributeCapability[] | undefined;
3200
3302
  }
3201
3303
  /**
3304
+ * Mixin that adds an optional ARN field to response structures.
3305
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
3202
3306
  * @public
3203
3307
  */
3204
3308
  export interface GetFleetResponse {
@@ -3217,11 +3321,6 @@ export interface GetFleetResponse {
3217
3321
  * @public
3218
3322
  */
3219
3323
  displayName: string | undefined;
3220
- /**
3221
- * <p>The description of the fleet.</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>
3222
- * @public
3223
- */
3224
- description?: string | undefined;
3225
3324
  /**
3226
3325
  * <p>The status of the fleet.</p>
3227
3326
  * @public
@@ -3262,21 +3361,6 @@ export interface GetFleetResponse {
3262
3361
  * @public
3263
3362
  */
3264
3363
  configuration: FleetConfiguration | undefined;
3265
- /**
3266
- * <p>The script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.</p>
3267
- * @public
3268
- */
3269
- hostConfiguration?: HostConfiguration | undefined;
3270
- /**
3271
- * <p>Outlines what the fleet is capable of for minimums, maximums, and naming, in addition to attribute names and values.</p>
3272
- * @public
3273
- */
3274
- capabilities?: FleetCapabilities | undefined;
3275
- /**
3276
- * <p>The IAM role ARN.</p>
3277
- * @public
3278
- */
3279
- roleArn: string | undefined;
3280
3364
  /**
3281
3365
  * <p>The date and time the resource was created.</p>
3282
3366
  * @public
@@ -3297,21 +3381,42 @@ export interface GetFleetResponse {
3297
3381
  * @public
3298
3382
  */
3299
3383
  updatedBy?: string | undefined;
3300
- }
3301
- /**
3302
- * @public
3303
- */
3304
- export interface ListFleetMembersRequest {
3305
3384
  /**
3306
- * <p>The farm ID of the fleet.</p>
3385
+ * <p>The description of the fleet.</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>
3307
3386
  * @public
3308
3387
  */
3309
- farmId: string | undefined;
3388
+ description?: string | undefined;
3310
3389
  /**
3311
- * <p>The fleet ID to include on the list.</p>
3390
+ * <p>The script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.</p>
3312
3391
  * @public
3313
3392
  */
3314
- fleetId: string | undefined;
3393
+ hostConfiguration?: HostConfiguration | undefined;
3394
+ /**
3395
+ * <p>Outlines what the fleet is capable of for minimums, maximums, and naming, in addition to attribute names and values.</p>
3396
+ * @public
3397
+ */
3398
+ capabilities?: FleetCapabilities | undefined;
3399
+ /**
3400
+ * <p>The IAM role ARN.</p>
3401
+ * @public
3402
+ */
3403
+ roleArn: string | undefined;
3404
+ }
3405
+ /**
3406
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
3407
+ * @public
3408
+ */
3409
+ export interface ListFleetMembersRequest {
3410
+ /**
3411
+ * <p>The farm ID of the fleet.</p>
3412
+ * @public
3413
+ */
3414
+ farmId: string | undefined;
3415
+ /**
3416
+ * <p>The fleet ID to include on the list.</p>
3417
+ * @public
3418
+ */
3419
+ fleetId: string | undefined;
3315
3420
  /**
3316
3421
  * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
3317
3422
  * @public
@@ -3360,6 +3465,7 @@ export interface FleetMember {
3360
3465
  membershipLevel: MembershipLevel | undefined;
3361
3466
  }
3362
3467
  /**
3468
+ * Shared pagination field for List operation outputs (nextToken).
3363
3469
  * @public
3364
3470
  */
3365
3471
  export interface ListFleetMembersResponse {
@@ -3375,6 +3481,7 @@ export interface ListFleetMembersResponse {
3375
3481
  nextToken?: string | undefined;
3376
3482
  }
3377
3483
  /**
3484
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
3378
3485
  * @public
3379
3486
  */
3380
3487
  export interface ListFleetsRequest {
@@ -3384,30 +3491,30 @@ export interface ListFleetsRequest {
3384
3491
  */
3385
3492
  farmId: string | undefined;
3386
3493
  /**
3387
- * <p>The principal ID of the members to include in the fleet.</p>
3494
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
3388
3495
  * @public
3389
3496
  */
3390
- principalId?: string | undefined;
3497
+ nextToken?: string | undefined;
3391
3498
  /**
3392
- * <p>The display names of a list of fleets.</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>
3499
+ * <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>
3393
3500
  * @public
3394
3501
  */
3395
- displayName?: string | undefined;
3502
+ maxResults?: number | undefined;
3396
3503
  /**
3397
- * <p>The status of the fleet.</p>
3504
+ * <p>The principal ID of the members to include in the fleet.</p>
3398
3505
  * @public
3399
3506
  */
3400
- status?: FleetStatus | undefined;
3507
+ principalId?: string | undefined;
3401
3508
  /**
3402
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
3509
+ * <p>The display names of a list of fleets.</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>
3403
3510
  * @public
3404
3511
  */
3405
- nextToken?: string | undefined;
3512
+ displayName?: string | undefined;
3406
3513
  /**
3407
- * <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>
3514
+ * <p>The status of the fleet.</p>
3408
3515
  * @public
3409
3516
  */
3410
- maxResults?: number | undefined;
3517
+ status?: FleetStatus | undefined;
3411
3518
  }
3412
3519
  /**
3413
3520
  * <p>The details of a fleet.</p>
@@ -3491,6 +3598,7 @@ export interface FleetSummary {
3491
3598
  updatedBy?: string | undefined;
3492
3599
  }
3493
3600
  /**
3601
+ * Shared pagination field for List operation outputs (nextToken).
3494
3602
  * @public
3495
3603
  */
3496
3604
  export interface ListFleetsResponse {
@@ -3509,11 +3617,6 @@ export interface ListFleetsResponse {
3509
3617
  * @public
3510
3618
  */
3511
3619
  export interface UpdateFleetRequest {
3512
- /**
3513
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
3514
- * @public
3515
- */
3516
- clientToken?: string | undefined;
3517
3620
  /**
3518
3621
  * <p>The farm ID to update.</p>
3519
3622
  * @public
@@ -3524,6 +3627,11 @@ export interface UpdateFleetRequest {
3524
3627
  * @public
3525
3628
  */
3526
3629
  fleetId: string | undefined;
3630
+ /**
3631
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
3632
+ * @public
3633
+ */
3634
+ clientToken?: string | undefined;
3527
3635
  /**
3528
3636
  * <p>The display name of the fleet 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>
3529
3637
  * @public
@@ -3637,6 +3745,8 @@ export interface HostPropertiesResponse {
3637
3745
  ec2InstanceType?: string | undefined;
3638
3746
  }
3639
3747
  /**
3748
+ * Mixin that adds an optional ARN field to response structures.
3749
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
3640
3750
  * @public
3641
3751
  */
3642
3752
  export interface GetWorkerResponse {
@@ -3692,6 +3802,7 @@ export interface GetWorkerResponse {
3692
3802
  updatedBy?: string | undefined;
3693
3803
  }
3694
3804
  /**
3805
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
3695
3806
  * @public
3696
3807
  */
3697
3808
  export interface ListSessionsForWorkerRequest {
@@ -3763,6 +3874,7 @@ export interface WorkerSessionSummary {
3763
3874
  targetLifecycleStatus?: SessionLifecycleTargetStatus | undefined;
3764
3875
  }
3765
3876
  /**
3877
+ * Shared pagination field for List operation outputs (nextToken).
3766
3878
  * @public
3767
3879
  */
3768
3880
  export interface ListSessionsForWorkerResponse {
@@ -3778,6 +3890,7 @@ export interface ListSessionsForWorkerResponse {
3778
3890
  nextToken?: string | undefined;
3779
3891
  }
3780
3892
  /**
3893
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
3781
3894
  * @public
3782
3895
  */
3783
3896
  export interface ListWorkersRequest {
@@ -3807,11 +3920,6 @@ export interface ListWorkersRequest {
3807
3920
  * @public
3808
3921
  */
3809
3922
  export interface WorkerSummary {
3810
- /**
3811
- * <p>The worker ID.</p>
3812
- * @public
3813
- */
3814
- workerId: string | undefined;
3815
3923
  /**
3816
3924
  * <p>The farm ID.</p>
3817
3925
  * @public
@@ -3823,15 +3931,20 @@ export interface WorkerSummary {
3823
3931
  */
3824
3932
  fleetId: string | undefined;
3825
3933
  /**
3826
- * <p>The status of the worker.</p>
3934
+ * <p>The worker ID.</p>
3827
3935
  * @public
3828
3936
  */
3829
- status: WorkerStatus | undefined;
3937
+ workerId: string | undefined;
3830
3938
  /**
3831
3939
  * <p>The host properties of the worker.</p>
3832
3940
  * @public
3833
3941
  */
3834
3942
  hostProperties?: HostPropertiesResponse | undefined;
3943
+ /**
3944
+ * <p>The status of the worker.</p>
3945
+ * @public
3946
+ */
3947
+ status: WorkerStatus | undefined;
3835
3948
  /**
3836
3949
  * <p>The log configuration for the worker.</p>
3837
3950
  * @public
@@ -3859,19 +3972,20 @@ export interface WorkerSummary {
3859
3972
  updatedBy?: string | undefined;
3860
3973
  }
3861
3974
  /**
3975
+ * Shared pagination field for List operation outputs (nextToken).
3862
3976
  * @public
3863
3977
  */
3864
3978
  export interface ListWorkersResponse {
3865
3979
  /**
3866
- * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
3980
+ * <p>The workers on the list.</p>
3867
3981
  * @public
3868
3982
  */
3869
- nextToken?: string | undefined;
3983
+ workers: WorkerSummary[] | undefined;
3870
3984
  /**
3871
- * <p>The workers on the list.</p>
3985
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
3872
3986
  * @public
3873
3987
  */
3874
- workers: WorkerSummary[] | undefined;
3988
+ nextToken?: string | undefined;
3875
3989
  }
3876
3990
  /**
3877
3991
  * <p>The details of the worker amount capability.</p>
@@ -4094,6 +4208,8 @@ export interface GetFarmRequest {
4094
4208
  farmId: string | undefined;
4095
4209
  }
4096
4210
  /**
4211
+ * Mixin that adds an optional ARN field to response structures.
4212
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
4097
4213
  * @public
4098
4214
  */
4099
4215
  export interface GetFarmResponse {
@@ -4107,21 +4223,11 @@ export interface GetFarmResponse {
4107
4223
  * @public
4108
4224
  */
4109
4225
  displayName: string | undefined;
4110
- /**
4111
- * <p>The description of the farm.</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>
4112
- * @public
4113
- */
4114
- description?: string | undefined;
4115
4226
  /**
4116
4227
  * <p>The ARN of the KMS key used on the farm.</p>
4117
4228
  * @public
4118
4229
  */
4119
4230
  kmsKeyArn?: string | undefined;
4120
- /**
4121
- * <p>The cost scale factor applied on the farm.</p>
4122
- * @public
4123
- */
4124
- costScaleFactor: number | undefined;
4125
4231
  /**
4126
4232
  * <p>The date and time the resource was created.</p>
4127
4233
  * @public
@@ -4142,6 +4248,16 @@ export interface GetFarmResponse {
4142
4248
  * @public
4143
4249
  */
4144
4250
  updatedBy?: string | undefined;
4251
+ /**
4252
+ * <p>The description of the farm.</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>
4253
+ * @public
4254
+ */
4255
+ description?: string | undefined;
4256
+ /**
4257
+ * <p>A multiplier applied to the farm's calculated costs for usage data and budget tracking. A value less than 1 represents a discount, a value greater than 1 represents a premium, and a value of 1 represents no adjustment.</p>
4258
+ * @public
4259
+ */
4260
+ costScaleFactor: number | undefined;
4145
4261
  }
4146
4262
  /**
4147
4263
  * @public
@@ -4159,24 +4275,25 @@ export interface GetLimitRequest {
4159
4275
  limitId: string | undefined;
4160
4276
  }
4161
4277
  /**
4278
+ * Domain fields for Limit summary/response shapes, ordered before timestamps.
4162
4279
  * @public
4163
4280
  */
4164
4281
  export interface GetLimitResponse {
4165
4282
  /**
4166
- * <p>The 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>
4283
+ * <p>The unique identifier of the farm that contains the limit.</p>
4167
4284
  * @public
4168
4285
  */
4169
- displayName: string | undefined;
4286
+ farmId: string | undefined;
4170
4287
  /**
4171
- * <p>The value that you specify as the <code>name</code> in the <code>amounts</code> field of the <code>hostRequirements</code> in a step of a job template to declare the limit requirement.</p>
4288
+ * <p>The unique identifier of the limit.</p>
4172
4289
  * @public
4173
4290
  */
4174
- amountRequirementName: string | undefined;
4291
+ limitId: string | undefined;
4175
4292
  /**
4176
- * <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>The <code>maxValue</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>
4293
+ * <p>The number of resources from the limit that are being used by jobs. The result is delayed and may not be the count at the time that you called the operation.</p>
4177
4294
  * @public
4178
4295
  */
4179
- maxCount: number | undefined;
4296
+ currentCount: number | undefined;
4180
4297
  /**
4181
4298
  * <p>The Unix timestamp of the date and time that the limit was created.</p>
4182
4299
  * @public
@@ -4198,20 +4315,20 @@ export interface GetLimitResponse {
4198
4315
  */
4199
4316
  updatedBy?: string | undefined;
4200
4317
  /**
4201
- * <p>The unique identifier of the farm that contains the limit.</p>
4318
+ * <p>The 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>
4202
4319
  * @public
4203
4320
  */
4204
- farmId: string | undefined;
4321
+ displayName: string | undefined;
4205
4322
  /**
4206
- * <p>The unique identifier of the limit.</p>
4323
+ * <p>The value that you specify as the <code>name</code> in the <code>amounts</code> field of the <code>hostRequirements</code> in a step of a job template to declare the limit requirement.</p>
4207
4324
  * @public
4208
4325
  */
4209
- limitId: string | undefined;
4326
+ amountRequirementName: string | undefined;
4210
4327
  /**
4211
- * <p>The number of resources from the limit that are being used by jobs. The result is delayed and may not be the count at the time that you called the operation.</p>
4328
+ * <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>The <code>maxValue</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>
4212
4329
  * @public
4213
4330
  */
4214
- currentCount: number | undefined;
4331
+ maxCount: number | undefined;
4215
4332
  /**
4216
4333
  * <p>The description of the limit that helps identify what the limit is used for.</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>
4217
4334
  * @public
@@ -4279,6 +4396,7 @@ export interface GetStorageProfileResponse {
4279
4396
  fileSystemLocations?: FileSystemLocation[] | undefined;
4280
4397
  }
4281
4398
  /**
4399
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
4282
4400
  * @public
4283
4401
  */
4284
4402
  export interface ListFarmMembersRequest {
@@ -4330,6 +4448,7 @@ export interface FarmMember {
4330
4448
  membershipLevel: MembershipLevel | undefined;
4331
4449
  }
4332
4450
  /**
4451
+ * Shared pagination field for List operation outputs (nextToken).
4333
4452
  * @public
4334
4453
  */
4335
4454
  export interface ListFarmMembersResponse {
@@ -4345,6 +4464,7 @@ export interface ListFarmMembersResponse {
4345
4464
  nextToken?: string | undefined;
4346
4465
  }
4347
4466
  /**
4467
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
4348
4468
  * @public
4349
4469
  */
4350
4470
  export interface ListFarmsRequest {
@@ -4354,15 +4474,15 @@ export interface ListFarmsRequest {
4354
4474
  */
4355
4475
  nextToken?: string | undefined;
4356
4476
  /**
4357
- * <p>The principal ID of the member to list on the farm.</p>
4477
+ * <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>
4358
4478
  * @public
4359
4479
  */
4360
- principalId?: string | undefined;
4480
+ maxResults?: number | undefined;
4361
4481
  /**
4362
- * <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>
4482
+ * <p>The principal ID of the member to list on the farm.</p>
4363
4483
  * @public
4364
4484
  */
4365
- maxResults?: number | undefined;
4485
+ principalId?: string | undefined;
4366
4486
  }
4367
4487
  /**
4368
4488
  * <p>The summary of details for a farm.</p>
@@ -4406,21 +4526,23 @@ export interface FarmSummary {
4406
4526
  updatedBy?: string | undefined;
4407
4527
  }
4408
4528
  /**
4529
+ * Shared pagination field for List operation outputs (nextToken).
4409
4530
  * @public
4410
4531
  */
4411
4532
  export interface ListFarmsResponse {
4412
4533
  /**
4413
- * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
4534
+ * <p>Farms on the list.</p>
4414
4535
  * @public
4415
4536
  */
4416
- nextToken?: string | undefined;
4537
+ farms: FarmSummary[] | undefined;
4417
4538
  /**
4418
- * <p>Farms on the list.</p>
4539
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
4419
4540
  * @public
4420
4541
  */
4421
- farms: FarmSummary[] | undefined;
4542
+ nextToken?: string | undefined;
4422
4543
  }
4423
4544
  /**
4545
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
4424
4546
  * @public
4425
4547
  */
4426
4548
  export interface ListLimitsRequest {
@@ -4446,20 +4568,20 @@ export interface ListLimitsRequest {
4446
4568
  */
4447
4569
  export interface LimitSummary {
4448
4570
  /**
4449
- * <p>The name of the limit used in lists to identify 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>
4571
+ * <p>The unique identifier of the farm that contains the limit.</p>
4450
4572
  * @public
4451
4573
  */
4452
- displayName: string | undefined;
4574
+ farmId: string | undefined;
4453
4575
  /**
4454
- * <p>The value that you specify as the <code>name</code> in the <code>amounts</code> field of the <code>hostRequirements</code> in a step of a job template to declare the limit requirement.</p>
4576
+ * <p>The unique identifier of the limit.</p>
4455
4577
  * @public
4456
4578
  */
4457
- amountRequirementName: string | undefined;
4579
+ limitId: string | undefined;
4458
4580
  /**
4459
- * <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>The <code>maxValue</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>
4581
+ * <p>The number of resources from the limit that are being used by jobs. The result is delayed and may not be the count at the time that you called the operation.</p>
4460
4582
  * @public
4461
4583
  */
4462
- maxCount: number | undefined;
4584
+ currentCount: number | undefined;
4463
4585
  /**
4464
4586
  * <p>The Unix timestamp of the date and time that the limit was created.</p>
4465
4587
  * @public
@@ -4481,22 +4603,23 @@ export interface LimitSummary {
4481
4603
  */
4482
4604
  updatedBy?: string | undefined;
4483
4605
  /**
4484
- * <p>The unique identifier of the farm that contains the limit.</p>
4606
+ * <p>The name of the limit used in lists to identify 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>
4485
4607
  * @public
4486
4608
  */
4487
- farmId: string | undefined;
4609
+ displayName: string | undefined;
4488
4610
  /**
4489
- * <p>The unique identifier of the limit.</p>
4611
+ * <p>The value that you specify as the <code>name</code> in the <code>amounts</code> field of the <code>hostRequirements</code> in a step of a job template to declare the limit requirement.</p>
4490
4612
  * @public
4491
4613
  */
4492
- limitId: string | undefined;
4614
+ amountRequirementName: string | undefined;
4493
4615
  /**
4494
- * <p>The number of resources from the limit that are being used by jobs. The result is delayed and may not be the count at the time that you called the operation.</p>
4616
+ * <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>The <code>maxValue</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>
4495
4617
  * @public
4496
4618
  */
4497
- currentCount: number | undefined;
4619
+ maxCount: number | undefined;
4498
4620
  }
4499
4621
  /**
4622
+ * Shared pagination field for List operation outputs (nextToken).
4500
4623
  * @public
4501
4624
  */
4502
4625
  export interface ListLimitsResponse {
@@ -4512,6 +4635,7 @@ export interface ListLimitsResponse {
4512
4635
  nextToken?: string | undefined;
4513
4636
  }
4514
4637
  /**
4638
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
4515
4639
  * @public
4516
4640
  */
4517
4641
  export interface ListStorageProfilesRequest {
@@ -4553,6 +4677,7 @@ export interface StorageProfileSummary {
4553
4677
  osFamily: StorageProfileOperatingSystemFamily | undefined;
4554
4678
  }
4555
4679
  /**
4680
+ * Shared pagination field for List operation outputs (nextToken).
4556
4681
  * @public
4557
4682
  */
4558
4683
  export interface ListStorageProfilesResponse {
@@ -4653,9 +4778,16 @@ export interface GetQueueRequest {
4653
4778
  queueId: string | undefined;
4654
4779
  }
4655
4780
  /**
4781
+ * Mixin that adds an optional ARN field to response structures.
4782
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
4656
4783
  * @public
4657
4784
  */
4658
4785
  export interface GetQueueResponse {
4786
+ /**
4787
+ * <p>The farm ID for the queue.</p>
4788
+ * @public
4789
+ */
4790
+ farmId: string | undefined;
4659
4791
  /**
4660
4792
  * <p>The queue ID.</p>
4661
4793
  * @public
@@ -4666,16 +4798,6 @@ export interface GetQueueResponse {
4666
4798
  * @public
4667
4799
  */
4668
4800
  displayName: string | undefined;
4669
- /**
4670
- * <p>The description of the queue.</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>
4671
- * @public
4672
- */
4673
- description?: string | undefined;
4674
- /**
4675
- * <p>The farm ID for the queue.</p>
4676
- * @public
4677
- */
4678
- farmId: string | undefined;
4679
4801
  /**
4680
4802
  * <p>The status of the queue.</p> <ul> <li> <p> <code>ACTIVE</code>–The queue is active.</p> </li> <li> <p> <code>SCHEDULING</code>–The queue is scheduling.</p> </li> <li> <p> <code>SCHEDULING_BLOCKED</code>–The queue scheduling is blocked. See the provided reason.</p> </li> </ul>
4681
4803
  * @public
@@ -4692,50 +4814,55 @@ export interface GetQueueResponse {
4692
4814
  */
4693
4815
  blockedReason?: QueueBlockedReason | undefined;
4694
4816
  /**
4695
- * <p>The job attachment settings for the queue.</p>
4817
+ * <p>The date and time the resource was created.</p>
4696
4818
  * @public
4697
4819
  */
4698
- jobAttachmentSettings?: JobAttachmentSettings | undefined;
4820
+ createdAt: Date | undefined;
4699
4821
  /**
4700
- * <p>The IAM role ARN.</p>
4822
+ * <p>The user or system that created this resource.</p>
4701
4823
  * @public
4702
4824
  */
4703
- roleArn?: string | undefined;
4825
+ createdBy: string | undefined;
4704
4826
  /**
4705
- * <p>A list of the required file system location names in the queue.</p>
4827
+ * <p>The date and time the resource was updated.</p>
4706
4828
  * @public
4707
4829
  */
4708
- requiredFileSystemLocationNames?: string[] | undefined;
4830
+ updatedAt?: Date | undefined;
4709
4831
  /**
4710
- * <p>The storage profile IDs for the queue.</p>
4832
+ * <p>The user or system that updated this resource.</p>
4711
4833
  * @public
4712
4834
  */
4713
- allowedStorageProfileIds?: string[] | undefined;
4835
+ updatedBy?: string | undefined;
4714
4836
  /**
4715
- * <p>The jobs in the queue ran as this specified POSIX user.</p>
4837
+ * <p>The description of the queue.</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>
4716
4838
  * @public
4717
4839
  */
4718
- jobRunAsUser?: JobRunAsUser | undefined;
4840
+ description?: string | undefined;
4719
4841
  /**
4720
- * <p>The date and time the resource was created.</p>
4842
+ * <p>The job attachment settings for the queue.</p>
4721
4843
  * @public
4722
4844
  */
4723
- createdAt: Date | undefined;
4845
+ jobAttachmentSettings?: JobAttachmentSettings | undefined;
4724
4846
  /**
4725
- * <p>The user or system that created this resource.</p>
4847
+ * <p>The IAM role ARN.</p>
4726
4848
  * @public
4727
4849
  */
4728
- createdBy: string | undefined;
4850
+ roleArn?: string | undefined;
4729
4851
  /**
4730
- * <p>The date and time the resource was updated.</p>
4852
+ * <p>A list of the required file system location names in the queue.</p>
4731
4853
  * @public
4732
4854
  */
4733
- updatedAt?: Date | undefined;
4855
+ requiredFileSystemLocationNames?: string[] | undefined;
4734
4856
  /**
4735
- * <p>The user or system that updated this resource.</p>
4857
+ * <p>The storage profile IDs for the queue.</p>
4736
4858
  * @public
4737
4859
  */
4738
- updatedBy?: string | undefined;
4860
+ allowedStorageProfileIds?: string[] | undefined;
4861
+ /**
4862
+ * <p>The jobs in the queue ran as this specified POSIX user.</p>
4863
+ * @public
4864
+ */
4865
+ jobRunAsUser?: JobRunAsUser | undefined;
4739
4866
  }
4740
4867
  /**
4741
4868
  * @public
@@ -4903,6 +5030,8 @@ export interface GetJobRequest {
4903
5030
  jobId: string | undefined;
4904
5031
  }
4905
5032
  /**
5033
+ * Mixin that adds an optional ARN field to response structures.
5034
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
4906
5035
  * @public
4907
5036
  */
4908
5037
  export interface GetJobResponse {
@@ -5048,6 +5177,7 @@ export interface GetSessionRequest {
5048
5177
  sessionId: string | undefined;
5049
5178
  }
5050
5179
  /**
5180
+ * Session lifecycle/status fields, ordered after IDs in session shapes.
5051
5181
  * @public
5052
5182
  */
5053
5183
  export interface GetSessionResponse {
@@ -5071,11 +5201,6 @@ export interface GetSessionResponse {
5071
5201
  * @public
5072
5202
  */
5073
5203
  startedAt: Date | undefined;
5074
- /**
5075
- * <p>The session log.</p>
5076
- * @public
5077
- */
5078
- log: LogConfiguration | undefined;
5079
5204
  /**
5080
5205
  * <p>The life cycle status of the session.</p>
5081
5206
  * @public
@@ -5086,6 +5211,11 @@ export interface GetSessionResponse {
5086
5211
  * @public
5087
5212
  */
5088
5213
  endedAt?: Date | undefined;
5214
+ /**
5215
+ * <p>The life cycle status with which the session started.</p>
5216
+ * @public
5217
+ */
5218
+ targetLifecycleStatus?: SessionLifecycleTargetStatus | undefined;
5089
5219
  /**
5090
5220
  * <p>The date and time the resource was updated.</p>
5091
5221
  * @public
@@ -5097,10 +5227,10 @@ export interface GetSessionResponse {
5097
5227
  */
5098
5228
  updatedBy?: string | undefined;
5099
5229
  /**
5100
- * <p>The life cycle status with which the session started.</p>
5230
+ * <p>The session log.</p>
5101
5231
  * @public
5102
5232
  */
5103
- targetLifecycleStatus?: SessionLifecycleTargetStatus | undefined;
5233
+ log: LogConfiguration | undefined;
5104
5234
  /**
5105
5235
  * <p>Provides the Amazon EC2 properties of the host.</p>
5106
5236
  * @public
@@ -5316,6 +5446,11 @@ export interface GetSessionActionResponse {
5316
5446
  * @public
5317
5447
  */
5318
5448
  progressPercent?: number | undefined;
5449
+ /**
5450
+ * <p>The list of manifest properties that describe file attachments for the task run.</p>
5451
+ * @public
5452
+ */
5453
+ manifests?: TaskRunManifestPropertiesResponse[] | undefined;
5319
5454
  /**
5320
5455
  * <p>The session ID for the session action.</p>
5321
5456
  * @public
@@ -5331,21 +5466,16 @@ export interface GetSessionActionResponse {
5331
5466
  * @public
5332
5467
  */
5333
5468
  progressMessage?: string | undefined;
5334
- /**
5335
- * <p>The session action definition.</p>
5336
- * @public
5337
- */
5338
- definition: SessionActionDefinition | undefined;
5339
5469
  /**
5340
5470
  * <p>The limits and their amounts acquired during a session action. If no limits were acquired during the session, this field isn't returned.</p>
5341
5471
  * @public
5342
5472
  */
5343
5473
  acquiredLimits?: AcquiredLimit[] | undefined;
5344
5474
  /**
5345
- * <p>The list of manifest properties that describe file attachments for the task run.</p>
5475
+ * <p>The session action definition.</p>
5346
5476
  * @public
5347
5477
  */
5348
- manifests?: TaskRunManifestPropertiesResponse[] | undefined;
5478
+ definition: SessionActionDefinition | undefined;
5349
5479
  }
5350
5480
  /**
5351
5481
  * @public
@@ -5678,11 +5808,6 @@ export interface GetTaskResponse {
5678
5808
  * @public
5679
5809
  */
5680
5810
  failureRetryCount?: number | undefined;
5681
- /**
5682
- * <p>The parameters for the task.</p>
5683
- * @public
5684
- */
5685
- parameters?: Record<string, TaskParameterValue> | undefined;
5686
5811
  /**
5687
5812
  * <p>The date and time the resource started running.</p>
5688
5813
  * @public
@@ -5708,8 +5833,14 @@ export interface GetTaskResponse {
5708
5833
  * @public
5709
5834
  */
5710
5835
  latestSessionActionId?: string | undefined;
5836
+ /**
5837
+ * <p>The parameters for the task.</p>
5838
+ * @public
5839
+ */
5840
+ parameters?: Record<string, TaskParameterValue> | undefined;
5711
5841
  }
5712
5842
  /**
5843
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
5713
5844
  * @public
5714
5845
  */
5715
5846
  export interface ListJobMembersRequest {
@@ -5781,6 +5912,7 @@ export interface JobMember {
5781
5912
  membershipLevel: MembershipLevel | undefined;
5782
5913
  }
5783
5914
  /**
5915
+ * Shared pagination field for List operation outputs (nextToken).
5784
5916
  * @public
5785
5917
  */
5786
5918
  export interface ListJobMembersResponse {
@@ -5796,6 +5928,7 @@ export interface ListJobMembersResponse {
5796
5928
  nextToken?: string | undefined;
5797
5929
  }
5798
5930
  /**
5931
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
5799
5932
  * @public
5800
5933
  */
5801
5934
  export interface ListJobParameterDefinitionsRequest {
@@ -5805,15 +5938,15 @@ export interface ListJobParameterDefinitionsRequest {
5805
5938
  */
5806
5939
  farmId: string | undefined;
5807
5940
  /**
5808
- * <p>The job ID to include on the list.</p>
5941
+ * <p>The queue ID to include on the list.</p>
5809
5942
  * @public
5810
5943
  */
5811
- jobId: string | undefined;
5944
+ queueId: string | undefined;
5812
5945
  /**
5813
- * <p>The queue ID to include on the list.</p>
5946
+ * <p>The job ID to include on the list.</p>
5814
5947
  * @public
5815
5948
  */
5816
- queueId: string | undefined;
5949
+ jobId: string | undefined;
5817
5950
  /**
5818
5951
  * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
5819
5952
  * @public
@@ -5826,6 +5959,7 @@ export interface ListJobParameterDefinitionsRequest {
5826
5959
  maxResults?: number | undefined;
5827
5960
  }
5828
5961
  /**
5962
+ * Shared pagination field for List operation outputs (nextToken).
5829
5963
  * @public
5830
5964
  */
5831
5965
  export interface ListJobParameterDefinitionsResponse {
@@ -5841,6 +5975,7 @@ export interface ListJobParameterDefinitionsResponse {
5841
5975
  nextToken?: string | undefined;
5842
5976
  }
5843
5977
  /**
5978
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
5844
5979
  * @public
5845
5980
  */
5846
5981
  export interface ListJobsRequest {
@@ -5849,11 +5984,6 @@ export interface ListJobsRequest {
5849
5984
  * @public
5850
5985
  */
5851
5986
  farmId: string | undefined;
5852
- /**
5853
- * <p>The principal ID of the members on the jobs.</p>
5854
- * @public
5855
- */
5856
- principalId?: string | undefined;
5857
5987
  /**
5858
5988
  * <p>The queue ID for the job.</p>
5859
5989
  * @public
@@ -5869,6 +5999,11 @@ export interface ListJobsRequest {
5869
5999
  * @public
5870
6000
  */
5871
6001
  maxResults?: number | undefined;
6002
+ /**
6003
+ * <p>The principal ID of the members on the jobs.</p>
6004
+ * @public
6005
+ */
6006
+ principalId?: string | undefined;
5872
6007
  }
5873
6008
  /**
5874
6009
  * <p>A summary of job details.</p>
@@ -5972,6 +6107,7 @@ export interface JobSummary {
5972
6107
  sourceJobId?: string | undefined;
5973
6108
  }
5974
6109
  /**
6110
+ * Shared pagination field for List operation outputs (nextToken).
5975
6111
  * @public
5976
6112
  */
5977
6113
  export interface ListJobsResponse {
@@ -5987,6 +6123,7 @@ export interface ListJobsResponse {
5987
6123
  nextToken?: string | undefined;
5988
6124
  }
5989
6125
  /**
6126
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
5990
6127
  * @public
5991
6128
  */
5992
6129
  export interface ListSessionActionsRequest {
@@ -6006,25 +6143,25 @@ export interface ListSessionActionsRequest {
6006
6143
  */
6007
6144
  jobId: string | undefined;
6008
6145
  /**
6009
- * <p>The session ID to include on the sessions action list.</p>
6146
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
6010
6147
  * @public
6011
6148
  */
6012
- sessionId?: string | undefined;
6149
+ nextToken?: string | undefined;
6013
6150
  /**
6014
- * <p>The task ID for the session actions list.</p>
6151
+ * <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>
6015
6152
  * @public
6016
6153
  */
6017
- taskId?: string | undefined;
6154
+ maxResults?: number | undefined;
6018
6155
  /**
6019
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
6156
+ * <p>The session ID to include on the sessions action list.</p>
6020
6157
  * @public
6021
6158
  */
6022
- nextToken?: string | undefined;
6159
+ sessionId?: string | undefined;
6023
6160
  /**
6024
- * <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>
6161
+ * <p>The task ID for the session actions list.</p>
6025
6162
  * @public
6026
6163
  */
6027
- maxResults?: number | undefined;
6164
+ taskId?: string | undefined;
6028
6165
  }
6029
6166
  /**
6030
6167
  * <p>Defines the environment a session action enters in.</p>
@@ -6191,17 +6328,18 @@ export interface SessionActionSummary {
6191
6328
  */
6192
6329
  progressPercent?: number | undefined;
6193
6330
  /**
6194
- * <p>The session action definition.</p>
6331
+ * <p>The list of manifest properties that describe file attachments for the task run.</p>
6195
6332
  * @public
6196
6333
  */
6197
- definition: SessionActionDefinitionSummary | undefined;
6334
+ manifests?: TaskRunManifestPropertiesResponse[] | undefined;
6198
6335
  /**
6199
- * <p>The list of manifest properties that describe file attachments for the task run.</p>
6336
+ * <p>The session action definition.</p>
6200
6337
  * @public
6201
6338
  */
6202
- manifests?: TaskRunManifestPropertiesResponse[] | undefined;
6339
+ definition: SessionActionDefinitionSummary | undefined;
6203
6340
  }
6204
6341
  /**
6342
+ * Shared pagination field for List operation outputs (nextToken).
6205
6343
  * @public
6206
6344
  */
6207
6345
  export interface ListSessionActionsResponse {
@@ -6217,6 +6355,7 @@ export interface ListSessionActionsResponse {
6217
6355
  nextToken?: string | undefined;
6218
6356
  }
6219
6357
  /**
6358
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
6220
6359
  * @public
6221
6360
  */
6222
6361
  export interface ListSessionsRequest {
@@ -6281,6 +6420,11 @@ export interface SessionSummary {
6281
6420
  * @public
6282
6421
  */
6283
6422
  endedAt?: Date | undefined;
6423
+ /**
6424
+ * <p>The target life cycle status for the session.</p>
6425
+ * @public
6426
+ */
6427
+ targetLifecycleStatus?: SessionLifecycleTargetStatus | undefined;
6284
6428
  /**
6285
6429
  * <p>The date and time the resource was updated.</p>
6286
6430
  * @public
@@ -6291,13 +6435,9 @@ export interface SessionSummary {
6291
6435
  * @public
6292
6436
  */
6293
6437
  updatedBy?: string | undefined;
6294
- /**
6295
- * <p>The target life cycle status for the session.</p>
6296
- * @public
6297
- */
6298
- targetLifecycleStatus?: SessionLifecycleTargetStatus | undefined;
6299
6438
  }
6300
6439
  /**
6440
+ * Shared pagination field for List operation outputs (nextToken).
6301
6441
  * @public
6302
6442
  */
6303
6443
  export interface ListSessionsResponse {
@@ -6364,6 +6504,7 @@ export interface StepConsumer {
6364
6504
  status: DependencyConsumerResolutionStatus | undefined;
6365
6505
  }
6366
6506
  /**
6507
+ * Shared pagination field for List operation outputs (nextToken).
6367
6508
  * @public
6368
6509
  */
6369
6510
  export interface ListStepConsumersResponse {
@@ -6430,6 +6571,7 @@ export interface StepDependency {
6430
6571
  status: DependencyConsumerResolutionStatus | undefined;
6431
6572
  }
6432
6573
  /**
6574
+ * Shared pagination field for List operation outputs (nextToken).
6433
6575
  * @public
6434
6576
  */
6435
6577
  export interface ListStepDependenciesResponse {
@@ -6445,6 +6587,7 @@ export interface ListStepDependenciesResponse {
6445
6587
  nextToken?: string | undefined;
6446
6588
  }
6447
6589
  /**
6590
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
6448
6591
  * @public
6449
6592
  */
6450
6593
  export interface ListStepsRequest {
@@ -6556,6 +6699,7 @@ export interface StepSummary {
6556
6699
  dependencyCounts?: DependencyCounts | undefined;
6557
6700
  }
6558
6701
  /**
6702
+ * Shared pagination field for List operation outputs (nextToken).
6559
6703
  * @public
6560
6704
  */
6561
6705
  export interface ListStepsResponse {
@@ -6571,6 +6715,7 @@ export interface ListStepsResponse {
6571
6715
  nextToken?: string | undefined;
6572
6716
  }
6573
6717
  /**
6718
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
6574
6719
  * @public
6575
6720
  */
6576
6721
  export interface ListTasksRequest {
@@ -6640,11 +6785,6 @@ export interface TaskSummary {
6640
6785
  * @public
6641
6786
  */
6642
6787
  failureRetryCount?: number | undefined;
6643
- /**
6644
- * <p>The task parameters.</p>
6645
- * @public
6646
- */
6647
- parameters?: Record<string, TaskParameterValue> | undefined;
6648
6788
  /**
6649
6789
  * <p>The date and time the resource started running.</p>
6650
6790
  * @public
@@ -6670,8 +6810,14 @@ export interface TaskSummary {
6670
6810
  * @public
6671
6811
  */
6672
6812
  latestSessionActionId?: string | undefined;
6813
+ /**
6814
+ * <p>The task parameters.</p>
6815
+ * @public
6816
+ */
6817
+ parameters?: Record<string, TaskParameterValue> | undefined;
6673
6818
  }
6674
6819
  /**
6820
+ * Shared pagination field for List operation outputs (nextToken).
6675
6821
  * @public
6676
6822
  */
6677
6823
  export interface ListTasksResponse {
@@ -6690,6 +6836,21 @@ export interface ListTasksResponse {
6690
6836
  * @public
6691
6837
  */
6692
6838
  export interface UpdateJobRequest {
6839
+ /**
6840
+ * <p>The farm ID of the job to update.</p>
6841
+ * @public
6842
+ */
6843
+ farmId: string | undefined;
6844
+ /**
6845
+ * <p>The queue ID of the job to update.</p>
6846
+ * @public
6847
+ */
6848
+ queueId: string | undefined;
6849
+ /**
6850
+ * <p>The job ID to update.</p>
6851
+ * @public
6852
+ */
6853
+ jobId: string | undefined;
6693
6854
  /**
6694
6855
  * <p>The unique token which the server uses to recognize retries of the same request.</p>
6695
6856
  * @public
@@ -6735,21 +6896,6 @@ export interface UpdateJobRequest {
6735
6896
  * @public
6736
6897
  */
6737
6898
  description?: string | undefined;
6738
- /**
6739
- * <p>The farm ID of the job to update.</p>
6740
- * @public
6741
- */
6742
- farmId: string | undefined;
6743
- /**
6744
- * <p>The queue ID of the job to update.</p>
6745
- * @public
6746
- */
6747
- queueId: string | undefined;
6748
- /**
6749
- * <p>The job ID to update.</p>
6750
- * @public
6751
- */
6752
- jobId: string | undefined;
6753
6899
  }
6754
6900
  /**
6755
6901
  * @public
@@ -6760,16 +6906,6 @@ export interface UpdateJobResponse {
6760
6906
  * @public
6761
6907
  */
6762
6908
  export interface UpdateSessionRequest {
6763
- /**
6764
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
6765
- * @public
6766
- */
6767
- clientToken?: string | undefined;
6768
- /**
6769
- * <p>The life cycle status to update in the session.</p>
6770
- * @public
6771
- */
6772
- targetLifecycleStatus: SessionLifecycleTargetStatus | undefined;
6773
6909
  /**
6774
6910
  * <p>The farm ID to update in the session.</p>
6775
6911
  * @public
@@ -6790,6 +6926,16 @@ export interface UpdateSessionRequest {
6790
6926
  * @public
6791
6927
  */
6792
6928
  sessionId: string | undefined;
6929
+ /**
6930
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
6931
+ * @public
6932
+ */
6933
+ clientToken?: string | undefined;
6934
+ /**
6935
+ * <p>The life cycle status to update in the session.</p>
6936
+ * @public
6937
+ */
6938
+ targetLifecycleStatus: SessionLifecycleTargetStatus | undefined;
6793
6939
  }
6794
6940
  /**
6795
6941
  * @public
@@ -6800,16 +6946,6 @@ export interface UpdateSessionResponse {
6800
6946
  * @public
6801
6947
  */
6802
6948
  export interface UpdateStepRequest {
6803
- /**
6804
- * <p>The task status to update the step's tasks to.</p>
6805
- * @public
6806
- */
6807
- targetTaskRunStatus: StepTargetTaskRunStatus | undefined;
6808
- /**
6809
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
6810
- * @public
6811
- */
6812
- clientToken?: string | undefined;
6813
6949
  /**
6814
6950
  * <p>The farm ID to update.</p>
6815
6951
  * @public
@@ -6830,6 +6966,16 @@ export interface UpdateStepRequest {
6830
6966
  * @public
6831
6967
  */
6832
6968
  stepId: string | undefined;
6969
+ /**
6970
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
6971
+ * @public
6972
+ */
6973
+ clientToken?: string | undefined;
6974
+ /**
6975
+ * <p>The task status to update the step's tasks to.</p>
6976
+ * @public
6977
+ */
6978
+ targetTaskRunStatus: StepTargetTaskRunStatus | undefined;
6833
6979
  }
6834
6980
  /**
6835
6981
  * @public
@@ -6840,16 +6986,6 @@ export interface UpdateStepResponse {
6840
6986
  * @public
6841
6987
  */
6842
6988
  export interface UpdateTaskRequest {
6843
- /**
6844
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
6845
- * @public
6846
- */
6847
- clientToken?: string | undefined;
6848
- /**
6849
- * <p>The run status with which to start the task.</p>
6850
- * @public
6851
- */
6852
- targetRunStatus: TaskTargetRunStatus | undefined;
6853
6989
  /**
6854
6990
  * <p>The farm ID to update.</p>
6855
6991
  * @public
@@ -6875,6 +7011,16 @@ export interface UpdateTaskRequest {
6875
7011
  * @public
6876
7012
  */
6877
7013
  taskId: string | undefined;
7014
+ /**
7015
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
7016
+ * @public
7017
+ */
7018
+ clientToken?: string | undefined;
7019
+ /**
7020
+ * <p>The run status with which to start the task.</p>
7021
+ * @public
7022
+ */
7023
+ targetRunStatus: TaskTargetRunStatus | undefined;
6878
7024
  }
6879
7025
  /**
6880
7026
  * @public
@@ -6882,6 +7028,7 @@ export interface UpdateTaskRequest {
6882
7028
  export interface UpdateTaskResponse {
6883
7029
  }
6884
7030
  /**
7031
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
6885
7032
  * @public
6886
7033
  */
6887
7034
  export interface ListQueueEnvironmentsRequest {
@@ -6928,6 +7075,7 @@ export interface QueueEnvironmentSummary {
6928
7075
  priority: number | undefined;
6929
7076
  }
6930
7077
  /**
7078
+ * Shared pagination field for List operation outputs (nextToken).
6931
7079
  * @public
6932
7080
  */
6933
7081
  export interface ListQueueEnvironmentsResponse {
@@ -6943,6 +7091,7 @@ export interface ListQueueEnvironmentsResponse {
6943
7091
  nextToken?: string | undefined;
6944
7092
  }
6945
7093
  /**
7094
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
6946
7095
  * @public
6947
7096
  */
6948
7097
  export interface ListQueueMembersRequest {
@@ -7004,6 +7153,7 @@ export interface QueueMember {
7004
7153
  membershipLevel: MembershipLevel | undefined;
7005
7154
  }
7006
7155
  /**
7156
+ * Shared pagination field for List operation outputs (nextToken).
7007
7157
  * @public
7008
7158
  */
7009
7159
  export interface ListQueueMembersResponse {
@@ -7019,6 +7169,7 @@ export interface ListQueueMembersResponse {
7019
7169
  nextToken?: string | undefined;
7020
7170
  }
7021
7171
  /**
7172
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
7022
7173
  * @public
7023
7174
  */
7024
7175
  export interface ListQueuesRequest {
@@ -7028,25 +7179,25 @@ export interface ListQueuesRequest {
7028
7179
  */
7029
7180
  farmId: string | undefined;
7030
7181
  /**
7031
- * <p>The principal IDs to include in the list of queues.</p>
7182
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
7032
7183
  * @public
7033
7184
  */
7034
- principalId?: string | undefined;
7185
+ nextToken?: string | undefined;
7035
7186
  /**
7036
- * <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>
7187
+ * <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>
7037
7188
  * @public
7038
7189
  */
7039
- status?: QueueStatus | undefined;
7190
+ maxResults?: number | undefined;
7040
7191
  /**
7041
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
7192
+ * <p>The principal IDs to include in the list of queues.</p>
7042
7193
  * @public
7043
7194
  */
7044
- nextToken?: string | undefined;
7195
+ principalId?: string | undefined;
7045
7196
  /**
7046
- * <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>
7197
+ * <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>
7047
7198
  * @public
7048
7199
  */
7049
- maxResults?: number | undefined;
7200
+ status?: QueueStatus | undefined;
7050
7201
  }
7051
7202
  /**
7052
7203
  * <p>The details of a queue summary.</p>
@@ -7105,6 +7256,7 @@ export interface QueueSummary {
7105
7256
  updatedBy?: string | undefined;
7106
7257
  }
7107
7258
  /**
7259
+ * Shared pagination field for List operation outputs (nextToken).
7108
7260
  * @public
7109
7261
  */
7110
7262
  export interface ListQueuesResponse {
@@ -7120,6 +7272,7 @@ export interface ListQueuesResponse {
7120
7272
  nextToken?: string | undefined;
7121
7273
  }
7122
7274
  /**
7275
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
7123
7276
  * @public
7124
7277
  */
7125
7278
  export interface ListStorageProfilesForQueueRequest {
@@ -7145,6 +7298,7 @@ export interface ListStorageProfilesForQueueRequest {
7145
7298
  maxResults?: number | undefined;
7146
7299
  }
7147
7300
  /**
7301
+ * Shared pagination field for List operation outputs (nextToken).
7148
7302
  * @public
7149
7303
  */
7150
7304
  export interface ListStorageProfilesForQueueResponse {
@@ -7163,11 +7317,6 @@ export interface ListStorageProfilesForQueueResponse {
7163
7317
  * @public
7164
7318
  */
7165
7319
  export interface UpdateQueueRequest {
7166
- /**
7167
- * <p>The idempotency token to update in the queue.</p>
7168
- * @public
7169
- */
7170
- clientToken?: string | undefined;
7171
7320
  /**
7172
7321
  * <p>The farm ID to update in the queue.</p>
7173
7322
  * @public
@@ -7178,6 +7327,11 @@ export interface UpdateQueueRequest {
7178
7327
  * @public
7179
7328
  */
7180
7329
  queueId: string | undefined;
7330
+ /**
7331
+ * <p>The idempotency token to update in the queue.</p>
7332
+ * @public
7333
+ */
7334
+ clientToken?: string | undefined;
7181
7335
  /**
7182
7336
  * <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>
7183
7337
  * @public
@@ -7238,11 +7392,6 @@ export interface UpdateQueueResponse {
7238
7392
  * @public
7239
7393
  */
7240
7394
  export interface UpdateQueueEnvironmentRequest {
7241
- /**
7242
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
7243
- * @public
7244
- */
7245
- clientToken?: string | undefined;
7246
7395
  /**
7247
7396
  * <p>The farm ID of the queue environment to update.</p>
7248
7397
  * @public
@@ -7258,6 +7407,11 @@ export interface UpdateQueueEnvironmentRequest {
7258
7407
  * @public
7259
7408
  */
7260
7409
  queueEnvironmentId: string | undefined;
7410
+ /**
7411
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
7412
+ * @public
7413
+ */
7414
+ clientToken?: string | undefined;
7261
7415
  /**
7262
7416
  * <p>The priority to update.</p>
7263
7417
  * @public
@@ -7299,7 +7453,7 @@ export interface UpdateFarmRequest {
7299
7453
  */
7300
7454
  description?: string | undefined;
7301
7455
  /**
7302
- * <p>The cost scale factor of the farm to update.</p>
7456
+ * <p>A multiplier applied to the farm's calculated costs for usage data and budget tracking. A value less than 1 represents a discount, a value greater than 1 represents a premium, and a value of 1 represents no adjustment.</p>
7303
7457
  * @public
7304
7458
  */
7305
7459
  costScaleFactor?: number | undefined;
@@ -7348,11 +7502,6 @@ export interface UpdateLimitResponse {
7348
7502
  * @public
7349
7503
  */
7350
7504
  export interface UpdateStorageProfileRequest {
7351
- /**
7352
- * <p>The unique token which the server uses to recognize retries of the same request.</p>
7353
- * @public
7354
- */
7355
- clientToken?: string | undefined;
7356
7505
  /**
7357
7506
  * <p>The farm ID to update.</p>
7358
7507
  * @public
@@ -7363,6 +7512,11 @@ export interface UpdateStorageProfileRequest {
7363
7512
  * @public
7364
7513
  */
7365
7514
  storageProfileId: string | undefined;
7515
+ /**
7516
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
7517
+ * @public
7518
+ */
7519
+ clientToken?: string | undefined;
7366
7520
  /**
7367
7521
  * <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>
7368
7522
  * @public
@@ -7390,6 +7544,8 @@ export interface UpdateStorageProfileRequest {
7390
7544
  export interface UpdateStorageProfileResponse {
7391
7545
  }
7392
7546
  /**
7547
+ * Identifier mixin for queue-fleet association operations.
7548
+ * Composes QueueIdentifierMixin (farmId + queueId) and adds fleetId.
7393
7549
  * @public
7394
7550
  */
7395
7551
  export interface GetQueueFleetAssociationRequest {
@@ -7410,6 +7566,7 @@ export interface GetQueueFleetAssociationRequest {
7410
7566
  fleetId: string | undefined;
7411
7567
  }
7412
7568
  /**
7569
+ * Domain fields for QueueFleetAssociation summary/response shapes, ordered before timestamps.
7413
7570
  * @public
7414
7571
  */
7415
7572
  export interface GetQueueFleetAssociationResponse {
@@ -7470,46 +7627,48 @@ export interface GetQueueLimitAssociationRequest {
7470
7627
  limitId: string | undefined;
7471
7628
  }
7472
7629
  /**
7630
+ * Domain fields for QueueLimitAssociation summary/response shapes, ordered before timestamps.
7473
7631
  * @public
7474
7632
  */
7475
7633
  export interface GetQueueLimitAssociationResponse {
7476
7634
  /**
7477
- * <p>The Unix timestamp of the date and time that the association was created.</p>
7635
+ * <p>The unique identifier of the queue associated with the limit.</p>
7478
7636
  * @public
7479
7637
  */
7480
- createdAt: Date | undefined;
7638
+ queueId: string | undefined;
7481
7639
  /**
7482
- * <p>The user identifier of the person that created the association.</p>
7640
+ * <p>The unique identifier of the limit associated with the queue.</p>
7483
7641
  * @public
7484
7642
  */
7485
- createdBy: string | undefined;
7643
+ limitId: string | undefined;
7486
7644
  /**
7487
- * <p>The Unix timestamp of the date and time that the association was last updated.</p>
7645
+ * <p>The current status of the limit.</p>
7488
7646
  * @public
7489
7647
  */
7490
- updatedAt?: Date | undefined;
7648
+ status: QueueLimitAssociationStatus | undefined;
7491
7649
  /**
7492
- * <p>The user identifier of the person that last updated the association.</p>
7650
+ * <p>The Unix timestamp of the date and time that the association was created.</p>
7493
7651
  * @public
7494
7652
  */
7495
- updatedBy?: string | undefined;
7653
+ createdAt: Date | undefined;
7496
7654
  /**
7497
- * <p>The unique identifier of the queue associated with the limit.</p>
7655
+ * <p>The user identifier of the person that created the association.</p>
7498
7656
  * @public
7499
7657
  */
7500
- queueId: string | undefined;
7658
+ createdBy: string | undefined;
7501
7659
  /**
7502
- * <p>The unique identifier of the limit associated with the queue.</p>
7660
+ * <p>The Unix timestamp of the date and time that the association was last updated.</p>
7503
7661
  * @public
7504
7662
  */
7505
- limitId: string | undefined;
7663
+ updatedAt?: Date | undefined;
7506
7664
  /**
7507
- * <p>The current status of the limit.</p>
7665
+ * <p>The user identifier of the person that last updated the association.</p>
7508
7666
  * @public
7509
7667
  */
7510
- status: QueueLimitAssociationStatus | undefined;
7668
+ updatedBy?: string | undefined;
7511
7669
  }
7512
7670
  /**
7671
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
7513
7672
  * @public
7514
7673
  */
7515
7674
  export interface GetSessionsStatisticsAggregationRequest {
@@ -7519,20 +7678,20 @@ export interface GetSessionsStatisticsAggregationRequest {
7519
7678
  */
7520
7679
  farmId: string | undefined;
7521
7680
  /**
7522
- * <p>The identifier returned by the <code>StartSessionsStatisticsAggregation</code> operation that identifies the aggregated statistics.</p>
7681
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
7523
7682
  * @public
7524
7683
  */
7525
- aggregationId: string | undefined;
7684
+ nextToken?: string | undefined;
7526
7685
  /**
7527
7686
  * <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>
7528
7687
  * @public
7529
7688
  */
7530
7689
  maxResults?: number | undefined;
7531
7690
  /**
7532
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
7691
+ * <p>The identifier returned by the <code>StartSessionsStatisticsAggregation</code> operation that identifies the aggregated statistics.</p>
7533
7692
  * @public
7534
7693
  */
7535
- nextToken?: string | undefined;
7694
+ aggregationId: string | undefined;
7536
7695
  }
7537
7696
  /**
7538
7697
  * <p>The minimum, maximum, average, and sum.</p>
@@ -7632,6 +7791,7 @@ export interface Statistics {
7632
7791
  aggregationEndTime?: Date | undefined;
7633
7792
  }
7634
7793
  /**
7794
+ * Shared pagination field for List operation outputs (nextToken).
7635
7795
  * @public
7636
7796
  */
7637
7797
  export interface GetSessionsStatisticsAggregationResponse {
@@ -7640,11 +7800,6 @@ export interface GetSessionsStatisticsAggregationResponse {
7640
7800
  * @public
7641
7801
  */
7642
7802
  statistics?: Statistics[] | undefined;
7643
- /**
7644
- * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
7645
- * @public
7646
- */
7647
- nextToken?: string | undefined;
7648
7803
  /**
7649
7804
  * <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>
7650
7805
  * @public
@@ -7655,6 +7810,11 @@ export interface GetSessionsStatisticsAggregationResponse {
7655
7810
  * @public
7656
7811
  */
7657
7812
  statusMessage?: string | undefined;
7813
+ /**
7814
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
7815
+ * @public
7816
+ */
7817
+ nextToken?: string | undefined;
7658
7818
  }
7659
7819
  /**
7660
7820
  * @public
@@ -7702,6 +7862,8 @@ export interface GetLicenseEndpointRequest {
7702
7862
  licenseEndpointId: string | undefined;
7703
7863
  }
7704
7864
  /**
7865
+ * Mixin that adds an optional ARN field to response structures.
7866
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
7705
7867
  * @public
7706
7868
  */
7707
7869
  export interface GetLicenseEndpointResponse {
@@ -7742,6 +7904,7 @@ export interface GetLicenseEndpointResponse {
7742
7904
  securityGroupIds?: string[] | undefined;
7743
7905
  }
7744
7906
  /**
7907
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
7745
7908
  * @public
7746
7909
  */
7747
7910
  export interface ListLicenseEndpointsRequest {
@@ -7756,44 +7919,3 @@ export interface ListLicenseEndpointsRequest {
7756
7919
  */
7757
7920
  maxResults?: number | undefined;
7758
7921
  }
7759
- /**
7760
- * <p>The details for a license endpoint.</p>
7761
- * @public
7762
- */
7763
- export interface LicenseEndpointSummary {
7764
- /**
7765
- * <p>The license endpoint ID.</p>
7766
- * @public
7767
- */
7768
- licenseEndpointId?: string | undefined;
7769
- /**
7770
- * <p>The status of the license endpoint.</p>
7771
- * @public
7772
- */
7773
- status?: LicenseEndpointStatus | undefined;
7774
- /**
7775
- * <p>The status message of the license endpoint.</p>
7776
- * @public
7777
- */
7778
- statusMessage?: string | undefined;
7779
- /**
7780
- * <p>The VPC (virtual private cloud) ID associated with the license endpoint.</p>
7781
- * @public
7782
- */
7783
- vpcId?: string | undefined;
7784
- }
7785
- /**
7786
- * @public
7787
- */
7788
- export interface ListLicenseEndpointsResponse {
7789
- /**
7790
- * <p>The license endpoints.</p>
7791
- * @public
7792
- */
7793
- licenseEndpoints: LicenseEndpointSummary[] | undefined;
7794
- /**
7795
- * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
7796
- * @public
7797
- */
7798
- nextToken?: string | undefined;
7799
- }