aws-sdk-deadline 1.7.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -79,10 +79,10 @@ module Aws
79
79
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#associate_member_to_farm-instance_method
80
80
  def associate_member_to_farm: (
81
81
  farm_id: ::String,
82
- identity_store_id: ::String,
83
- membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER"),
84
82
  principal_id: ::String,
85
- principal_type: ("USER" | "GROUP")
83
+ principal_type: ("USER" | "GROUP"),
84
+ identity_store_id: ::String,
85
+ membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
86
86
  ) -> _AssociateMemberToFarmResponseSuccess
87
87
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToFarmResponseSuccess
88
88
 
@@ -93,10 +93,10 @@ module Aws
93
93
  def associate_member_to_fleet: (
94
94
  farm_id: ::String,
95
95
  fleet_id: ::String,
96
- identity_store_id: ::String,
97
- membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER"),
98
96
  principal_id: ::String,
99
- principal_type: ("USER" | "GROUP")
97
+ principal_type: ("USER" | "GROUP"),
98
+ identity_store_id: ::String,
99
+ membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
100
100
  ) -> _AssociateMemberToFleetResponseSuccess
101
101
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToFleetResponseSuccess
102
102
 
@@ -106,12 +106,12 @@ module Aws
106
106
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#associate_member_to_job-instance_method
107
107
  def associate_member_to_job: (
108
108
  farm_id: ::String,
109
- identity_store_id: ::String,
109
+ queue_id: ::String,
110
110
  job_id: ::String,
111
- membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER"),
112
111
  principal_id: ::String,
113
112
  principal_type: ("USER" | "GROUP"),
114
- queue_id: ::String
113
+ identity_store_id: ::String,
114
+ membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
115
115
  ) -> _AssociateMemberToJobResponseSuccess
116
116
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToJobResponseSuccess
117
117
 
@@ -121,11 +121,11 @@ module Aws
121
121
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#associate_member_to_queue-instance_method
122
122
  def associate_member_to_queue: (
123
123
  farm_id: ::String,
124
- identity_store_id: ::String,
125
- membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER"),
124
+ queue_id: ::String,
126
125
  principal_id: ::String,
127
126
  principal_type: ("USER" | "GROUP"),
128
- queue_id: ::String
127
+ identity_store_id: ::String,
128
+ membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
129
129
  ) -> _AssociateMemberToQueueResponseSuccess
130
130
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToQueueResponseSuccess
131
131
 
@@ -182,8 +182,8 @@ module Aws
182
182
  def assume_queue_role_for_worker: (
183
183
  farm_id: ::String,
184
184
  fleet_id: ::String,
185
- queue_id: ::String,
186
- worker_id: ::String
185
+ worker_id: ::String,
186
+ queue_id: ::String
187
187
  ) -> _AssumeQueueRoleForWorkerResponseSuccess
188
188
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssumeQueueRoleForWorkerResponseSuccess
189
189
 
@@ -196,25 +196,25 @@ module Aws
196
196
  def batch_get_job_entity: (
197
197
  farm_id: ::String,
198
198
  fleet_id: ::String,
199
+ worker_id: ::String,
199
200
  identifiers: Array[
200
201
  {
201
- environment_details: {
202
- environment_id: ::String,
202
+ job_details: {
203
203
  job_id: ::String
204
204
  }?,
205
205
  job_attachment_details: {
206
206
  job_id: ::String
207
207
  }?,
208
- job_details: {
209
- job_id: ::String
210
- }?,
211
208
  step_details: {
212
209
  job_id: ::String,
213
210
  step_id: ::String
211
+ }?,
212
+ environment_details: {
213
+ job_id: ::String,
214
+ environment_id: ::String
214
215
  }?
215
216
  },
216
- ],
217
- worker_id: ::String
217
+ ]
218
218
  ) -> _BatchGetJobEntityResponseSuccess
219
219
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetJobEntityResponseSuccess
220
220
 
@@ -240,26 +240,26 @@ module Aws
240
240
  end
241
241
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_budget-instance_method
242
242
  def create_budget: (
243
+ ?client_token: ::String,
244
+ farm_id: ::String,
245
+ usage_tracking_resource: {
246
+ queue_id: ::String?
247
+ },
248
+ display_name: ::String,
249
+ ?description: ::String,
250
+ approximate_dollar_limit: ::Float,
243
251
  actions: Array[
244
252
  {
245
- description: ::String?,
253
+ type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
246
254
  threshold_percentage: ::Float,
247
- type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
255
+ description: ::String?
248
256
  },
249
257
  ],
250
- approximate_dollar_limit: ::Float,
251
- ?client_token: ::String,
252
- ?description: ::String,
253
- display_name: ::String,
254
- farm_id: ::String,
255
258
  schedule: {
256
259
  fixed: {
257
- end_time: ::Time,
258
- start_time: ::Time
260
+ start_time: ::Time,
261
+ end_time: ::Time
259
262
  }?
260
- },
261
- usage_tracking_resource: {
262
- queue_id: ::String?
263
263
  }
264
264
  ) -> _CreateBudgetResponseSuccess
265
265
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBudgetResponseSuccess
@@ -271,8 +271,8 @@ module Aws
271
271
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_farm-instance_method
272
272
  def create_farm: (
273
273
  ?client_token: ::String,
274
- ?description: ::String,
275
274
  display_name: ::String,
275
+ ?description: ::String,
276
276
  ?kms_key_arn: ::String,
277
277
  ?tags: Hash[::String, ::String]
278
278
  ) -> _CreateFarmResponseSuccess
@@ -285,26 +285,40 @@ module Aws
285
285
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_fleet-instance_method
286
286
  def create_fleet: (
287
287
  ?client_token: ::String,
288
+ farm_id: ::String,
289
+ display_name: ::String,
290
+ ?description: ::String,
291
+ role_arn: ::String,
292
+ ?min_worker_count: ::Integer,
293
+ max_worker_count: ::Integer,
288
294
  configuration: {
289
295
  customer_managed: {
290
296
  mode: ("NO_SCALING" | "EVENT_BASED_AUTO_SCALING"),
291
- storage_profile_id: ::String?,
292
297
  worker_capabilities: {
298
+ v_cpu_count: {
299
+ min: ::Integer,
300
+ max: ::Integer?
301
+ },
302
+ memory_mi_b: {
303
+ min: ::Integer,
304
+ max: ::Integer?
305
+ },
306
+ accelerator_types: Array[("gpu")]?,
293
307
  accelerator_count: {
294
- max: ::Integer?,
295
- min: ::Integer
308
+ min: ::Integer,
309
+ max: ::Integer?
296
310
  }?,
297
311
  accelerator_total_memory_mi_b: {
298
- max: ::Integer?,
299
- min: ::Integer
312
+ min: ::Integer,
313
+ max: ::Integer?
300
314
  }?,
301
- accelerator_types: Array[("gpu")]?,
315
+ os_family: ("WINDOWS" | "LINUX" | "MACOS"),
302
316
  cpu_architecture_type: ("x86_64" | "arm64"),
303
317
  custom_amounts: Array[
304
318
  {
305
- max: ::Float?,
319
+ name: ::String,
306
320
  min: ::Float,
307
- name: ::String
321
+ max: ::Float?
308
322
  },
309
323
  ]?,
310
324
  custom_attributes: Array[
@@ -312,27 +326,34 @@ module Aws
312
326
  name: ::String,
313
327
  values: Array[::String]
314
328
  },
315
- ]?,
316
- memory_mi_b: {
317
- max: ::Integer?,
318
- min: ::Integer
319
- },
320
- os_family: ("WINDOWS" | "LINUX" | "MACOS"),
321
- v_cpu_count: {
322
- max: ::Integer?,
323
- min: ::Integer
324
- }
325
- }
329
+ ]?
330
+ },
331
+ storage_profile_id: ::String?
326
332
  }?,
327
333
  service_managed_ec2: {
328
334
  instance_capabilities: {
329
- allowed_instance_types: Array[::String]?,
335
+ v_cpu_count: {
336
+ min: ::Integer,
337
+ max: ::Integer?
338
+ },
339
+ memory_mi_b: {
340
+ min: ::Integer,
341
+ max: ::Integer?
342
+ },
343
+ os_family: ("WINDOWS" | "LINUX"),
330
344
  cpu_architecture_type: ("x86_64" | "arm64"),
345
+ root_ebs_volume: {
346
+ size_gi_b: ::Integer?,
347
+ iops: ::Integer?,
348
+ throughput_mi_b: ::Integer?
349
+ }?,
350
+ allowed_instance_types: Array[::String]?,
351
+ excluded_instance_types: Array[::String]?,
331
352
  custom_amounts: Array[
332
353
  {
333
- max: ::Float?,
354
+ name: ::String,
334
355
  min: ::Float,
335
- name: ::String
356
+ max: ::Float?
336
357
  },
337
358
  ]?,
338
359
  custom_attributes: Array[
@@ -340,34 +361,13 @@ module Aws
340
361
  name: ::String,
341
362
  values: Array[::String]
342
363
  },
343
- ]?,
344
- excluded_instance_types: Array[::String]?,
345
- memory_mi_b: {
346
- max: ::Integer?,
347
- min: ::Integer
348
- },
349
- os_family: ("WINDOWS" | "LINUX"),
350
- root_ebs_volume: {
351
- iops: ::Integer?,
352
- size_gi_b: ::Integer?,
353
- throughput_mi_b: ::Integer?
354
- }?,
355
- v_cpu_count: {
356
- max: ::Integer?,
357
- min: ::Integer
358
- }
364
+ ]?
359
365
  },
360
366
  instance_market_options: {
361
367
  type: ("on-demand" | "spot")
362
368
  }
363
369
  }?
364
370
  },
365
- ?description: ::String,
366
- display_name: ::String,
367
- farm_id: ::String,
368
- max_worker_count: ::Integer,
369
- ?min_worker_count: ::Integer,
370
- role_arn: ::String,
371
371
  ?tags: Hash[::String, ::String]
372
372
  ) -> _CreateFleetResponseSuccess
373
373
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFleetResponseSuccess
@@ -378,35 +378,35 @@ module Aws
378
378
  end
379
379
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_job-instance_method
380
380
  def create_job: (
381
+ farm_id: ::String,
382
+ queue_id: ::String,
383
+ ?client_token: ::String,
384
+ template: ::String,
385
+ template_type: ("JSON" | "YAML"),
386
+ priority: ::Integer,
387
+ ?parameters: Hash[::String, {
388
+ int: ::String?,
389
+ float: ::String?,
390
+ string: ::String?,
391
+ path: ::String?
392
+ }],
381
393
  ?attachments: {
382
- file_system: ("COPIED" | "VIRTUAL")?,
383
394
  manifests: Array[
384
395
  {
385
396
  file_system_location_name: ::String?,
386
- input_manifest_hash: ::String?,
387
- input_manifest_path: ::String?,
388
- output_relative_directories: Array[::String]?,
389
397
  root_path: ::String,
390
- root_path_format: ("windows" | "posix")
398
+ root_path_format: ("windows" | "posix"),
399
+ output_relative_directories: Array[::String]?,
400
+ input_manifest_path: ::String?,
401
+ input_manifest_hash: ::String?
391
402
  },
392
- ]
403
+ ],
404
+ file_system: ("COPIED" | "VIRTUAL")?
393
405
  },
394
- ?client_token: ::String,
395
- farm_id: ::String,
396
- ?max_failed_tasks_count: ::Integer,
397
- ?max_retries_per_task: ::Integer,
398
- ?parameters: Hash[::String, {
399
- float: ::String?,
400
- int: ::String?,
401
- path: ::String?,
402
- string: ::String?
403
- }],
404
- priority: ::Integer,
405
- queue_id: ::String,
406
406
  ?storage_profile_id: ::String,
407
407
  ?target_task_run_status: ("READY" | "SUSPENDED"),
408
- template: ::String,
409
- template_type: ("JSON" | "YAML")
408
+ ?max_failed_tasks_count: ::Integer,
409
+ ?max_retries_per_task: ::Integer
410
410
  ) -> _CreateJobResponseSuccess
411
411
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateJobResponseSuccess
412
412
 
@@ -417,25 +417,25 @@ module Aws
417
417
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_license_endpoint-instance_method
418
418
  def create_license_endpoint: (
419
419
  ?client_token: ::String,
420
- security_group_ids: Array[::String],
420
+ vpc_id: ::String,
421
421
  subnet_ids: Array[::String],
422
- ?tags: Hash[::String, ::String],
423
- vpc_id: ::String
422
+ security_group_ids: Array[::String],
423
+ ?tags: Hash[::String, ::String]
424
424
  ) -> _CreateLicenseEndpointResponseSuccess
425
425
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLicenseEndpointResponseSuccess
426
426
 
427
427
  interface _CreateMonitorResponseSuccess
428
428
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateMonitorResponse]
429
- def identity_center_application_arn: () -> ::String
430
429
  def monitor_id: () -> ::String
430
+ def identity_center_application_arn: () -> ::String
431
431
  end
432
432
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_monitor-instance_method
433
433
  def create_monitor: (
434
434
  ?client_token: ::String,
435
435
  display_name: ::String,
436
436
  identity_center_instance_arn: ::String,
437
- role_arn: ::String,
438
- subdomain: ::String
437
+ subdomain: ::String,
438
+ role_arn: ::String
439
439
  ) -> _CreateMonitorResponseSuccess
440
440
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMonitorResponseSuccess
441
441
 
@@ -445,29 +445,29 @@ module Aws
445
445
  end
446
446
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_queue-instance_method
447
447
  def create_queue: (
448
- ?allowed_storage_profile_ids: Array[::String],
449
448
  ?client_token: ::String,
450
- ?default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
451
- ?description: ::String,
452
- display_name: ::String,
453
449
  farm_id: ::String,
450
+ display_name: ::String,
451
+ ?description: ::String,
452
+ ?default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
454
453
  ?job_attachment_settings: {
455
- root_prefix: ::String,
456
- s3_bucket_name: ::String
454
+ s3_bucket_name: ::String,
455
+ root_prefix: ::String
457
456
  },
457
+ ?role_arn: ::String,
458
458
  ?job_run_as_user: {
459
459
  posix: {
460
- group: ::String,
461
- user: ::String
460
+ user: ::String,
461
+ group: ::String
462
462
  }?,
463
- run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER"),
464
463
  windows: {
465
- password_arn: ::String,
466
- user: ::String
467
- }?
464
+ user: ::String,
465
+ password_arn: ::String
466
+ }?,
467
+ run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER")
468
468
  },
469
469
  ?required_file_system_location_names: Array[::String],
470
- ?role_arn: ::String,
470
+ ?allowed_storage_profile_ids: Array[::String],
471
471
  ?tags: Hash[::String, ::String]
472
472
  ) -> _CreateQueueResponseSuccess
473
473
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateQueueResponseSuccess
@@ -480,10 +480,10 @@ module Aws
480
480
  def create_queue_environment: (
481
481
  ?client_token: ::String,
482
482
  farm_id: ::String,
483
- priority: ::Integer,
484
483
  queue_id: ::String,
485
- template: ::String,
486
- template_type: ("JSON" | "YAML")
484
+ priority: ::Integer,
485
+ template_type: ("JSON" | "YAML"),
486
+ template: ::String
487
487
  ) -> _CreateQueueEnvironmentResponseSuccess
488
488
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateQueueEnvironmentResponseSuccess
489
489
 
@@ -493,8 +493,8 @@ module Aws
493
493
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_queue_fleet_association-instance_method
494
494
  def create_queue_fleet_association: (
495
495
  farm_id: ::String,
496
- fleet_id: ::String,
497
- queue_id: ::String
496
+ queue_id: ::String,
497
+ fleet_id: ::String
498
498
  ) -> _CreateQueueFleetAssociationResponseSuccess
499
499
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateQueueFleetAssociationResponseSuccess
500
500
 
@@ -505,16 +505,16 @@ module Aws
505
505
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_storage_profile-instance_method
506
506
  def create_storage_profile: (
507
507
  ?client_token: ::String,
508
- display_name: ::String,
509
508
  farm_id: ::String,
509
+ display_name: ::String,
510
+ os_family: ("WINDOWS" | "LINUX" | "MACOS"),
510
511
  ?file_system_locations: Array[
511
512
  {
512
513
  name: ::String,
513
514
  path: ::String,
514
515
  type: ("SHARED" | "LOCAL")
515
516
  },
516
- ],
517
- os_family: ("WINDOWS" | "LINUX" | "MACOS")
517
+ ]
518
518
  ) -> _CreateStorageProfileResponseSuccess
519
519
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStorageProfileResponseSuccess
520
520
 
@@ -524,16 +524,16 @@ module Aws
524
524
  end
525
525
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#create_worker-instance_method
526
526
  def create_worker: (
527
- ?client_token: ::String,
528
527
  farm_id: ::String,
529
528
  fleet_id: ::String,
530
529
  ?host_properties: {
531
- host_name: ::String?,
532
530
  ip_addresses: {
533
531
  ip_v4_addresses: Array[::String]?,
534
532
  ip_v6_addresses: Array[::String]?
535
- }?
536
- }
533
+ }?,
534
+ host_name: ::String?
535
+ },
536
+ ?client_token: ::String
537
537
  ) -> _CreateWorkerResponseSuccess
538
538
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkerResponseSuccess
539
539
 
@@ -542,8 +542,8 @@ module Aws
542
542
  end
543
543
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#delete_budget-instance_method
544
544
  def delete_budget: (
545
- budget_id: ::String,
546
- farm_id: ::String
545
+ farm_id: ::String,
546
+ budget_id: ::String
547
547
  ) -> _DeleteBudgetResponseSuccess
548
548
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBudgetResponseSuccess
549
549
 
@@ -611,8 +611,8 @@ module Aws
611
611
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#delete_queue_environment-instance_method
612
612
  def delete_queue_environment: (
613
613
  farm_id: ::String,
614
- queue_environment_id: ::String,
615
- queue_id: ::String
614
+ queue_id: ::String,
615
+ queue_environment_id: ::String
616
616
  ) -> _DeleteQueueEnvironmentResponseSuccess
617
617
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteQueueEnvironmentResponseSuccess
618
618
 
@@ -622,8 +622,8 @@ module Aws
622
622
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#delete_queue_fleet_association-instance_method
623
623
  def delete_queue_fleet_association: (
624
624
  farm_id: ::String,
625
- fleet_id: ::String,
626
- queue_id: ::String
625
+ queue_id: ::String,
626
+ fleet_id: ::String
627
627
  ) -> _DeleteQueueFleetAssociationResponseSuccess
628
628
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteQueueFleetAssociationResponseSuccess
629
629
 
@@ -675,9 +675,9 @@ module Aws
675
675
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#disassociate_member_from_job-instance_method
676
676
  def disassociate_member_from_job: (
677
677
  farm_id: ::String,
678
+ queue_id: ::String,
678
679
  job_id: ::String,
679
- principal_id: ::String,
680
- queue_id: ::String
680
+ principal_id: ::String
681
681
  ) -> _DisassociateMemberFromJobResponseSuccess
682
682
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateMemberFromJobResponseSuccess
683
683
 
@@ -687,43 +687,43 @@ module Aws
687
687
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#disassociate_member_from_queue-instance_method
688
688
  def disassociate_member_from_queue: (
689
689
  farm_id: ::String,
690
- principal_id: ::String,
691
- queue_id: ::String
690
+ queue_id: ::String,
691
+ principal_id: ::String
692
692
  ) -> _DisassociateMemberFromQueueResponseSuccess
693
693
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateMemberFromQueueResponseSuccess
694
694
 
695
695
  interface _GetBudgetResponseSuccess
696
696
  include ::Seahorse::Client::_ResponseSuccess[Types::GetBudgetResponse]
697
- def actions: () -> ::Array[Types::ResponseBudgetAction]
698
- def approximate_dollar_limit: () -> ::Float
699
697
  def budget_id: () -> ::String
700
- def created_at: () -> ::Time
701
- def created_by: () -> ::String
702
- def description: () -> ::String
698
+ def usage_tracking_resource: () -> Types::UsageTrackingResource
699
+ def status: () -> ("ACTIVE" | "INACTIVE")
703
700
  def display_name: () -> ::String
704
- def queue_stopped_at: () -> ::Time
701
+ def description: () -> ::String
702
+ def approximate_dollar_limit: () -> ::Float
703
+ def usages: () -> Types::ConsumedUsages
704
+ def actions: () -> ::Array[Types::ResponseBudgetAction]
705
705
  def schedule: () -> Types::BudgetSchedule
706
- def status: () -> ("ACTIVE" | "INACTIVE")
707
- def updated_at: () -> ::Time
706
+ def created_by: () -> ::String
707
+ def created_at: () -> ::Time
708
708
  def updated_by: () -> ::String
709
- def usage_tracking_resource: () -> Types::UsageTrackingResource
710
- def usages: () -> Types::ConsumedUsages
709
+ def updated_at: () -> ::Time
710
+ def queue_stopped_at: () -> ::Time
711
711
  end
712
712
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_budget-instance_method
713
713
  def get_budget: (
714
- budget_id: ::String,
715
- farm_id: ::String
714
+ farm_id: ::String,
715
+ budget_id: ::String
716
716
  ) -> _GetBudgetResponseSuccess
717
717
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBudgetResponseSuccess
718
718
 
719
719
  interface _GetFarmResponseSuccess
720
720
  include ::Seahorse::Client::_ResponseSuccess[Types::GetFarmResponse]
721
- def created_at: () -> ::Time
722
- def created_by: () -> ::String
723
- def description: () -> ::String
724
- def display_name: () -> ::String
725
721
  def farm_id: () -> ::String
722
+ def display_name: () -> ::String
723
+ def description: () -> ::String
726
724
  def kms_key_arn: () -> ::String
725
+ def created_at: () -> ::Time
726
+ def created_by: () -> ::String
727
727
  def updated_at: () -> ::Time
728
728
  def updated_by: () -> ::String
729
729
  end
@@ -735,23 +735,23 @@ module Aws
735
735
 
736
736
  interface _GetFleetResponseSuccess
737
737
  include ::Seahorse::Client::_ResponseSuccess[Types::GetFleetResponse]
738
+ def fleet_id: () -> ::String
739
+ def farm_id: () -> ::String
740
+ def display_name: () -> ::String
741
+ def description: () -> ::String
742
+ def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED")
738
743
  def auto_scaling_status: () -> ("GROWING" | "STEADY" | "SHRINKING")
739
- def capabilities: () -> Types::FleetCapabilities
744
+ def target_worker_count: () -> ::Integer
745
+ def worker_count: () -> ::Integer
746
+ def min_worker_count: () -> ::Integer
747
+ def max_worker_count: () -> ::Integer
740
748
  def configuration: () -> Types::FleetConfiguration
749
+ def capabilities: () -> Types::FleetCapabilities
750
+ def role_arn: () -> ::String
741
751
  def created_at: () -> ::Time
742
752
  def created_by: () -> ::String
743
- def description: () -> ::String
744
- def display_name: () -> ::String
745
- def farm_id: () -> ::String
746
- def fleet_id: () -> ::String
747
- def max_worker_count: () -> ::Integer
748
- def min_worker_count: () -> ::Integer
749
- def role_arn: () -> ::String
750
- def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED")
751
- def target_worker_count: () -> ::Integer
752
753
  def updated_at: () -> ::Time
753
754
  def updated_by: () -> ::String
754
- def worker_count: () -> ::Integer
755
755
  end
756
756
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_fleet-instance_method
757
757
  def get_fleet: (
@@ -762,26 +762,26 @@ module Aws
762
762
 
763
763
  interface _GetJobResponseSuccess
764
764
  include ::Seahorse::Client::_ResponseSuccess[Types::GetJobResponse]
765
- def attachments: () -> Types::Attachments
766
- def created_at: () -> ::Time
767
- def created_by: () -> ::String
768
- def description: () -> ::String
769
- def ended_at: () -> ::Time
770
765
  def job_id: () -> ::String
766
+ def name: () -> ::String
771
767
  def lifecycle_status: () -> ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "UPLOAD_IN_PROGRESS" | "UPLOAD_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED" | "ARCHIVED")
772
768
  def lifecycle_status_message: () -> ::String
773
- def max_failed_tasks_count: () -> ::Integer
774
- def max_retries_per_task: () -> ::Integer
775
- def name: () -> ::String
776
- def parameters: () -> ::Hash[::String, Types::JobParameter]
777
769
  def priority: () -> ::Integer
770
+ def created_at: () -> ::Time
771
+ def created_by: () -> ::String
772
+ def updated_at: () -> ::Time
773
+ def updated_by: () -> ::String
778
774
  def started_at: () -> ::Time
779
- def storage_profile_id: () -> ::String
780
- def target_task_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
775
+ def ended_at: () -> ::Time
781
776
  def task_run_status: () -> ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
777
+ def target_task_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
782
778
  def task_run_status_counts: () -> ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
783
- def updated_at: () -> ::Time
784
- def updated_by: () -> ::String
779
+ def storage_profile_id: () -> ::String
780
+ def max_failed_tasks_count: () -> ::Integer
781
+ def max_retries_per_task: () -> ::Integer
782
+ def parameters: () -> ::Hash[::String, Types::JobParameter]
783
+ def attachments: () -> Types::Attachments
784
+ def description: () -> ::String
785
785
  end
786
786
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_job-instance_method
787
787
  def get_job: (
@@ -793,13 +793,13 @@ module Aws
793
793
 
794
794
  interface _GetLicenseEndpointResponseSuccess
795
795
  include ::Seahorse::Client::_ResponseSuccess[Types::GetLicenseEndpointResponse]
796
- def dns_name: () -> ::String
797
796
  def license_endpoint_id: () -> ::String
798
- def security_group_ids: () -> ::Array[::String]
799
797
  def status: () -> ("CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "READY" | "NOT_READY")
800
798
  def status_message: () -> ::String
801
- def subnet_ids: () -> ::Array[::String]
802
799
  def vpc_id: () -> ::String
800
+ def dns_name: () -> ::String
801
+ def subnet_ids: () -> ::Array[::String]
802
+ def security_group_ids: () -> ::Array[::String]
803
803
  end
804
804
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_license_endpoint-instance_method
805
805
  def get_license_endpoint: (
@@ -809,17 +809,17 @@ module Aws
809
809
 
810
810
  interface _GetMonitorResponseSuccess
811
811
  include ::Seahorse::Client::_ResponseSuccess[Types::GetMonitorResponse]
812
- def created_at: () -> ::Time
813
- def created_by: () -> ::String
814
- def display_name: () -> ::String
815
- def identity_center_application_arn: () -> ::String
816
- def identity_center_instance_arn: () -> ::String
817
812
  def monitor_id: () -> ::String
818
- def role_arn: () -> ::String
813
+ def display_name: () -> ::String
819
814
  def subdomain: () -> ::String
815
+ def url: () -> ::String
816
+ def role_arn: () -> ::String
817
+ def identity_center_instance_arn: () -> ::String
818
+ def identity_center_application_arn: () -> ::String
819
+ def created_at: () -> ::Time
820
+ def created_by: () -> ::String
820
821
  def updated_at: () -> ::Time
821
822
  def updated_by: () -> ::String
822
- def url: () -> ::String
823
823
  end
824
824
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_monitor-instance_method
825
825
  def get_monitor: (
@@ -829,20 +829,20 @@ module Aws
829
829
 
830
830
  interface _GetQueueResponseSuccess
831
831
  include ::Seahorse::Client::_ResponseSuccess[Types::GetQueueResponse]
832
- def allowed_storage_profile_ids: () -> ::Array[::String]
833
- def blocked_reason: () -> ("NO_BUDGET_CONFIGURED" | "BUDGET_THRESHOLD_REACHED")
834
- def created_at: () -> ::Time
835
- def created_by: () -> ::String
836
- def default_budget_action: () -> ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
837
- def description: () -> ::String
832
+ def queue_id: () -> ::String
838
833
  def display_name: () -> ::String
834
+ def description: () -> ::String
839
835
  def farm_id: () -> ::String
836
+ def status: () -> ("IDLE" | "SCHEDULING" | "SCHEDULING_BLOCKED")
837
+ def default_budget_action: () -> ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
838
+ def blocked_reason: () -> ("NO_BUDGET_CONFIGURED" | "BUDGET_THRESHOLD_REACHED")
840
839
  def job_attachment_settings: () -> Types::JobAttachmentSettings
841
- def job_run_as_user: () -> Types::JobRunAsUser
842
- def queue_id: () -> ::String
843
- def required_file_system_location_names: () -> ::Array[::String]
844
840
  def role_arn: () -> ::String
845
- def status: () -> ("IDLE" | "SCHEDULING" | "SCHEDULING_BLOCKED")
841
+ def required_file_system_location_names: () -> ::Array[::String]
842
+ def allowed_storage_profile_ids: () -> ::Array[::String]
843
+ def job_run_as_user: () -> Types::JobRunAsUser
844
+ def created_at: () -> ::Time
845
+ def created_by: () -> ::String
846
846
  def updated_at: () -> ::Time
847
847
  def updated_by: () -> ::String
848
848
  end
@@ -855,99 +855,99 @@ module Aws
855
855
 
856
856
  interface _GetQueueEnvironmentResponseSuccess
857
857
  include ::Seahorse::Client::_ResponseSuccess[Types::GetQueueEnvironmentResponse]
858
- def created_at: () -> ::Time
859
- def created_by: () -> ::String
858
+ def queue_environment_id: () -> ::String
860
859
  def name: () -> ::String
861
860
  def priority: () -> ::Integer
862
- def queue_environment_id: () -> ::String
863
- def template: () -> ::String
864
861
  def template_type: () -> ("JSON" | "YAML")
862
+ def template: () -> ::String
863
+ def created_at: () -> ::Time
864
+ def created_by: () -> ::String
865
865
  def updated_at: () -> ::Time
866
866
  def updated_by: () -> ::String
867
867
  end
868
868
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_queue_environment-instance_method
869
869
  def get_queue_environment: (
870
870
  farm_id: ::String,
871
- queue_environment_id: ::String,
872
- queue_id: ::String
871
+ queue_id: ::String,
872
+ queue_environment_id: ::String
873
873
  ) -> _GetQueueEnvironmentResponseSuccess
874
874
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetQueueEnvironmentResponseSuccess
875
875
 
876
876
  interface _GetQueueFleetAssociationResponseSuccess
877
877
  include ::Seahorse::Client::_ResponseSuccess[Types::GetQueueFleetAssociationResponse]
878
- def created_at: () -> ::Time
879
- def created_by: () -> ::String
880
- def fleet_id: () -> ::String
881
878
  def queue_id: () -> ::String
879
+ def fleet_id: () -> ::String
882
880
  def status: () -> ("ACTIVE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS" | "STOPPED")
881
+ def created_at: () -> ::Time
882
+ def created_by: () -> ::String
883
883
  def updated_at: () -> ::Time
884
884
  def updated_by: () -> ::String
885
885
  end
886
886
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_queue_fleet_association-instance_method
887
887
  def get_queue_fleet_association: (
888
888
  farm_id: ::String,
889
- fleet_id: ::String,
890
- queue_id: ::String
889
+ queue_id: ::String,
890
+ fleet_id: ::String
891
891
  ) -> _GetQueueFleetAssociationResponseSuccess
892
892
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetQueueFleetAssociationResponseSuccess
893
893
 
894
894
  interface _GetSessionResponseSuccess
895
895
  include ::Seahorse::Client::_ResponseSuccess[Types::GetSessionResponse]
896
- def ended_at: () -> ::Time
897
- def fleet_id: () -> ::String
898
- def host_properties: () -> Types::HostPropertiesResponse
899
- def lifecycle_status: () -> ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
900
- def log: () -> Types::LogConfiguration
901
896
  def session_id: () -> ::String
897
+ def fleet_id: () -> ::String
898
+ def worker_id: () -> ::String
902
899
  def started_at: () -> ::Time
903
- def target_lifecycle_status: () -> ("ENDED")
900
+ def log: () -> Types::LogConfiguration
901
+ def lifecycle_status: () -> ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
902
+ def ended_at: () -> ::Time
904
903
  def updated_at: () -> ::Time
905
904
  def updated_by: () -> ::String
906
- def worker_id: () -> ::String
905
+ def target_lifecycle_status: () -> ("ENDED")
906
+ def host_properties: () -> Types::HostPropertiesResponse
907
907
  def worker_log: () -> Types::LogConfiguration
908
908
  end
909
909
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_session-instance_method
910
910
  def get_session: (
911
911
  farm_id: ::String,
912
- job_id: ::String,
913
912
  queue_id: ::String,
913
+ job_id: ::String,
914
914
  session_id: ::String
915
915
  ) -> _GetSessionResponseSuccess
916
916
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSessionResponseSuccess
917
917
 
918
918
  interface _GetSessionActionResponseSuccess
919
919
  include ::Seahorse::Client::_ResponseSuccess[Types::GetSessionActionResponse]
920
- def definition: () -> Types::SessionActionDefinition
921
- def ended_at: () -> ::Time
922
- def process_exit_code: () -> ::Integer
923
- def progress_message: () -> ::String
924
- def progress_percent: () -> ::Float
925
920
  def session_action_id: () -> ::String
926
- def session_id: () -> ::String
927
- def started_at: () -> ::Time
928
921
  def status: () -> ("ASSIGNED" | "RUNNING" | "CANCELING" | "SUCCEEDED" | "FAILED" | "INTERRUPTED" | "CANCELED" | "NEVER_ATTEMPTED" | "SCHEDULED" | "RECLAIMING" | "RECLAIMED")
922
+ def started_at: () -> ::Time
923
+ def ended_at: () -> ::Time
929
924
  def worker_updated_at: () -> ::Time
925
+ def progress_percent: () -> ::Float
926
+ def session_id: () -> ::String
927
+ def process_exit_code: () -> ::Integer
928
+ def progress_message: () -> ::String
929
+ def definition: () -> Types::SessionActionDefinition
930
930
  end
931
931
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_session_action-instance_method
932
932
  def get_session_action: (
933
933
  farm_id: ::String,
934
- job_id: ::String,
935
934
  queue_id: ::String,
935
+ job_id: ::String,
936
936
  session_action_id: ::String
937
937
  ) -> _GetSessionActionResponseSuccess
938
938
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSessionActionResponseSuccess
939
939
 
940
940
  interface _GetSessionsStatisticsAggregationResponseSuccess
941
941
  include ::Seahorse::Client::_ResponseSuccess[Types::GetSessionsStatisticsAggregationResponse]
942
- def next_token: () -> ::String
943
942
  def statistics: () -> ::Array[Types::Statistics]
943
+ def next_token: () -> ::String
944
944
  def status: () -> ("IN_PROGRESS" | "TIMEOUT" | "FAILED" | "COMPLETED")
945
945
  def status_message: () -> ::String
946
946
  end
947
947
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_sessions_statistics_aggregation-instance_method
948
948
  def get_sessions_statistics_aggregation: (
949
- aggregation_id: ::String,
950
949
  farm_id: ::String,
950
+ aggregation_id: ::String,
951
951
  ?max_results: ::Integer,
952
952
  ?next_token: ::String
953
953
  ) -> _GetSessionsStatisticsAggregationResponseSuccess
@@ -955,43 +955,43 @@ module Aws
955
955
 
956
956
  interface _GetStepResponseSuccess
957
957
  include ::Seahorse::Client::_ResponseSuccess[Types::GetStepResponse]
958
- def created_at: () -> ::Time
959
- def created_by: () -> ::String
960
- def dependency_counts: () -> Types::DependencyCounts
961
- def description: () -> ::String
962
- def ended_at: () -> ::Time
958
+ def step_id: () -> ::String
959
+ def name: () -> ::String
963
960
  def lifecycle_status: () -> ("CREATE_COMPLETE" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED")
964
961
  def lifecycle_status_message: () -> ::String
965
- def name: () -> ::String
966
- def parameter_space: () -> Types::ParameterSpace
967
- def required_capabilities: () -> Types::StepRequiredCapabilities
968
- def started_at: () -> ::Time
969
- def step_id: () -> ::String
970
- def target_task_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
971
962
  def task_run_status: () -> ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
972
963
  def task_run_status_counts: () -> ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
964
+ def target_task_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
965
+ def created_at: () -> ::Time
966
+ def created_by: () -> ::String
973
967
  def updated_at: () -> ::Time
974
968
  def updated_by: () -> ::String
969
+ def started_at: () -> ::Time
970
+ def ended_at: () -> ::Time
971
+ def dependency_counts: () -> Types::DependencyCounts
972
+ def required_capabilities: () -> Types::StepRequiredCapabilities
973
+ def parameter_space: () -> Types::ParameterSpace
974
+ def description: () -> ::String
975
975
  end
976
976
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_step-instance_method
977
977
  def get_step: (
978
978
  farm_id: ::String,
979
- job_id: ::String,
980
979
  queue_id: ::String,
980
+ job_id: ::String,
981
981
  step_id: ::String
982
982
  ) -> _GetStepResponseSuccess
983
983
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStepResponseSuccess
984
984
 
985
985
  interface _GetStorageProfileResponseSuccess
986
986
  include ::Seahorse::Client::_ResponseSuccess[Types::GetStorageProfileResponse]
987
- def created_at: () -> ::Time
988
- def created_by: () -> ::String
987
+ def storage_profile_id: () -> ::String
989
988
  def display_name: () -> ::String
990
- def file_system_locations: () -> ::Array[Types::FileSystemLocation]
991
989
  def os_family: () -> ("WINDOWS" | "LINUX" | "MACOS")
992
- def storage_profile_id: () -> ::String
990
+ def created_at: () -> ::Time
991
+ def created_by: () -> ::String
993
992
  def updated_at: () -> ::Time
994
993
  def updated_by: () -> ::String
994
+ def file_system_locations: () -> ::Array[Types::FileSystemLocation]
995
995
  end
996
996
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_storage_profile-instance_method
997
997
  def get_storage_profile: (
@@ -1002,10 +1002,10 @@ module Aws
1002
1002
 
1003
1003
  interface _GetStorageProfileForQueueResponseSuccess
1004
1004
  include ::Seahorse::Client::_ResponseSuccess[Types::GetStorageProfileForQueueResponse]
1005
+ def storage_profile_id: () -> ::String
1005
1006
  def display_name: () -> ::String
1006
- def file_system_locations: () -> ::Array[Types::FileSystemLocation]
1007
1007
  def os_family: () -> ("WINDOWS" | "LINUX" | "MACOS")
1008
- def storage_profile_id: () -> ::String
1008
+ def file_system_locations: () -> ::Array[Types::FileSystemLocation]
1009
1009
  end
1010
1010
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_storage_profile_for_queue-instance_method
1011
1011
  def get_storage_profile_for_queue: (
@@ -1017,24 +1017,24 @@ module Aws
1017
1017
 
1018
1018
  interface _GetTaskResponseSuccess
1019
1019
  include ::Seahorse::Client::_ResponseSuccess[Types::GetTaskResponse]
1020
+ def task_id: () -> ::String
1020
1021
  def created_at: () -> ::Time
1021
1022
  def created_by: () -> ::String
1022
- def ended_at: () -> ::Time
1023
+ def run_status: () -> ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
1024
+ def target_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
1023
1025
  def failure_retry_count: () -> ::Integer
1024
- def latest_session_action_id: () -> ::String
1025
1026
  def parameters: () -> ::Hash[::String, Types::TaskParameterValue]
1026
- def run_status: () -> ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
1027
1027
  def started_at: () -> ::Time
1028
- def target_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
1029
- def task_id: () -> ::String
1028
+ def ended_at: () -> ::Time
1030
1029
  def updated_at: () -> ::Time
1031
1030
  def updated_by: () -> ::String
1031
+ def latest_session_action_id: () -> ::String
1032
1032
  end
1033
1033
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_task-instance_method
1034
1034
  def get_task: (
1035
1035
  farm_id: ::String,
1036
- job_id: ::String,
1037
1036
  queue_id: ::String,
1037
+ job_id: ::String,
1038
1038
  step_id: ::String,
1039
1039
  task_id: ::String
1040
1040
  ) -> _GetTaskResponseSuccess
@@ -1042,16 +1042,16 @@ module Aws
1042
1042
 
1043
1043
  interface _GetWorkerResponseSuccess
1044
1044
  include ::Seahorse::Client::_ResponseSuccess[Types::GetWorkerResponse]
1045
- def created_at: () -> ::Time
1046
- def created_by: () -> ::String
1045
+ def worker_id: () -> ::String
1047
1046
  def farm_id: () -> ::String
1048
1047
  def fleet_id: () -> ::String
1049
1048
  def host_properties: () -> Types::HostPropertiesResponse
1050
- def log: () -> Types::LogConfiguration
1051
1049
  def status: () -> ("CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE")
1050
+ def log: () -> Types::LogConfiguration
1051
+ def created_at: () -> ::Time
1052
+ def created_by: () -> ::String
1052
1053
  def updated_at: () -> ::Time
1053
1054
  def updated_by: () -> ::String
1054
- def worker_id: () -> ::String
1055
1055
  end
1056
1056
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_worker-instance_method
1057
1057
  def get_worker: (
@@ -1068,21 +1068,21 @@ module Aws
1068
1068
  end
1069
1069
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_available_metered_products-instance_method
1070
1070
  def list_available_metered_products: (
1071
- ?max_results: ::Integer,
1072
- ?next_token: ::String
1071
+ ?next_token: ::String,
1072
+ ?max_results: ::Integer
1073
1073
  ) -> _ListAvailableMeteredProductsResponseSuccess
1074
1074
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAvailableMeteredProductsResponseSuccess
1075
1075
 
1076
1076
  interface _ListBudgetsResponseSuccess
1077
1077
  include ::Seahorse::Client::_ResponseSuccess[Types::ListBudgetsResponse]
1078
- def budgets: () -> ::Array[Types::BudgetSummary]
1079
1078
  def next_token: () -> ::String
1079
+ def budgets: () -> ::Array[Types::BudgetSummary]
1080
1080
  end
1081
1081
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_budgets-instance_method
1082
1082
  def list_budgets: (
1083
+ ?next_token: ::String,
1083
1084
  farm_id: ::String,
1084
1085
  ?max_results: ::Integer,
1085
- ?next_token: ::String,
1086
1086
  ?status: ("ACTIVE" | "INACTIVE")
1087
1087
  ) -> _ListBudgetsResponseSuccess
1088
1088
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBudgetsResponseSuccess
@@ -1095,21 +1095,21 @@ module Aws
1095
1095
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_farm_members-instance_method
1096
1096
  def list_farm_members: (
1097
1097
  farm_id: ::String,
1098
- ?max_results: ::Integer,
1099
- ?next_token: ::String
1098
+ ?next_token: ::String,
1099
+ ?max_results: ::Integer
1100
1100
  ) -> _ListFarmMembersResponseSuccess
1101
1101
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFarmMembersResponseSuccess
1102
1102
 
1103
1103
  interface _ListFarmsResponseSuccess
1104
1104
  include ::Seahorse::Client::_ResponseSuccess[Types::ListFarmsResponse]
1105
- def farms: () -> ::Array[Types::FarmSummary]
1106
1105
  def next_token: () -> ::String
1106
+ def farms: () -> ::Array[Types::FarmSummary]
1107
1107
  end
1108
1108
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_farms-instance_method
1109
1109
  def list_farms: (
1110
- ?max_results: ::Integer,
1111
1110
  ?next_token: ::String,
1112
- ?principal_id: ::String
1111
+ ?principal_id: ::String,
1112
+ ?max_results: ::Integer
1113
1113
  ) -> _ListFarmsResponseSuccess
1114
1114
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFarmsResponseSuccess
1115
1115
 
@@ -1122,8 +1122,8 @@ module Aws
1122
1122
  def list_fleet_members: (
1123
1123
  farm_id: ::String,
1124
1124
  fleet_id: ::String,
1125
- ?max_results: ::Integer,
1126
- ?next_token: ::String
1125
+ ?next_token: ::String,
1126
+ ?max_results: ::Integer
1127
1127
  ) -> _ListFleetMembersResponseSuccess
1128
1128
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFleetMembersResponseSuccess
1129
1129
 
@@ -1134,12 +1134,12 @@ module Aws
1134
1134
  end
1135
1135
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_fleets-instance_method
1136
1136
  def list_fleets: (
1137
- ?display_name: ::String,
1138
1137
  farm_id: ::String,
1139
- ?max_results: ::Integer,
1140
- ?next_token: ::String,
1141
1138
  ?principal_id: ::String,
1142
- ?status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED")
1139
+ ?display_name: ::String,
1140
+ ?status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED"),
1141
+ ?next_token: ::String,
1142
+ ?max_results: ::Integer
1143
1143
  ) -> _ListFleetsResponseSuccess
1144
1144
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFleetsResponseSuccess
1145
1145
 
@@ -1151,10 +1151,10 @@ module Aws
1151
1151
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_job_members-instance_method
1152
1152
  def list_job_members: (
1153
1153
  farm_id: ::String,
1154
+ queue_id: ::String,
1154
1155
  job_id: ::String,
1155
- ?max_results: ::Integer,
1156
1156
  ?next_token: ::String,
1157
- queue_id: ::String
1157
+ ?max_results: ::Integer
1158
1158
  ) -> _ListJobMembersResponseSuccess
1159
1159
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListJobMembersResponseSuccess
1160
1160
 
@@ -1166,10 +1166,10 @@ module Aws
1166
1166
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_jobs-instance_method
1167
1167
  def list_jobs: (
1168
1168
  farm_id: ::String,
1169
- ?max_results: ::Integer,
1170
- ?next_token: ::String,
1171
1169
  ?principal_id: ::String,
1172
- queue_id: ::String
1170
+ queue_id: ::String,
1171
+ ?next_token: ::String,
1172
+ ?max_results: ::Integer
1173
1173
  ) -> _ListJobsResponseSuccess
1174
1174
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListJobsResponseSuccess
1175
1175
 
@@ -1180,8 +1180,8 @@ module Aws
1180
1180
  end
1181
1181
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_license_endpoints-instance_method
1182
1182
  def list_license_endpoints: (
1183
- ?max_results: ::Integer,
1184
- ?next_token: ::String
1183
+ ?next_token: ::String,
1184
+ ?max_results: ::Integer
1185
1185
  ) -> _ListLicenseEndpointsResponseSuccess
1186
1186
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLicenseEndpointsResponseSuccess
1187
1187
 
@@ -1193,20 +1193,20 @@ module Aws
1193
1193
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_metered_products-instance_method
1194
1194
  def list_metered_products: (
1195
1195
  license_endpoint_id: ::String,
1196
- ?max_results: ::Integer,
1197
- ?next_token: ::String
1196
+ ?next_token: ::String,
1197
+ ?max_results: ::Integer
1198
1198
  ) -> _ListMeteredProductsResponseSuccess
1199
1199
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMeteredProductsResponseSuccess
1200
1200
 
1201
1201
  interface _ListMonitorsResponseSuccess
1202
1202
  include ::Seahorse::Client::_ResponseSuccess[Types::ListMonitorsResponse]
1203
- def monitors: () -> ::Array[Types::MonitorSummary]
1204
1203
  def next_token: () -> ::String
1204
+ def monitors: () -> ::Array[Types::MonitorSummary]
1205
1205
  end
1206
1206
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_monitors-instance_method
1207
1207
  def list_monitors: (
1208
- ?max_results: ::Integer,
1209
- ?next_token: ::String
1208
+ ?next_token: ::String,
1209
+ ?max_results: ::Integer
1210
1210
  ) -> _ListMonitorsResponseSuccess
1211
1211
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMonitorsResponseSuccess
1212
1212
 
@@ -1218,24 +1218,24 @@ module Aws
1218
1218
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_queue_environments-instance_method
1219
1219
  def list_queue_environments: (
1220
1220
  farm_id: ::String,
1221
- ?max_results: ::Integer,
1221
+ queue_id: ::String,
1222
1222
  ?next_token: ::String,
1223
- queue_id: ::String
1223
+ ?max_results: ::Integer
1224
1224
  ) -> _ListQueueEnvironmentsResponseSuccess
1225
1225
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQueueEnvironmentsResponseSuccess
1226
1226
 
1227
1227
  interface _ListQueueFleetAssociationsResponseSuccess
1228
1228
  include ::Seahorse::Client::_ResponseSuccess[Types::ListQueueFleetAssociationsResponse]
1229
- def next_token: () -> ::String
1230
1229
  def queue_fleet_associations: () -> ::Array[Types::QueueFleetAssociationSummary]
1230
+ def next_token: () -> ::String
1231
1231
  end
1232
1232
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_queue_fleet_associations-instance_method
1233
1233
  def list_queue_fleet_associations: (
1234
1234
  farm_id: ::String,
1235
+ ?queue_id: ::String,
1235
1236
  ?fleet_id: ::String,
1236
- ?max_results: ::Integer,
1237
1237
  ?next_token: ::String,
1238
- ?queue_id: ::String
1238
+ ?max_results: ::Integer
1239
1239
  ) -> _ListQueueFleetAssociationsResponseSuccess
1240
1240
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQueueFleetAssociationsResponseSuccess
1241
1241
 
@@ -1247,71 +1247,71 @@ module Aws
1247
1247
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_queue_members-instance_method
1248
1248
  def list_queue_members: (
1249
1249
  farm_id: ::String,
1250
- ?max_results: ::Integer,
1250
+ queue_id: ::String,
1251
1251
  ?next_token: ::String,
1252
- queue_id: ::String
1252
+ ?max_results: ::Integer
1253
1253
  ) -> _ListQueueMembersResponseSuccess
1254
1254
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQueueMembersResponseSuccess
1255
1255
 
1256
1256
  interface _ListQueuesResponseSuccess
1257
1257
  include ::Seahorse::Client::_ResponseSuccess[Types::ListQueuesResponse]
1258
- def next_token: () -> ::String
1259
1258
  def queues: () -> ::Array[Types::QueueSummary]
1259
+ def next_token: () -> ::String
1260
1260
  end
1261
1261
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_queues-instance_method
1262
1262
  def list_queues: (
1263
1263
  farm_id: ::String,
1264
- ?max_results: ::Integer,
1265
- ?next_token: ::String,
1266
1264
  ?principal_id: ::String,
1267
- ?status: ("IDLE" | "SCHEDULING" | "SCHEDULING_BLOCKED")
1265
+ ?status: ("IDLE" | "SCHEDULING" | "SCHEDULING_BLOCKED"),
1266
+ ?next_token: ::String,
1267
+ ?max_results: ::Integer
1268
1268
  ) -> _ListQueuesResponseSuccess
1269
1269
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQueuesResponseSuccess
1270
1270
 
1271
1271
  interface _ListSessionActionsResponseSuccess
1272
1272
  include ::Seahorse::Client::_ResponseSuccess[Types::ListSessionActionsResponse]
1273
- def next_token: () -> ::String
1274
1273
  def session_actions: () -> ::Array[Types::SessionActionSummary]
1274
+ def next_token: () -> ::String
1275
1275
  end
1276
1276
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_session_actions-instance_method
1277
1277
  def list_session_actions: (
1278
1278
  farm_id: ::String,
1279
- job_id: ::String,
1280
- ?max_results: ::Integer,
1281
- ?next_token: ::String,
1282
1279
  queue_id: ::String,
1280
+ job_id: ::String,
1283
1281
  ?session_id: ::String,
1284
- ?task_id: ::String
1282
+ ?task_id: ::String,
1283
+ ?next_token: ::String,
1284
+ ?max_results: ::Integer
1285
1285
  ) -> _ListSessionActionsResponseSuccess
1286
1286
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSessionActionsResponseSuccess
1287
1287
 
1288
1288
  interface _ListSessionsResponseSuccess
1289
1289
  include ::Seahorse::Client::_ResponseSuccess[Types::ListSessionsResponse]
1290
- def next_token: () -> ::String
1291
1290
  def sessions: () -> ::Array[Types::SessionSummary]
1291
+ def next_token: () -> ::String
1292
1292
  end
1293
1293
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_sessions-instance_method
1294
1294
  def list_sessions: (
1295
1295
  farm_id: ::String,
1296
+ queue_id: ::String,
1296
1297
  job_id: ::String,
1297
- ?max_results: ::Integer,
1298
1298
  ?next_token: ::String,
1299
- queue_id: ::String
1299
+ ?max_results: ::Integer
1300
1300
  ) -> _ListSessionsResponseSuccess
1301
1301
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSessionsResponseSuccess
1302
1302
 
1303
1303
  interface _ListSessionsForWorkerResponseSuccess
1304
1304
  include ::Seahorse::Client::_ResponseSuccess[Types::ListSessionsForWorkerResponse]
1305
- def next_token: () -> ::String
1306
1305
  def sessions: () -> ::Array[Types::WorkerSessionSummary]
1306
+ def next_token: () -> ::String
1307
1307
  end
1308
1308
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_sessions_for_worker-instance_method
1309
1309
  def list_sessions_for_worker: (
1310
1310
  farm_id: ::String,
1311
1311
  fleet_id: ::String,
1312
- ?max_results: ::Integer,
1312
+ worker_id: ::String,
1313
1313
  ?next_token: ::String,
1314
- worker_id: ::String
1314
+ ?max_results: ::Integer
1315
1315
  ) -> _ListSessionsForWorkerResponseSuccess
1316
1316
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSessionsForWorkerResponseSuccess
1317
1317
 
@@ -1323,11 +1323,11 @@ module Aws
1323
1323
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_step_consumers-instance_method
1324
1324
  def list_step_consumers: (
1325
1325
  farm_id: ::String,
1326
+ queue_id: ::String,
1326
1327
  job_id: ::String,
1327
- ?max_results: ::Integer,
1328
+ step_id: ::String,
1328
1329
  ?next_token: ::String,
1329
- queue_id: ::String,
1330
- step_id: ::String
1330
+ ?max_results: ::Integer
1331
1331
  ) -> _ListStepConsumersResponseSuccess
1332
1332
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStepConsumersResponseSuccess
1333
1333
 
@@ -1339,53 +1339,53 @@ module Aws
1339
1339
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_step_dependencies-instance_method
1340
1340
  def list_step_dependencies: (
1341
1341
  farm_id: ::String,
1342
+ queue_id: ::String,
1342
1343
  job_id: ::String,
1343
- ?max_results: ::Integer,
1344
+ step_id: ::String,
1344
1345
  ?next_token: ::String,
1345
- queue_id: ::String,
1346
- step_id: ::String
1346
+ ?max_results: ::Integer
1347
1347
  ) -> _ListStepDependenciesResponseSuccess
1348
1348
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStepDependenciesResponseSuccess
1349
1349
 
1350
1350
  interface _ListStepsResponseSuccess
1351
1351
  include ::Seahorse::Client::_ResponseSuccess[Types::ListStepsResponse]
1352
- def next_token: () -> ::String
1353
1352
  def steps: () -> ::Array[Types::StepSummary]
1353
+ def next_token: () -> ::String
1354
1354
  end
1355
1355
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_steps-instance_method
1356
1356
  def list_steps: (
1357
1357
  farm_id: ::String,
1358
+ queue_id: ::String,
1358
1359
  job_id: ::String,
1359
- ?max_results: ::Integer,
1360
1360
  ?next_token: ::String,
1361
- queue_id: ::String
1361
+ ?max_results: ::Integer
1362
1362
  ) -> _ListStepsResponseSuccess
1363
1363
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStepsResponseSuccess
1364
1364
 
1365
1365
  interface _ListStorageProfilesResponseSuccess
1366
1366
  include ::Seahorse::Client::_ResponseSuccess[Types::ListStorageProfilesResponse]
1367
- def next_token: () -> ::String
1368
1367
  def storage_profiles: () -> ::Array[Types::StorageProfileSummary]
1368
+ def next_token: () -> ::String
1369
1369
  end
1370
1370
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_storage_profiles-instance_method
1371
1371
  def list_storage_profiles: (
1372
1372
  farm_id: ::String,
1373
- ?max_results: ::Integer,
1374
- ?next_token: ::String
1373
+ ?next_token: ::String,
1374
+ ?max_results: ::Integer
1375
1375
  ) -> _ListStorageProfilesResponseSuccess
1376
1376
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStorageProfilesResponseSuccess
1377
1377
 
1378
1378
  interface _ListStorageProfilesForQueueResponseSuccess
1379
1379
  include ::Seahorse::Client::_ResponseSuccess[Types::ListStorageProfilesForQueueResponse]
1380
- def next_token: () -> ::String
1381
1380
  def storage_profiles: () -> ::Array[Types::StorageProfileSummary]
1381
+ def next_token: () -> ::String
1382
1382
  end
1383
1383
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_storage_profiles_for_queue-instance_method
1384
1384
  def list_storage_profiles_for_queue: (
1385
1385
  farm_id: ::String,
1386
- ?max_results: ::Integer,
1386
+ queue_id: ::String,
1387
1387
  ?next_token: ::String,
1388
- queue_id: ::String
1388
+ ?max_results: ::Integer
1389
1389
  ) -> _ListStorageProfilesForQueueResponseSuccess
1390
1390
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStorageProfilesForQueueResponseSuccess
1391
1391
 
@@ -1401,17 +1401,17 @@ module Aws
1401
1401
 
1402
1402
  interface _ListTasksResponseSuccess
1403
1403
  include ::Seahorse::Client::_ResponseSuccess[Types::ListTasksResponse]
1404
- def next_token: () -> ::String
1405
1404
  def tasks: () -> ::Array[Types::TaskSummary]
1405
+ def next_token: () -> ::String
1406
1406
  end
1407
1407
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_tasks-instance_method
1408
1408
  def list_tasks: (
1409
1409
  farm_id: ::String,
1410
+ queue_id: ::String,
1410
1411
  job_id: ::String,
1411
- ?max_results: ::Integer,
1412
+ step_id: ::String,
1412
1413
  ?next_token: ::String,
1413
- queue_id: ::String,
1414
- step_id: ::String
1414
+ ?max_results: ::Integer
1415
1415
  ) -> _ListTasksResponseSuccess
1416
1416
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTasksResponseSuccess
1417
1417
 
@@ -1424,8 +1424,8 @@ module Aws
1424
1424
  def list_workers: (
1425
1425
  farm_id: ::String,
1426
1426
  fleet_id: ::String,
1427
- ?max_results: ::Integer,
1428
- ?next_token: ::String
1427
+ ?next_token: ::String,
1428
+ ?max_results: ::Integer
1429
1429
  ) -> _ListWorkersResponseSuccess
1430
1430
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkersResponseSuccess
1431
1431
 
@@ -1448,15 +1448,15 @@ module Aws
1448
1448
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#search_jobs-instance_method
1449
1449
  def search_jobs: (
1450
1450
  farm_id: ::String,
1451
+ queue_ids: Array[::String],
1451
1452
  ?filter_expressions: {
1452
1453
  filters: Array[
1453
1454
  {
1454
1455
  date_time_filter: {
1455
- date_time: ::Time,
1456
1456
  name: ::String,
1457
- operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN")
1457
+ operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
1458
+ date_time: ::Time
1458
1459
  }?,
1459
- group_filter: untyped?,
1460
1460
  parameter_filter: {
1461
1461
  name: ::String,
1462
1462
  operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
@@ -1469,50 +1469,51 @@ module Aws
1469
1469
  name: ::String,
1470
1470
  operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
1471
1471
  value: ::String
1472
- }?
1472
+ }?,
1473
+ group_filter: untyped?
1473
1474
  },
1474
1475
  ],
1475
1476
  operator: ("AND" | "OR")
1476
1477
  },
1477
- item_offset: ::Integer,
1478
- ?page_size: ::Integer,
1479
- queue_ids: Array[::String],
1480
1478
  ?sort_expressions: Array[
1481
1479
  {
1480
+ user_jobs_first: {
1481
+ user_identity_id: ::String
1482
+ }?,
1482
1483
  field_sort: {
1483
- name: ::String,
1484
- sort_order: ("ASCENDING" | "DESCENDING")
1484
+ sort_order: ("ASCENDING" | "DESCENDING"),
1485
+ name: ::String
1485
1486
  }?,
1486
1487
  parameter_sort: {
1487
- name: ::String,
1488
- sort_order: ("ASCENDING" | "DESCENDING")
1489
- }?,
1490
- user_jobs_first: {
1491
- user_identity_id: ::String
1488
+ sort_order: ("ASCENDING" | "DESCENDING"),
1489
+ name: ::String
1492
1490
  }?
1493
1491
  },
1494
- ]
1492
+ ],
1493
+ item_offset: ::Integer,
1494
+ ?page_size: ::Integer
1495
1495
  ) -> _SearchJobsResponseSuccess
1496
1496
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchJobsResponseSuccess
1497
1497
 
1498
1498
  interface _SearchStepsResponseSuccess
1499
1499
  include ::Seahorse::Client::_ResponseSuccess[Types::SearchStepsResponse]
1500
- def next_item_offset: () -> ::Integer
1501
1500
  def steps: () -> ::Array[Types::StepSearchSummary]
1501
+ def next_item_offset: () -> ::Integer
1502
1502
  def total_results: () -> ::Integer
1503
1503
  end
1504
1504
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#search_steps-instance_method
1505
1505
  def search_steps: (
1506
1506
  farm_id: ::String,
1507
+ queue_ids: Array[::String],
1508
+ ?job_id: ::String,
1507
1509
  ?filter_expressions: {
1508
1510
  filters: Array[
1509
1511
  {
1510
1512
  date_time_filter: {
1511
- date_time: ::Time,
1512
1513
  name: ::String,
1513
- operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN")
1514
+ operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
1515
+ date_time: ::Time
1514
1516
  }?,
1515
- group_filter: untyped?,
1516
1517
  parameter_filter: {
1517
1518
  name: ::String,
1518
1519
  operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
@@ -1525,51 +1526,51 @@ module Aws
1525
1526
  name: ::String,
1526
1527
  operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
1527
1528
  value: ::String
1528
- }?
1529
+ }?,
1530
+ group_filter: untyped?
1529
1531
  },
1530
1532
  ],
1531
1533
  operator: ("AND" | "OR")
1532
1534
  },
1533
- item_offset: ::Integer,
1534
- ?job_id: ::String,
1535
- ?page_size: ::Integer,
1536
- queue_ids: Array[::String],
1537
1535
  ?sort_expressions: Array[
1538
1536
  {
1537
+ user_jobs_first: {
1538
+ user_identity_id: ::String
1539
+ }?,
1539
1540
  field_sort: {
1540
- name: ::String,
1541
- sort_order: ("ASCENDING" | "DESCENDING")
1541
+ sort_order: ("ASCENDING" | "DESCENDING"),
1542
+ name: ::String
1542
1543
  }?,
1543
1544
  parameter_sort: {
1544
- name: ::String,
1545
- sort_order: ("ASCENDING" | "DESCENDING")
1546
- }?,
1547
- user_jobs_first: {
1548
- user_identity_id: ::String
1545
+ sort_order: ("ASCENDING" | "DESCENDING"),
1546
+ name: ::String
1549
1547
  }?
1550
1548
  },
1551
- ]
1549
+ ],
1550
+ item_offset: ::Integer,
1551
+ ?page_size: ::Integer
1552
1552
  ) -> _SearchStepsResponseSuccess
1553
1553
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchStepsResponseSuccess
1554
1554
 
1555
1555
  interface _SearchTasksResponseSuccess
1556
1556
  include ::Seahorse::Client::_ResponseSuccess[Types::SearchTasksResponse]
1557
- def next_item_offset: () -> ::Integer
1558
1557
  def tasks: () -> ::Array[Types::TaskSearchSummary]
1558
+ def next_item_offset: () -> ::Integer
1559
1559
  def total_results: () -> ::Integer
1560
1560
  end
1561
1561
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#search_tasks-instance_method
1562
1562
  def search_tasks: (
1563
1563
  farm_id: ::String,
1564
+ queue_ids: Array[::String],
1565
+ ?job_id: ::String,
1564
1566
  ?filter_expressions: {
1565
1567
  filters: Array[
1566
1568
  {
1567
1569
  date_time_filter: {
1568
- date_time: ::Time,
1569
1570
  name: ::String,
1570
- operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN")
1571
+ operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
1572
+ date_time: ::Time
1571
1573
  }?,
1572
- group_filter: untyped?,
1573
1574
  parameter_filter: {
1574
1575
  name: ::String,
1575
1576
  operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
@@ -1582,51 +1583,50 @@ module Aws
1582
1583
  name: ::String,
1583
1584
  operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
1584
1585
  value: ::String
1585
- }?
1586
+ }?,
1587
+ group_filter: untyped?
1586
1588
  },
1587
1589
  ],
1588
1590
  operator: ("AND" | "OR")
1589
1591
  },
1590
- item_offset: ::Integer,
1591
- ?job_id: ::String,
1592
- ?page_size: ::Integer,
1593
- queue_ids: Array[::String],
1594
1592
  ?sort_expressions: Array[
1595
1593
  {
1594
+ user_jobs_first: {
1595
+ user_identity_id: ::String
1596
+ }?,
1596
1597
  field_sort: {
1597
- name: ::String,
1598
- sort_order: ("ASCENDING" | "DESCENDING")
1598
+ sort_order: ("ASCENDING" | "DESCENDING"),
1599
+ name: ::String
1599
1600
  }?,
1600
1601
  parameter_sort: {
1601
- name: ::String,
1602
- sort_order: ("ASCENDING" | "DESCENDING")
1603
- }?,
1604
- user_jobs_first: {
1605
- user_identity_id: ::String
1602
+ sort_order: ("ASCENDING" | "DESCENDING"),
1603
+ name: ::String
1606
1604
  }?
1607
1605
  },
1608
- ]
1606
+ ],
1607
+ item_offset: ::Integer,
1608
+ ?page_size: ::Integer
1609
1609
  ) -> _SearchTasksResponseSuccess
1610
1610
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchTasksResponseSuccess
1611
1611
 
1612
1612
  interface _SearchWorkersResponseSuccess
1613
1613
  include ::Seahorse::Client::_ResponseSuccess[Types::SearchWorkersResponse]
1614
+ def workers: () -> ::Array[Types::WorkerSearchSummary]
1614
1615
  def next_item_offset: () -> ::Integer
1615
1616
  def total_results: () -> ::Integer
1616
- def workers: () -> ::Array[Types::WorkerSearchSummary]
1617
1617
  end
1618
1618
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#search_workers-instance_method
1619
1619
  def search_workers: (
1620
1620
  farm_id: ::String,
1621
+ fleet_ids: Array[::String],
1621
1622
  ?filter_expressions: {
1622
1623
  filters: Array[
1623
1624
  {
1624
1625
  date_time_filter: {
1625
- date_time: ::Time,
1626
1626
  name: ::String,
1627
- operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN")
1627
+ operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
1628
+ date_time: ::Time
1628
1629
  }?,
1629
- group_filter: untyped?,
1630
1630
  parameter_filter: {
1631
1631
  name: ::String,
1632
1632
  operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
@@ -1639,29 +1639,29 @@ module Aws
1639
1639
  name: ::String,
1640
1640
  operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN"),
1641
1641
  value: ::String
1642
- }?
1642
+ }?,
1643
+ group_filter: untyped?
1643
1644
  },
1644
1645
  ],
1645
1646
  operator: ("AND" | "OR")
1646
1647
  },
1647
- fleet_ids: Array[::String],
1648
- item_offset: ::Integer,
1649
- ?page_size: ::Integer,
1650
1648
  ?sort_expressions: Array[
1651
1649
  {
1650
+ user_jobs_first: {
1651
+ user_identity_id: ::String
1652
+ }?,
1652
1653
  field_sort: {
1653
- name: ::String,
1654
- sort_order: ("ASCENDING" | "DESCENDING")
1654
+ sort_order: ("ASCENDING" | "DESCENDING"),
1655
+ name: ::String
1655
1656
  }?,
1656
1657
  parameter_sort: {
1657
- name: ::String,
1658
- sort_order: ("ASCENDING" | "DESCENDING")
1659
- }?,
1660
- user_jobs_first: {
1661
- user_identity_id: ::String
1658
+ sort_order: ("ASCENDING" | "DESCENDING"),
1659
+ name: ::String
1662
1660
  }?
1663
1661
  },
1664
- ]
1662
+ ],
1663
+ item_offset: ::Integer,
1664
+ ?page_size: ::Integer
1665
1665
  ) -> _SearchWorkersResponseSuccess
1666
1666
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchWorkersResponseSuccess
1667
1667
 
@@ -1671,17 +1671,17 @@ module Aws
1671
1671
  end
1672
1672
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#start_sessions_statistics_aggregation-instance_method
1673
1673
  def start_sessions_statistics_aggregation: (
1674
- end_time: ::Time,
1675
1674
  farm_id: ::String,
1676
- group_by: Array[("QUEUE_ID" | "FLEET_ID" | "JOB_ID" | "USER_ID" | "USAGE_TYPE" | "INSTANCE_TYPE" | "LICENSE_PRODUCT")],
1677
- ?period: ("HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY"),
1678
1675
  resource_ids: {
1679
- fleet_ids: Array[::String]?,
1680
- queue_ids: Array[::String]?
1676
+ queue_ids: Array[::String]?,
1677
+ fleet_ids: Array[::String]?
1681
1678
  },
1682
1679
  start_time: ::Time,
1683
- statistics: Array[("SUM" | "MIN" | "MAX" | "AVG")],
1684
- ?timezone: ::String
1680
+ end_time: ::Time,
1681
+ ?timezone: ::String,
1682
+ ?period: ("HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY"),
1683
+ group_by: Array[("QUEUE_ID" | "FLEET_ID" | "JOB_ID" | "USER_ID" | "USAGE_TYPE" | "INSTANCE_TYPE" | "LICENSE_PRODUCT")],
1684
+ statistics: Array[("SUM" | "MIN" | "MAX" | "AVG")]
1685
1685
  ) -> _StartSessionsStatisticsAggregationResponseSuccess
1686
1686
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSessionsStatisticsAggregationResponseSuccess
1687
1687
 
@@ -1710,32 +1710,32 @@ module Aws
1710
1710
  end
1711
1711
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#update_budget-instance_method
1712
1712
  def update_budget: (
1713
+ ?client_token: ::String,
1714
+ farm_id: ::String,
1715
+ budget_id: ::String,
1716
+ ?display_name: ::String,
1717
+ ?description: ::String,
1718
+ ?status: ("ACTIVE" | "INACTIVE"),
1719
+ ?approximate_dollar_limit: ::Float,
1713
1720
  ?actions_to_add: Array[
1714
1721
  {
1715
- description: ::String?,
1722
+ type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
1716
1723
  threshold_percentage: ::Float,
1717
- type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
1724
+ description: ::String?
1718
1725
  },
1719
1726
  ],
1720
1727
  ?actions_to_remove: Array[
1721
1728
  {
1722
- threshold_percentage: ::Float,
1723
- type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
1729
+ type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
1730
+ threshold_percentage: ::Float
1724
1731
  },
1725
1732
  ],
1726
- ?approximate_dollar_limit: ::Float,
1727
- budget_id: ::String,
1728
- ?client_token: ::String,
1729
- ?description: ::String,
1730
- ?display_name: ::String,
1731
- farm_id: ::String,
1732
1733
  ?schedule: {
1733
1734
  fixed: {
1734
- end_time: ::Time,
1735
- start_time: ::Time
1735
+ start_time: ::Time,
1736
+ end_time: ::Time
1736
1737
  }?
1737
- },
1738
- ?status: ("ACTIVE" | "INACTIVE")
1738
+ }
1739
1739
  ) -> _UpdateBudgetResponseSuccess
1740
1740
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBudgetResponseSuccess
1741
1741
 
@@ -1744,9 +1744,9 @@ module Aws
1744
1744
  end
1745
1745
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#update_farm-instance_method
1746
1746
  def update_farm: (
1747
- ?description: ::String,
1747
+ farm_id: ::String,
1748
1748
  ?display_name: ::String,
1749
- farm_id: ::String
1749
+ ?description: ::String
1750
1750
  ) -> _UpdateFarmResponseSuccess
1751
1751
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFarmResponseSuccess
1752
1752
 
@@ -1756,26 +1756,41 @@ module Aws
1756
1756
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#update_fleet-instance_method
1757
1757
  def update_fleet: (
1758
1758
  ?client_token: ::String,
1759
+ farm_id: ::String,
1760
+ fleet_id: ::String,
1761
+ ?display_name: ::String,
1762
+ ?description: ::String,
1763
+ ?role_arn: ::String,
1764
+ ?min_worker_count: ::Integer,
1765
+ ?max_worker_count: ::Integer,
1759
1766
  ?configuration: {
1760
1767
  customer_managed: {
1761
1768
  mode: ("NO_SCALING" | "EVENT_BASED_AUTO_SCALING"),
1762
- storage_profile_id: ::String?,
1763
1769
  worker_capabilities: {
1770
+ v_cpu_count: {
1771
+ min: ::Integer,
1772
+ max: ::Integer?
1773
+ },
1774
+ memory_mi_b: {
1775
+ min: ::Integer,
1776
+ max: ::Integer?
1777
+ },
1778
+ accelerator_types: Array[("gpu")]?,
1764
1779
  accelerator_count: {
1765
- max: ::Integer?,
1766
- min: ::Integer
1780
+ min: ::Integer,
1781
+ max: ::Integer?
1767
1782
  }?,
1768
1783
  accelerator_total_memory_mi_b: {
1769
- max: ::Integer?,
1770
- min: ::Integer
1784
+ min: ::Integer,
1785
+ max: ::Integer?
1771
1786
  }?,
1772
- accelerator_types: Array[("gpu")]?,
1787
+ os_family: ("WINDOWS" | "LINUX" | "MACOS"),
1773
1788
  cpu_architecture_type: ("x86_64" | "arm64"),
1774
1789
  custom_amounts: Array[
1775
1790
  {
1776
- max: ::Float?,
1791
+ name: ::String,
1777
1792
  min: ::Float,
1778
- name: ::String
1793
+ max: ::Float?
1779
1794
  },
1780
1795
  ]?,
1781
1796
  custom_attributes: Array[
@@ -1783,27 +1798,34 @@ module Aws
1783
1798
  name: ::String,
1784
1799
  values: Array[::String]
1785
1800
  },
1786
- ]?,
1787
- memory_mi_b: {
1788
- max: ::Integer?,
1789
- min: ::Integer
1790
- },
1791
- os_family: ("WINDOWS" | "LINUX" | "MACOS"),
1792
- v_cpu_count: {
1793
- max: ::Integer?,
1794
- min: ::Integer
1795
- }
1796
- }
1801
+ ]?
1802
+ },
1803
+ storage_profile_id: ::String?
1797
1804
  }?,
1798
1805
  service_managed_ec2: {
1799
1806
  instance_capabilities: {
1800
- allowed_instance_types: Array[::String]?,
1807
+ v_cpu_count: {
1808
+ min: ::Integer,
1809
+ max: ::Integer?
1810
+ },
1811
+ memory_mi_b: {
1812
+ min: ::Integer,
1813
+ max: ::Integer?
1814
+ },
1815
+ os_family: ("WINDOWS" | "LINUX"),
1801
1816
  cpu_architecture_type: ("x86_64" | "arm64"),
1817
+ root_ebs_volume: {
1818
+ size_gi_b: ::Integer?,
1819
+ iops: ::Integer?,
1820
+ throughput_mi_b: ::Integer?
1821
+ }?,
1822
+ allowed_instance_types: Array[::String]?,
1823
+ excluded_instance_types: Array[::String]?,
1802
1824
  custom_amounts: Array[
1803
1825
  {
1804
- max: ::Float?,
1826
+ name: ::String,
1805
1827
  min: ::Float,
1806
- name: ::String
1828
+ max: ::Float?
1807
1829
  },
1808
1830
  ]?,
1809
1831
  custom_attributes: Array[
@@ -1811,35 +1833,13 @@ module Aws
1811
1833
  name: ::String,
1812
1834
  values: Array[::String]
1813
1835
  },
1814
- ]?,
1815
- excluded_instance_types: Array[::String]?,
1816
- memory_mi_b: {
1817
- max: ::Integer?,
1818
- min: ::Integer
1819
- },
1820
- os_family: ("WINDOWS" | "LINUX"),
1821
- root_ebs_volume: {
1822
- iops: ::Integer?,
1823
- size_gi_b: ::Integer?,
1824
- throughput_mi_b: ::Integer?
1825
- }?,
1826
- v_cpu_count: {
1827
- max: ::Integer?,
1828
- min: ::Integer
1829
- }
1836
+ ]?
1830
1837
  },
1831
1838
  instance_market_options: {
1832
1839
  type: ("on-demand" | "spot")
1833
1840
  }
1834
1841
  }?
1835
- },
1836
- ?description: ::String,
1837
- ?display_name: ::String,
1838
- farm_id: ::String,
1839
- fleet_id: ::String,
1840
- ?max_worker_count: ::Integer,
1841
- ?min_worker_count: ::Integer,
1842
- ?role_arn: ::String
1842
+ }
1843
1843
  ) -> _UpdateFleetResponseSuccess
1844
1844
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFleetResponseSuccess
1845
1845
 
@@ -1850,13 +1850,13 @@ module Aws
1850
1850
  def update_job: (
1851
1851
  ?client_token: ::String,
1852
1852
  farm_id: ::String,
1853
+ queue_id: ::String,
1853
1854
  job_id: ::String,
1854
- ?lifecycle_status: ("ARCHIVED"),
1855
+ ?target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING"),
1856
+ ?priority: ::Integer,
1855
1857
  ?max_failed_tasks_count: ::Integer,
1856
1858
  ?max_retries_per_task: ::Integer,
1857
- ?priority: ::Integer,
1858
- queue_id: ::String,
1859
- ?target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
1859
+ ?lifecycle_status: ("ARCHIVED")
1860
1860
  ) -> _UpdateJobResponseSuccess
1861
1861
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateJobResponseSuccess
1862
1862
 
@@ -1865,10 +1865,10 @@ module Aws
1865
1865
  end
1866
1866
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#update_monitor-instance_method
1867
1867
  def update_monitor: (
1868
- ?display_name: ::String,
1869
1868
  monitor_id: ::String,
1870
- ?role_arn: ::String,
1871
- ?subdomain: ::String
1869
+ ?subdomain: ::String,
1870
+ ?display_name: ::String,
1871
+ ?role_arn: ::String
1872
1872
  ) -> _UpdateMonitorResponseSuccess
1873
1873
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMonitorResponseSuccess
1874
1874
 
@@ -1877,32 +1877,32 @@ module Aws
1877
1877
  end
1878
1878
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#update_queue-instance_method
1879
1879
  def update_queue: (
1880
- ?allowed_storage_profile_ids_to_add: Array[::String],
1881
- ?allowed_storage_profile_ids_to_remove: Array[::String],
1882
1880
  ?client_token: ::String,
1883
- ?default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
1884
- ?description: ::String,
1885
- ?display_name: ::String,
1886
1881
  farm_id: ::String,
1882
+ queue_id: ::String,
1883
+ ?display_name: ::String,
1884
+ ?description: ::String,
1885
+ ?default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
1887
1886
  ?job_attachment_settings: {
1888
- root_prefix: ::String,
1889
- s3_bucket_name: ::String
1887
+ s3_bucket_name: ::String,
1888
+ root_prefix: ::String
1890
1889
  },
1890
+ ?role_arn: ::String,
1891
1891
  ?job_run_as_user: {
1892
1892
  posix: {
1893
- group: ::String,
1894
- user: ::String
1893
+ user: ::String,
1894
+ group: ::String
1895
1895
  }?,
1896
- run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER"),
1897
1896
  windows: {
1898
- password_arn: ::String,
1899
- user: ::String
1900
- }?
1897
+ user: ::String,
1898
+ password_arn: ::String
1899
+ }?,
1900
+ run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER")
1901
1901
  },
1902
- queue_id: ::String,
1903
1902
  ?required_file_system_location_names_to_add: Array[::String],
1904
1903
  ?required_file_system_location_names_to_remove: Array[::String],
1905
- ?role_arn: ::String
1904
+ ?allowed_storage_profile_ids_to_add: Array[::String],
1905
+ ?allowed_storage_profile_ids_to_remove: Array[::String]
1906
1906
  ) -> _UpdateQueueResponseSuccess
1907
1907
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQueueResponseSuccess
1908
1908
 
@@ -1913,11 +1913,11 @@ module Aws
1913
1913
  def update_queue_environment: (
1914
1914
  ?client_token: ::String,
1915
1915
  farm_id: ::String,
1916
- ?priority: ::Integer,
1917
- queue_environment_id: ::String,
1918
1916
  queue_id: ::String,
1919
- ?template: ::String,
1920
- ?template_type: ("JSON" | "YAML")
1917
+ queue_environment_id: ::String,
1918
+ ?priority: ::Integer,
1919
+ ?template_type: ("JSON" | "YAML"),
1920
+ ?template: ::String
1921
1921
  ) -> _UpdateQueueEnvironmentResponseSuccess
1922
1922
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQueueEnvironmentResponseSuccess
1923
1923
 
@@ -1927,8 +1927,8 @@ module Aws
1927
1927
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#update_queue_fleet_association-instance_method
1928
1928
  def update_queue_fleet_association: (
1929
1929
  farm_id: ::String,
1930
- fleet_id: ::String,
1931
1930
  queue_id: ::String,
1931
+ fleet_id: ::String,
1932
1932
  status: ("ACTIVE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
1933
1933
  ) -> _UpdateQueueFleetAssociationResponseSuccess
1934
1934
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQueueFleetAssociationResponseSuccess
@@ -1940,8 +1940,8 @@ module Aws
1940
1940
  def update_session: (
1941
1941
  ?client_token: ::String,
1942
1942
  farm_id: ::String,
1943
- job_id: ::String,
1944
1943
  queue_id: ::String,
1944
+ job_id: ::String,
1945
1945
  session_id: ::String,
1946
1946
  target_lifecycle_status: ("ENDED")
1947
1947
  ) -> _UpdateSessionResponseSuccess
@@ -1954,8 +1954,8 @@ module Aws
1954
1954
  def update_step: (
1955
1955
  ?client_token: ::String,
1956
1956
  farm_id: ::String,
1957
- job_id: ::String,
1958
1957
  queue_id: ::String,
1958
+ job_id: ::String,
1959
1959
  step_id: ::String,
1960
1960
  target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
1961
1961
  ) -> _UpdateStepResponseSuccess
@@ -1967,8 +1967,10 @@ module Aws
1967
1967
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#update_storage_profile-instance_method
1968
1968
  def update_storage_profile: (
1969
1969
  ?client_token: ::String,
1970
- ?display_name: ::String,
1971
1970
  farm_id: ::String,
1971
+ storage_profile_id: ::String,
1972
+ ?display_name: ::String,
1973
+ ?os_family: ("WINDOWS" | "LINUX" | "MACOS"),
1972
1974
  ?file_system_locations_to_add: Array[
1973
1975
  {
1974
1976
  name: ::String,
@@ -1982,9 +1984,7 @@ module Aws
1982
1984
  path: ::String,
1983
1985
  type: ("SHARED" | "LOCAL")
1984
1986
  },
1985
- ],
1986
- ?os_family: ("WINDOWS" | "LINUX" | "MACOS"),
1987
- storage_profile_id: ::String
1987
+ ]
1988
1988
  ) -> _UpdateStorageProfileResponseSuccess
1989
1989
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStorageProfileResponseSuccess
1990
1990
 
@@ -1995,11 +1995,11 @@ module Aws
1995
1995
  def update_task: (
1996
1996
  ?client_token: ::String,
1997
1997
  farm_id: ::String,
1998
- job_id: ::String,
1999
1998
  queue_id: ::String,
1999
+ job_id: ::String,
2000
2000
  step_id: ::String,
2001
- target_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING"),
2002
- task_id: ::String
2001
+ task_id: ::String,
2002
+ target_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
2003
2003
  ) -> _UpdateTaskResponseSuccess
2004
2004
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTaskResponseSuccess
2005
2005
 
@@ -2009,6 +2009,10 @@ module Aws
2009
2009
  end
2010
2010
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#update_worker-instance_method
2011
2011
  def update_worker: (
2012
+ farm_id: ::String,
2013
+ fleet_id: ::String,
2014
+ worker_id: ::String,
2015
+ ?status: ("STARTED" | "STOPPING" | "STOPPED"),
2012
2016
  ?capabilities: {
2013
2017
  amounts: Array[
2014
2018
  {
@@ -2023,17 +2027,13 @@ module Aws
2023
2027
  },
2024
2028
  ]
2025
2029
  },
2026
- farm_id: ::String,
2027
- fleet_id: ::String,
2028
2030
  ?host_properties: {
2029
- host_name: ::String?,
2030
2031
  ip_addresses: {
2031
2032
  ip_v4_addresses: Array[::String]?,
2032
2033
  ip_v6_addresses: Array[::String]?
2033
- }?
2034
- },
2035
- ?status: ("STARTED" | "STOPPING" | "STOPPED"),
2036
- worker_id: ::String
2034
+ }?,
2035
+ host_name: ::String?
2036
+ }
2037
2037
  ) -> _UpdateWorkerResponseSuccess
2038
2038
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkerResponseSuccess
2039
2039
 
@@ -2048,16 +2048,16 @@ module Aws
2048
2048
  def update_worker_schedule: (
2049
2049
  farm_id: ::String,
2050
2050
  fleet_id: ::String,
2051
+ worker_id: ::String,
2051
2052
  ?updated_session_actions: Hash[::String, {
2052
2053
  completed_status: ("SUCCEEDED" | "FAILED" | "INTERRUPTED" | "CANCELED" | "NEVER_ATTEMPTED")?,
2053
- ended_at: ::Time?,
2054
2054
  process_exit_code: ::Integer?,
2055
2055
  progress_message: ::String?,
2056
- progress_percent: ::Float?,
2057
2056
  started_at: ::Time?,
2058
- updated_at: ::Time?
2059
- }],
2060
- worker_id: ::String
2057
+ ended_at: ::Time?,
2058
+ updated_at: ::Time?,
2059
+ progress_percent: ::Float?
2060
+ }]
2061
2061
  ) -> _UpdateWorkerScheduleResponseSuccess
2062
2062
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkerScheduleResponseSuccess
2063
2063
 
@@ -2083,8 +2083,8 @@ module Aws
2083
2083
  | (:license_endpoint_valid waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetLicenseEndpointResponseSuccess
2084
2084
  | (:queue_fleet_association_stopped waiter_name,
2085
2085
  farm_id: ::String,
2086
- fleet_id: ::String,
2087
- queue_id: ::String
2086
+ queue_id: ::String,
2087
+ fleet_id: ::String
2088
2088
  ) -> Client::_GetQueueFleetAssociationResponseSuccess
2089
2089
  | (:queue_fleet_association_stopped waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetQueueFleetAssociationResponseSuccess
2090
2090
  | (:queue_scheduling waiter_name,