aws-sdk-deadline 1.43.0 → 1.44.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: b43d451a95aa63afd79b36ea609f68552621ef9283b0e7ff87ca76f0e3a5e2ae
4
- data.tar.gz: dd5af6e78a15065a243c3453eb3de3cd51415325ac4b050e28b9e8e0fa59c82b
3
+ metadata.gz: 07e835b2cac949d9f934cc79133bb3bca7f0e950f1c5df75446c890348ceb980
4
+ data.tar.gz: efd33ddf1912d5f6c426a4addae11dde0e533db83d8b26708f216c9a6c34441d
5
5
  SHA512:
6
- metadata.gz: befb36739307b12d3d274e3571c88bfb2cef768c08ce25ba83fcc647d5021c8d27112ac970514010a70998fee83ff069b8c122e79310ebfa48d91bd24738aa77
7
- data.tar.gz: bc375f005d8e7569cd12eed166e68b679c432f89a9f148ebc4ce01ee673b0844d6a41a031b9c9413cada779b1e8c06f4220be265d914aa284b7dc1cdb9db9e22
6
+ metadata.gz: 1d58030ad993ff434a82102341bd14b5dafd470c837f0b429fc184d6b97ad6cd9a7fffb9bbeabe3a3216026b5b239e592986091c087df72d392f02008c4d9909
7
+ data.tar.gz: afff52836fab299cea67b4d02b96d9c07be179aaf9b33538e4e0c15d9b64fa664d2e5f7831ad86546c3079497c5c33e4d28d3fced8757a8b00407c51b61501cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2026-01-27)
5
+ ------------------
6
+
7
+ * Feature - AWS Deadline Cloud now supports editing job names and descriptions after submission.
8
+
4
9
  1.43.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -1402,6 +1402,13 @@ module Aws::Deadline
1402
1402
  # @option params [String] :source_job_id
1403
1403
  # The job ID for the source job.
1404
1404
  #
1405
+ # @option params [String] :name_override
1406
+ # A custom name to override the job name derived from the job template.
1407
+ #
1408
+ # @option params [String] :description_override
1409
+ # A custom description to override the job description derived from the
1410
+ # job template.
1411
+ #
1405
1412
  # @return [Types::CreateJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1406
1413
  #
1407
1414
  # * {Types::CreateJobResponse#job_id #job_id} => String
@@ -1442,6 +1449,8 @@ module Aws::Deadline
1442
1449
  # max_retries_per_task: 1,
1443
1450
  # max_worker_count: 1,
1444
1451
  # source_job_id: "JobId",
1452
+ # name_override: "JobName",
1453
+ # description_override: "JobDescriptionOverride",
1445
1454
  # })
1446
1455
  #
1447
1456
  # @example Response structure
@@ -6389,7 +6398,7 @@ module Aws::Deadline
6389
6398
  # The task status to update the job's tasks to.
6390
6399
  #
6391
6400
  # @option params [Integer] :priority
6392
- # The job priority to update.
6401
+ # The updated job priority.
6393
6402
  #
6394
6403
  # @option params [Integer] :max_failed_tasks_count
6395
6404
  # The number of task failures before the job stops running and is marked
@@ -6418,6 +6427,12 @@ module Aws::Deadline
6418
6427
  #
6419
6428
  # The maximum number of workers that can process tasks in the job.
6420
6429
  #
6430
+ # @option params [String] :name
6431
+ # The updated job name.
6432
+ #
6433
+ # @option params [String] :description
6434
+ # The updated job description.
6435
+ #
6421
6436
  # @option params [required, String] :farm_id
6422
6437
  # The farm ID of the job to update.
6423
6438
  #
@@ -6439,6 +6454,8 @@ module Aws::Deadline
6439
6454
  # max_retries_per_task: 1,
6440
6455
  # lifecycle_status: "ARCHIVED", # accepts ARCHIVED
6441
6456
  # max_worker_count: 1,
6457
+ # name: "JobName",
6458
+ # description: "JobDescriptionOverride",
6442
6459
  # farm_id: "FarmId", # required
6443
6460
  # queue_id: "QueueId", # required
6444
6461
  # job_id: "JobId", # required
@@ -7152,7 +7169,7 @@ module Aws::Deadline
7152
7169
  tracer: tracer
7153
7170
  )
7154
7171
  context[:gem_name] = 'aws-sdk-deadline'
7155
- context[:gem_version] = '1.43.0'
7172
+ context[:gem_version] = '1.44.0'
7156
7173
  Seahorse::Client::Request.new(handlers, context)
7157
7174
  end
7158
7175
 
@@ -284,6 +284,7 @@ module Aws::Deadline
284
284
  JobAttachmentSettings = Shapes::StructureShape.new(name: 'JobAttachmentSettings')
285
285
  JobAttachmentsFileSystem = Shapes::StringShape.new(name: 'JobAttachmentsFileSystem')
286
286
  JobDescription = Shapes::StringShape.new(name: 'JobDescription')
287
+ JobDescriptionOverride = Shapes::StringShape.new(name: 'JobDescriptionOverride')
287
288
  JobDetailsEntity = Shapes::StructureShape.new(name: 'JobDetailsEntity')
288
289
  JobDetailsError = Shapes::StructureShape.new(name: 'JobDetailsError')
289
290
  JobDetailsIdentifiers = Shapes::StructureShape.new(name: 'JobDetailsIdentifiers')
@@ -956,6 +957,8 @@ module Aws::Deadline
956
957
  CreateJobRequest.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
957
958
  CreateJobRequest.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MaxWorkerCount, location_name: "maxWorkerCount"))
958
959
  CreateJobRequest.add_member(:source_job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "sourceJobId"))
960
+ CreateJobRequest.add_member(:name_override, Shapes::ShapeRef.new(shape: JobName, location_name: "nameOverride"))
961
+ CreateJobRequest.add_member(:description_override, Shapes::ShapeRef.new(shape: JobDescriptionOverride, location_name: "descriptionOverride"))
959
962
  CreateJobRequest.struct_class = Types::CreateJobRequest
960
963
 
961
964
  CreateJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
@@ -2820,6 +2823,8 @@ module Aws::Deadline
2820
2823
  UpdateJobRequest.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
2821
2824
  UpdateJobRequest.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: UpdateJobLifecycleStatus, location_name: "lifecycleStatus"))
2822
2825
  UpdateJobRequest.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MaxWorkerCount, location_name: "maxWorkerCount"))
2826
+ UpdateJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: JobName, location_name: "name"))
2827
+ UpdateJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: JobDescriptionOverride, location_name: "description"))
2823
2828
  UpdateJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
2824
2829
  UpdateJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
2825
2830
  UpdateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
@@ -1327,6 +1327,16 @@ module Aws::Deadline
1327
1327
  # The job ID for the source job.
1328
1328
  # @return [String]
1329
1329
  #
1330
+ # @!attribute [rw] name_override
1331
+ # A custom name to override the job name derived from the job
1332
+ # template.
1333
+ # @return [String]
1334
+ #
1335
+ # @!attribute [rw] description_override
1336
+ # A custom description to override the job description derived from
1337
+ # the job template.
1338
+ # @return [String]
1339
+ #
1330
1340
  # @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/CreateJobRequest AWS API Documentation
1331
1341
  #
1332
1342
  class CreateJobRequest < Struct.new(
@@ -1343,8 +1353,10 @@ module Aws::Deadline
1343
1353
  :max_failed_tasks_count,
1344
1354
  :max_retries_per_task,
1345
1355
  :max_worker_count,
1346
- :source_job_id)
1347
- SENSITIVE = [:template, :parameters]
1356
+ :source_job_id,
1357
+ :name_override,
1358
+ :description_override)
1359
+ SENSITIVE = [:template, :parameters, :description_override]
1348
1360
  include Aws::Structure
1349
1361
  end
1350
1362
 
@@ -7729,7 +7741,7 @@ module Aws::Deadline
7729
7741
  # @return [Types::StringFilterExpression]
7730
7742
  #
7731
7743
  # @!attribute [rw] string_list_filter
7732
- # Filters by a list of string values.
7744
+ # Filters by a list of strings.
7733
7745
  # @return [Types::StringListFilterExpression]
7734
7746
  #
7735
7747
  # @!attribute [rw] group_filter
@@ -9132,15 +9144,14 @@ module Aws::Deadline
9132
9144
  include Aws::Structure
9133
9145
  end
9134
9146
 
9135
- # Searches for a match within a list of strings.
9147
+ # Searches for a particular list of strings.
9136
9148
  #
9137
9149
  # @!attribute [rw] name
9138
9150
  # The field name to search.
9139
9151
  # @return [String]
9140
9152
  #
9141
9153
  # @!attribute [rw] operator
9142
- # The type of comparison to use for this search. ANY\_EQUALS and
9143
- # ALL\_NOT\_EQUALS are supported.
9154
+ # The type of comparison to use for this search.
9144
9155
  # @return [String]
9145
9156
  #
9146
9157
  # @!attribute [rw] values
@@ -9753,7 +9764,7 @@ module Aws::Deadline
9753
9764
  # @return [String]
9754
9765
  #
9755
9766
  # @!attribute [rw] priority
9756
- # The job priority to update.
9767
+ # The updated job priority.
9757
9768
  # @return [Integer]
9758
9769
  #
9759
9770
  # @!attribute [rw] max_failed_tasks_count
@@ -9787,6 +9798,14 @@ module Aws::Deadline
9787
9798
  # The maximum number of workers that can process tasks in the job.
9788
9799
  # @return [Integer]
9789
9800
  #
9801
+ # @!attribute [rw] name
9802
+ # The updated job name.
9803
+ # @return [String]
9804
+ #
9805
+ # @!attribute [rw] description
9806
+ # The updated job description.
9807
+ # @return [String]
9808
+ #
9790
9809
  # @!attribute [rw] farm_id
9791
9810
  # The farm ID of the job to update.
9792
9811
  # @return [String]
@@ -9809,10 +9828,12 @@ module Aws::Deadline
9809
9828
  :max_retries_per_task,
9810
9829
  :lifecycle_status,
9811
9830
  :max_worker_count,
9831
+ :name,
9832
+ :description,
9812
9833
  :farm_id,
9813
9834
  :queue_id,
9814
9835
  :job_id)
9815
- SENSITIVE = []
9836
+ SENSITIVE = [:description]
9816
9837
  include Aws::Structure
9817
9838
  end
9818
9839
 
@@ -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.43.0'
58
+ GEM_VERSION = '1.44.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -435,7 +435,9 @@ module Aws
435
435
  ?max_failed_tasks_count: ::Integer,
436
436
  ?max_retries_per_task: ::Integer,
437
437
  ?max_worker_count: ::Integer,
438
- ?source_job_id: ::String
438
+ ?source_job_id: ::String,
439
+ ?name_override: ::String,
440
+ ?description_override: ::String
439
441
  ) -> _CreateJobResponseSuccess
440
442
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateJobResponseSuccess
441
443
 
@@ -2068,6 +2070,8 @@ module Aws
2068
2070
  ?max_retries_per_task: ::Integer,
2069
2071
  ?lifecycle_status: ("ARCHIVED"),
2070
2072
  ?max_worker_count: ::Integer,
2073
+ ?name: ::String,
2074
+ ?description: ::String,
2071
2075
  farm_id: ::String,
2072
2076
  queue_id: ::String,
2073
2077
  job_id: ::String
data/sig/types.rbs CHANGED
@@ -370,7 +370,9 @@ module Aws::Deadline
370
370
  attr_accessor max_retries_per_task: ::Integer
371
371
  attr_accessor max_worker_count: ::Integer
372
372
  attr_accessor source_job_id: ::String
373
- SENSITIVE: [:template, :parameters]
373
+ attr_accessor name_override: ::String
374
+ attr_accessor description_override: ::String
375
+ SENSITIVE: [:template, :parameters, :description_override]
374
376
  end
375
377
 
376
378
  class CreateJobResponse
@@ -2674,10 +2676,12 @@ module Aws::Deadline
2674
2676
  attr_accessor max_retries_per_task: ::Integer
2675
2677
  attr_accessor lifecycle_status: ("ARCHIVED")
2676
2678
  attr_accessor max_worker_count: ::Integer
2679
+ attr_accessor name: ::String
2680
+ attr_accessor description: ::String
2677
2681
  attr_accessor farm_id: ::String
2678
2682
  attr_accessor queue_id: ::String
2679
2683
  attr_accessor job_id: ::String
2680
- SENSITIVE: []
2684
+ SENSITIVE: [:description]
2681
2685
  end
2682
2686
 
2683
2687
  class UpdateJobResponse < Aws::EmptyStructure
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.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services