aws-sdk-deadline 1.53.0 → 1.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +6 -8
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +33 -473
- data/sig/params.rbs +214 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5321055b95a2665c9862e7c3759f53869b6eb21e309f3d1101ad3c9784fe96b7
|
|
4
|
+
data.tar.gz: f1caefd0c78dbe1be868f6470ae42c83d22c068ca9687bdc92e392453bf30d06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7d34bf3823fb17708e9bf45eaa4183ae0e2207d99b95c4f0d3f8bed1dd489728b76ee895c6254b1c1816a899263eaf6a4dc634ebad96733a8a25da84f38b488
|
|
7
|
+
data.tar.gz: 5eb8274a8e78e8350001faf32e257b0dc7f71901805b0fa8648560597f420676ef4faf346a9065f19a3e796f21211cacd7674d8d1e2521c63edf5dfebd932d7b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.55.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.54.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.53.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.55.0
|
|
@@ -199,7 +199,7 @@ module Aws::Deadline
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Deadline
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -8149,7 +8147,7 @@ module Aws::Deadline
|
|
|
8149
8147
|
tracer: tracer
|
|
8150
8148
|
)
|
|
8151
8149
|
context[:gem_name] = 'aws-sdk-deadline'
|
|
8152
|
-
context[:gem_version] = '1.
|
|
8150
|
+
context[:gem_version] = '1.55.0'
|
|
8153
8151
|
Seahorse::Client::Request.new(handlers, context)
|
|
8154
8152
|
end
|
|
8155
8153
|
|
data/lib/aws-sdk-deadline.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -204,7 +204,7 @@ module Aws
|
|
|
204
204
|
farm_id: ::String,
|
|
205
205
|
queue_id: ::String,
|
|
206
206
|
job_id: ::String
|
|
207
|
-
}
|
|
207
|
+
}
|
|
208
208
|
]
|
|
209
209
|
) -> _BatchGetJobResponseSuccess
|
|
210
210
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetJobResponseSuccess
|
|
@@ -235,7 +235,7 @@ module Aws
|
|
|
235
235
|
job_id: ::String,
|
|
236
236
|
environment_id: ::String
|
|
237
237
|
}?
|
|
238
|
-
}
|
|
238
|
+
}
|
|
239
239
|
]
|
|
240
240
|
) -> _BatchGetJobEntityResponseSuccess
|
|
241
241
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetJobEntityResponseSuccess
|
|
@@ -253,7 +253,7 @@ module Aws
|
|
|
253
253
|
queue_id: ::String,
|
|
254
254
|
job_id: ::String,
|
|
255
255
|
session_id: ::String
|
|
256
|
-
}
|
|
256
|
+
}
|
|
257
257
|
]
|
|
258
258
|
) -> _BatchGetSessionResponseSuccess
|
|
259
259
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetSessionResponseSuccess
|
|
@@ -271,7 +271,7 @@ module Aws
|
|
|
271
271
|
queue_id: ::String,
|
|
272
272
|
job_id: ::String,
|
|
273
273
|
session_action_id: ::String
|
|
274
|
-
}
|
|
274
|
+
}
|
|
275
275
|
]
|
|
276
276
|
) -> _BatchGetSessionActionResponseSuccess
|
|
277
277
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetSessionActionResponseSuccess
|
|
@@ -289,7 +289,7 @@ module Aws
|
|
|
289
289
|
queue_id: ::String,
|
|
290
290
|
job_id: ::String,
|
|
291
291
|
step_id: ::String
|
|
292
|
-
}
|
|
292
|
+
}
|
|
293
293
|
]
|
|
294
294
|
) -> _BatchGetStepResponseSuccess
|
|
295
295
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetStepResponseSuccess
|
|
@@ -308,7 +308,7 @@ module Aws
|
|
|
308
308
|
job_id: ::String,
|
|
309
309
|
step_id: ::String,
|
|
310
310
|
task_id: ::String
|
|
311
|
-
}
|
|
311
|
+
}
|
|
312
312
|
]
|
|
313
313
|
) -> _BatchGetTaskResponseSuccess
|
|
314
314
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetTaskResponseSuccess
|
|
@@ -325,7 +325,7 @@ module Aws
|
|
|
325
325
|
farm_id: ::String,
|
|
326
326
|
fleet_id: ::String,
|
|
327
327
|
worker_id: ::String
|
|
328
|
-
}
|
|
328
|
+
}
|
|
329
329
|
]
|
|
330
330
|
) -> _BatchGetWorkerResponseSuccess
|
|
331
331
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetWorkerResponseSuccess
|
|
@@ -350,7 +350,7 @@ module Aws
|
|
|
350
350
|
max_worker_count: ::Integer?,
|
|
351
351
|
name: ::String?,
|
|
352
352
|
description: ::String?
|
|
353
|
-
}
|
|
353
|
+
}
|
|
354
354
|
]
|
|
355
355
|
) -> _BatchUpdateJobResponseSuccess
|
|
356
356
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateJobResponseSuccess
|
|
@@ -370,7 +370,7 @@ module Aws
|
|
|
370
370
|
step_id: ::String,
|
|
371
371
|
task_id: ::String,
|
|
372
372
|
target_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
|
373
|
-
}
|
|
373
|
+
}
|
|
374
374
|
]
|
|
375
375
|
) -> _BatchUpdateTaskResponseSuccess
|
|
376
376
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateTaskResponseSuccess
|
|
@@ -410,7 +410,7 @@ module Aws
|
|
|
410
410
|
type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
|
|
411
411
|
threshold_percentage: ::Float,
|
|
412
412
|
description: ::String?
|
|
413
|
-
}
|
|
413
|
+
}
|
|
414
414
|
],
|
|
415
415
|
schedule: {
|
|
416
416
|
fixed: {
|
|
@@ -450,110 +450,7 @@ module Aws
|
|
|
450
450
|
role_arn: ::String,
|
|
451
451
|
?min_worker_count: ::Integer,
|
|
452
452
|
max_worker_count: ::Integer,
|
|
453
|
-
configuration:
|
|
454
|
-
customer_managed: {
|
|
455
|
-
mode: ("NO_SCALING" | "EVENT_BASED_AUTO_SCALING"),
|
|
456
|
-
auto_scaling_configuration: {
|
|
457
|
-
standby_worker_count: ::Integer?,
|
|
458
|
-
worker_idle_duration_seconds: ::Integer?,
|
|
459
|
-
scale_out_workers_per_minute: ::Integer?
|
|
460
|
-
}?,
|
|
461
|
-
worker_capabilities: {
|
|
462
|
-
v_cpu_count: {
|
|
463
|
-
min: ::Integer,
|
|
464
|
-
max: ::Integer?
|
|
465
|
-
},
|
|
466
|
-
memory_mi_b: {
|
|
467
|
-
min: ::Integer,
|
|
468
|
-
max: ::Integer?
|
|
469
|
-
},
|
|
470
|
-
accelerator_types: Array[("gpu")]?,
|
|
471
|
-
accelerator_count: {
|
|
472
|
-
min: ::Integer,
|
|
473
|
-
max: ::Integer?
|
|
474
|
-
}?,
|
|
475
|
-
accelerator_total_memory_mi_b: {
|
|
476
|
-
min: ::Integer,
|
|
477
|
-
max: ::Integer?
|
|
478
|
-
}?,
|
|
479
|
-
os_family: ("WINDOWS" | "LINUX" | "MACOS"),
|
|
480
|
-
cpu_architecture_type: ("x86_64" | "arm64"),
|
|
481
|
-
custom_amounts: Array[
|
|
482
|
-
{
|
|
483
|
-
name: ::String,
|
|
484
|
-
min: ::Float,
|
|
485
|
-
max: ::Float?
|
|
486
|
-
},
|
|
487
|
-
]?,
|
|
488
|
-
custom_attributes: Array[
|
|
489
|
-
{
|
|
490
|
-
name: ::String,
|
|
491
|
-
values: Array[::String]
|
|
492
|
-
},
|
|
493
|
-
]?
|
|
494
|
-
},
|
|
495
|
-
storage_profile_id: ::String?,
|
|
496
|
-
tag_propagation_mode: ("NO_PROPAGATION" | "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH")?
|
|
497
|
-
}?,
|
|
498
|
-
service_managed_ec2: {
|
|
499
|
-
instance_capabilities: {
|
|
500
|
-
v_cpu_count: {
|
|
501
|
-
min: ::Integer,
|
|
502
|
-
max: ::Integer?
|
|
503
|
-
},
|
|
504
|
-
memory_mi_b: {
|
|
505
|
-
min: ::Integer,
|
|
506
|
-
max: ::Integer?
|
|
507
|
-
},
|
|
508
|
-
os_family: ("WINDOWS" | "LINUX"),
|
|
509
|
-
cpu_architecture_type: ("x86_64" | "arm64"),
|
|
510
|
-
root_ebs_volume: {
|
|
511
|
-
size_gi_b: ::Integer?,
|
|
512
|
-
iops: ::Integer?,
|
|
513
|
-
throughput_mi_b: ::Integer?
|
|
514
|
-
}?,
|
|
515
|
-
accelerator_capabilities: {
|
|
516
|
-
selections: Array[
|
|
517
|
-
{
|
|
518
|
-
name: ("t4" | "a10g" | "l4" | "l40s" | "rtx-pro-server-6000"),
|
|
519
|
-
runtime: ::String?
|
|
520
|
-
},
|
|
521
|
-
],
|
|
522
|
-
count: {
|
|
523
|
-
min: ::Integer,
|
|
524
|
-
max: ::Integer?
|
|
525
|
-
}?
|
|
526
|
-
}?,
|
|
527
|
-
allowed_instance_types: Array[::String]?,
|
|
528
|
-
excluded_instance_types: Array[::String]?,
|
|
529
|
-
custom_amounts: Array[
|
|
530
|
-
{
|
|
531
|
-
name: ::String,
|
|
532
|
-
min: ::Float,
|
|
533
|
-
max: ::Float?
|
|
534
|
-
},
|
|
535
|
-
]?,
|
|
536
|
-
custom_attributes: Array[
|
|
537
|
-
{
|
|
538
|
-
name: ::String,
|
|
539
|
-
values: Array[::String]
|
|
540
|
-
},
|
|
541
|
-
]?
|
|
542
|
-
},
|
|
543
|
-
instance_market_options: {
|
|
544
|
-
type: ("on-demand" | "spot" | "wait-and-save")
|
|
545
|
-
},
|
|
546
|
-
vpc_configuration: {
|
|
547
|
-
resource_configuration_arns: Array[::String]?
|
|
548
|
-
}?,
|
|
549
|
-
storage_profile_id: ::String?,
|
|
550
|
-
auto_scaling_configuration: {
|
|
551
|
-
standby_worker_count: ::Integer?,
|
|
552
|
-
worker_idle_duration_seconds: ::Integer?,
|
|
553
|
-
scale_out_workers_per_minute: ::Integer?
|
|
554
|
-
}?
|
|
555
|
-
}?
|
|
556
|
-
},
|
|
453
|
+
configuration: Params::fleet_configuration,
|
|
557
454
|
?tags: Hash[::String, ::String],
|
|
558
455
|
?host_configuration: {
|
|
559
456
|
script_body: ::String,
|
|
@@ -589,7 +486,7 @@ module Aws
|
|
|
589
486
|
output_relative_directories: Array[::String]?,
|
|
590
487
|
input_manifest_path: ::String?,
|
|
591
488
|
input_manifest_hash: ::String?
|
|
592
|
-
}
|
|
489
|
+
}
|
|
593
490
|
],
|
|
594
491
|
file_system: ("COPIED" | "VIRTUAL")?
|
|
595
492
|
},
|
|
@@ -667,42 +564,11 @@ module Aws
|
|
|
667
564
|
root_prefix: ::String
|
|
668
565
|
},
|
|
669
566
|
?role_arn: ::String,
|
|
670
|
-
?job_run_as_user:
|
|
671
|
-
posix: {
|
|
672
|
-
user: ::String,
|
|
673
|
-
group: ::String
|
|
674
|
-
}?,
|
|
675
|
-
windows: {
|
|
676
|
-
user: ::String,
|
|
677
|
-
password_arn: ::String
|
|
678
|
-
}?,
|
|
679
|
-
run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER")
|
|
680
|
-
},
|
|
567
|
+
?job_run_as_user: Params::job_run_as_user,
|
|
681
568
|
?required_file_system_location_names: Array[::String],
|
|
682
569
|
?allowed_storage_profile_ids: Array[::String],
|
|
683
570
|
?tags: Hash[::String, ::String],
|
|
684
|
-
?scheduling_configuration:
|
|
685
|
-
priority_fifo: {
|
|
686
|
-
}?,
|
|
687
|
-
priority_balanced: {
|
|
688
|
-
rendering_task_buffer: ::Integer?
|
|
689
|
-
}?,
|
|
690
|
-
weighted_balanced: {
|
|
691
|
-
priority_weight: ::Float?,
|
|
692
|
-
error_weight: ::Float?,
|
|
693
|
-
submission_time_weight: ::Float?,
|
|
694
|
-
rendering_task_weight: ::Float?,
|
|
695
|
-
rendering_task_buffer: ::Integer?,
|
|
696
|
-
max_priority_override: {
|
|
697
|
-
always_schedule_first: {
|
|
698
|
-
}?
|
|
699
|
-
}?,
|
|
700
|
-
min_priority_override: {
|
|
701
|
-
always_schedule_last: {
|
|
702
|
-
}?
|
|
703
|
-
}?
|
|
704
|
-
}?
|
|
705
|
-
}
|
|
571
|
+
?scheduling_configuration: Params::scheduling_configuration
|
|
706
572
|
) -> _CreateQueueResponseSuccess
|
|
707
573
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateQueueResponseSuccess
|
|
708
574
|
|
|
@@ -758,7 +624,7 @@ module Aws
|
|
|
758
624
|
name: ::String,
|
|
759
625
|
path: ::String,
|
|
760
626
|
type: ("SHARED" | "LOCAL")
|
|
761
|
-
}
|
|
627
|
+
}
|
|
762
628
|
]
|
|
763
629
|
) -> _CreateStorageProfileResponseSuccess
|
|
764
630
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStorageProfileResponseSuccess
|
|
@@ -1818,52 +1684,9 @@ module Aws
|
|
|
1818
1684
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#search_jobs-instance_method
|
|
1819
1685
|
def search_jobs: (
|
|
1820
1686
|
farm_id: ::String,
|
|
1821
|
-
?filter_expressions:
|
|
1822
|
-
filters: Array[
|
|
1823
|
-
{
|
|
1824
|
-
date_time_filter: {
|
|
1825
|
-
name: ::String,
|
|
1826
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1827
|
-
date_time: ::Time
|
|
1828
|
-
}?,
|
|
1829
|
-
parameter_filter: {
|
|
1830
|
-
name: ::String,
|
|
1831
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1832
|
-
value: ::String
|
|
1833
|
-
}?,
|
|
1834
|
-
search_term_filter: {
|
|
1835
|
-
search_term: ::String,
|
|
1836
|
-
match_type: ("FUZZY_MATCH" | "CONTAINS")?
|
|
1837
|
-
}?,
|
|
1838
|
-
string_filter: {
|
|
1839
|
-
name: ::String,
|
|
1840
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1841
|
-
value: ::String
|
|
1842
|
-
}?,
|
|
1843
|
-
string_list_filter: {
|
|
1844
|
-
name: ::String,
|
|
1845
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1846
|
-
values: Array[::String]
|
|
1847
|
-
}?,
|
|
1848
|
-
group_filter: untyped?
|
|
1849
|
-
},
|
|
1850
|
-
],
|
|
1851
|
-
operator: ("AND" | "OR")
|
|
1852
|
-
},
|
|
1687
|
+
?filter_expressions: Params::search_grouped_filter_expressions,
|
|
1853
1688
|
?sort_expressions: Array[
|
|
1854
|
-
|
|
1855
|
-
user_jobs_first: {
|
|
1856
|
-
user_identity_id: ::String
|
|
1857
|
-
}?,
|
|
1858
|
-
field_sort: {
|
|
1859
|
-
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
1860
|
-
name: ::String
|
|
1861
|
-
}?,
|
|
1862
|
-
parameter_sort: {
|
|
1863
|
-
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
1864
|
-
name: ::String
|
|
1865
|
-
}?
|
|
1866
|
-
},
|
|
1689
|
+
Params::search_sort_expression
|
|
1867
1690
|
],
|
|
1868
1691
|
item_offset: ::Integer,
|
|
1869
1692
|
?page_size: ::Integer,
|
|
@@ -1880,52 +1703,9 @@ module Aws
|
|
|
1880
1703
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#search_steps-instance_method
|
|
1881
1704
|
def search_steps: (
|
|
1882
1705
|
farm_id: ::String,
|
|
1883
|
-
?filter_expressions:
|
|
1884
|
-
filters: Array[
|
|
1885
|
-
{
|
|
1886
|
-
date_time_filter: {
|
|
1887
|
-
name: ::String,
|
|
1888
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1889
|
-
date_time: ::Time
|
|
1890
|
-
}?,
|
|
1891
|
-
parameter_filter: {
|
|
1892
|
-
name: ::String,
|
|
1893
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1894
|
-
value: ::String
|
|
1895
|
-
}?,
|
|
1896
|
-
search_term_filter: {
|
|
1897
|
-
search_term: ::String,
|
|
1898
|
-
match_type: ("FUZZY_MATCH" | "CONTAINS")?
|
|
1899
|
-
}?,
|
|
1900
|
-
string_filter: {
|
|
1901
|
-
name: ::String,
|
|
1902
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1903
|
-
value: ::String
|
|
1904
|
-
}?,
|
|
1905
|
-
string_list_filter: {
|
|
1906
|
-
name: ::String,
|
|
1907
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1908
|
-
values: Array[::String]
|
|
1909
|
-
}?,
|
|
1910
|
-
group_filter: untyped?
|
|
1911
|
-
},
|
|
1912
|
-
],
|
|
1913
|
-
operator: ("AND" | "OR")
|
|
1914
|
-
},
|
|
1706
|
+
?filter_expressions: Params::search_grouped_filter_expressions,
|
|
1915
1707
|
?sort_expressions: Array[
|
|
1916
|
-
|
|
1917
|
-
user_jobs_first: {
|
|
1918
|
-
user_identity_id: ::String
|
|
1919
|
-
}?,
|
|
1920
|
-
field_sort: {
|
|
1921
|
-
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
1922
|
-
name: ::String
|
|
1923
|
-
}?,
|
|
1924
|
-
parameter_sort: {
|
|
1925
|
-
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
1926
|
-
name: ::String
|
|
1927
|
-
}?
|
|
1928
|
-
},
|
|
1708
|
+
Params::search_sort_expression
|
|
1929
1709
|
],
|
|
1930
1710
|
item_offset: ::Integer,
|
|
1931
1711
|
?page_size: ::Integer,
|
|
@@ -1943,52 +1723,9 @@ module Aws
|
|
|
1943
1723
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#search_tasks-instance_method
|
|
1944
1724
|
def search_tasks: (
|
|
1945
1725
|
farm_id: ::String,
|
|
1946
|
-
?filter_expressions:
|
|
1947
|
-
filters: Array[
|
|
1948
|
-
{
|
|
1949
|
-
date_time_filter: {
|
|
1950
|
-
name: ::String,
|
|
1951
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1952
|
-
date_time: ::Time
|
|
1953
|
-
}?,
|
|
1954
|
-
parameter_filter: {
|
|
1955
|
-
name: ::String,
|
|
1956
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1957
|
-
value: ::String
|
|
1958
|
-
}?,
|
|
1959
|
-
search_term_filter: {
|
|
1960
|
-
search_term: ::String,
|
|
1961
|
-
match_type: ("FUZZY_MATCH" | "CONTAINS")?
|
|
1962
|
-
}?,
|
|
1963
|
-
string_filter: {
|
|
1964
|
-
name: ::String,
|
|
1965
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1966
|
-
value: ::String
|
|
1967
|
-
}?,
|
|
1968
|
-
string_list_filter: {
|
|
1969
|
-
name: ::String,
|
|
1970
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
1971
|
-
values: Array[::String]
|
|
1972
|
-
}?,
|
|
1973
|
-
group_filter: untyped?
|
|
1974
|
-
},
|
|
1975
|
-
],
|
|
1976
|
-
operator: ("AND" | "OR")
|
|
1977
|
-
},
|
|
1726
|
+
?filter_expressions: Params::search_grouped_filter_expressions,
|
|
1978
1727
|
?sort_expressions: Array[
|
|
1979
|
-
|
|
1980
|
-
user_jobs_first: {
|
|
1981
|
-
user_identity_id: ::String
|
|
1982
|
-
}?,
|
|
1983
|
-
field_sort: {
|
|
1984
|
-
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
1985
|
-
name: ::String
|
|
1986
|
-
}?,
|
|
1987
|
-
parameter_sort: {
|
|
1988
|
-
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
1989
|
-
name: ::String
|
|
1990
|
-
}?
|
|
1991
|
-
},
|
|
1728
|
+
Params::search_sort_expression
|
|
1992
1729
|
],
|
|
1993
1730
|
item_offset: ::Integer,
|
|
1994
1731
|
?page_size: ::Integer,
|
|
@@ -2006,52 +1743,9 @@ module Aws
|
|
|
2006
1743
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#search_workers-instance_method
|
|
2007
1744
|
def search_workers: (
|
|
2008
1745
|
farm_id: ::String,
|
|
2009
|
-
?filter_expressions:
|
|
2010
|
-
filters: Array[
|
|
2011
|
-
{
|
|
2012
|
-
date_time_filter: {
|
|
2013
|
-
name: ::String,
|
|
2014
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
2015
|
-
date_time: ::Time
|
|
2016
|
-
}?,
|
|
2017
|
-
parameter_filter: {
|
|
2018
|
-
name: ::String,
|
|
2019
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
2020
|
-
value: ::String
|
|
2021
|
-
}?,
|
|
2022
|
-
search_term_filter: {
|
|
2023
|
-
search_term: ::String,
|
|
2024
|
-
match_type: ("FUZZY_MATCH" | "CONTAINS")?
|
|
2025
|
-
}?,
|
|
2026
|
-
string_filter: {
|
|
2027
|
-
name: ::String,
|
|
2028
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
2029
|
-
value: ::String
|
|
2030
|
-
}?,
|
|
2031
|
-
string_list_filter: {
|
|
2032
|
-
name: ::String,
|
|
2033
|
-
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
2034
|
-
values: Array[::String]
|
|
2035
|
-
}?,
|
|
2036
|
-
group_filter: untyped?
|
|
2037
|
-
},
|
|
2038
|
-
],
|
|
2039
|
-
operator: ("AND" | "OR")
|
|
2040
|
-
},
|
|
1746
|
+
?filter_expressions: Params::search_grouped_filter_expressions,
|
|
2041
1747
|
?sort_expressions: Array[
|
|
2042
|
-
|
|
2043
|
-
user_jobs_first: {
|
|
2044
|
-
user_identity_id: ::String
|
|
2045
|
-
}?,
|
|
2046
|
-
field_sort: {
|
|
2047
|
-
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
2048
|
-
name: ::String
|
|
2049
|
-
}?,
|
|
2050
|
-
parameter_sort: {
|
|
2051
|
-
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
2052
|
-
name: ::String
|
|
2053
|
-
}?
|
|
2054
|
-
},
|
|
1748
|
+
Params::search_sort_expression
|
|
2055
1749
|
],
|
|
2056
1750
|
item_offset: ::Integer,
|
|
2057
1751
|
?page_size: ::Integer,
|
|
@@ -2116,13 +1810,13 @@ module Aws
|
|
|
2116
1810
|
type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
|
|
2117
1811
|
threshold_percentage: ::Float,
|
|
2118
1812
|
description: ::String?
|
|
2119
|
-
}
|
|
1813
|
+
}
|
|
2120
1814
|
],
|
|
2121
1815
|
?actions_to_remove: Array[
|
|
2122
1816
|
{
|
|
2123
1817
|
type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS"),
|
|
2124
1818
|
threshold_percentage: ::Float
|
|
2125
|
-
}
|
|
1819
|
+
}
|
|
2126
1820
|
],
|
|
2127
1821
|
?schedule: {
|
|
2128
1822
|
fixed: {
|
|
@@ -2158,110 +1852,7 @@ module Aws
|
|
|
2158
1852
|
?role_arn: ::String,
|
|
2159
1853
|
?min_worker_count: ::Integer,
|
|
2160
1854
|
?max_worker_count: ::Integer,
|
|
2161
|
-
?configuration:
|
|
2162
|
-
customer_managed: {
|
|
2163
|
-
mode: ("NO_SCALING" | "EVENT_BASED_AUTO_SCALING"),
|
|
2164
|
-
auto_scaling_configuration: {
|
|
2165
|
-
standby_worker_count: ::Integer?,
|
|
2166
|
-
worker_idle_duration_seconds: ::Integer?,
|
|
2167
|
-
scale_out_workers_per_minute: ::Integer?
|
|
2168
|
-
}?,
|
|
2169
|
-
worker_capabilities: {
|
|
2170
|
-
v_cpu_count: {
|
|
2171
|
-
min: ::Integer,
|
|
2172
|
-
max: ::Integer?
|
|
2173
|
-
},
|
|
2174
|
-
memory_mi_b: {
|
|
2175
|
-
min: ::Integer,
|
|
2176
|
-
max: ::Integer?
|
|
2177
|
-
},
|
|
2178
|
-
accelerator_types: Array[("gpu")]?,
|
|
2179
|
-
accelerator_count: {
|
|
2180
|
-
min: ::Integer,
|
|
2181
|
-
max: ::Integer?
|
|
2182
|
-
}?,
|
|
2183
|
-
accelerator_total_memory_mi_b: {
|
|
2184
|
-
min: ::Integer,
|
|
2185
|
-
max: ::Integer?
|
|
2186
|
-
}?,
|
|
2187
|
-
os_family: ("WINDOWS" | "LINUX" | "MACOS"),
|
|
2188
|
-
cpu_architecture_type: ("x86_64" | "arm64"),
|
|
2189
|
-
custom_amounts: Array[
|
|
2190
|
-
{
|
|
2191
|
-
name: ::String,
|
|
2192
|
-
min: ::Float,
|
|
2193
|
-
max: ::Float?
|
|
2194
|
-
},
|
|
2195
|
-
]?,
|
|
2196
|
-
custom_attributes: Array[
|
|
2197
|
-
{
|
|
2198
|
-
name: ::String,
|
|
2199
|
-
values: Array[::String]
|
|
2200
|
-
},
|
|
2201
|
-
]?
|
|
2202
|
-
},
|
|
2203
|
-
storage_profile_id: ::String?,
|
|
2204
|
-
tag_propagation_mode: ("NO_PROPAGATION" | "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH")?
|
|
2205
|
-
}?,
|
|
2206
|
-
service_managed_ec2: {
|
|
2207
|
-
instance_capabilities: {
|
|
2208
|
-
v_cpu_count: {
|
|
2209
|
-
min: ::Integer,
|
|
2210
|
-
max: ::Integer?
|
|
2211
|
-
},
|
|
2212
|
-
memory_mi_b: {
|
|
2213
|
-
min: ::Integer,
|
|
2214
|
-
max: ::Integer?
|
|
2215
|
-
},
|
|
2216
|
-
os_family: ("WINDOWS" | "LINUX"),
|
|
2217
|
-
cpu_architecture_type: ("x86_64" | "arm64"),
|
|
2218
|
-
root_ebs_volume: {
|
|
2219
|
-
size_gi_b: ::Integer?,
|
|
2220
|
-
iops: ::Integer?,
|
|
2221
|
-
throughput_mi_b: ::Integer?
|
|
2222
|
-
}?,
|
|
2223
|
-
accelerator_capabilities: {
|
|
2224
|
-
selections: Array[
|
|
2225
|
-
{
|
|
2226
|
-
name: ("t4" | "a10g" | "l4" | "l40s" | "rtx-pro-server-6000"),
|
|
2227
|
-
runtime: ::String?
|
|
2228
|
-
},
|
|
2229
|
-
],
|
|
2230
|
-
count: {
|
|
2231
|
-
min: ::Integer,
|
|
2232
|
-
max: ::Integer?
|
|
2233
|
-
}?
|
|
2234
|
-
}?,
|
|
2235
|
-
allowed_instance_types: Array[::String]?,
|
|
2236
|
-
excluded_instance_types: Array[::String]?,
|
|
2237
|
-
custom_amounts: Array[
|
|
2238
|
-
{
|
|
2239
|
-
name: ::String,
|
|
2240
|
-
min: ::Float,
|
|
2241
|
-
max: ::Float?
|
|
2242
|
-
},
|
|
2243
|
-
]?,
|
|
2244
|
-
custom_attributes: Array[
|
|
2245
|
-
{
|
|
2246
|
-
name: ::String,
|
|
2247
|
-
values: Array[::String]
|
|
2248
|
-
},
|
|
2249
|
-
]?
|
|
2250
|
-
},
|
|
2251
|
-
instance_market_options: {
|
|
2252
|
-
type: ("on-demand" | "spot" | "wait-and-save")
|
|
2253
|
-
},
|
|
2254
|
-
vpc_configuration: {
|
|
2255
|
-
resource_configuration_arns: Array[::String]?
|
|
2256
|
-
}?,
|
|
2257
|
-
storage_profile_id: ::String?,
|
|
2258
|
-
auto_scaling_configuration: {
|
|
2259
|
-
standby_worker_count: ::Integer?,
|
|
2260
|
-
worker_idle_duration_seconds: ::Integer?,
|
|
2261
|
-
scale_out_workers_per_minute: ::Integer?
|
|
2262
|
-
}?
|
|
2263
|
-
}?
|
|
2264
|
-
},
|
|
1855
|
+
?configuration: Params::fleet_configuration,
|
|
2265
1856
|
?host_configuration: {
|
|
2266
1857
|
script_body: ::String,
|
|
2267
1858
|
script_timeout_seconds: ::Integer?
|
|
@@ -2340,43 +1931,12 @@ module Aws
|
|
|
2340
1931
|
root_prefix: ::String
|
|
2341
1932
|
},
|
|
2342
1933
|
?role_arn: ::String,
|
|
2343
|
-
?job_run_as_user:
|
|
2344
|
-
posix: {
|
|
2345
|
-
user: ::String,
|
|
2346
|
-
group: ::String
|
|
2347
|
-
}?,
|
|
2348
|
-
windows: {
|
|
2349
|
-
user: ::String,
|
|
2350
|
-
password_arn: ::String
|
|
2351
|
-
}?,
|
|
2352
|
-
run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER")
|
|
2353
|
-
},
|
|
1934
|
+
?job_run_as_user: Params::job_run_as_user,
|
|
2354
1935
|
?required_file_system_location_names_to_add: Array[::String],
|
|
2355
1936
|
?required_file_system_location_names_to_remove: Array[::String],
|
|
2356
1937
|
?allowed_storage_profile_ids_to_add: Array[::String],
|
|
2357
1938
|
?allowed_storage_profile_ids_to_remove: Array[::String],
|
|
2358
|
-
?scheduling_configuration:
|
|
2359
|
-
priority_fifo: {
|
|
2360
|
-
}?,
|
|
2361
|
-
priority_balanced: {
|
|
2362
|
-
rendering_task_buffer: ::Integer?
|
|
2363
|
-
}?,
|
|
2364
|
-
weighted_balanced: {
|
|
2365
|
-
priority_weight: ::Float?,
|
|
2366
|
-
error_weight: ::Float?,
|
|
2367
|
-
submission_time_weight: ::Float?,
|
|
2368
|
-
rendering_task_weight: ::Float?,
|
|
2369
|
-
rendering_task_buffer: ::Integer?,
|
|
2370
|
-
max_priority_override: {
|
|
2371
|
-
always_schedule_first: {
|
|
2372
|
-
}?
|
|
2373
|
-
}?,
|
|
2374
|
-
min_priority_override: {
|
|
2375
|
-
always_schedule_last: {
|
|
2376
|
-
}?
|
|
2377
|
-
}?
|
|
2378
|
-
}?
|
|
2379
|
-
}
|
|
1939
|
+
?scheduling_configuration: Params::scheduling_configuration
|
|
2380
1940
|
) -> _UpdateQueueResponseSuccess
|
|
2381
1941
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQueueResponseSuccess
|
|
2382
1942
|
|
|
@@ -2462,14 +2022,14 @@ module Aws
|
|
|
2462
2022
|
name: ::String,
|
|
2463
2023
|
path: ::String,
|
|
2464
2024
|
type: ("SHARED" | "LOCAL")
|
|
2465
|
-
}
|
|
2025
|
+
}
|
|
2466
2026
|
],
|
|
2467
2027
|
?file_system_locations_to_remove: Array[
|
|
2468
2028
|
{
|
|
2469
2029
|
name: ::String,
|
|
2470
2030
|
path: ::String,
|
|
2471
2031
|
type: ("SHARED" | "LOCAL")
|
|
2472
|
-
}
|
|
2032
|
+
}
|
|
2473
2033
|
]
|
|
2474
2034
|
) -> _UpdateStorageProfileResponseSuccess
|
|
2475
2035
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStorageProfileResponseSuccess
|
|
@@ -2505,13 +2065,13 @@ module Aws
|
|
|
2505
2065
|
{
|
|
2506
2066
|
name: ::String,
|
|
2507
2067
|
value: ::Float
|
|
2508
|
-
}
|
|
2068
|
+
}
|
|
2509
2069
|
],
|
|
2510
2070
|
attributes: Array[
|
|
2511
2071
|
{
|
|
2512
2072
|
name: ::String,
|
|
2513
2073
|
values: Array[::String]
|
|
2514
|
-
}
|
|
2074
|
+
}
|
|
2515
2075
|
]
|
|
2516
2076
|
},
|
|
2517
2077
|
?host_properties: {
|
|
@@ -2548,7 +2108,7 @@ module Aws
|
|
|
2548
2108
|
{
|
|
2549
2109
|
output_manifest_path: ::String?,
|
|
2550
2110
|
output_manifest_hash: ::String?
|
|
2551
|
-
}
|
|
2111
|
+
}
|
|
2552
2112
|
]?
|
|
2553
2113
|
}]
|
|
2554
2114
|
) -> _UpdateWorkerScheduleResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Deadline
|
|
10
|
+
module Params
|
|
11
|
+
type customer_managed_worker_capabilities = {
|
|
12
|
+
v_cpu_count: {
|
|
13
|
+
min: ::Integer,
|
|
14
|
+
max: ::Integer?
|
|
15
|
+
},
|
|
16
|
+
memory_mi_b: {
|
|
17
|
+
min: ::Integer,
|
|
18
|
+
max: ::Integer?
|
|
19
|
+
},
|
|
20
|
+
accelerator_types: Array[("gpu")]?,
|
|
21
|
+
accelerator_count: {
|
|
22
|
+
min: ::Integer,
|
|
23
|
+
max: ::Integer?
|
|
24
|
+
}?,
|
|
25
|
+
accelerator_total_memory_mi_b: {
|
|
26
|
+
min: ::Integer,
|
|
27
|
+
max: ::Integer?
|
|
28
|
+
}?,
|
|
29
|
+
os_family: ("WINDOWS" | "LINUX" | "MACOS"),
|
|
30
|
+
cpu_architecture_type: ("x86_64" | "arm64"),
|
|
31
|
+
custom_amounts: Array[
|
|
32
|
+
{
|
|
33
|
+
name: ::String,
|
|
34
|
+
min: ::Float,
|
|
35
|
+
max: ::Float?
|
|
36
|
+
}
|
|
37
|
+
]?,
|
|
38
|
+
custom_attributes: Array[
|
|
39
|
+
{
|
|
40
|
+
name: ::String,
|
|
41
|
+
values: Array[::String]
|
|
42
|
+
}
|
|
43
|
+
]?
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
type customer_managed_fleet_configuration = {
|
|
47
|
+
mode: ("NO_SCALING" | "EVENT_BASED_AUTO_SCALING"),
|
|
48
|
+
auto_scaling_configuration: {
|
|
49
|
+
standby_worker_count: ::Integer?,
|
|
50
|
+
worker_idle_duration_seconds: ::Integer?,
|
|
51
|
+
scale_out_workers_per_minute: ::Integer?
|
|
52
|
+
}?,
|
|
53
|
+
worker_capabilities: Params::customer_managed_worker_capabilities,
|
|
54
|
+
storage_profile_id: ::String?,
|
|
55
|
+
tag_propagation_mode: ("NO_PROPAGATION" | "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH")?
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
type accelerator_capabilities = {
|
|
59
|
+
selections: Array[
|
|
60
|
+
{
|
|
61
|
+
name: ("t4" | "a10g" | "l4" | "l40s" | "rtx-pro-server-6000"),
|
|
62
|
+
runtime: ::String?
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
count: {
|
|
66
|
+
min: ::Integer,
|
|
67
|
+
max: ::Integer?
|
|
68
|
+
}?
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
type service_managed_ec2_instance_capabilities = {
|
|
72
|
+
v_cpu_count: {
|
|
73
|
+
min: ::Integer,
|
|
74
|
+
max: ::Integer?
|
|
75
|
+
},
|
|
76
|
+
memory_mi_b: {
|
|
77
|
+
min: ::Integer,
|
|
78
|
+
max: ::Integer?
|
|
79
|
+
},
|
|
80
|
+
os_family: ("WINDOWS" | "LINUX"),
|
|
81
|
+
cpu_architecture_type: ("x86_64" | "arm64"),
|
|
82
|
+
root_ebs_volume: {
|
|
83
|
+
size_gi_b: ::Integer?,
|
|
84
|
+
iops: ::Integer?,
|
|
85
|
+
throughput_mi_b: ::Integer?
|
|
86
|
+
}?,
|
|
87
|
+
accelerator_capabilities: Params::accelerator_capabilities?,
|
|
88
|
+
allowed_instance_types: Array[::String]?,
|
|
89
|
+
excluded_instance_types: Array[::String]?,
|
|
90
|
+
custom_amounts: Array[
|
|
91
|
+
{
|
|
92
|
+
name: ::String,
|
|
93
|
+
min: ::Float,
|
|
94
|
+
max: ::Float?
|
|
95
|
+
}
|
|
96
|
+
]?,
|
|
97
|
+
custom_attributes: Array[
|
|
98
|
+
{
|
|
99
|
+
name: ::String,
|
|
100
|
+
values: Array[::String]
|
|
101
|
+
}
|
|
102
|
+
]?
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
type service_managed_ec2_fleet_configuration = {
|
|
106
|
+
instance_capabilities: Params::service_managed_ec2_instance_capabilities,
|
|
107
|
+
instance_market_options: {
|
|
108
|
+
type: ("on-demand" | "spot" | "wait-and-save")
|
|
109
|
+
},
|
|
110
|
+
vpc_configuration: {
|
|
111
|
+
resource_configuration_arns: Array[::String]?
|
|
112
|
+
}?,
|
|
113
|
+
storage_profile_id: ::String?,
|
|
114
|
+
auto_scaling_configuration: {
|
|
115
|
+
standby_worker_count: ::Integer?,
|
|
116
|
+
worker_idle_duration_seconds: ::Integer?,
|
|
117
|
+
scale_out_workers_per_minute: ::Integer?
|
|
118
|
+
}?
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
type fleet_configuration = {
|
|
122
|
+
customer_managed: Params::customer_managed_fleet_configuration?,
|
|
123
|
+
service_managed_ec2: Params::service_managed_ec2_fleet_configuration?
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
type job_run_as_user = {
|
|
127
|
+
posix: {
|
|
128
|
+
user: ::String,
|
|
129
|
+
group: ::String
|
|
130
|
+
}?,
|
|
131
|
+
windows: {
|
|
132
|
+
user: ::String,
|
|
133
|
+
password_arn: ::String
|
|
134
|
+
}?,
|
|
135
|
+
run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER")
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
type weighted_balanced_scheduling_configuration = {
|
|
139
|
+
priority_weight: ::Float?,
|
|
140
|
+
error_weight: ::Float?,
|
|
141
|
+
submission_time_weight: ::Float?,
|
|
142
|
+
rendering_task_weight: ::Float?,
|
|
143
|
+
rendering_task_buffer: ::Integer?,
|
|
144
|
+
max_priority_override: {
|
|
145
|
+
always_schedule_first: {
|
|
146
|
+
}?
|
|
147
|
+
}?,
|
|
148
|
+
min_priority_override: {
|
|
149
|
+
always_schedule_last: {
|
|
150
|
+
}?
|
|
151
|
+
}?
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
type scheduling_configuration = {
|
|
155
|
+
priority_fifo: {
|
|
156
|
+
}?,
|
|
157
|
+
priority_balanced: {
|
|
158
|
+
rendering_task_buffer: ::Integer?
|
|
159
|
+
}?,
|
|
160
|
+
weighted_balanced: Params::weighted_balanced_scheduling_configuration?
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
type search_grouped_filter_expressions = {
|
|
164
|
+
filters: Array[
|
|
165
|
+
Params::search_filter_expression
|
|
166
|
+
],
|
|
167
|
+
operator: ("AND" | "OR")
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
type search_filter_expression = {
|
|
171
|
+
date_time_filter: {
|
|
172
|
+
name: ::String,
|
|
173
|
+
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
174
|
+
date_time: ::Time
|
|
175
|
+
}?,
|
|
176
|
+
parameter_filter: {
|
|
177
|
+
name: ::String,
|
|
178
|
+
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
179
|
+
value: ::String
|
|
180
|
+
}?,
|
|
181
|
+
search_term_filter: {
|
|
182
|
+
search_term: ::String,
|
|
183
|
+
match_type: ("FUZZY_MATCH" | "CONTAINS")?
|
|
184
|
+
}?,
|
|
185
|
+
string_filter: {
|
|
186
|
+
name: ::String,
|
|
187
|
+
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
188
|
+
value: ::String
|
|
189
|
+
}?,
|
|
190
|
+
string_list_filter: {
|
|
191
|
+
name: ::String,
|
|
192
|
+
operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN" | "ANY_EQUALS" | "ALL_NOT_EQUALS"),
|
|
193
|
+
values: Array[::String]
|
|
194
|
+
}?,
|
|
195
|
+
group_filter: Params::search_grouped_filter_expressions?
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
type search_sort_expression = {
|
|
199
|
+
user_jobs_first: {
|
|
200
|
+
user_identity_id: ::String
|
|
201
|
+
}?,
|
|
202
|
+
field_sort: {
|
|
203
|
+
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
204
|
+
name: ::String
|
|
205
|
+
}?,
|
|
206
|
+
parameter_sort: {
|
|
207
|
+
sort_order: ("ASCENDING" | "DESCENDING"),
|
|
208
|
+
name: ::String
|
|
209
|
+
}?
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
end
|
|
213
|
+
end
|
|
214
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-deadline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.55.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-deadline/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|