aws-sdk-deadline 1.27.0 → 1.28.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8a7711806657ac4ea0ecb22b3c9d4da1c8f3cde6bc03d6f2d3a0cc4d9ccbec2
4
- data.tar.gz: 3e6ebb211f29ba49e277352c3b2c265a46772709b421f88bdae8b128d4277b20
3
+ metadata.gz: 19cc151a9e79c9851f24b700946226c3eccd93758ab6189d07c9ccf034b0d030
4
+ data.tar.gz: 9b70fa592f712d115379da6d1de040bf683c63b35b913b1e91bfa0b1888cf4c3
5
5
  SHA512:
6
- metadata.gz: 453cdb79ad801ae6e48df2298ed1a16d156701e615bd82b0a3252535c2065e0ab38c7a71b316188ebdbddfdf58e4ad7368a0cd8e00a4287c46724c5868f807d5
7
- data.tar.gz: c56cf5a5c4f069ae82463cedab37703f885cdfbe393190372f9563d43935ce31acee4d3e9a9800477762154356b5dfc8c051ab01a9170f8d50bac55826c8a564
6
+ metadata.gz: 5a213d6089fcaa5391a703ee216527e66524ac04e1eeeac7dac52aee5400d34ed4516030ed986fb9f2072ccbc903ede9d918e740a746e240f7cefe210d948441
7
+ data.tar.gz: 4db34945331273947b7dbc661430b1200f6f786bc59b79747bc3b1d56946c4eafbd40b9bdd913deb957bf56127d8b907773aad817be5ec82f5b053b9505a39ce
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2025-06-26)
5
+ ------------------
6
+
7
+ * Feature - Added fields to track cumulative task retry attempts for steps and jobs
8
+
4
9
  1.27.0 (2025-06-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -2726,6 +2726,7 @@ module Aws::Deadline
2726
2726
  # * {Types::GetJobResponse#task_run_status #task_run_status} => String
2727
2727
  # * {Types::GetJobResponse#target_task_run_status #target_task_run_status} => String
2728
2728
  # * {Types::GetJobResponse#task_run_status_counts #task_run_status_counts} => Hash<String,Integer>
2729
+ # * {Types::GetJobResponse#task_failure_retry_count #task_failure_retry_count} => Integer
2729
2730
  # * {Types::GetJobResponse#storage_profile_id #storage_profile_id} => String
2730
2731
  # * {Types::GetJobResponse#max_failed_tasks_count #max_failed_tasks_count} => Integer
2731
2732
  # * {Types::GetJobResponse#max_retries_per_task #max_retries_per_task} => Integer
@@ -2760,6 +2761,7 @@ module Aws::Deadline
2760
2761
  # resp.target_task_run_status #=> String, one of "READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING"
2761
2762
  # resp.task_run_status_counts #=> Hash
2762
2763
  # resp.task_run_status_counts["TaskRunStatus"] #=> Integer
2764
+ # resp.task_failure_retry_count #=> Integer
2763
2765
  # resp.storage_profile_id #=> String
2764
2766
  # resp.max_failed_tasks_count #=> Integer
2765
2767
  # resp.max_retries_per_task #=> Integer
@@ -3426,6 +3428,7 @@ module Aws::Deadline
3426
3428
  # * {Types::GetStepResponse#lifecycle_status_message #lifecycle_status_message} => String
3427
3429
  # * {Types::GetStepResponse#task_run_status #task_run_status} => String
3428
3430
  # * {Types::GetStepResponse#task_run_status_counts #task_run_status_counts} => Hash<String,Integer>
3431
+ # * {Types::GetStepResponse#task_failure_retry_count #task_failure_retry_count} => Integer
3429
3432
  # * {Types::GetStepResponse#target_task_run_status #target_task_run_status} => String
3430
3433
  # * {Types::GetStepResponse#created_at #created_at} => Time
3431
3434
  # * {Types::GetStepResponse#created_by #created_by} => String
@@ -3456,6 +3459,7 @@ module Aws::Deadline
3456
3459
  # resp.task_run_status #=> String, one of "PENDING", "READY", "ASSIGNED", "STARTING", "SCHEDULED", "INTERRUPTING", "RUNNING", "SUSPENDED", "CANCELED", "FAILED", "SUCCEEDED", "NOT_COMPATIBLE"
3457
3460
  # resp.task_run_status_counts #=> Hash
3458
3461
  # resp.task_run_status_counts["TaskRunStatus"] #=> Integer
3462
+ # resp.task_failure_retry_count #=> Integer
3459
3463
  # resp.target_task_run_status #=> String, one of "READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING"
3460
3464
  # resp.created_at #=> Time
3461
3465
  # resp.created_by #=> String
@@ -4252,6 +4256,7 @@ module Aws::Deadline
4252
4256
  # resp.jobs[0].target_task_run_status #=> String, one of "READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING"
4253
4257
  # resp.jobs[0].task_run_status_counts #=> Hash
4254
4258
  # resp.jobs[0].task_run_status_counts["TaskRunStatus"] #=> Integer
4259
+ # resp.jobs[0].task_failure_retry_count #=> Integer
4255
4260
  # resp.jobs[0].max_failed_tasks_count #=> Integer
4256
4261
  # resp.jobs[0].max_retries_per_task #=> Integer
4257
4262
  # resp.jobs[0].max_worker_count #=> Integer
@@ -5087,6 +5092,7 @@ module Aws::Deadline
5087
5092
  # resp.steps[0].task_run_status #=> String, one of "PENDING", "READY", "ASSIGNED", "STARTING", "SCHEDULED", "INTERRUPTING", "RUNNING", "SUSPENDED", "CANCELED", "FAILED", "SUCCEEDED", "NOT_COMPATIBLE"
5088
5093
  # resp.steps[0].task_run_status_counts #=> Hash
5089
5094
  # resp.steps[0].task_run_status_counts["TaskRunStatus"] #=> Integer
5095
+ # resp.steps[0].task_failure_retry_count #=> Integer
5090
5096
  # resp.steps[0].target_task_run_status #=> String, one of "READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING"
5091
5097
  # resp.steps[0].created_at #=> Time
5092
5098
  # resp.steps[0].created_by #=> String
@@ -5489,6 +5495,7 @@ module Aws::Deadline
5489
5495
  # resp.jobs[0].target_task_run_status #=> String, one of "READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING"
5490
5496
  # resp.jobs[0].task_run_status_counts #=> Hash
5491
5497
  # resp.jobs[0].task_run_status_counts["TaskRunStatus"] #=> Integer
5498
+ # resp.jobs[0].task_failure_retry_count #=> Integer
5492
5499
  # resp.jobs[0].priority #=> Integer
5493
5500
  # resp.jobs[0].max_failed_tasks_count #=> Integer
5494
5501
  # resp.jobs[0].max_retries_per_task #=> Integer
@@ -5614,6 +5621,7 @@ module Aws::Deadline
5614
5621
  # resp.steps[0].target_task_run_status #=> String, one of "READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING"
5615
5622
  # resp.steps[0].task_run_status_counts #=> Hash
5616
5623
  # resp.steps[0].task_run_status_counts["TaskRunStatus"] #=> Integer
5624
+ # resp.steps[0].task_failure_retry_count #=> Integer
5617
5625
  # resp.steps[0].created_at #=> Time
5618
5626
  # resp.steps[0].started_at #=> Time
5619
5627
  # resp.steps[0].ended_at #=> Time
@@ -7062,7 +7070,7 @@ module Aws::Deadline
7062
7070
  tracer: tracer
7063
7071
  )
7064
7072
  context[:gem_name] = 'aws-sdk-deadline'
7065
- context[:gem_version] = '1.27.0'
7073
+ context[:gem_version] = '1.28.0'
7066
7074
  Seahorse::Client::Request.new(handlers, context)
7067
7075
  end
7068
7076
 
@@ -562,6 +562,7 @@ module Aws::Deadline
562
562
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
563
563
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
564
564
  Tags = Shapes::MapShape.new(name: 'Tags')
565
+ TaskFailureRetryCount = Shapes::IntegerShape.new(name: 'TaskFailureRetryCount')
565
566
  TaskId = Shapes::StringShape.new(name: 'TaskId')
566
567
  TaskParameterValue = Shapes::UnionShape.new(name: 'TaskParameterValue')
567
568
  TaskParameters = Shapes::MapShape.new(name: 'TaskParameters')
@@ -1395,6 +1396,7 @@ module Aws::Deadline
1395
1396
  GetJobResponse.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
1396
1397
  GetJobResponse.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
1397
1398
  GetJobResponse.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
1399
+ GetJobResponse.add_member(:task_failure_retry_count, Shapes::ShapeRef.new(shape: TaskFailureRetryCount, location_name: "taskFailureRetryCount"))
1398
1400
  GetJobResponse.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, location_name: "storageProfileId"))
1399
1401
  GetJobResponse.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
1400
1402
  GetJobResponse.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
@@ -1583,6 +1585,7 @@ module Aws::Deadline
1583
1585
  GetStepResponse.add_member(:lifecycle_status_message, Shapes::ShapeRef.new(shape: String, location_name: "lifecycleStatusMessage"))
1584
1586
  GetStepResponse.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, required: true, location_name: "taskRunStatus"))
1585
1587
  GetStepResponse.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, required: true, location_name: "taskRunStatusCounts"))
1588
+ GetStepResponse.add_member(:task_failure_retry_count, Shapes::ShapeRef.new(shape: TaskFailureRetryCount, location_name: "taskFailureRetryCount"))
1586
1589
  GetStepResponse.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
1587
1590
  GetStepResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
1588
1591
  GetStepResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
@@ -1790,6 +1793,7 @@ module Aws::Deadline
1790
1793
  JobSearchSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
1791
1794
  JobSearchSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
1792
1795
  JobSearchSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
1796
+ JobSearchSummary.add_member(:task_failure_retry_count, Shapes::ShapeRef.new(shape: TaskFailureRetryCount, location_name: "taskFailureRetryCount"))
1793
1797
  JobSearchSummary.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, location_name: "priority"))
1794
1798
  JobSearchSummary.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
1795
1799
  JobSearchSummary.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
@@ -1818,6 +1822,7 @@ module Aws::Deadline
1818
1822
  JobSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
1819
1823
  JobSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
1820
1824
  JobSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
1825
+ JobSummary.add_member(:task_failure_retry_count, Shapes::ShapeRef.new(shape: TaskFailureRetryCount, location_name: "taskFailureRetryCount"))
1821
1826
  JobSummary.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
1822
1827
  JobSummary.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
1823
1828
  JobSummary.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MaxWorkerCount, location_name: "maxWorkerCount"))
@@ -2588,6 +2593,7 @@ module Aws::Deadline
2588
2593
  StepSearchSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
2589
2594
  StepSearchSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
2590
2595
  StepSearchSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
2596
+ StepSearchSummary.add_member(:task_failure_retry_count, Shapes::ShapeRef.new(shape: TaskFailureRetryCount, location_name: "taskFailureRetryCount"))
2591
2597
  StepSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
2592
2598
  StepSearchSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
2593
2599
  StepSearchSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
@@ -2602,6 +2608,7 @@ module Aws::Deadline
2602
2608
  StepSummary.add_member(:lifecycle_status_message, Shapes::ShapeRef.new(shape: String, location_name: "lifecycleStatusMessage"))
2603
2609
  StepSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, required: true, location_name: "taskRunStatus"))
2604
2610
  StepSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, required: true, location_name: "taskRunStatusCounts"))
2611
+ StepSummary.add_member(:task_failure_retry_count, Shapes::ShapeRef.new(shape: TaskFailureRetryCount, location_name: "taskFailureRetryCount"))
2605
2612
  StepSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
2606
2613
  StepSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
2607
2614
  StepSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
@@ -62,7 +62,7 @@ module Aws::Deadline
62
62
  # The name of the chip used by the GPU accelerator.
63
63
  #
64
64
  # If you specify `l4` as the name of the accelerator, you must specify
65
- # `latest` or `grid:r550` as the runtime.
65
+ # `latest` or `grid:r570` as the runtime.
66
66
  #
67
67
  # The available GPU accelerators are:
68
68
  #
@@ -85,7 +85,7 @@ module Aws::Deadline
85
85
  # specify `latest` and a new version of the runtime is released, the
86
86
  # new version of the runtime is used.
87
87
  #
88
- # * `grid:r550` - [NVIDIA vGPU software 17][1]
88
+ # * `grid:r570` - [NVIDIA vGPU software 18][1]
89
89
  #
90
90
  # * `grid:r535` - [NVIDIA vGPU software 16][2]
91
91
  #
@@ -96,7 +96,7 @@ module Aws::Deadline
96
96
  #
97
97
  #
98
98
  #
99
- # [1]: https://docs.nvidia.com/vgpu/17.0/index.html
99
+ # [1]: https://docs.nvidia.com/vgpu/18.0/index.html
100
100
  # [2]: https://docs.nvidia.com/vgpu/16.0/index.html
101
101
  # @return [String]
102
102
  #
@@ -3070,7 +3070,7 @@ module Aws::Deadline
3070
3070
  # @return [String]
3071
3071
  #
3072
3072
  # @!attribute [rw] status
3073
- # The Auto Scaling status of the fleet.
3073
+ # The status of the fleet.
3074
3074
  # @return [String]
3075
3075
  #
3076
3076
  # @!attribute [rw] auto_scaling_status
@@ -3271,6 +3271,11 @@ module Aws::Deadline
3271
3271
  # The number of tasks running on the job.
3272
3272
  # @return [Hash<String,Integer>]
3273
3273
  #
3274
+ # @!attribute [rw] task_failure_retry_count
3275
+ # The total number of times tasks from the job failed and were
3276
+ # retried.
3277
+ # @return [Integer]
3278
+ #
3274
3279
  # @!attribute [rw] storage_profile_id
3275
3280
  # The storage profile ID associated with the job.
3276
3281
  # @return [String]
@@ -3331,6 +3336,7 @@ module Aws::Deadline
3331
3336
  :task_run_status,
3332
3337
  :target_task_run_status,
3333
3338
  :task_run_status_counts,
3339
+ :task_failure_retry_count,
3334
3340
  :storage_profile_id,
3335
3341
  :max_failed_tasks_count,
3336
3342
  :max_retries_per_task,
@@ -4218,6 +4224,11 @@ module Aws::Deadline
4218
4224
  # The number of tasks running on the job.
4219
4225
  # @return [Hash<String,Integer>]
4220
4226
  #
4227
+ # @!attribute [rw] task_failure_retry_count
4228
+ # The total number of times tasks from the step failed and were
4229
+ # retried.
4230
+ # @return [Integer]
4231
+ #
4221
4232
  # @!attribute [rw] target_task_run_status
4222
4233
  # The task status with which the job started.
4223
4234
  # @return [String]
@@ -4276,6 +4287,7 @@ module Aws::Deadline
4276
4287
  :lifecycle_status_message,
4277
4288
  :task_run_status,
4278
4289
  :task_run_status_counts,
4290
+ :task_failure_retry_count,
4279
4291
  :target_task_run_status,
4280
4292
  :created_at,
4281
4293
  :created_by,
@@ -5136,6 +5148,11 @@ module Aws::Deadline
5136
5148
  # The number of tasks running on the job.
5137
5149
  # @return [Hash<String,Integer>]
5138
5150
  #
5151
+ # @!attribute [rw] task_failure_retry_count
5152
+ # The total number of times tasks from the job failed and were
5153
+ # retried.
5154
+ # @return [Integer]
5155
+ #
5139
5156
  # @!attribute [rw] priority
5140
5157
  # The job priority.
5141
5158
  # @return [Integer]
@@ -5196,6 +5213,7 @@ module Aws::Deadline
5196
5213
  :task_run_status,
5197
5214
  :target_task_run_status,
5198
5215
  :task_run_status_counts,
5216
+ :task_failure_retry_count,
5199
5217
  :priority,
5200
5218
  :max_failed_tasks_count,
5201
5219
  :max_retries_per_task,
@@ -5288,6 +5306,11 @@ module Aws::Deadline
5288
5306
  # The number of tasks running on the job.
5289
5307
  # @return [Hash<String,Integer>]
5290
5308
  #
5309
+ # @!attribute [rw] task_failure_retry_count
5310
+ # The total number of times tasks from the job failed and were
5311
+ # retried.
5312
+ # @return [Integer]
5313
+ #
5291
5314
  # @!attribute [rw] max_failed_tasks_count
5292
5315
  # The number of task failures before the job stops running and is
5293
5316
  # marked as `FAILED`.
@@ -5330,6 +5353,7 @@ module Aws::Deadline
5330
5353
  :task_run_status,
5331
5354
  :target_task_run_status,
5332
5355
  :task_run_status_counts,
5356
+ :task_failure_retry_count,
5333
5357
  :max_failed_tasks_count,
5334
5358
  :max_retries_per_task,
5335
5359
  :max_worker_count,
@@ -8791,6 +8815,11 @@ module Aws::Deadline
8791
8815
  # The number of tasks running on the job.
8792
8816
  # @return [Hash<String,Integer>]
8793
8817
  #
8818
+ # @!attribute [rw] task_failure_retry_count
8819
+ # The total number of times tasks from the step failed and were
8820
+ # retried.
8821
+ # @return [Integer]
8822
+ #
8794
8823
  # @!attribute [rw] created_at
8795
8824
  # The date and time the resource was created.
8796
8825
  # @return [Time]
@@ -8819,6 +8848,7 @@ module Aws::Deadline
8819
8848
  :task_run_status,
8820
8849
  :target_task_run_status,
8821
8850
  :task_run_status_counts,
8851
+ :task_failure_retry_count,
8822
8852
  :created_at,
8823
8853
  :started_at,
8824
8854
  :ended_at,
@@ -8873,6 +8903,11 @@ module Aws::Deadline
8873
8903
  # The number of tasks running on the job.
8874
8904
  # @return [Hash<String,Integer>]
8875
8905
  #
8906
+ # @!attribute [rw] task_failure_retry_count
8907
+ # The total number of times tasks from the step failed and were
8908
+ # retried.
8909
+ # @return [Integer]
8910
+ #
8876
8911
  # @!attribute [rw] target_task_run_status
8877
8912
  # The task status to start with on the job.
8878
8913
  # @return [String]
@@ -8914,6 +8949,7 @@ module Aws::Deadline
8914
8949
  :lifecycle_status_message,
8915
8950
  :task_run_status,
8916
8951
  :task_run_status_counts,
8952
+ :task_failure_retry_count,
8917
8953
  :target_task_run_status,
8918
8954
  :created_at,
8919
8955
  :created_by,
@@ -55,7 +55,7 @@ module Aws::Deadline
55
55
  autoload :EndpointProvider, 'aws-sdk-deadline/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-deadline/endpoints'
57
57
 
58
- GEM_VERSION = '1.27.0'
58
+ GEM_VERSION = '1.28.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -849,6 +849,7 @@ module Aws
849
849
  def task_run_status: () -> ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
850
850
  def target_task_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
851
851
  def task_run_status_counts: () -> ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
852
+ def task_failure_retry_count: () -> ::Integer
852
853
  def storage_profile_id: () -> ::String
853
854
  def max_failed_tasks_count: () -> ::Integer
854
855
  def max_retries_per_task: () -> ::Integer
@@ -1076,6 +1077,7 @@ module Aws
1076
1077
  def lifecycle_status_message: () -> ::String
1077
1078
  def task_run_status: () -> ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
1078
1079
  def task_run_status_counts: () -> ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
1080
+ def task_failure_retry_count: () -> ::Integer
1079
1081
  def target_task_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
1080
1082
  def created_at: () -> ::Time
1081
1083
  def created_by: () -> ::String
data/sig/types.rbs CHANGED
@@ -959,6 +959,7 @@ module Aws::Deadline
959
959
  attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
960
960
  attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
961
961
  attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
962
+ attr_accessor task_failure_retry_count: ::Integer
962
963
  attr_accessor storage_profile_id: ::String
963
964
  attr_accessor max_failed_tasks_count: ::Integer
964
965
  attr_accessor max_retries_per_task: ::Integer
@@ -1187,6 +1188,7 @@ module Aws::Deadline
1187
1188
  attr_accessor lifecycle_status_message: ::String
1188
1189
  attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
1189
1190
  attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
1191
+ attr_accessor task_failure_retry_count: ::Integer
1190
1192
  attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
1191
1193
  attr_accessor created_at: ::Time
1192
1194
  attr_accessor created_by: ::String
@@ -1447,6 +1449,7 @@ module Aws::Deadline
1447
1449
  attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
1448
1450
  attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
1449
1451
  attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
1452
+ attr_accessor task_failure_retry_count: ::Integer
1450
1453
  attr_accessor priority: ::Integer
1451
1454
  attr_accessor max_failed_tasks_count: ::Integer
1452
1455
  attr_accessor max_retries_per_task: ::Integer
@@ -1475,6 +1478,7 @@ module Aws::Deadline
1475
1478
  attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
1476
1479
  attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
1477
1480
  attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
1481
+ attr_accessor task_failure_retry_count: ::Integer
1478
1482
  attr_accessor max_failed_tasks_count: ::Integer
1479
1483
  attr_accessor max_retries_per_task: ::Integer
1480
1484
  attr_accessor max_worker_count: ::Integer
@@ -2428,6 +2432,7 @@ module Aws::Deadline
2428
2432
  attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
2429
2433
  attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
2430
2434
  attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
2435
+ attr_accessor task_failure_retry_count: ::Integer
2431
2436
  attr_accessor created_at: ::Time
2432
2437
  attr_accessor started_at: ::Time
2433
2438
  attr_accessor ended_at: ::Time
@@ -2442,6 +2447,7 @@ module Aws::Deadline
2442
2447
  attr_accessor lifecycle_status_message: ::String
2443
2448
  attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
2444
2449
  attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
2450
+ attr_accessor task_failure_retry_count: ::Integer
2445
2451
  attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
2446
2452
  attr_accessor created_at: ::Time
2447
2453
  attr_accessor created_by: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-deadline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services