@aws-sdk/client-deadline 3.1054.0 → 3.1056.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 (49) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/index.js +58 -0
  3. package/dist-cjs/schemas/schemas_0.js +88 -11
  4. package/dist-es/Deadline.js +8 -0
  5. package/dist-es/commands/DeleteVolumeCommand.js +16 -0
  6. package/dist-es/commands/GetVolumeCommand.js +16 -0
  7. package/dist-es/commands/ListVolumesCommand.js +16 -0
  8. package/dist-es/commands/index.js +3 -0
  9. package/dist-es/models/enums.js +10 -0
  10. package/dist-es/pagination/ListVolumesPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/schemas/schemas_0.js +78 -2
  13. package/dist-types/Deadline.d.ts +28 -0
  14. package/dist-types/DeadlineClient.d.ts +5 -2
  15. package/dist-types/commands/CreateFleetCommand.d.ts +7 -0
  16. package/dist-types/commands/DeleteVolumeCommand.d.ts +109 -0
  17. package/dist-types/commands/GetFleetCommand.d.ts +7 -0
  18. package/dist-types/commands/GetVolumeCommand.d.ts +121 -0
  19. package/dist-types/commands/ListFleetsCommand.d.ts +7 -0
  20. package/dist-types/commands/ListStepConsumersCommand.d.ts +2 -1
  21. package/dist-types/commands/ListStepDependenciesCommand.d.ts +1 -1
  22. package/dist-types/commands/ListStepsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListTasksCommand.d.ts +1 -2
  24. package/dist-types/commands/ListVolumesCommand.d.ts +119 -0
  25. package/dist-types/commands/UpdateFleetCommand.d.ts +7 -0
  26. package/dist-types/commands/index.d.ts +3 -0
  27. package/dist-types/models/enums.d.ts +26 -3
  28. package/dist-types/models/models_0.d.ts +243 -249
  29. package/dist-types/models/models_1.d.ts +251 -4
  30. package/dist-types/pagination/ListVolumesPaginator.d.ts +7 -0
  31. package/dist-types/pagination/index.d.ts +1 -0
  32. package/dist-types/schemas/schemas_0.d.ts +11 -0
  33. package/dist-types/ts3.4/Deadline.d.ts +58 -0
  34. package/dist-types/ts3.4/DeadlineClient.d.ts +18 -0
  35. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +49 -0
  36. package/dist-types/ts3.4/commands/GetVolumeCommand.d.ts +45 -0
  37. package/dist-types/ts3.4/commands/ListStepConsumersCommand.d.ts +2 -4
  38. package/dist-types/ts3.4/commands/ListStepDependenciesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -2
  41. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +49 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  43. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  44. package/dist-types/ts3.4/models/models_0.d.ts +56 -56
  45. package/dist-types/ts3.4/models/models_1.d.ts +59 -0
  46. package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +11 -0
  47. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  49. package/package.json +6 -6
@@ -1,5 +1,5 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AcceleratorName, AcceleratorType, AutoScalingMode, AutoScalingStatus, BatchGetJobErrorCode, BatchGetSessionActionErrorCode, BatchGetSessionErrorCode, BatchGetStepErrorCode, BatchGetTaskErrorCode, BatchGetWorkerErrorCode, BatchUpdateJobErrorCode, BatchUpdateTaskErrorCode, BudgetActionType, BudgetStatus, ComparisonOperator, CompletedStatus, CpuArchitectureType, CreateJobTargetTaskRunStatus, CustomerManagedFleetOperatingSystemFamily, DeadlinePrincipalType, DefaultQueueBudgetAction, DependencyConsumerResolutionStatus, DesiredWorkerStatus, Ec2MarketType, EnvironmentTemplateType, FileSystemLocationType, FleetStatus, JobAttachmentsFileSystem, JobEntityErrorCode, JobLifecycleStatus, JobTargetTaskRunStatus, JobTemplateType, MembershipLevel, PathFormat, QueueBlockedReason, QueueStatus, RangeConstraint, RunAs, ServiceManagedFleetOperatingSystemFamily, SessionActionStatus, SessionLifecycleStatus, SessionLifecycleTargetStatus, StepLifecycleStatus, StepParameterType, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, TagPropagationMode, TaskRunStatus, TaskTargetRunStatus, UpdatedWorkerStatus, UpdateJobLifecycleStatus, WorkerStatus } from "./enums";
2
+ import type { AcceleratorName, AcceleratorType, AutoScalingMode, AutoScalingStatus, BatchGetJobErrorCode, BatchGetSessionActionErrorCode, BatchGetSessionErrorCode, BatchGetStepErrorCode, BatchGetTaskErrorCode, BatchGetWorkerErrorCode, BatchUpdateJobErrorCode, BatchUpdateTaskErrorCode, BudgetActionType, BudgetStatus, ComparisonOperator, CompletedStatus, CpuArchitectureType, CreateJobTargetTaskRunStatus, CustomerManagedFleetOperatingSystemFamily, DeadlinePrincipalType, DefaultQueueBudgetAction, DependencyConsumerResolutionStatus, DesiredWorkerStatus, EbsVolumeType, Ec2MarketType, EnvironmentTemplateType, FileSystemLocationType, FleetStatus, JobAttachmentsFileSystem, JobEntityErrorCode, JobLifecycleStatus, JobTargetTaskRunStatus, JobTemplateType, MembershipLevel, PathFormat, QueueBlockedReason, QueueStatus, RangeConstraint, RunAs, ServiceManagedFleetOperatingSystemFamily, SessionActionStatus, SessionLifecycleStatus, SessionLifecycleTargetStatus, StepLifecycleStatus, StepParameterType, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, TagPropagationMode, TaskRunStatus, TaskTargetRunStatus, UpdatedWorkerStatus, UpdateJobLifecycleStatus, VolumeState, 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
@@ -3965,6 +3965,37 @@ export interface ServiceManagedEc2InstanceMarketOptions {
3965
3965
  */
3966
3966
  type: Ec2MarketType | undefined;
3967
3967
  }
3968
+ /**
3969
+ * <p>Specifies the persistent EBS volume configuration for workers in a service managed fleet.</p>
3970
+ * @public
3971
+ */
3972
+ export interface PersistentVolumeConfiguration {
3973
+ /**
3974
+ * <p>The persistent volume size in GiB. The default is 250.</p>
3975
+ * @public
3976
+ */
3977
+ sizeGiB?: number | undefined;
3978
+ /**
3979
+ * <p>The IOPS per persistent volume. The default is 3000.</p>
3980
+ * @public
3981
+ */
3982
+ iops?: number | undefined;
3983
+ /**
3984
+ * <p>The throughput per persistent volume in MiB. The default is 125.</p>
3985
+ * @public
3986
+ */
3987
+ throughputMiB?: number | undefined;
3988
+ /**
3989
+ * <p>The file system path where the persistent volume is mounted on the worker instance.</p>
3990
+ * @public
3991
+ */
3992
+ mountPath: string | undefined;
3993
+ /**
3994
+ * <p>The number of hours a persistent volume can remain unused before it is deleted. The default is 168 (7 days).</p>
3995
+ * @public
3996
+ */
3997
+ lastUsedTtlHours?: number | undefined;
3998
+ }
3968
3999
  /**
3969
4000
  * <p>The configuration options for a service managed fleet's VPC.</p>
3970
4001
  * @public
@@ -4001,6 +4032,11 @@ export interface ServiceManagedEc2FleetConfiguration {
4001
4032
  * @public
4002
4033
  */
4003
4034
  storageProfileId?: string | undefined;
4035
+ /**
4036
+ * <p>The persistent volume configuration for the service managed EC2 fleet.</p>
4037
+ * @public
4038
+ */
4039
+ persistentVolumeConfiguration?: PersistentVolumeConfiguration | undefined;
4004
4040
  /**
4005
4041
  * <p>The auto scaling configuration settings for the service managed EC2 fleet.</p>
4006
4042
  * @public
@@ -4346,7 +4382,7 @@ export interface CreateMonitorRequest {
4346
4382
  */
4347
4383
  identityCenterInstanceArn: string | undefined;
4348
4384
  /**
4349
- * <p>The AWS Region where IAM Identity Center is enabled. Required when IAM Identity Center is in a different Region than the monitor.</p>
4385
+ * <p>The Region where IAM Identity Center is enabled. Required when IAM Identity Center is in a different Region than the monitor.</p>
4350
4386
  * @public
4351
4387
  */
4352
4388
  identityCenterRegion?: string | undefined;
@@ -5473,6 +5509,211 @@ export interface UpdateFleetRequest {
5473
5509
  */
5474
5510
  export interface UpdateFleetResponse {
5475
5511
  }
5512
+ /**
5513
+ * @public
5514
+ */
5515
+ export interface DeleteVolumeRequest {
5516
+ /**
5517
+ * <p>The farm ID of the farm that contains the fleet.</p>
5518
+ * @public
5519
+ */
5520
+ farmId: string | undefined;
5521
+ /**
5522
+ * <p>The fleet ID of the fleet that contains the volume.</p>
5523
+ * @public
5524
+ */
5525
+ fleetId: string | undefined;
5526
+ /**
5527
+ * <p>The volume ID of the volume to delete.</p>
5528
+ * @public
5529
+ */
5530
+ volumeId: string | undefined;
5531
+ }
5532
+ /**
5533
+ * @public
5534
+ */
5535
+ export interface DeleteVolumeResponse {
5536
+ }
5537
+ /**
5538
+ * @public
5539
+ */
5540
+ export interface GetVolumeRequest {
5541
+ /**
5542
+ * <p>The farm ID of the farm that contains the fleet.</p>
5543
+ * @public
5544
+ */
5545
+ farmId: string | undefined;
5546
+ /**
5547
+ * <p>The fleet ID of the fleet that contains the volume.</p>
5548
+ * @public
5549
+ */
5550
+ fleetId: string | undefined;
5551
+ /**
5552
+ * <p>The volume ID of the volume to retrieve.</p>
5553
+ * @public
5554
+ */
5555
+ volumeId: string | undefined;
5556
+ }
5557
+ /**
5558
+ * Mixin that adds an optional ARN field to response structures.
5559
+ * Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
5560
+ * @public
5561
+ */
5562
+ export interface GetVolumeResponse {
5563
+ /**
5564
+ * <p>The volume ID.</p>
5565
+ * @public
5566
+ */
5567
+ volumeId: string | undefined;
5568
+ /**
5569
+ * <p>The farm ID of the farm that contains the fleet.</p>
5570
+ * @public
5571
+ */
5572
+ farmId: string | undefined;
5573
+ /**
5574
+ * <p>The fleet ID of the fleet that contains the volume.</p>
5575
+ * @public
5576
+ */
5577
+ fleetId: string | undefined;
5578
+ /**
5579
+ * <p>The state of the volume.</p>
5580
+ * @public
5581
+ */
5582
+ state: VolumeState | undefined;
5583
+ /**
5584
+ * <p>The volume size in GiB.</p>
5585
+ * @public
5586
+ */
5587
+ sizeGiB: number | undefined;
5588
+ /**
5589
+ * <p>The Availability Zone ID of the volume.</p>
5590
+ * @public
5591
+ */
5592
+ availabilityZoneId: string | undefined;
5593
+ /**
5594
+ * <p>The worker ID of the worker the volume is attached to.</p>
5595
+ * @public
5596
+ */
5597
+ attachedWorkerId?: string | undefined;
5598
+ /**
5599
+ * <p>The EBS volume type.</p>
5600
+ * @public
5601
+ */
5602
+ volumeType: EbsVolumeType | undefined;
5603
+ /**
5604
+ * <p>The IOPS of the volume.</p>
5605
+ * @public
5606
+ */
5607
+ iops?: number | undefined;
5608
+ /**
5609
+ * <p>The throughput of the volume in MiB.</p>
5610
+ * @public
5611
+ */
5612
+ throughputMiB?: number | undefined;
5613
+ /**
5614
+ * <p>The date and time the resource was created.</p>
5615
+ * @public
5616
+ */
5617
+ createdAt: Date | undefined;
5618
+ /**
5619
+ * <p>The date and time the volume was last assigned to a worker.</p>
5620
+ * @public
5621
+ */
5622
+ lastAssignedAt?: Date | undefined;
5623
+ /**
5624
+ * <p>The date and time the volume was last released from a worker.</p>
5625
+ * @public
5626
+ */
5627
+ lastReleasedAt?: Date | undefined;
5628
+ /**
5629
+ * <p>The date and time the volume expires and will be deleted.</p>
5630
+ * @public
5631
+ */
5632
+ expiresAt?: Date | undefined;
5633
+ }
5634
+ /**
5635
+ * Shared pagination fields for List operation inputs (nextToken + maxResults).
5636
+ * @public
5637
+ */
5638
+ export interface ListVolumesRequest {
5639
+ /**
5640
+ * <p>The farm ID of the farm that contains the fleet.</p>
5641
+ * @public
5642
+ */
5643
+ farmId: string | undefined;
5644
+ /**
5645
+ * <p>The fleet ID of the fleet that contains the volumes.</p>
5646
+ * @public
5647
+ */
5648
+ fleetId: string | undefined;
5649
+ /**
5650
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
5651
+ * @public
5652
+ */
5653
+ nextToken?: string | undefined;
5654
+ /**
5655
+ * <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>
5656
+ * @public
5657
+ */
5658
+ maxResults?: number | undefined;
5659
+ }
5660
+ /**
5661
+ * <p>The summary of a persistent volume.</p>
5662
+ * @public
5663
+ */
5664
+ export interface VolumeSummary {
5665
+ /**
5666
+ * <p>The volume ID.</p>
5667
+ * @public
5668
+ */
5669
+ volumeId: string | undefined;
5670
+ /**
5671
+ * <p>The farm ID of the farm that contains the fleet.</p>
5672
+ * @public
5673
+ */
5674
+ farmId: string | undefined;
5675
+ /**
5676
+ * <p>The fleet ID of the fleet that contains the volume.</p>
5677
+ * @public
5678
+ */
5679
+ fleetId: string | undefined;
5680
+ /**
5681
+ * <p>The state of the volume.</p>
5682
+ * @public
5683
+ */
5684
+ state: VolumeState | undefined;
5685
+ /**
5686
+ * <p>The volume size in GiB.</p>
5687
+ * @public
5688
+ */
5689
+ sizeGiB: number | undefined;
5690
+ /**
5691
+ * <p>The Availability Zone ID of the volume.</p>
5692
+ * @public
5693
+ */
5694
+ availabilityZoneId: string | undefined;
5695
+ /**
5696
+ * <p>The worker ID of the worker the volume is attached to.</p>
5697
+ * @public
5698
+ */
5699
+ attachedWorkerId?: string | undefined;
5700
+ }
5701
+ /**
5702
+ * Shared pagination field for List operation outputs (nextToken).
5703
+ * @public
5704
+ */
5705
+ export interface ListVolumesResponse {
5706
+ /**
5707
+ * <p>The volumes on the list.</p>
5708
+ * @public
5709
+ */
5710
+ volumes: VolumeSummary[] | undefined;
5711
+ /**
5712
+ * <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>
5713
+ * @public
5714
+ */
5715
+ nextToken?: string | undefined;
5716
+ }
5476
5717
  /**
5477
5718
  * @public
5478
5719
  */
@@ -7990,250 +8231,3 @@ export interface StepConsumer {
7990
8231
  */
7991
8232
  status: DependencyConsumerResolutionStatus | undefined;
7992
8233
  }
7993
- /**
7994
- * Shared pagination field for List operation outputs (nextToken).
7995
- * @public
7996
- */
7997
- export interface ListStepConsumersResponse {
7998
- /**
7999
- * <p>The consumers on the list.</p>
8000
- * @public
8001
- */
8002
- consumers: StepConsumer[] | undefined;
8003
- /**
8004
- * <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>
8005
- * @public
8006
- */
8007
- nextToken?: string | undefined;
8008
- }
8009
- /**
8010
- * @public
8011
- */
8012
- export interface ListStepDependenciesRequest {
8013
- /**
8014
- * <p>The farm ID for the step dependencies list.</p>
8015
- * @public
8016
- */
8017
- farmId: string | undefined;
8018
- /**
8019
- * <p>The queue ID for the step dependencies list.</p>
8020
- * @public
8021
- */
8022
- queueId: string | undefined;
8023
- /**
8024
- * <p>The job ID for the step dependencies list.</p>
8025
- * @public
8026
- */
8027
- jobId: string | undefined;
8028
- /**
8029
- * <p>The step ID to include on the list.</p>
8030
- * @public
8031
- */
8032
- stepId: string | undefined;
8033
- /**
8034
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
8035
- * @public
8036
- */
8037
- nextToken?: string | undefined;
8038
- /**
8039
- * <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>
8040
- * @public
8041
- */
8042
- maxResults?: number | undefined;
8043
- }
8044
- /**
8045
- * <p>The details of step dependency.</p>
8046
- * @public
8047
- */
8048
- export interface StepDependency {
8049
- /**
8050
- * <p>The step ID.</p>
8051
- * @public
8052
- */
8053
- stepId: string | undefined;
8054
- /**
8055
- * <p>The step dependency status.</p>
8056
- * @public
8057
- */
8058
- status: DependencyConsumerResolutionStatus | undefined;
8059
- }
8060
- /**
8061
- * Shared pagination field for List operation outputs (nextToken).
8062
- * @public
8063
- */
8064
- export interface ListStepDependenciesResponse {
8065
- /**
8066
- * <p>The dependencies on the list.</p>
8067
- * @public
8068
- */
8069
- dependencies: StepDependency[] | undefined;
8070
- /**
8071
- * <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>
8072
- * @public
8073
- */
8074
- nextToken?: string | undefined;
8075
- }
8076
- /**
8077
- * Shared pagination fields for List operation inputs (nextToken + maxResults).
8078
- * @public
8079
- */
8080
- export interface ListStepsRequest {
8081
- /**
8082
- * <p>The farm ID to include on the list of steps.</p>
8083
- * @public
8084
- */
8085
- farmId: string | undefined;
8086
- /**
8087
- * <p>The queue ID to include on the list of steps.</p>
8088
- * @public
8089
- */
8090
- queueId: string | undefined;
8091
- /**
8092
- * <p>The job ID to include on the list of steps.</p>
8093
- * @public
8094
- */
8095
- jobId: string | undefined;
8096
- /**
8097
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
8098
- * @public
8099
- */
8100
- nextToken?: string | undefined;
8101
- /**
8102
- * <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>
8103
- * @public
8104
- */
8105
- maxResults?: number | undefined;
8106
- }
8107
- /**
8108
- * <p>The details for a step.</p>
8109
- * @public
8110
- */
8111
- export interface StepSummary {
8112
- /**
8113
- * <p>The step ID.</p>
8114
- * @public
8115
- */
8116
- stepId: string | undefined;
8117
- /**
8118
- * <p>The name of the step.</p>
8119
- * @public
8120
- */
8121
- name: string | undefined;
8122
- /**
8123
- * <p>The life cycle status.</p>
8124
- * @public
8125
- */
8126
- lifecycleStatus: StepLifecycleStatus | undefined;
8127
- /**
8128
- * <p>A message that describes the lifecycle of the step.</p>
8129
- * @public
8130
- */
8131
- lifecycleStatusMessage?: string | undefined;
8132
- /**
8133
- * <p>The task run status for the job.</p> <ul> <li> <p> <code>PENDING</code>–pending and waiting for resources.</p> </li> <li> <p> <code>READY</code>–ready to process.</p> </li> <li> <p> <code>ASSIGNED</code>–assigned and will run next on a worker.</p> </li> <li> <p> <code>SCHEDULED</code>–scheduled to run on a worker.</p> </li> <li> <p> <code>INTERRUPTING</code>–being interrupted.</p> </li> <li> <p> <code>RUNNING</code>–running on a worker.</p> </li> <li> <p> <code>SUSPENDED</code>–the task is suspended.</p> </li> <li> <p> <code>CANCELED</code>–the task has been canceled.</p> </li> <li> <p> <code>FAILED</code>–the task has failed.</p> </li> <li> <p> <code>SUCCEEDED</code>–the task has succeeded.</p> </li> </ul>
8134
- * @public
8135
- */
8136
- taskRunStatus: TaskRunStatus | undefined;
8137
- /**
8138
- * <p>The number of tasks running on the job.</p>
8139
- * @public
8140
- */
8141
- taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
8142
- /**
8143
- * <p>The total number of times tasks from the step failed and were retried.</p>
8144
- * @public
8145
- */
8146
- taskFailureRetryCount?: number | undefined;
8147
- /**
8148
- * <p>The task status to update the job's tasks to.</p>
8149
- * @public
8150
- */
8151
- targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
8152
- /**
8153
- * <p>The date and time the resource was created.</p>
8154
- * @public
8155
- */
8156
- createdAt: Date | undefined;
8157
- /**
8158
- * <p>The user or system that created this resource.</p>
8159
- * @public
8160
- */
8161
- createdBy: string | undefined;
8162
- /**
8163
- * <p>The date and time the resource was updated.</p>
8164
- * @public
8165
- */
8166
- updatedAt?: Date | undefined;
8167
- /**
8168
- * <p>The user or system that updated this resource.</p>
8169
- * @public
8170
- */
8171
- updatedBy?: string | undefined;
8172
- /**
8173
- * <p>The date and time the resource started running.</p>
8174
- * @public
8175
- */
8176
- startedAt?: Date | undefined;
8177
- /**
8178
- * <p>The date and time the resource ended running.</p>
8179
- * @public
8180
- */
8181
- endedAt?: Date | undefined;
8182
- /**
8183
- * <p>The number of dependencies for the step.</p>
8184
- * @public
8185
- */
8186
- dependencyCounts?: DependencyCounts | undefined;
8187
- }
8188
- /**
8189
- * Shared pagination field for List operation outputs (nextToken).
8190
- * @public
8191
- */
8192
- export interface ListStepsResponse {
8193
- /**
8194
- * <p>The steps on the list.</p>
8195
- * @public
8196
- */
8197
- steps: StepSummary[] | undefined;
8198
- /**
8199
- * <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>
8200
- * @public
8201
- */
8202
- nextToken?: string | undefined;
8203
- }
8204
- /**
8205
- * Shared pagination fields for List operation inputs (nextToken + maxResults).
8206
- * @public
8207
- */
8208
- export interface ListTasksRequest {
8209
- /**
8210
- * <p>The farm ID connected to the tasks.</p>
8211
- * @public
8212
- */
8213
- farmId: string | undefined;
8214
- /**
8215
- * <p>The queue ID connected to the tasks.</p>
8216
- * @public
8217
- */
8218
- queueId: string | undefined;
8219
- /**
8220
- * <p>The job ID for the tasks.</p>
8221
- * @public
8222
- */
8223
- jobId: string | undefined;
8224
- /**
8225
- * <p>The step ID for the tasks.</p>
8226
- * @public
8227
- */
8228
- stepId: string | undefined;
8229
- /**
8230
- * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
8231
- * @public
8232
- */
8233
- nextToken?: string | undefined;
8234
- /**
8235
- * <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>
8236
- * @public
8237
- */
8238
- maxResults?: number | undefined;
8239
- }