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