aws-sdk-deadline 1.7.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +1469 -1366
- data/lib/aws-sdk-deadline/client_api.rb +528 -527
- data/lib/aws-sdk-deadline/errors.rb +42 -42
- data/lib/aws-sdk-deadline/types.rb +2673 -2491
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +510 -510
- data/sig/errors.rbs +10 -10
- data/sig/types.rbs +539 -539
- data/sig/waiters.rbs +2 -2
- metadata +4 -4
data/sig/types.rbs
CHANGED
@@ -9,20 +9,20 @@ module Aws::Deadline
|
|
9
9
|
module Types
|
10
10
|
|
11
11
|
class AcceleratorCountRange
|
12
|
-
attr_accessor max: ::Integer
|
13
12
|
attr_accessor min: ::Integer
|
13
|
+
attr_accessor max: ::Integer
|
14
14
|
SENSITIVE: []
|
15
15
|
end
|
16
16
|
|
17
17
|
class AcceleratorTotalMemoryMiBRange
|
18
|
-
attr_accessor max: ::Integer
|
19
18
|
attr_accessor min: ::Integer
|
19
|
+
attr_accessor max: ::Integer
|
20
20
|
SENSITIVE: []
|
21
21
|
end
|
22
22
|
|
23
23
|
class AccessDeniedException
|
24
|
-
attr_accessor context: ::Hash[::String, ::String]
|
25
24
|
attr_accessor message: ::String
|
25
|
+
attr_accessor context: ::Hash[::String, ::String]
|
26
26
|
SENSITIVE: []
|
27
27
|
end
|
28
28
|
|
@@ -37,24 +37,24 @@ module Aws::Deadline
|
|
37
37
|
end
|
38
38
|
|
39
39
|
class AssignedSession
|
40
|
-
attr_accessor job_id: ::String
|
41
|
-
attr_accessor log_configuration: Types::LogConfiguration
|
42
40
|
attr_accessor queue_id: ::String
|
41
|
+
attr_accessor job_id: ::String
|
43
42
|
attr_accessor session_actions: ::Array[Types::AssignedSessionAction]
|
43
|
+
attr_accessor log_configuration: Types::LogConfiguration
|
44
44
|
SENSITIVE: []
|
45
45
|
end
|
46
46
|
|
47
47
|
class AssignedSessionAction
|
48
|
-
attr_accessor definition: Types::AssignedSessionActionDefinition
|
49
48
|
attr_accessor session_action_id: ::String
|
49
|
+
attr_accessor definition: Types::AssignedSessionActionDefinition
|
50
50
|
SENSITIVE: []
|
51
51
|
end
|
52
52
|
|
53
53
|
class AssignedSessionActionDefinition
|
54
54
|
attr_accessor env_enter: Types::AssignedEnvironmentEnterSessionActionDefinition
|
55
55
|
attr_accessor env_exit: Types::AssignedEnvironmentExitSessionActionDefinition
|
56
|
-
attr_accessor sync_input_job_attachments: Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
|
57
56
|
attr_accessor task_run: Types::AssignedTaskRunSessionActionDefinition
|
57
|
+
attr_accessor sync_input_job_attachments: Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
|
58
58
|
attr_accessor unknown: untyped
|
59
59
|
SENSITIVE: []
|
60
60
|
|
@@ -62,10 +62,10 @@ module Aws::Deadline
|
|
62
62
|
end
|
63
63
|
class EnvExit < AssignedSessionActionDefinition
|
64
64
|
end
|
65
|
-
class SyncInputJobAttachments < AssignedSessionActionDefinition
|
66
|
-
end
|
67
65
|
class TaskRun < AssignedSessionActionDefinition
|
68
66
|
end
|
67
|
+
class SyncInputJobAttachments < AssignedSessionActionDefinition
|
68
|
+
end
|
69
69
|
class Unknown < AssignedSessionActionDefinition
|
70
70
|
end
|
71
71
|
end
|
@@ -76,18 +76,18 @@ module Aws::Deadline
|
|
76
76
|
end
|
77
77
|
|
78
78
|
class AssignedTaskRunSessionActionDefinition
|
79
|
-
attr_accessor parameters: ::Hash[::String, Types::TaskParameterValue]
|
80
|
-
attr_accessor step_id: ::String
|
81
79
|
attr_accessor task_id: ::String
|
80
|
+
attr_accessor step_id: ::String
|
81
|
+
attr_accessor parameters: ::Hash[::String, Types::TaskParameterValue]
|
82
82
|
SENSITIVE: [:parameters]
|
83
83
|
end
|
84
84
|
|
85
85
|
class AssociateMemberToFarmRequest
|
86
86
|
attr_accessor farm_id: ::String
|
87
|
-
attr_accessor identity_store_id: ::String
|
88
|
-
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
89
87
|
attr_accessor principal_id: ::String
|
90
88
|
attr_accessor principal_type: ("USER" | "GROUP")
|
89
|
+
attr_accessor identity_store_id: ::String
|
90
|
+
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
91
91
|
SENSITIVE: []
|
92
92
|
end
|
93
93
|
|
@@ -97,10 +97,10 @@ module Aws::Deadline
|
|
97
97
|
class AssociateMemberToFleetRequest
|
98
98
|
attr_accessor farm_id: ::String
|
99
99
|
attr_accessor fleet_id: ::String
|
100
|
-
attr_accessor identity_store_id: ::String
|
101
|
-
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
102
100
|
attr_accessor principal_id: ::String
|
103
101
|
attr_accessor principal_type: ("USER" | "GROUP")
|
102
|
+
attr_accessor identity_store_id: ::String
|
103
|
+
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
104
104
|
SENSITIVE: []
|
105
105
|
end
|
106
106
|
|
@@ -109,12 +109,12 @@ module Aws::Deadline
|
|
109
109
|
|
110
110
|
class AssociateMemberToJobRequest
|
111
111
|
attr_accessor farm_id: ::String
|
112
|
-
attr_accessor
|
112
|
+
attr_accessor queue_id: ::String
|
113
113
|
attr_accessor job_id: ::String
|
114
|
-
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
115
114
|
attr_accessor principal_id: ::String
|
116
115
|
attr_accessor principal_type: ("USER" | "GROUP")
|
117
|
-
attr_accessor
|
116
|
+
attr_accessor identity_store_id: ::String
|
117
|
+
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
118
118
|
SENSITIVE: []
|
119
119
|
end
|
120
120
|
|
@@ -123,11 +123,11 @@ module Aws::Deadline
|
|
123
123
|
|
124
124
|
class AssociateMemberToQueueRequest
|
125
125
|
attr_accessor farm_id: ::String
|
126
|
-
attr_accessor
|
127
|
-
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
126
|
+
attr_accessor queue_id: ::String
|
128
127
|
attr_accessor principal_id: ::String
|
129
128
|
attr_accessor principal_type: ("USER" | "GROUP")
|
130
|
-
attr_accessor
|
129
|
+
attr_accessor identity_store_id: ::String
|
130
|
+
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
131
131
|
SENSITIVE: []
|
132
132
|
end
|
133
133
|
|
@@ -182,8 +182,8 @@ module Aws::Deadline
|
|
182
182
|
class AssumeQueueRoleForWorkerRequest
|
183
183
|
attr_accessor farm_id: ::String
|
184
184
|
attr_accessor fleet_id: ::String
|
185
|
-
attr_accessor queue_id: ::String
|
186
185
|
attr_accessor worker_id: ::String
|
186
|
+
attr_accessor queue_id: ::String
|
187
187
|
SENSITIVE: []
|
188
188
|
end
|
189
189
|
|
@@ -193,24 +193,24 @@ module Aws::Deadline
|
|
193
193
|
end
|
194
194
|
|
195
195
|
class Attachments
|
196
|
-
attr_accessor file_system: ("COPIED" | "VIRTUAL")
|
197
196
|
attr_accessor manifests: ::Array[Types::ManifestProperties]
|
197
|
+
attr_accessor file_system: ("COPIED" | "VIRTUAL")
|
198
198
|
SENSITIVE: []
|
199
199
|
end
|
200
200
|
|
201
201
|
class AwsCredentials
|
202
202
|
attr_accessor access_key_id: ::String
|
203
|
-
attr_accessor expiration: ::Time
|
204
203
|
attr_accessor secret_access_key: ::String
|
205
204
|
attr_accessor session_token: ::String
|
205
|
+
attr_accessor expiration: ::Time
|
206
206
|
SENSITIVE: [:access_key_id, :secret_access_key, :session_token]
|
207
207
|
end
|
208
208
|
|
209
209
|
class BatchGetJobEntityRequest
|
210
210
|
attr_accessor farm_id: ::String
|
211
211
|
attr_accessor fleet_id: ::String
|
212
|
-
attr_accessor identifiers: ::Array[Types::JobEntityIdentifiersUnion]
|
213
212
|
attr_accessor worker_id: ::String
|
213
|
+
attr_accessor identifiers: ::Array[Types::JobEntityIdentifiersUnion]
|
214
214
|
SENSITIVE: []
|
215
215
|
end
|
216
216
|
|
@@ -221,15 +221,15 @@ module Aws::Deadline
|
|
221
221
|
end
|
222
222
|
|
223
223
|
class BudgetActionToAdd
|
224
|
-
attr_accessor description: ::String
|
225
|
-
attr_accessor threshold_percentage: ::Float
|
226
224
|
attr_accessor type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
225
|
+
attr_accessor threshold_percentage: ::Float
|
226
|
+
attr_accessor description: ::String
|
227
227
|
SENSITIVE: [:description]
|
228
228
|
end
|
229
229
|
|
230
230
|
class BudgetActionToRemove
|
231
|
-
attr_accessor threshold_percentage: ::Float
|
232
231
|
attr_accessor type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
232
|
+
attr_accessor threshold_percentage: ::Float
|
233
233
|
SENSITIVE: []
|
234
234
|
end
|
235
235
|
|
@@ -245,26 +245,26 @@ module Aws::Deadline
|
|
245
245
|
end
|
246
246
|
|
247
247
|
class BudgetSummary
|
248
|
-
attr_accessor approximate_dollar_limit: ::Float
|
249
248
|
attr_accessor budget_id: ::String
|
250
|
-
attr_accessor created_at: ::Time
|
251
|
-
attr_accessor created_by: ::String
|
252
|
-
attr_accessor description: ::String
|
253
|
-
attr_accessor display_name: ::String
|
254
|
-
attr_accessor status: ("ACTIVE" | "INACTIVE")
|
255
|
-
attr_accessor updated_at: ::Time
|
256
|
-
attr_accessor updated_by: ::String
|
257
249
|
attr_accessor usage_tracking_resource: Types::UsageTrackingResource
|
250
|
+
attr_accessor status: ("ACTIVE" | "INACTIVE")
|
251
|
+
attr_accessor display_name: ::String
|
252
|
+
attr_accessor description: ::String
|
253
|
+
attr_accessor approximate_dollar_limit: ::Float
|
258
254
|
attr_accessor usages: Types::ConsumedUsages
|
255
|
+
attr_accessor created_by: ::String
|
256
|
+
attr_accessor created_at: ::Time
|
257
|
+
attr_accessor updated_by: ::String
|
258
|
+
attr_accessor updated_at: ::Time
|
259
259
|
SENSITIVE: [:description]
|
260
260
|
end
|
261
261
|
|
262
262
|
class ConflictException
|
263
|
-
attr_accessor context: ::Hash[::String, ::String]
|
264
263
|
attr_accessor message: ::String
|
265
264
|
attr_accessor reason: ("CONFLICT_EXCEPTION" | "CONCURRENT_MODIFICATION" | "RESOURCE_ALREADY_EXISTS" | "RESOURCE_IN_USE" | "STATUS_CONFLICT")
|
266
265
|
attr_accessor resource_id: ::String
|
267
266
|
attr_accessor resource_type: ::String
|
267
|
+
attr_accessor context: ::Hash[::String, ::String]
|
268
268
|
SENSITIVE: []
|
269
269
|
end
|
270
270
|
|
@@ -287,14 +287,14 @@ module Aws::Deadline
|
|
287
287
|
end
|
288
288
|
|
289
289
|
class CreateBudgetRequest
|
290
|
-
attr_accessor actions: ::Array[Types::BudgetActionToAdd]
|
291
|
-
attr_accessor approximate_dollar_limit: ::Float
|
292
290
|
attr_accessor client_token: ::String
|
293
|
-
attr_accessor description: ::String
|
294
|
-
attr_accessor display_name: ::String
|
295
291
|
attr_accessor farm_id: ::String
|
296
|
-
attr_accessor schedule: Types::BudgetSchedule
|
297
292
|
attr_accessor usage_tracking_resource: Types::UsageTrackingResource
|
293
|
+
attr_accessor display_name: ::String
|
294
|
+
attr_accessor description: ::String
|
295
|
+
attr_accessor approximate_dollar_limit: ::Float
|
296
|
+
attr_accessor actions: ::Array[Types::BudgetActionToAdd]
|
297
|
+
attr_accessor schedule: Types::BudgetSchedule
|
298
298
|
SENSITIVE: [:description]
|
299
299
|
end
|
300
300
|
|
@@ -305,8 +305,8 @@ module Aws::Deadline
|
|
305
305
|
|
306
306
|
class CreateFarmRequest
|
307
307
|
attr_accessor client_token: ::String
|
308
|
-
attr_accessor description: ::String
|
309
308
|
attr_accessor display_name: ::String
|
309
|
+
attr_accessor description: ::String
|
310
310
|
attr_accessor kms_key_arn: ::String
|
311
311
|
attr_accessor tags: ::Hash[::String, ::String]
|
312
312
|
SENSITIVE: [:description]
|
@@ -319,13 +319,13 @@ module Aws::Deadline
|
|
319
319
|
|
320
320
|
class CreateFleetRequest
|
321
321
|
attr_accessor client_token: ::String
|
322
|
-
attr_accessor configuration: Types::FleetConfiguration
|
323
|
-
attr_accessor description: ::String
|
324
|
-
attr_accessor display_name: ::String
|
325
322
|
attr_accessor farm_id: ::String
|
326
|
-
attr_accessor
|
327
|
-
attr_accessor
|
323
|
+
attr_accessor display_name: ::String
|
324
|
+
attr_accessor description: ::String
|
328
325
|
attr_accessor role_arn: ::String
|
326
|
+
attr_accessor min_worker_count: ::Integer
|
327
|
+
attr_accessor max_worker_count: ::Integer
|
328
|
+
attr_accessor configuration: Types::FleetConfiguration
|
329
329
|
attr_accessor tags: ::Hash[::String, ::String]
|
330
330
|
SENSITIVE: [:description]
|
331
331
|
end
|
@@ -336,19 +336,19 @@ module Aws::Deadline
|
|
336
336
|
end
|
337
337
|
|
338
338
|
class CreateJobRequest
|
339
|
-
attr_accessor attachments: Types::Attachments
|
340
|
-
attr_accessor client_token: ::String
|
341
339
|
attr_accessor farm_id: ::String
|
342
|
-
attr_accessor max_failed_tasks_count: ::Integer
|
343
|
-
attr_accessor max_retries_per_task: ::Integer
|
344
|
-
attr_accessor parameters: ::Hash[::String, Types::JobParameter]
|
345
|
-
attr_accessor priority: ::Integer
|
346
340
|
attr_accessor queue_id: ::String
|
347
|
-
attr_accessor
|
348
|
-
attr_accessor target_task_run_status: ("READY" | "SUSPENDED")
|
341
|
+
attr_accessor client_token: ::String
|
349
342
|
attr_accessor template: ::String
|
350
343
|
attr_accessor template_type: ("JSON" | "YAML")
|
351
|
-
|
344
|
+
attr_accessor priority: ::Integer
|
345
|
+
attr_accessor parameters: ::Hash[::String, Types::JobParameter]
|
346
|
+
attr_accessor attachments: Types::Attachments
|
347
|
+
attr_accessor storage_profile_id: ::String
|
348
|
+
attr_accessor target_task_run_status: ("READY" | "SUSPENDED")
|
349
|
+
attr_accessor max_failed_tasks_count: ::Integer
|
350
|
+
attr_accessor max_retries_per_task: ::Integer
|
351
|
+
SENSITIVE: [:template, :parameters]
|
352
352
|
end
|
353
353
|
|
354
354
|
class CreateJobResponse
|
@@ -358,10 +358,10 @@ module Aws::Deadline
|
|
358
358
|
|
359
359
|
class CreateLicenseEndpointRequest
|
360
360
|
attr_accessor client_token: ::String
|
361
|
-
attr_accessor
|
361
|
+
attr_accessor vpc_id: ::String
|
362
362
|
attr_accessor subnet_ids: ::Array[::String]
|
363
|
+
attr_accessor security_group_ids: ::Array[::String]
|
363
364
|
attr_accessor tags: ::Hash[::String, ::String]
|
364
|
-
attr_accessor vpc_id: ::String
|
365
365
|
SENSITIVE: []
|
366
366
|
end
|
367
367
|
|
@@ -374,24 +374,24 @@ module Aws::Deadline
|
|
374
374
|
attr_accessor client_token: ::String
|
375
375
|
attr_accessor display_name: ::String
|
376
376
|
attr_accessor identity_center_instance_arn: ::String
|
377
|
-
attr_accessor role_arn: ::String
|
378
377
|
attr_accessor subdomain: ::String
|
378
|
+
attr_accessor role_arn: ::String
|
379
379
|
SENSITIVE: []
|
380
380
|
end
|
381
381
|
|
382
382
|
class CreateMonitorResponse
|
383
|
-
attr_accessor identity_center_application_arn: ::String
|
384
383
|
attr_accessor monitor_id: ::String
|
384
|
+
attr_accessor identity_center_application_arn: ::String
|
385
385
|
SENSITIVE: []
|
386
386
|
end
|
387
387
|
|
388
388
|
class CreateQueueEnvironmentRequest
|
389
389
|
attr_accessor client_token: ::String
|
390
390
|
attr_accessor farm_id: ::String
|
391
|
-
attr_accessor priority: ::Integer
|
392
391
|
attr_accessor queue_id: ::String
|
393
|
-
attr_accessor
|
392
|
+
attr_accessor priority: ::Integer
|
394
393
|
attr_accessor template_type: ("JSON" | "YAML")
|
394
|
+
attr_accessor template: ::String
|
395
395
|
SENSITIVE: [:template]
|
396
396
|
end
|
397
397
|
|
@@ -402,8 +402,8 @@ module Aws::Deadline
|
|
402
402
|
|
403
403
|
class CreateQueueFleetAssociationRequest
|
404
404
|
attr_accessor farm_id: ::String
|
405
|
-
attr_accessor fleet_id: ::String
|
406
405
|
attr_accessor queue_id: ::String
|
406
|
+
attr_accessor fleet_id: ::String
|
407
407
|
SENSITIVE: []
|
408
408
|
end
|
409
409
|
|
@@ -411,16 +411,16 @@ module Aws::Deadline
|
|
411
411
|
end
|
412
412
|
|
413
413
|
class CreateQueueRequest
|
414
|
-
attr_accessor allowed_storage_profile_ids: ::Array[::String]
|
415
414
|
attr_accessor client_token: ::String
|
416
|
-
attr_accessor default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
417
|
-
attr_accessor description: ::String
|
418
|
-
attr_accessor display_name: ::String
|
419
415
|
attr_accessor farm_id: ::String
|
416
|
+
attr_accessor display_name: ::String
|
417
|
+
attr_accessor description: ::String
|
418
|
+
attr_accessor default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
420
419
|
attr_accessor job_attachment_settings: Types::JobAttachmentSettings
|
420
|
+
attr_accessor role_arn: ::String
|
421
421
|
attr_accessor job_run_as_user: Types::JobRunAsUser
|
422
422
|
attr_accessor required_file_system_location_names: ::Array[::String]
|
423
|
-
attr_accessor
|
423
|
+
attr_accessor allowed_storage_profile_ids: ::Array[::String]
|
424
424
|
attr_accessor tags: ::Hash[::String, ::String]
|
425
425
|
SENSITIVE: [:description]
|
426
426
|
end
|
@@ -432,10 +432,10 @@ module Aws::Deadline
|
|
432
432
|
|
433
433
|
class CreateStorageProfileRequest
|
434
434
|
attr_accessor client_token: ::String
|
435
|
-
attr_accessor display_name: ::String
|
436
435
|
attr_accessor farm_id: ::String
|
437
|
-
attr_accessor
|
436
|
+
attr_accessor display_name: ::String
|
438
437
|
attr_accessor os_family: ("WINDOWS" | "LINUX" | "MACOS")
|
438
|
+
attr_accessor file_system_locations: ::Array[Types::FileSystemLocation]
|
439
439
|
SENSITIVE: []
|
440
440
|
end
|
441
441
|
|
@@ -445,10 +445,10 @@ module Aws::Deadline
|
|
445
445
|
end
|
446
446
|
|
447
447
|
class CreateWorkerRequest
|
448
|
-
attr_accessor client_token: ::String
|
449
448
|
attr_accessor farm_id: ::String
|
450
449
|
attr_accessor fleet_id: ::String
|
451
450
|
attr_accessor host_properties: Types::HostPropertiesRequest
|
451
|
+
attr_accessor client_token: ::String
|
452
452
|
SENSITIVE: []
|
453
453
|
end
|
454
454
|
|
@@ -459,34 +459,34 @@ module Aws::Deadline
|
|
459
459
|
|
460
460
|
class CustomerManagedFleetConfiguration
|
461
461
|
attr_accessor mode: ("NO_SCALING" | "EVENT_BASED_AUTO_SCALING")
|
462
|
-
attr_accessor storage_profile_id: ::String
|
463
462
|
attr_accessor worker_capabilities: Types::CustomerManagedWorkerCapabilities
|
463
|
+
attr_accessor storage_profile_id: ::String
|
464
464
|
SENSITIVE: []
|
465
465
|
end
|
466
466
|
|
467
467
|
class CustomerManagedWorkerCapabilities
|
468
|
+
attr_accessor v_cpu_count: Types::VCpuCountRange
|
469
|
+
attr_accessor memory_mi_b: Types::MemoryMiBRange
|
470
|
+
attr_accessor accelerator_types: ::Array[("gpu")]
|
468
471
|
attr_accessor accelerator_count: Types::AcceleratorCountRange
|
469
472
|
attr_accessor accelerator_total_memory_mi_b: Types::AcceleratorTotalMemoryMiBRange
|
470
|
-
attr_accessor
|
473
|
+
attr_accessor os_family: ("WINDOWS" | "LINUX" | "MACOS")
|
471
474
|
attr_accessor cpu_architecture_type: ("x86_64" | "arm64")
|
472
475
|
attr_accessor custom_amounts: ::Array[Types::FleetAmountCapability]
|
473
476
|
attr_accessor custom_attributes: ::Array[Types::FleetAttributeCapability]
|
474
|
-
attr_accessor memory_mi_b: Types::MemoryMiBRange
|
475
|
-
attr_accessor os_family: ("WINDOWS" | "LINUX" | "MACOS")
|
476
|
-
attr_accessor v_cpu_count: Types::VCpuCountRange
|
477
477
|
SENSITIVE: []
|
478
478
|
end
|
479
479
|
|
480
480
|
class DateTimeFilterExpression
|
481
|
-
attr_accessor date_time: ::Time
|
482
481
|
attr_accessor name: ::String
|
483
482
|
attr_accessor operator: ("EQUAL" | "NOT_EQUAL" | "GREATER_THAN_EQUAL_TO" | "GREATER_THAN" | "LESS_THAN_EQUAL_TO" | "LESS_THAN")
|
483
|
+
attr_accessor date_time: ::Time
|
484
484
|
SENSITIVE: []
|
485
485
|
end
|
486
486
|
|
487
487
|
class DeleteBudgetRequest
|
488
|
-
attr_accessor budget_id: ::String
|
489
488
|
attr_accessor farm_id: ::String
|
489
|
+
attr_accessor budget_id: ::String
|
490
490
|
SENSITIVE: []
|
491
491
|
end
|
492
492
|
|
@@ -538,8 +538,8 @@ module Aws::Deadline
|
|
538
538
|
|
539
539
|
class DeleteQueueEnvironmentRequest
|
540
540
|
attr_accessor farm_id: ::String
|
541
|
-
attr_accessor queue_environment_id: ::String
|
542
541
|
attr_accessor queue_id: ::String
|
542
|
+
attr_accessor queue_environment_id: ::String
|
543
543
|
SENSITIVE: []
|
544
544
|
end
|
545
545
|
|
@@ -548,8 +548,8 @@ module Aws::Deadline
|
|
548
548
|
|
549
549
|
class DeleteQueueFleetAssociationRequest
|
550
550
|
attr_accessor farm_id: ::String
|
551
|
-
attr_accessor fleet_id: ::String
|
552
551
|
attr_accessor queue_id: ::String
|
552
|
+
attr_accessor fleet_id: ::String
|
553
553
|
SENSITIVE: []
|
554
554
|
end
|
555
555
|
|
@@ -585,10 +585,10 @@ module Aws::Deadline
|
|
585
585
|
end
|
586
586
|
|
587
587
|
class DependencyCounts
|
588
|
-
attr_accessor consumers_resolved: ::Integer
|
589
|
-
attr_accessor consumers_unresolved: ::Integer
|
590
588
|
attr_accessor dependencies_resolved: ::Integer
|
591
589
|
attr_accessor dependencies_unresolved: ::Integer
|
590
|
+
attr_accessor consumers_resolved: ::Integer
|
591
|
+
attr_accessor consumers_unresolved: ::Integer
|
592
592
|
SENSITIVE: []
|
593
593
|
end
|
594
594
|
|
@@ -613,9 +613,9 @@ module Aws::Deadline
|
|
613
613
|
|
614
614
|
class DisassociateMemberFromJobRequest
|
615
615
|
attr_accessor farm_id: ::String
|
616
|
+
attr_accessor queue_id: ::String
|
616
617
|
attr_accessor job_id: ::String
|
617
618
|
attr_accessor principal_id: ::String
|
618
|
-
attr_accessor queue_id: ::String
|
619
619
|
SENSITIVE: []
|
620
620
|
end
|
621
621
|
|
@@ -624,8 +624,8 @@ module Aws::Deadline
|
|
624
624
|
|
625
625
|
class DisassociateMemberFromQueueRequest
|
626
626
|
attr_accessor farm_id: ::String
|
627
|
-
attr_accessor principal_id: ::String
|
628
627
|
attr_accessor queue_id: ::String
|
628
|
+
attr_accessor principal_id: ::String
|
629
629
|
SENSITIVE: []
|
630
630
|
end
|
631
631
|
|
@@ -633,31 +633,31 @@ module Aws::Deadline
|
|
633
633
|
end
|
634
634
|
|
635
635
|
class Ec2EbsVolume
|
636
|
-
attr_accessor iops: ::Integer
|
637
636
|
attr_accessor size_gi_b: ::Integer
|
637
|
+
attr_accessor iops: ::Integer
|
638
638
|
attr_accessor throughput_mi_b: ::Integer
|
639
639
|
SENSITIVE: []
|
640
640
|
end
|
641
641
|
|
642
642
|
class EnvironmentDetailsEntity
|
643
|
-
attr_accessor environment_id: ::String
|
644
643
|
attr_accessor job_id: ::String
|
644
|
+
attr_accessor environment_id: ::String
|
645
645
|
attr_accessor schema_version: ::String
|
646
646
|
attr_accessor template: untyped
|
647
647
|
SENSITIVE: [:template]
|
648
648
|
end
|
649
649
|
|
650
650
|
class EnvironmentDetailsError
|
651
|
-
attr_accessor code: ("AccessDeniedException" | "InternalServerException" | "ValidationException" | "ResourceNotFoundException" | "MaxPayloadSizeExceeded" | "ConflictException")
|
652
|
-
attr_accessor environment_id: ::String
|
653
651
|
attr_accessor job_id: ::String
|
652
|
+
attr_accessor environment_id: ::String
|
653
|
+
attr_accessor code: ("AccessDeniedException" | "InternalServerException" | "ValidationException" | "ResourceNotFoundException" | "MaxPayloadSizeExceeded" | "ConflictException")
|
654
654
|
attr_accessor message: ::String
|
655
655
|
SENSITIVE: []
|
656
656
|
end
|
657
657
|
|
658
658
|
class EnvironmentDetailsIdentifiers
|
659
|
-
attr_accessor environment_id: ::String
|
660
659
|
attr_accessor job_id: ::String
|
660
|
+
attr_accessor environment_id: ::String
|
661
661
|
SENSITIVE: []
|
662
662
|
end
|
663
663
|
|
@@ -683,27 +683,27 @@ module Aws::Deadline
|
|
683
683
|
|
684
684
|
class FarmMember
|
685
685
|
attr_accessor farm_id: ::String
|
686
|
-
attr_accessor identity_store_id: ::String
|
687
|
-
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
688
686
|
attr_accessor principal_id: ::String
|
689
687
|
attr_accessor principal_type: ("USER" | "GROUP")
|
688
|
+
attr_accessor identity_store_id: ::String
|
689
|
+
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
690
690
|
SENSITIVE: []
|
691
691
|
end
|
692
692
|
|
693
693
|
class FarmSummary
|
694
|
-
attr_accessor created_at: ::Time
|
695
|
-
attr_accessor created_by: ::String
|
696
|
-
attr_accessor display_name: ::String
|
697
694
|
attr_accessor farm_id: ::String
|
695
|
+
attr_accessor display_name: ::String
|
698
696
|
attr_accessor kms_key_arn: ::String
|
697
|
+
attr_accessor created_at: ::Time
|
698
|
+
attr_accessor created_by: ::String
|
699
699
|
attr_accessor updated_at: ::Time
|
700
700
|
attr_accessor updated_by: ::String
|
701
701
|
SENSITIVE: []
|
702
702
|
end
|
703
703
|
|
704
704
|
class FieldSortExpression
|
705
|
-
attr_accessor name: ::String
|
706
705
|
attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
|
706
|
+
attr_accessor name: ::String
|
707
707
|
SENSITIVE: []
|
708
708
|
end
|
709
709
|
|
@@ -715,15 +715,15 @@ module Aws::Deadline
|
|
715
715
|
end
|
716
716
|
|
717
717
|
class FixedBudgetSchedule
|
718
|
-
attr_accessor end_time: ::Time
|
719
718
|
attr_accessor start_time: ::Time
|
719
|
+
attr_accessor end_time: ::Time
|
720
720
|
SENSITIVE: []
|
721
721
|
end
|
722
722
|
|
723
723
|
class FleetAmountCapability
|
724
|
-
attr_accessor max: ::Float
|
725
|
-
attr_accessor min: ::Float
|
726
724
|
attr_accessor name: ::String
|
725
|
+
attr_accessor min: ::Float
|
726
|
+
attr_accessor max: ::Float
|
727
727
|
SENSITIVE: []
|
728
728
|
end
|
729
729
|
|
@@ -756,52 +756,52 @@ module Aws::Deadline
|
|
756
756
|
class FleetMember
|
757
757
|
attr_accessor farm_id: ::String
|
758
758
|
attr_accessor fleet_id: ::String
|
759
|
-
attr_accessor identity_store_id: ::String
|
760
|
-
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
761
759
|
attr_accessor principal_id: ::String
|
762
760
|
attr_accessor principal_type: ("USER" | "GROUP")
|
761
|
+
attr_accessor identity_store_id: ::String
|
762
|
+
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
763
763
|
SENSITIVE: []
|
764
764
|
end
|
765
765
|
|
766
766
|
class FleetSummary
|
767
|
+
attr_accessor fleet_id: ::String
|
768
|
+
attr_accessor farm_id: ::String
|
769
|
+
attr_accessor display_name: ::String
|
770
|
+
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED")
|
767
771
|
attr_accessor auto_scaling_status: ("GROWING" | "STEADY" | "SHRINKING")
|
772
|
+
attr_accessor target_worker_count: ::Integer
|
773
|
+
attr_accessor worker_count: ::Integer
|
774
|
+
attr_accessor min_worker_count: ::Integer
|
775
|
+
attr_accessor max_worker_count: ::Integer
|
768
776
|
attr_accessor configuration: Types::FleetConfiguration
|
769
777
|
attr_accessor created_at: ::Time
|
770
778
|
attr_accessor created_by: ::String
|
771
|
-
attr_accessor display_name: ::String
|
772
|
-
attr_accessor farm_id: ::String
|
773
|
-
attr_accessor fleet_id: ::String
|
774
|
-
attr_accessor max_worker_count: ::Integer
|
775
|
-
attr_accessor min_worker_count: ::Integer
|
776
|
-
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED")
|
777
|
-
attr_accessor target_worker_count: ::Integer
|
778
779
|
attr_accessor updated_at: ::Time
|
779
780
|
attr_accessor updated_by: ::String
|
780
|
-
attr_accessor worker_count: ::Integer
|
781
781
|
SENSITIVE: []
|
782
782
|
end
|
783
783
|
|
784
784
|
class GetBudgetRequest
|
785
|
-
attr_accessor budget_id: ::String
|
786
785
|
attr_accessor farm_id: ::String
|
786
|
+
attr_accessor budget_id: ::String
|
787
787
|
SENSITIVE: []
|
788
788
|
end
|
789
789
|
|
790
790
|
class GetBudgetResponse
|
791
|
-
attr_accessor actions: ::Array[Types::ResponseBudgetAction]
|
792
|
-
attr_accessor approximate_dollar_limit: ::Float
|
793
791
|
attr_accessor budget_id: ::String
|
794
|
-
attr_accessor
|
795
|
-
attr_accessor
|
796
|
-
attr_accessor description: ::String
|
792
|
+
attr_accessor usage_tracking_resource: Types::UsageTrackingResource
|
793
|
+
attr_accessor status: ("ACTIVE" | "INACTIVE")
|
797
794
|
attr_accessor display_name: ::String
|
798
|
-
attr_accessor
|
795
|
+
attr_accessor description: ::String
|
796
|
+
attr_accessor approximate_dollar_limit: ::Float
|
797
|
+
attr_accessor usages: Types::ConsumedUsages
|
798
|
+
attr_accessor actions: ::Array[Types::ResponseBudgetAction]
|
799
799
|
attr_accessor schedule: Types::BudgetSchedule
|
800
|
-
attr_accessor
|
801
|
-
attr_accessor
|
800
|
+
attr_accessor created_by: ::String
|
801
|
+
attr_accessor created_at: ::Time
|
802
802
|
attr_accessor updated_by: ::String
|
803
|
-
attr_accessor
|
804
|
-
attr_accessor
|
803
|
+
attr_accessor updated_at: ::Time
|
804
|
+
attr_accessor queue_stopped_at: ::Time
|
805
805
|
SENSITIVE: [:description]
|
806
806
|
end
|
807
807
|
|
@@ -811,12 +811,12 @@ module Aws::Deadline
|
|
811
811
|
end
|
812
812
|
|
813
813
|
class GetFarmResponse
|
814
|
-
attr_accessor created_at: ::Time
|
815
|
-
attr_accessor created_by: ::String
|
816
|
-
attr_accessor description: ::String
|
817
|
-
attr_accessor display_name: ::String
|
818
814
|
attr_accessor farm_id: ::String
|
815
|
+
attr_accessor display_name: ::String
|
816
|
+
attr_accessor description: ::String
|
819
817
|
attr_accessor kms_key_arn: ::String
|
818
|
+
attr_accessor created_at: ::Time
|
819
|
+
attr_accessor created_by: ::String
|
820
820
|
attr_accessor updated_at: ::Time
|
821
821
|
attr_accessor updated_by: ::String
|
822
822
|
SENSITIVE: [:description]
|
@@ -829,42 +829,42 @@ module Aws::Deadline
|
|
829
829
|
end
|
830
830
|
|
831
831
|
class GetFleetResponse
|
832
|
+
attr_accessor fleet_id: ::String
|
833
|
+
attr_accessor farm_id: ::String
|
834
|
+
attr_accessor display_name: ::String
|
835
|
+
attr_accessor description: ::String
|
836
|
+
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED")
|
832
837
|
attr_accessor auto_scaling_status: ("GROWING" | "STEADY" | "SHRINKING")
|
833
|
-
attr_accessor
|
838
|
+
attr_accessor target_worker_count: ::Integer
|
839
|
+
attr_accessor worker_count: ::Integer
|
840
|
+
attr_accessor min_worker_count: ::Integer
|
841
|
+
attr_accessor max_worker_count: ::Integer
|
834
842
|
attr_accessor configuration: Types::FleetConfiguration
|
843
|
+
attr_accessor capabilities: Types::FleetCapabilities
|
844
|
+
attr_accessor role_arn: ::String
|
835
845
|
attr_accessor created_at: ::Time
|
836
846
|
attr_accessor created_by: ::String
|
837
|
-
attr_accessor description: ::String
|
838
|
-
attr_accessor display_name: ::String
|
839
|
-
attr_accessor farm_id: ::String
|
840
|
-
attr_accessor fleet_id: ::String
|
841
|
-
attr_accessor max_worker_count: ::Integer
|
842
|
-
attr_accessor min_worker_count: ::Integer
|
843
|
-
attr_accessor role_arn: ::String
|
844
|
-
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED")
|
845
|
-
attr_accessor target_worker_count: ::Integer
|
846
847
|
attr_accessor updated_at: ::Time
|
847
848
|
attr_accessor updated_by: ::String
|
848
|
-
attr_accessor worker_count: ::Integer
|
849
849
|
SENSITIVE: [:description]
|
850
850
|
end
|
851
851
|
|
852
852
|
class GetJobEntityError
|
853
|
-
attr_accessor environment_details: Types::EnvironmentDetailsError
|
854
|
-
attr_accessor job_attachment_details: Types::JobAttachmentDetailsError
|
855
853
|
attr_accessor job_details: Types::JobDetailsError
|
854
|
+
attr_accessor job_attachment_details: Types::JobAttachmentDetailsError
|
856
855
|
attr_accessor step_details: Types::StepDetailsError
|
856
|
+
attr_accessor environment_details: Types::EnvironmentDetailsError
|
857
857
|
attr_accessor unknown: untyped
|
858
858
|
SENSITIVE: []
|
859
859
|
|
860
|
-
class
|
860
|
+
class JobDetails < GetJobEntityError
|
861
861
|
end
|
862
862
|
class JobAttachmentDetails < GetJobEntityError
|
863
863
|
end
|
864
|
-
class JobDetails < GetJobEntityError
|
865
|
-
end
|
866
864
|
class StepDetails < GetJobEntityError
|
867
865
|
end
|
866
|
+
class EnvironmentDetails < GetJobEntityError
|
867
|
+
end
|
868
868
|
class Unknown < GetJobEntityError
|
869
869
|
end
|
870
870
|
end
|
@@ -877,27 +877,27 @@ module Aws::Deadline
|
|
877
877
|
end
|
878
878
|
|
879
879
|
class GetJobResponse
|
880
|
-
attr_accessor attachments: Types::Attachments
|
881
|
-
attr_accessor created_at: ::Time
|
882
|
-
attr_accessor created_by: ::String
|
883
|
-
attr_accessor description: ::String
|
884
|
-
attr_accessor ended_at: ::Time
|
885
880
|
attr_accessor job_id: ::String
|
881
|
+
attr_accessor name: ::String
|
886
882
|
attr_accessor lifecycle_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "UPLOAD_IN_PROGRESS" | "UPLOAD_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED" | "ARCHIVED")
|
887
883
|
attr_accessor lifecycle_status_message: ::String
|
888
|
-
attr_accessor max_failed_tasks_count: ::Integer
|
889
|
-
attr_accessor max_retries_per_task: ::Integer
|
890
|
-
attr_accessor name: ::String
|
891
|
-
attr_accessor parameters: ::Hash[::String, Types::JobParameter]
|
892
884
|
attr_accessor priority: ::Integer
|
885
|
+
attr_accessor created_at: ::Time
|
886
|
+
attr_accessor created_by: ::String
|
887
|
+
attr_accessor updated_at: ::Time
|
888
|
+
attr_accessor updated_by: ::String
|
893
889
|
attr_accessor started_at: ::Time
|
894
|
-
attr_accessor
|
895
|
-
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
890
|
+
attr_accessor ended_at: ::Time
|
896
891
|
attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
892
|
+
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
897
893
|
attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
|
898
|
-
attr_accessor
|
899
|
-
attr_accessor
|
900
|
-
|
894
|
+
attr_accessor storage_profile_id: ::String
|
895
|
+
attr_accessor max_failed_tasks_count: ::Integer
|
896
|
+
attr_accessor max_retries_per_task: ::Integer
|
897
|
+
attr_accessor parameters: ::Hash[::String, Types::JobParameter]
|
898
|
+
attr_accessor attachments: Types::Attachments
|
899
|
+
attr_accessor description: ::String
|
900
|
+
SENSITIVE: [:parameters, :description]
|
901
901
|
end
|
902
902
|
|
903
903
|
class GetLicenseEndpointRequest
|
@@ -906,13 +906,13 @@ module Aws::Deadline
|
|
906
906
|
end
|
907
907
|
|
908
908
|
class GetLicenseEndpointResponse
|
909
|
-
attr_accessor dns_name: ::String
|
910
909
|
attr_accessor license_endpoint_id: ::String
|
911
|
-
attr_accessor security_group_ids: ::Array[::String]
|
912
910
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "READY" | "NOT_READY")
|
913
911
|
attr_accessor status_message: ::String
|
914
|
-
attr_accessor subnet_ids: ::Array[::String]
|
915
912
|
attr_accessor vpc_id: ::String
|
913
|
+
attr_accessor dns_name: ::String
|
914
|
+
attr_accessor subnet_ids: ::Array[::String]
|
915
|
+
attr_accessor security_group_ids: ::Array[::String]
|
916
916
|
SENSITIVE: []
|
917
917
|
end
|
918
918
|
|
@@ -922,35 +922,35 @@ module Aws::Deadline
|
|
922
922
|
end
|
923
923
|
|
924
924
|
class GetMonitorResponse
|
925
|
-
attr_accessor created_at: ::Time
|
926
|
-
attr_accessor created_by: ::String
|
927
|
-
attr_accessor display_name: ::String
|
928
|
-
attr_accessor identity_center_application_arn: ::String
|
929
|
-
attr_accessor identity_center_instance_arn: ::String
|
930
925
|
attr_accessor monitor_id: ::String
|
931
|
-
attr_accessor
|
926
|
+
attr_accessor display_name: ::String
|
932
927
|
attr_accessor subdomain: ::String
|
928
|
+
attr_accessor url: ::String
|
929
|
+
attr_accessor role_arn: ::String
|
930
|
+
attr_accessor identity_center_instance_arn: ::String
|
931
|
+
attr_accessor identity_center_application_arn: ::String
|
932
|
+
attr_accessor created_at: ::Time
|
933
|
+
attr_accessor created_by: ::String
|
933
934
|
attr_accessor updated_at: ::Time
|
934
935
|
attr_accessor updated_by: ::String
|
935
|
-
attr_accessor url: ::String
|
936
936
|
SENSITIVE: []
|
937
937
|
end
|
938
938
|
|
939
939
|
class GetQueueEnvironmentRequest
|
940
940
|
attr_accessor farm_id: ::String
|
941
|
-
attr_accessor queue_environment_id: ::String
|
942
941
|
attr_accessor queue_id: ::String
|
942
|
+
attr_accessor queue_environment_id: ::String
|
943
943
|
SENSITIVE: []
|
944
944
|
end
|
945
945
|
|
946
946
|
class GetQueueEnvironmentResponse
|
947
|
-
attr_accessor
|
948
|
-
attr_accessor created_by: ::String
|
947
|
+
attr_accessor queue_environment_id: ::String
|
949
948
|
attr_accessor name: ::String
|
950
949
|
attr_accessor priority: ::Integer
|
951
|
-
attr_accessor queue_environment_id: ::String
|
952
|
-
attr_accessor template: ::String
|
953
950
|
attr_accessor template_type: ("JSON" | "YAML")
|
951
|
+
attr_accessor template: ::String
|
952
|
+
attr_accessor created_at: ::Time
|
953
|
+
attr_accessor created_by: ::String
|
954
954
|
attr_accessor updated_at: ::Time
|
955
955
|
attr_accessor updated_by: ::String
|
956
956
|
SENSITIVE: [:template]
|
@@ -958,17 +958,17 @@ module Aws::Deadline
|
|
958
958
|
|
959
959
|
class GetQueueFleetAssociationRequest
|
960
960
|
attr_accessor farm_id: ::String
|
961
|
-
attr_accessor fleet_id: ::String
|
962
961
|
attr_accessor queue_id: ::String
|
962
|
+
attr_accessor fleet_id: ::String
|
963
963
|
SENSITIVE: []
|
964
964
|
end
|
965
965
|
|
966
966
|
class GetQueueFleetAssociationResponse
|
967
|
-
attr_accessor created_at: ::Time
|
968
|
-
attr_accessor created_by: ::String
|
969
|
-
attr_accessor fleet_id: ::String
|
970
967
|
attr_accessor queue_id: ::String
|
968
|
+
attr_accessor fleet_id: ::String
|
971
969
|
attr_accessor status: ("ACTIVE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS" | "STOPPED")
|
970
|
+
attr_accessor created_at: ::Time
|
971
|
+
attr_accessor created_by: ::String
|
972
972
|
attr_accessor updated_at: ::Time
|
973
973
|
attr_accessor updated_by: ::String
|
974
974
|
SENSITIVE: []
|
@@ -981,20 +981,20 @@ module Aws::Deadline
|
|
981
981
|
end
|
982
982
|
|
983
983
|
class GetQueueResponse
|
984
|
-
attr_accessor
|
985
|
-
attr_accessor blocked_reason: ("NO_BUDGET_CONFIGURED" | "BUDGET_THRESHOLD_REACHED")
|
986
|
-
attr_accessor created_at: ::Time
|
987
|
-
attr_accessor created_by: ::String
|
988
|
-
attr_accessor default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
989
|
-
attr_accessor description: ::String
|
984
|
+
attr_accessor queue_id: ::String
|
990
985
|
attr_accessor display_name: ::String
|
986
|
+
attr_accessor description: ::String
|
991
987
|
attr_accessor farm_id: ::String
|
988
|
+
attr_accessor status: ("IDLE" | "SCHEDULING" | "SCHEDULING_BLOCKED")
|
989
|
+
attr_accessor default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
990
|
+
attr_accessor blocked_reason: ("NO_BUDGET_CONFIGURED" | "BUDGET_THRESHOLD_REACHED")
|
992
991
|
attr_accessor job_attachment_settings: Types::JobAttachmentSettings
|
993
|
-
attr_accessor job_run_as_user: Types::JobRunAsUser
|
994
|
-
attr_accessor queue_id: ::String
|
995
|
-
attr_accessor required_file_system_location_names: ::Array[::String]
|
996
992
|
attr_accessor role_arn: ::String
|
997
|
-
attr_accessor
|
993
|
+
attr_accessor required_file_system_location_names: ::Array[::String]
|
994
|
+
attr_accessor allowed_storage_profile_ids: ::Array[::String]
|
995
|
+
attr_accessor job_run_as_user: Types::JobRunAsUser
|
996
|
+
attr_accessor created_at: ::Time
|
997
|
+
attr_accessor created_by: ::String
|
998
998
|
attr_accessor updated_at: ::Time
|
999
999
|
attr_accessor updated_by: ::String
|
1000
1000
|
SENSITIVE: [:description]
|
@@ -1002,61 +1002,61 @@ module Aws::Deadline
|
|
1002
1002
|
|
1003
1003
|
class GetSessionActionRequest
|
1004
1004
|
attr_accessor farm_id: ::String
|
1005
|
-
attr_accessor job_id: ::String
|
1006
1005
|
attr_accessor queue_id: ::String
|
1006
|
+
attr_accessor job_id: ::String
|
1007
1007
|
attr_accessor session_action_id: ::String
|
1008
1008
|
SENSITIVE: []
|
1009
1009
|
end
|
1010
1010
|
|
1011
1011
|
class GetSessionActionResponse
|
1012
|
-
attr_accessor definition: Types::SessionActionDefinition
|
1013
|
-
attr_accessor ended_at: ::Time
|
1014
|
-
attr_accessor process_exit_code: ::Integer
|
1015
|
-
attr_accessor progress_message: ::String
|
1016
|
-
attr_accessor progress_percent: ::Float
|
1017
1012
|
attr_accessor session_action_id: ::String
|
1018
|
-
attr_accessor session_id: ::String
|
1019
|
-
attr_accessor started_at: ::Time
|
1020
1013
|
attr_accessor status: ("ASSIGNED" | "RUNNING" | "CANCELING" | "SUCCEEDED" | "FAILED" | "INTERRUPTED" | "CANCELED" | "NEVER_ATTEMPTED" | "SCHEDULED" | "RECLAIMING" | "RECLAIMED")
|
1014
|
+
attr_accessor started_at: ::Time
|
1015
|
+
attr_accessor ended_at: ::Time
|
1021
1016
|
attr_accessor worker_updated_at: ::Time
|
1017
|
+
attr_accessor progress_percent: ::Float
|
1018
|
+
attr_accessor session_id: ::String
|
1019
|
+
attr_accessor process_exit_code: ::Integer
|
1020
|
+
attr_accessor progress_message: ::String
|
1021
|
+
attr_accessor definition: Types::SessionActionDefinition
|
1022
1022
|
SENSITIVE: [:progress_message]
|
1023
1023
|
end
|
1024
1024
|
|
1025
1025
|
class GetSessionRequest
|
1026
1026
|
attr_accessor farm_id: ::String
|
1027
|
-
attr_accessor job_id: ::String
|
1028
1027
|
attr_accessor queue_id: ::String
|
1028
|
+
attr_accessor job_id: ::String
|
1029
1029
|
attr_accessor session_id: ::String
|
1030
1030
|
SENSITIVE: []
|
1031
1031
|
end
|
1032
1032
|
|
1033
1033
|
class GetSessionResponse
|
1034
|
-
attr_accessor ended_at: ::Time
|
1035
|
-
attr_accessor fleet_id: ::String
|
1036
|
-
attr_accessor host_properties: Types::HostPropertiesResponse
|
1037
|
-
attr_accessor lifecycle_status: ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
|
1038
|
-
attr_accessor log: Types::LogConfiguration
|
1039
1034
|
attr_accessor session_id: ::String
|
1035
|
+
attr_accessor fleet_id: ::String
|
1036
|
+
attr_accessor worker_id: ::String
|
1040
1037
|
attr_accessor started_at: ::Time
|
1041
|
-
attr_accessor
|
1038
|
+
attr_accessor log: Types::LogConfiguration
|
1039
|
+
attr_accessor lifecycle_status: ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
|
1040
|
+
attr_accessor ended_at: ::Time
|
1042
1041
|
attr_accessor updated_at: ::Time
|
1043
1042
|
attr_accessor updated_by: ::String
|
1044
|
-
attr_accessor
|
1043
|
+
attr_accessor target_lifecycle_status: ("ENDED")
|
1044
|
+
attr_accessor host_properties: Types::HostPropertiesResponse
|
1045
1045
|
attr_accessor worker_log: Types::LogConfiguration
|
1046
1046
|
SENSITIVE: []
|
1047
1047
|
end
|
1048
1048
|
|
1049
1049
|
class GetSessionsStatisticsAggregationRequest
|
1050
|
-
attr_accessor aggregation_id: ::String
|
1051
1050
|
attr_accessor farm_id: ::String
|
1051
|
+
attr_accessor aggregation_id: ::String
|
1052
1052
|
attr_accessor max_results: ::Integer
|
1053
1053
|
attr_accessor next_token: ::String
|
1054
1054
|
SENSITIVE: []
|
1055
1055
|
end
|
1056
1056
|
|
1057
1057
|
class GetSessionsStatisticsAggregationResponse
|
1058
|
-
attr_accessor next_token: ::String
|
1059
1058
|
attr_accessor statistics: ::Array[Types::Statistics]
|
1059
|
+
attr_accessor next_token: ::String
|
1060
1060
|
attr_accessor status: ("IN_PROGRESS" | "TIMEOUT" | "FAILED" | "COMPLETED")
|
1061
1061
|
attr_accessor status_message: ::String
|
1062
1062
|
SENSITIVE: []
|
@@ -1064,30 +1064,30 @@ module Aws::Deadline
|
|
1064
1064
|
|
1065
1065
|
class GetStepRequest
|
1066
1066
|
attr_accessor farm_id: ::String
|
1067
|
-
attr_accessor job_id: ::String
|
1068
1067
|
attr_accessor queue_id: ::String
|
1068
|
+
attr_accessor job_id: ::String
|
1069
1069
|
attr_accessor step_id: ::String
|
1070
1070
|
SENSITIVE: []
|
1071
1071
|
end
|
1072
1072
|
|
1073
1073
|
class GetStepResponse
|
1074
|
-
attr_accessor
|
1075
|
-
attr_accessor
|
1076
|
-
attr_accessor dependency_counts: Types::DependencyCounts
|
1077
|
-
attr_accessor description: ::String
|
1078
|
-
attr_accessor ended_at: ::Time
|
1074
|
+
attr_accessor step_id: ::String
|
1075
|
+
attr_accessor name: ::String
|
1079
1076
|
attr_accessor lifecycle_status: ("CREATE_COMPLETE" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED")
|
1080
1077
|
attr_accessor lifecycle_status_message: ::String
|
1081
|
-
attr_accessor name: ::String
|
1082
|
-
attr_accessor parameter_space: Types::ParameterSpace
|
1083
|
-
attr_accessor required_capabilities: Types::StepRequiredCapabilities
|
1084
|
-
attr_accessor started_at: ::Time
|
1085
|
-
attr_accessor step_id: ::String
|
1086
|
-
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
1087
1078
|
attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
1088
1079
|
attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
|
1080
|
+
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
1081
|
+
attr_accessor created_at: ::Time
|
1082
|
+
attr_accessor created_by: ::String
|
1089
1083
|
attr_accessor updated_at: ::Time
|
1090
1084
|
attr_accessor updated_by: ::String
|
1085
|
+
attr_accessor started_at: ::Time
|
1086
|
+
attr_accessor ended_at: ::Time
|
1087
|
+
attr_accessor dependency_counts: Types::DependencyCounts
|
1088
|
+
attr_accessor required_capabilities: Types::StepRequiredCapabilities
|
1089
|
+
attr_accessor parameter_space: Types::ParameterSpace
|
1090
|
+
attr_accessor description: ::String
|
1091
1091
|
SENSITIVE: [:description]
|
1092
1092
|
end
|
1093
1093
|
|
@@ -1099,10 +1099,10 @@ module Aws::Deadline
|
|
1099
1099
|
end
|
1100
1100
|
|
1101
1101
|
class GetStorageProfileForQueueResponse
|
1102
|
+
attr_accessor storage_profile_id: ::String
|
1102
1103
|
attr_accessor display_name: ::String
|
1103
|
-
attr_accessor file_system_locations: ::Array[Types::FileSystemLocation]
|
1104
1104
|
attr_accessor os_family: ("WINDOWS" | "LINUX" | "MACOS")
|
1105
|
-
attr_accessor
|
1105
|
+
attr_accessor file_system_locations: ::Array[Types::FileSystemLocation]
|
1106
1106
|
SENSITIVE: []
|
1107
1107
|
end
|
1108
1108
|
|
@@ -1113,39 +1113,39 @@ module Aws::Deadline
|
|
1113
1113
|
end
|
1114
1114
|
|
1115
1115
|
class GetStorageProfileResponse
|
1116
|
-
attr_accessor
|
1117
|
-
attr_accessor created_by: ::String
|
1116
|
+
attr_accessor storage_profile_id: ::String
|
1118
1117
|
attr_accessor display_name: ::String
|
1119
|
-
attr_accessor file_system_locations: ::Array[Types::FileSystemLocation]
|
1120
1118
|
attr_accessor os_family: ("WINDOWS" | "LINUX" | "MACOS")
|
1121
|
-
attr_accessor
|
1119
|
+
attr_accessor created_at: ::Time
|
1120
|
+
attr_accessor created_by: ::String
|
1122
1121
|
attr_accessor updated_at: ::Time
|
1123
1122
|
attr_accessor updated_by: ::String
|
1123
|
+
attr_accessor file_system_locations: ::Array[Types::FileSystemLocation]
|
1124
1124
|
SENSITIVE: []
|
1125
1125
|
end
|
1126
1126
|
|
1127
1127
|
class GetTaskRequest
|
1128
1128
|
attr_accessor farm_id: ::String
|
1129
|
-
attr_accessor job_id: ::String
|
1130
1129
|
attr_accessor queue_id: ::String
|
1130
|
+
attr_accessor job_id: ::String
|
1131
1131
|
attr_accessor step_id: ::String
|
1132
1132
|
attr_accessor task_id: ::String
|
1133
1133
|
SENSITIVE: []
|
1134
1134
|
end
|
1135
1135
|
|
1136
1136
|
class GetTaskResponse
|
1137
|
+
attr_accessor task_id: ::String
|
1137
1138
|
attr_accessor created_at: ::Time
|
1138
1139
|
attr_accessor created_by: ::String
|
1139
|
-
attr_accessor
|
1140
|
+
attr_accessor run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
1141
|
+
attr_accessor target_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
1140
1142
|
attr_accessor failure_retry_count: ::Integer
|
1141
|
-
attr_accessor latest_session_action_id: ::String
|
1142
1143
|
attr_accessor parameters: ::Hash[::String, Types::TaskParameterValue]
|
1143
|
-
attr_accessor run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
1144
1144
|
attr_accessor started_at: ::Time
|
1145
|
-
attr_accessor
|
1146
|
-
attr_accessor task_id: ::String
|
1145
|
+
attr_accessor ended_at: ::Time
|
1147
1146
|
attr_accessor updated_at: ::Time
|
1148
1147
|
attr_accessor updated_by: ::String
|
1148
|
+
attr_accessor latest_session_action_id: ::String
|
1149
1149
|
SENSITIVE: [:parameters]
|
1150
1150
|
end
|
1151
1151
|
|
@@ -1157,30 +1157,30 @@ module Aws::Deadline
|
|
1157
1157
|
end
|
1158
1158
|
|
1159
1159
|
class GetWorkerResponse
|
1160
|
-
attr_accessor
|
1161
|
-
attr_accessor created_by: ::String
|
1160
|
+
attr_accessor worker_id: ::String
|
1162
1161
|
attr_accessor farm_id: ::String
|
1163
1162
|
attr_accessor fleet_id: ::String
|
1164
1163
|
attr_accessor host_properties: Types::HostPropertiesResponse
|
1165
|
-
attr_accessor log: Types::LogConfiguration
|
1166
1164
|
attr_accessor status: ("CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE")
|
1165
|
+
attr_accessor log: Types::LogConfiguration
|
1166
|
+
attr_accessor created_at: ::Time
|
1167
|
+
attr_accessor created_by: ::String
|
1167
1168
|
attr_accessor updated_at: ::Time
|
1168
1169
|
attr_accessor updated_by: ::String
|
1169
|
-
attr_accessor worker_id: ::String
|
1170
1170
|
SENSITIVE: []
|
1171
1171
|
end
|
1172
1172
|
|
1173
1173
|
class HostPropertiesRequest
|
1174
|
-
attr_accessor host_name: ::String
|
1175
1174
|
attr_accessor ip_addresses: Types::IpAddresses
|
1175
|
+
attr_accessor host_name: ::String
|
1176
1176
|
SENSITIVE: []
|
1177
1177
|
end
|
1178
1178
|
|
1179
1179
|
class HostPropertiesResponse
|
1180
|
+
attr_accessor ip_addresses: Types::IpAddresses
|
1181
|
+
attr_accessor host_name: ::String
|
1180
1182
|
attr_accessor ec2_instance_arn: ::String
|
1181
1183
|
attr_accessor ec2_instance_type: ::String
|
1182
|
-
attr_accessor host_name: ::String
|
1183
|
-
attr_accessor ip_addresses: Types::IpAddresses
|
1184
1184
|
SENSITIVE: []
|
1185
1185
|
end
|
1186
1186
|
|
@@ -1197,14 +1197,14 @@ module Aws::Deadline
|
|
1197
1197
|
end
|
1198
1198
|
|
1199
1199
|
class JobAttachmentDetailsEntity
|
1200
|
-
attr_accessor attachments: Types::Attachments
|
1201
1200
|
attr_accessor job_id: ::String
|
1201
|
+
attr_accessor attachments: Types::Attachments
|
1202
1202
|
SENSITIVE: []
|
1203
1203
|
end
|
1204
1204
|
|
1205
1205
|
class JobAttachmentDetailsError
|
1206
|
-
attr_accessor code: ("AccessDeniedException" | "InternalServerException" | "ValidationException" | "ResourceNotFoundException" | "MaxPayloadSizeExceeded" | "ConflictException")
|
1207
1206
|
attr_accessor job_id: ::String
|
1207
|
+
attr_accessor code: ("AccessDeniedException" | "InternalServerException" | "ValidationException" | "ResourceNotFoundException" | "MaxPayloadSizeExceeded" | "ConflictException")
|
1208
1208
|
attr_accessor message: ::String
|
1209
1209
|
SENSITIVE: []
|
1210
1210
|
end
|
@@ -1215,26 +1215,26 @@ module Aws::Deadline
|
|
1215
1215
|
end
|
1216
1216
|
|
1217
1217
|
class JobAttachmentSettings
|
1218
|
-
attr_accessor root_prefix: ::String
|
1219
1218
|
attr_accessor s3_bucket_name: ::String
|
1219
|
+
attr_accessor root_prefix: ::String
|
1220
1220
|
SENSITIVE: []
|
1221
1221
|
end
|
1222
1222
|
|
1223
1223
|
class JobDetailsEntity
|
1224
|
-
attr_accessor job_attachment_settings: Types::JobAttachmentSettings
|
1225
1224
|
attr_accessor job_id: ::String
|
1225
|
+
attr_accessor job_attachment_settings: Types::JobAttachmentSettings
|
1226
1226
|
attr_accessor job_run_as_user: Types::JobRunAsUser
|
1227
1227
|
attr_accessor log_group_name: ::String
|
1228
|
-
attr_accessor parameters: ::Hash[::String, Types::JobParameter]
|
1229
|
-
attr_accessor path_mapping_rules: ::Array[Types::PathMappingRule]
|
1230
1228
|
attr_accessor queue_role_arn: ::String
|
1229
|
+
attr_accessor parameters: ::Hash[::String, Types::JobParameter]
|
1231
1230
|
attr_accessor schema_version: ::String
|
1231
|
+
attr_accessor path_mapping_rules: ::Array[Types::PathMappingRule]
|
1232
1232
|
SENSITIVE: [:parameters]
|
1233
1233
|
end
|
1234
1234
|
|
1235
1235
|
class JobDetailsError
|
1236
|
-
attr_accessor code: ("AccessDeniedException" | "InternalServerException" | "ValidationException" | "ResourceNotFoundException" | "MaxPayloadSizeExceeded" | "ConflictException")
|
1237
1236
|
attr_accessor job_id: ::String
|
1237
|
+
attr_accessor code: ("AccessDeniedException" | "InternalServerException" | "ValidationException" | "ResourceNotFoundException" | "MaxPayloadSizeExceeded" | "ConflictException")
|
1238
1238
|
attr_accessor message: ::String
|
1239
1239
|
SENSITIVE: []
|
1240
1240
|
end
|
@@ -1245,120 +1245,120 @@ module Aws::Deadline
|
|
1245
1245
|
end
|
1246
1246
|
|
1247
1247
|
class JobEntity
|
1248
|
-
attr_accessor environment_details: Types::EnvironmentDetailsEntity
|
1249
|
-
attr_accessor job_attachment_details: Types::JobAttachmentDetailsEntity
|
1250
1248
|
attr_accessor job_details: Types::JobDetailsEntity
|
1249
|
+
attr_accessor job_attachment_details: Types::JobAttachmentDetailsEntity
|
1251
1250
|
attr_accessor step_details: Types::StepDetailsEntity
|
1251
|
+
attr_accessor environment_details: Types::EnvironmentDetailsEntity
|
1252
1252
|
attr_accessor unknown: untyped
|
1253
1253
|
SENSITIVE: []
|
1254
1254
|
|
1255
|
-
class
|
1255
|
+
class JobDetails < JobEntity
|
1256
1256
|
end
|
1257
1257
|
class JobAttachmentDetails < JobEntity
|
1258
1258
|
end
|
1259
|
-
class JobDetails < JobEntity
|
1260
|
-
end
|
1261
1259
|
class StepDetails < JobEntity
|
1262
1260
|
end
|
1261
|
+
class EnvironmentDetails < JobEntity
|
1262
|
+
end
|
1263
1263
|
class Unknown < JobEntity
|
1264
1264
|
end
|
1265
1265
|
end
|
1266
1266
|
|
1267
1267
|
class JobEntityIdentifiersUnion
|
1268
|
-
attr_accessor environment_details: Types::EnvironmentDetailsIdentifiers
|
1269
|
-
attr_accessor job_attachment_details: Types::JobAttachmentDetailsIdentifiers
|
1270
1268
|
attr_accessor job_details: Types::JobDetailsIdentifiers
|
1269
|
+
attr_accessor job_attachment_details: Types::JobAttachmentDetailsIdentifiers
|
1271
1270
|
attr_accessor step_details: Types::StepDetailsIdentifiers
|
1271
|
+
attr_accessor environment_details: Types::EnvironmentDetailsIdentifiers
|
1272
1272
|
attr_accessor unknown: untyped
|
1273
1273
|
SENSITIVE: []
|
1274
1274
|
|
1275
|
-
class
|
1275
|
+
class JobDetails < JobEntityIdentifiersUnion
|
1276
1276
|
end
|
1277
1277
|
class JobAttachmentDetails < JobEntityIdentifiersUnion
|
1278
1278
|
end
|
1279
|
-
class JobDetails < JobEntityIdentifiersUnion
|
1280
|
-
end
|
1281
1279
|
class StepDetails < JobEntityIdentifiersUnion
|
1282
1280
|
end
|
1281
|
+
class EnvironmentDetails < JobEntityIdentifiersUnion
|
1282
|
+
end
|
1283
1283
|
class Unknown < JobEntityIdentifiersUnion
|
1284
1284
|
end
|
1285
1285
|
end
|
1286
1286
|
|
1287
1287
|
class JobMember
|
1288
1288
|
attr_accessor farm_id: ::String
|
1289
|
-
attr_accessor
|
1289
|
+
attr_accessor queue_id: ::String
|
1290
1290
|
attr_accessor job_id: ::String
|
1291
|
-
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
1292
1291
|
attr_accessor principal_id: ::String
|
1293
1292
|
attr_accessor principal_type: ("USER" | "GROUP")
|
1294
|
-
attr_accessor
|
1293
|
+
attr_accessor identity_store_id: ::String
|
1294
|
+
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
1295
1295
|
SENSITIVE: []
|
1296
1296
|
end
|
1297
1297
|
|
1298
1298
|
class JobParameter
|
1299
|
-
attr_accessor float: ::String
|
1300
1299
|
attr_accessor int: ::String
|
1301
|
-
attr_accessor
|
1300
|
+
attr_accessor float: ::String
|
1302
1301
|
attr_accessor string: ::String
|
1302
|
+
attr_accessor path: ::String
|
1303
1303
|
attr_accessor unknown: untyped
|
1304
1304
|
SENSITIVE: []
|
1305
1305
|
|
1306
|
-
class Float < JobParameter
|
1307
|
-
end
|
1308
1306
|
class Int < JobParameter
|
1309
1307
|
end
|
1310
|
-
class
|
1308
|
+
class Float < JobParameter
|
1311
1309
|
end
|
1312
1310
|
class String < JobParameter
|
1313
1311
|
end
|
1312
|
+
class Path < JobParameter
|
1313
|
+
end
|
1314
1314
|
class Unknown < JobParameter
|
1315
1315
|
end
|
1316
1316
|
end
|
1317
1317
|
|
1318
1318
|
class JobRunAsUser
|
1319
1319
|
attr_accessor posix: Types::PosixUser
|
1320
|
-
attr_accessor run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER")
|
1321
1320
|
attr_accessor windows: Types::WindowsUser
|
1321
|
+
attr_accessor run_as: ("QUEUE_CONFIGURED_USER" | "WORKER_AGENT_USER")
|
1322
1322
|
SENSITIVE: []
|
1323
1323
|
end
|
1324
1324
|
|
1325
1325
|
class JobSearchSummary
|
1326
|
-
attr_accessor created_at: ::Time
|
1327
|
-
attr_accessor created_by: ::String
|
1328
|
-
attr_accessor ended_at: ::Time
|
1329
1326
|
attr_accessor job_id: ::String
|
1330
|
-
attr_accessor
|
1327
|
+
attr_accessor queue_id: ::String
|
1328
|
+
attr_accessor name: ::String
|
1331
1329
|
attr_accessor lifecycle_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "UPLOAD_IN_PROGRESS" | "UPLOAD_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED" | "ARCHIVED")
|
1332
1330
|
attr_accessor lifecycle_status_message: ::String
|
1331
|
+
attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
1332
|
+
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
1333
|
+
attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
|
1334
|
+
attr_accessor priority: ::Integer
|
1333
1335
|
attr_accessor max_failed_tasks_count: ::Integer
|
1334
1336
|
attr_accessor max_retries_per_task: ::Integer
|
1335
|
-
attr_accessor
|
1336
|
-
attr_accessor
|
1337
|
-
attr_accessor
|
1337
|
+
attr_accessor created_by: ::String
|
1338
|
+
attr_accessor created_at: ::Time
|
1339
|
+
attr_accessor ended_at: ::Time
|
1338
1340
|
attr_accessor started_at: ::Time
|
1339
|
-
attr_accessor
|
1340
|
-
attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
1341
|
-
attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
|
1341
|
+
attr_accessor job_parameters: ::Hash[::String, Types::JobParameter]
|
1342
1342
|
SENSITIVE: [:job_parameters]
|
1343
1343
|
end
|
1344
1344
|
|
1345
1345
|
class JobSummary
|
1346
|
-
attr_accessor created_at: ::Time
|
1347
|
-
attr_accessor created_by: ::String
|
1348
|
-
attr_accessor ended_at: ::Time
|
1349
1346
|
attr_accessor job_id: ::String
|
1347
|
+
attr_accessor name: ::String
|
1350
1348
|
attr_accessor lifecycle_status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "UPLOAD_IN_PROGRESS" | "UPLOAD_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED" | "ARCHIVED")
|
1351
1349
|
attr_accessor lifecycle_status_message: ::String
|
1352
|
-
attr_accessor max_failed_tasks_count: ::Integer
|
1353
|
-
attr_accessor max_retries_per_task: ::Integer
|
1354
|
-
attr_accessor name: ::String
|
1355
1350
|
attr_accessor priority: ::Integer
|
1351
|
+
attr_accessor created_at: ::Time
|
1352
|
+
attr_accessor created_by: ::String
|
1353
|
+
attr_accessor updated_at: ::Time
|
1354
|
+
attr_accessor updated_by: ::String
|
1356
1355
|
attr_accessor started_at: ::Time
|
1357
|
-
attr_accessor
|
1356
|
+
attr_accessor ended_at: ::Time
|
1358
1357
|
attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
1358
|
+
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
1359
1359
|
attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
|
1360
|
-
attr_accessor
|
1361
|
-
attr_accessor
|
1360
|
+
attr_accessor max_failed_tasks_count: ::Integer
|
1361
|
+
attr_accessor max_retries_per_task: ::Integer
|
1362
1362
|
SENSITIVE: []
|
1363
1363
|
end
|
1364
1364
|
|
@@ -1371,8 +1371,8 @@ module Aws::Deadline
|
|
1371
1371
|
end
|
1372
1372
|
|
1373
1373
|
class ListAvailableMeteredProductsRequest
|
1374
|
-
attr_accessor max_results: ::Integer
|
1375
1374
|
attr_accessor next_token: ::String
|
1375
|
+
attr_accessor max_results: ::Integer
|
1376
1376
|
SENSITIVE: []
|
1377
1377
|
end
|
1378
1378
|
|
@@ -1383,23 +1383,23 @@ module Aws::Deadline
|
|
1383
1383
|
end
|
1384
1384
|
|
1385
1385
|
class ListBudgetsRequest
|
1386
|
+
attr_accessor next_token: ::String
|
1386
1387
|
attr_accessor farm_id: ::String
|
1387
1388
|
attr_accessor max_results: ::Integer
|
1388
|
-
attr_accessor next_token: ::String
|
1389
1389
|
attr_accessor status: ("ACTIVE" | "INACTIVE")
|
1390
1390
|
SENSITIVE: []
|
1391
1391
|
end
|
1392
1392
|
|
1393
1393
|
class ListBudgetsResponse
|
1394
|
-
attr_accessor budgets: ::Array[Types::BudgetSummary]
|
1395
1394
|
attr_accessor next_token: ::String
|
1395
|
+
attr_accessor budgets: ::Array[Types::BudgetSummary]
|
1396
1396
|
SENSITIVE: []
|
1397
1397
|
end
|
1398
1398
|
|
1399
1399
|
class ListFarmMembersRequest
|
1400
1400
|
attr_accessor farm_id: ::String
|
1401
|
-
attr_accessor max_results: ::Integer
|
1402
1401
|
attr_accessor next_token: ::String
|
1402
|
+
attr_accessor max_results: ::Integer
|
1403
1403
|
SENSITIVE: []
|
1404
1404
|
end
|
1405
1405
|
|
@@ -1410,23 +1410,23 @@ module Aws::Deadline
|
|
1410
1410
|
end
|
1411
1411
|
|
1412
1412
|
class ListFarmsRequest
|
1413
|
-
attr_accessor max_results: ::Integer
|
1414
1413
|
attr_accessor next_token: ::String
|
1415
1414
|
attr_accessor principal_id: ::String
|
1415
|
+
attr_accessor max_results: ::Integer
|
1416
1416
|
SENSITIVE: []
|
1417
1417
|
end
|
1418
1418
|
|
1419
1419
|
class ListFarmsResponse
|
1420
|
-
attr_accessor farms: ::Array[Types::FarmSummary]
|
1421
1420
|
attr_accessor next_token: ::String
|
1421
|
+
attr_accessor farms: ::Array[Types::FarmSummary]
|
1422
1422
|
SENSITIVE: []
|
1423
1423
|
end
|
1424
1424
|
|
1425
1425
|
class ListFleetMembersRequest
|
1426
1426
|
attr_accessor farm_id: ::String
|
1427
1427
|
attr_accessor fleet_id: ::String
|
1428
|
-
attr_accessor max_results: ::Integer
|
1429
1428
|
attr_accessor next_token: ::String
|
1429
|
+
attr_accessor max_results: ::Integer
|
1430
1430
|
SENSITIVE: []
|
1431
1431
|
end
|
1432
1432
|
|
@@ -1437,12 +1437,12 @@ module Aws::Deadline
|
|
1437
1437
|
end
|
1438
1438
|
|
1439
1439
|
class ListFleetsRequest
|
1440
|
-
attr_accessor display_name: ::String
|
1441
1440
|
attr_accessor farm_id: ::String
|
1442
|
-
attr_accessor max_results: ::Integer
|
1443
|
-
attr_accessor next_token: ::String
|
1444
1441
|
attr_accessor principal_id: ::String
|
1442
|
+
attr_accessor display_name: ::String
|
1445
1443
|
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED")
|
1444
|
+
attr_accessor next_token: ::String
|
1445
|
+
attr_accessor max_results: ::Integer
|
1446
1446
|
SENSITIVE: []
|
1447
1447
|
end
|
1448
1448
|
|
@@ -1454,10 +1454,10 @@ module Aws::Deadline
|
|
1454
1454
|
|
1455
1455
|
class ListJobMembersRequest
|
1456
1456
|
attr_accessor farm_id: ::String
|
1457
|
+
attr_accessor queue_id: ::String
|
1457
1458
|
attr_accessor job_id: ::String
|
1458
|
-
attr_accessor max_results: ::Integer
|
1459
1459
|
attr_accessor next_token: ::String
|
1460
|
-
attr_accessor
|
1460
|
+
attr_accessor max_results: ::Integer
|
1461
1461
|
SENSITIVE: []
|
1462
1462
|
end
|
1463
1463
|
|
@@ -1469,10 +1469,10 @@ module Aws::Deadline
|
|
1469
1469
|
|
1470
1470
|
class ListJobsRequest
|
1471
1471
|
attr_accessor farm_id: ::String
|
1472
|
-
attr_accessor max_results: ::Integer
|
1473
|
-
attr_accessor next_token: ::String
|
1474
1472
|
attr_accessor principal_id: ::String
|
1475
1473
|
attr_accessor queue_id: ::String
|
1474
|
+
attr_accessor next_token: ::String
|
1475
|
+
attr_accessor max_results: ::Integer
|
1476
1476
|
SENSITIVE: []
|
1477
1477
|
end
|
1478
1478
|
|
@@ -1483,8 +1483,8 @@ module Aws::Deadline
|
|
1483
1483
|
end
|
1484
1484
|
|
1485
1485
|
class ListLicenseEndpointsRequest
|
1486
|
-
attr_accessor max_results: ::Integer
|
1487
1486
|
attr_accessor next_token: ::String
|
1487
|
+
attr_accessor max_results: ::Integer
|
1488
1488
|
SENSITIVE: []
|
1489
1489
|
end
|
1490
1490
|
|
@@ -1496,8 +1496,8 @@ module Aws::Deadline
|
|
1496
1496
|
|
1497
1497
|
class ListMeteredProductsRequest
|
1498
1498
|
attr_accessor license_endpoint_id: ::String
|
1499
|
-
attr_accessor max_results: ::Integer
|
1500
1499
|
attr_accessor next_token: ::String
|
1500
|
+
attr_accessor max_results: ::Integer
|
1501
1501
|
SENSITIVE: []
|
1502
1502
|
end
|
1503
1503
|
|
@@ -1508,22 +1508,22 @@ module Aws::Deadline
|
|
1508
1508
|
end
|
1509
1509
|
|
1510
1510
|
class ListMonitorsRequest
|
1511
|
-
attr_accessor max_results: ::Integer
|
1512
1511
|
attr_accessor next_token: ::String
|
1512
|
+
attr_accessor max_results: ::Integer
|
1513
1513
|
SENSITIVE: []
|
1514
1514
|
end
|
1515
1515
|
|
1516
1516
|
class ListMonitorsResponse
|
1517
|
-
attr_accessor monitors: ::Array[Types::MonitorSummary]
|
1518
1517
|
attr_accessor next_token: ::String
|
1518
|
+
attr_accessor monitors: ::Array[Types::MonitorSummary]
|
1519
1519
|
SENSITIVE: []
|
1520
1520
|
end
|
1521
1521
|
|
1522
1522
|
class ListQueueEnvironmentsRequest
|
1523
1523
|
attr_accessor farm_id: ::String
|
1524
|
-
attr_accessor max_results: ::Integer
|
1525
|
-
attr_accessor next_token: ::String
|
1526
1524
|
attr_accessor queue_id: ::String
|
1525
|
+
attr_accessor next_token: ::String
|
1526
|
+
attr_accessor max_results: ::Integer
|
1527
1527
|
SENSITIVE: []
|
1528
1528
|
end
|
1529
1529
|
|
@@ -1535,24 +1535,24 @@ module Aws::Deadline
|
|
1535
1535
|
|
1536
1536
|
class ListQueueFleetAssociationsRequest
|
1537
1537
|
attr_accessor farm_id: ::String
|
1538
|
+
attr_accessor queue_id: ::String
|
1538
1539
|
attr_accessor fleet_id: ::String
|
1539
|
-
attr_accessor max_results: ::Integer
|
1540
1540
|
attr_accessor next_token: ::String
|
1541
|
-
attr_accessor
|
1541
|
+
attr_accessor max_results: ::Integer
|
1542
1542
|
SENSITIVE: []
|
1543
1543
|
end
|
1544
1544
|
|
1545
1545
|
class ListQueueFleetAssociationsResponse
|
1546
|
-
attr_accessor next_token: ::String
|
1547
1546
|
attr_accessor queue_fleet_associations: ::Array[Types::QueueFleetAssociationSummary]
|
1547
|
+
attr_accessor next_token: ::String
|
1548
1548
|
SENSITIVE: []
|
1549
1549
|
end
|
1550
1550
|
|
1551
1551
|
class ListQueueMembersRequest
|
1552
1552
|
attr_accessor farm_id: ::String
|
1553
|
-
attr_accessor max_results: ::Integer
|
1554
|
-
attr_accessor next_token: ::String
|
1555
1553
|
attr_accessor queue_id: ::String
|
1554
|
+
attr_accessor next_token: ::String
|
1555
|
+
attr_accessor max_results: ::Integer
|
1556
1556
|
SENSITIVE: []
|
1557
1557
|
end
|
1558
1558
|
|
@@ -1564,73 +1564,73 @@ module Aws::Deadline
|
|
1564
1564
|
|
1565
1565
|
class ListQueuesRequest
|
1566
1566
|
attr_accessor farm_id: ::String
|
1567
|
-
attr_accessor max_results: ::Integer
|
1568
|
-
attr_accessor next_token: ::String
|
1569
1567
|
attr_accessor principal_id: ::String
|
1570
1568
|
attr_accessor status: ("IDLE" | "SCHEDULING" | "SCHEDULING_BLOCKED")
|
1569
|
+
attr_accessor next_token: ::String
|
1570
|
+
attr_accessor max_results: ::Integer
|
1571
1571
|
SENSITIVE: []
|
1572
1572
|
end
|
1573
1573
|
|
1574
1574
|
class ListQueuesResponse
|
1575
|
-
attr_accessor next_token: ::String
|
1576
1575
|
attr_accessor queues: ::Array[Types::QueueSummary]
|
1576
|
+
attr_accessor next_token: ::String
|
1577
1577
|
SENSITIVE: []
|
1578
1578
|
end
|
1579
1579
|
|
1580
1580
|
class ListSessionActionsRequest
|
1581
1581
|
attr_accessor farm_id: ::String
|
1582
|
-
attr_accessor job_id: ::String
|
1583
|
-
attr_accessor max_results: ::Integer
|
1584
|
-
attr_accessor next_token: ::String
|
1585
1582
|
attr_accessor queue_id: ::String
|
1583
|
+
attr_accessor job_id: ::String
|
1586
1584
|
attr_accessor session_id: ::String
|
1587
1585
|
attr_accessor task_id: ::String
|
1586
|
+
attr_accessor next_token: ::String
|
1587
|
+
attr_accessor max_results: ::Integer
|
1588
1588
|
SENSITIVE: []
|
1589
1589
|
end
|
1590
1590
|
|
1591
1591
|
class ListSessionActionsResponse
|
1592
|
-
attr_accessor next_token: ::String
|
1593
1592
|
attr_accessor session_actions: ::Array[Types::SessionActionSummary]
|
1593
|
+
attr_accessor next_token: ::String
|
1594
1594
|
SENSITIVE: []
|
1595
1595
|
end
|
1596
1596
|
|
1597
1597
|
class ListSessionsForWorkerRequest
|
1598
1598
|
attr_accessor farm_id: ::String
|
1599
1599
|
attr_accessor fleet_id: ::String
|
1600
|
-
attr_accessor max_results: ::Integer
|
1601
|
-
attr_accessor next_token: ::String
|
1602
1600
|
attr_accessor worker_id: ::String
|
1601
|
+
attr_accessor next_token: ::String
|
1602
|
+
attr_accessor max_results: ::Integer
|
1603
1603
|
SENSITIVE: []
|
1604
1604
|
end
|
1605
1605
|
|
1606
1606
|
class ListSessionsForWorkerResponse
|
1607
|
-
attr_accessor next_token: ::String
|
1608
1607
|
attr_accessor sessions: ::Array[Types::WorkerSessionSummary]
|
1608
|
+
attr_accessor next_token: ::String
|
1609
1609
|
SENSITIVE: []
|
1610
1610
|
end
|
1611
1611
|
|
1612
1612
|
class ListSessionsRequest
|
1613
1613
|
attr_accessor farm_id: ::String
|
1614
|
+
attr_accessor queue_id: ::String
|
1614
1615
|
attr_accessor job_id: ::String
|
1615
|
-
attr_accessor max_results: ::Integer
|
1616
1616
|
attr_accessor next_token: ::String
|
1617
|
-
attr_accessor
|
1617
|
+
attr_accessor max_results: ::Integer
|
1618
1618
|
SENSITIVE: []
|
1619
1619
|
end
|
1620
1620
|
|
1621
1621
|
class ListSessionsResponse
|
1622
|
-
attr_accessor next_token: ::String
|
1623
1622
|
attr_accessor sessions: ::Array[Types::SessionSummary]
|
1623
|
+
attr_accessor next_token: ::String
|
1624
1624
|
SENSITIVE: []
|
1625
1625
|
end
|
1626
1626
|
|
1627
1627
|
class ListStepConsumersRequest
|
1628
1628
|
attr_accessor farm_id: ::String
|
1629
|
-
attr_accessor job_id: ::String
|
1630
|
-
attr_accessor max_results: ::Integer
|
1631
|
-
attr_accessor next_token: ::String
|
1632
1629
|
attr_accessor queue_id: ::String
|
1630
|
+
attr_accessor job_id: ::String
|
1633
1631
|
attr_accessor step_id: ::String
|
1632
|
+
attr_accessor next_token: ::String
|
1633
|
+
attr_accessor max_results: ::Integer
|
1634
1634
|
SENSITIVE: []
|
1635
1635
|
end
|
1636
1636
|
|
@@ -1642,11 +1642,11 @@ module Aws::Deadline
|
|
1642
1642
|
|
1643
1643
|
class ListStepDependenciesRequest
|
1644
1644
|
attr_accessor farm_id: ::String
|
1645
|
-
attr_accessor job_id: ::String
|
1646
|
-
attr_accessor max_results: ::Integer
|
1647
|
-
attr_accessor next_token: ::String
|
1648
1645
|
attr_accessor queue_id: ::String
|
1646
|
+
attr_accessor job_id: ::String
|
1649
1647
|
attr_accessor step_id: ::String
|
1648
|
+
attr_accessor next_token: ::String
|
1649
|
+
attr_accessor max_results: ::Integer
|
1650
1650
|
SENSITIVE: []
|
1651
1651
|
end
|
1652
1652
|
|
@@ -1658,43 +1658,43 @@ module Aws::Deadline
|
|
1658
1658
|
|
1659
1659
|
class ListStepsRequest
|
1660
1660
|
attr_accessor farm_id: ::String
|
1661
|
+
attr_accessor queue_id: ::String
|
1661
1662
|
attr_accessor job_id: ::String
|
1662
|
-
attr_accessor max_results: ::Integer
|
1663
1663
|
attr_accessor next_token: ::String
|
1664
|
-
attr_accessor
|
1664
|
+
attr_accessor max_results: ::Integer
|
1665
1665
|
SENSITIVE: []
|
1666
1666
|
end
|
1667
1667
|
|
1668
1668
|
class ListStepsResponse
|
1669
|
-
attr_accessor next_token: ::String
|
1670
1669
|
attr_accessor steps: ::Array[Types::StepSummary]
|
1670
|
+
attr_accessor next_token: ::String
|
1671
1671
|
SENSITIVE: []
|
1672
1672
|
end
|
1673
1673
|
|
1674
1674
|
class ListStorageProfilesForQueueRequest
|
1675
1675
|
attr_accessor farm_id: ::String
|
1676
|
-
attr_accessor max_results: ::Integer
|
1677
|
-
attr_accessor next_token: ::String
|
1678
1676
|
attr_accessor queue_id: ::String
|
1677
|
+
attr_accessor next_token: ::String
|
1678
|
+
attr_accessor max_results: ::Integer
|
1679
1679
|
SENSITIVE: []
|
1680
1680
|
end
|
1681
1681
|
|
1682
1682
|
class ListStorageProfilesForQueueResponse
|
1683
|
-
attr_accessor next_token: ::String
|
1684
1683
|
attr_accessor storage_profiles: ::Array[Types::StorageProfileSummary]
|
1684
|
+
attr_accessor next_token: ::String
|
1685
1685
|
SENSITIVE: []
|
1686
1686
|
end
|
1687
1687
|
|
1688
1688
|
class ListStorageProfilesRequest
|
1689
1689
|
attr_accessor farm_id: ::String
|
1690
|
-
attr_accessor max_results: ::Integer
|
1691
1690
|
attr_accessor next_token: ::String
|
1691
|
+
attr_accessor max_results: ::Integer
|
1692
1692
|
SENSITIVE: []
|
1693
1693
|
end
|
1694
1694
|
|
1695
1695
|
class ListStorageProfilesResponse
|
1696
|
-
attr_accessor next_token: ::String
|
1697
1696
|
attr_accessor storage_profiles: ::Array[Types::StorageProfileSummary]
|
1697
|
+
attr_accessor next_token: ::String
|
1698
1698
|
SENSITIVE: []
|
1699
1699
|
end
|
1700
1700
|
|
@@ -1710,25 +1710,25 @@ module Aws::Deadline
|
|
1710
1710
|
|
1711
1711
|
class ListTasksRequest
|
1712
1712
|
attr_accessor farm_id: ::String
|
1713
|
-
attr_accessor job_id: ::String
|
1714
|
-
attr_accessor max_results: ::Integer
|
1715
|
-
attr_accessor next_token: ::String
|
1716
1713
|
attr_accessor queue_id: ::String
|
1714
|
+
attr_accessor job_id: ::String
|
1717
1715
|
attr_accessor step_id: ::String
|
1716
|
+
attr_accessor next_token: ::String
|
1717
|
+
attr_accessor max_results: ::Integer
|
1718
1718
|
SENSITIVE: []
|
1719
1719
|
end
|
1720
1720
|
|
1721
1721
|
class ListTasksResponse
|
1722
|
-
attr_accessor next_token: ::String
|
1723
1722
|
attr_accessor tasks: ::Array[Types::TaskSummary]
|
1723
|
+
attr_accessor next_token: ::String
|
1724
1724
|
SENSITIVE: []
|
1725
1725
|
end
|
1726
1726
|
|
1727
1727
|
class ListWorkersRequest
|
1728
1728
|
attr_accessor farm_id: ::String
|
1729
1729
|
attr_accessor fleet_id: ::String
|
1730
|
-
attr_accessor max_results: ::Integer
|
1731
1730
|
attr_accessor next_token: ::String
|
1731
|
+
attr_accessor max_results: ::Integer
|
1732
1732
|
SENSITIVE: []
|
1733
1733
|
end
|
1734
1734
|
|
@@ -1739,49 +1739,49 @@ module Aws::Deadline
|
|
1739
1739
|
end
|
1740
1740
|
|
1741
1741
|
class LogConfiguration
|
1742
|
-
attr_accessor error: ::String
|
1743
1742
|
attr_accessor log_driver: ::String
|
1744
1743
|
attr_accessor options: ::Hash[::String, ::String]
|
1745
1744
|
attr_accessor parameters: ::Hash[::String, ::String]
|
1745
|
+
attr_accessor error: ::String
|
1746
1746
|
SENSITIVE: []
|
1747
1747
|
end
|
1748
1748
|
|
1749
1749
|
class ManifestProperties
|
1750
1750
|
attr_accessor file_system_location_name: ::String
|
1751
|
-
attr_accessor input_manifest_hash: ::String
|
1752
|
-
attr_accessor input_manifest_path: ::String
|
1753
|
-
attr_accessor output_relative_directories: ::Array[::String]
|
1754
1751
|
attr_accessor root_path: ::String
|
1755
1752
|
attr_accessor root_path_format: ("windows" | "posix")
|
1753
|
+
attr_accessor output_relative_directories: ::Array[::String]
|
1754
|
+
attr_accessor input_manifest_path: ::String
|
1755
|
+
attr_accessor input_manifest_hash: ::String
|
1756
1756
|
SENSITIVE: [:file_system_location_name]
|
1757
1757
|
end
|
1758
1758
|
|
1759
1759
|
class MemoryMiBRange
|
1760
|
-
attr_accessor max: ::Integer
|
1761
1760
|
attr_accessor min: ::Integer
|
1761
|
+
attr_accessor max: ::Integer
|
1762
1762
|
SENSITIVE: []
|
1763
1763
|
end
|
1764
1764
|
|
1765
1765
|
class MeteredProductSummary
|
1766
|
-
attr_accessor family: ::String
|
1767
|
-
attr_accessor port: ::Integer
|
1768
1766
|
attr_accessor product_id: ::String
|
1767
|
+
attr_accessor family: ::String
|
1769
1768
|
attr_accessor vendor: ::String
|
1769
|
+
attr_accessor port: ::Integer
|
1770
1770
|
SENSITIVE: []
|
1771
1771
|
end
|
1772
1772
|
|
1773
1773
|
class MonitorSummary
|
1774
|
-
attr_accessor created_at: ::Time
|
1775
|
-
attr_accessor created_by: ::String
|
1776
|
-
attr_accessor display_name: ::String
|
1777
|
-
attr_accessor identity_center_application_arn: ::String
|
1778
|
-
attr_accessor identity_center_instance_arn: ::String
|
1779
1774
|
attr_accessor monitor_id: ::String
|
1780
|
-
attr_accessor
|
1775
|
+
attr_accessor display_name: ::String
|
1781
1776
|
attr_accessor subdomain: ::String
|
1777
|
+
attr_accessor url: ::String
|
1778
|
+
attr_accessor role_arn: ::String
|
1779
|
+
attr_accessor identity_center_instance_arn: ::String
|
1780
|
+
attr_accessor identity_center_application_arn: ::String
|
1781
|
+
attr_accessor created_at: ::Time
|
1782
|
+
attr_accessor created_by: ::String
|
1782
1783
|
attr_accessor updated_at: ::Time
|
1783
1784
|
attr_accessor updated_by: ::String
|
1784
|
-
attr_accessor url: ::String
|
1785
1785
|
SENSITIVE: []
|
1786
1786
|
end
|
1787
1787
|
|
@@ -1793,27 +1793,27 @@ module Aws::Deadline
|
|
1793
1793
|
end
|
1794
1794
|
|
1795
1795
|
class ParameterSortExpression
|
1796
|
-
attr_accessor name: ::String
|
1797
1796
|
attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
|
1797
|
+
attr_accessor name: ::String
|
1798
1798
|
SENSITIVE: []
|
1799
1799
|
end
|
1800
1800
|
|
1801
1801
|
class ParameterSpace
|
1802
|
-
attr_accessor combination: ::String
|
1803
1802
|
attr_accessor parameters: ::Array[Types::StepParameter]
|
1803
|
+
attr_accessor combination: ::String
|
1804
1804
|
SENSITIVE: []
|
1805
1805
|
end
|
1806
1806
|
|
1807
1807
|
class PathMappingRule
|
1808
|
-
attr_accessor destination_path: ::String
|
1809
|
-
attr_accessor source_path: ::String
|
1810
1808
|
attr_accessor source_path_format: ("windows" | "posix")
|
1809
|
+
attr_accessor source_path: ::String
|
1810
|
+
attr_accessor destination_path: ::String
|
1811
1811
|
SENSITIVE: []
|
1812
1812
|
end
|
1813
1813
|
|
1814
1814
|
class PosixUser
|
1815
|
-
attr_accessor group: ::String
|
1816
1815
|
attr_accessor user: ::String
|
1816
|
+
attr_accessor group: ::String
|
1817
1817
|
SENSITIVE: []
|
1818
1818
|
end
|
1819
1819
|
|
@@ -1827,18 +1827,18 @@ module Aws::Deadline
|
|
1827
1827
|
end
|
1828
1828
|
|
1829
1829
|
class QueueEnvironmentSummary
|
1830
|
+
attr_accessor queue_environment_id: ::String
|
1830
1831
|
attr_accessor name: ::String
|
1831
1832
|
attr_accessor priority: ::Integer
|
1832
|
-
attr_accessor queue_environment_id: ::String
|
1833
1833
|
SENSITIVE: []
|
1834
1834
|
end
|
1835
1835
|
|
1836
1836
|
class QueueFleetAssociationSummary
|
1837
|
-
attr_accessor created_at: ::Time
|
1838
|
-
attr_accessor created_by: ::String
|
1839
|
-
attr_accessor fleet_id: ::String
|
1840
1837
|
attr_accessor queue_id: ::String
|
1838
|
+
attr_accessor fleet_id: ::String
|
1841
1839
|
attr_accessor status: ("ACTIVE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS" | "STOPPED")
|
1840
|
+
attr_accessor created_at: ::Time
|
1841
|
+
attr_accessor created_by: ::String
|
1842
1842
|
attr_accessor updated_at: ::Time
|
1843
1843
|
attr_accessor updated_by: ::String
|
1844
1844
|
SENSITIVE: []
|
@@ -1846,40 +1846,40 @@ module Aws::Deadline
|
|
1846
1846
|
|
1847
1847
|
class QueueMember
|
1848
1848
|
attr_accessor farm_id: ::String
|
1849
|
-
attr_accessor
|
1850
|
-
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
1849
|
+
attr_accessor queue_id: ::String
|
1851
1850
|
attr_accessor principal_id: ::String
|
1852
1851
|
attr_accessor principal_type: ("USER" | "GROUP")
|
1853
|
-
attr_accessor
|
1852
|
+
attr_accessor identity_store_id: ::String
|
1853
|
+
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
1854
1854
|
SENSITIVE: []
|
1855
1855
|
end
|
1856
1856
|
|
1857
1857
|
class QueueSummary
|
1858
|
-
attr_accessor blocked_reason: ("NO_BUDGET_CONFIGURED" | "BUDGET_THRESHOLD_REACHED")
|
1859
|
-
attr_accessor created_at: ::Time
|
1860
|
-
attr_accessor created_by: ::String
|
1861
|
-
attr_accessor default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
1862
|
-
attr_accessor display_name: ::String
|
1863
1858
|
attr_accessor farm_id: ::String
|
1864
1859
|
attr_accessor queue_id: ::String
|
1860
|
+
attr_accessor display_name: ::String
|
1865
1861
|
attr_accessor status: ("IDLE" | "SCHEDULING" | "SCHEDULING_BLOCKED")
|
1862
|
+
attr_accessor default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
1863
|
+
attr_accessor blocked_reason: ("NO_BUDGET_CONFIGURED" | "BUDGET_THRESHOLD_REACHED")
|
1864
|
+
attr_accessor created_at: ::Time
|
1865
|
+
attr_accessor created_by: ::String
|
1866
1866
|
attr_accessor updated_at: ::Time
|
1867
1867
|
attr_accessor updated_by: ::String
|
1868
1868
|
SENSITIVE: []
|
1869
1869
|
end
|
1870
1870
|
|
1871
1871
|
class ResourceNotFoundException
|
1872
|
-
attr_accessor context: ::Hash[::String, ::String]
|
1873
1872
|
attr_accessor message: ::String
|
1874
1873
|
attr_accessor resource_id: ::String
|
1875
1874
|
attr_accessor resource_type: ::String
|
1875
|
+
attr_accessor context: ::Hash[::String, ::String]
|
1876
1876
|
SENSITIVE: []
|
1877
1877
|
end
|
1878
1878
|
|
1879
1879
|
class ResponseBudgetAction
|
1880
|
-
attr_accessor description: ::String
|
1881
|
-
attr_accessor threshold_percentage: ::Float
|
1882
1880
|
attr_accessor type: ("STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
1881
|
+
attr_accessor threshold_percentage: ::Float
|
1882
|
+
attr_accessor description: ::String
|
1883
1883
|
SENSITIVE: [:description]
|
1884
1884
|
end
|
1885
1885
|
|
@@ -1891,23 +1891,23 @@ module Aws::Deadline
|
|
1891
1891
|
|
1892
1892
|
class SearchFilterExpression
|
1893
1893
|
attr_accessor date_time_filter: Types::DateTimeFilterExpression
|
1894
|
-
attr_accessor group_filter: Types::SearchGroupedFilterExpressions
|
1895
1894
|
attr_accessor parameter_filter: Types::ParameterFilterExpression
|
1896
1895
|
attr_accessor search_term_filter: Types::SearchTermFilterExpression
|
1897
1896
|
attr_accessor string_filter: Types::StringFilterExpression
|
1897
|
+
attr_accessor group_filter: Types::SearchGroupedFilterExpressions
|
1898
1898
|
attr_accessor unknown: untyped
|
1899
1899
|
SENSITIVE: []
|
1900
1900
|
|
1901
1901
|
class DateTimeFilter < SearchFilterExpression
|
1902
1902
|
end
|
1903
|
-
class GroupFilter < SearchFilterExpression
|
1904
|
-
end
|
1905
1903
|
class ParameterFilter < SearchFilterExpression
|
1906
1904
|
end
|
1907
1905
|
class SearchTermFilter < SearchFilterExpression
|
1908
1906
|
end
|
1909
1907
|
class StringFilter < SearchFilterExpression
|
1910
1908
|
end
|
1909
|
+
class GroupFilter < SearchFilterExpression
|
1910
|
+
end
|
1911
1911
|
class Unknown < SearchFilterExpression
|
1912
1912
|
end
|
1913
1913
|
end
|
@@ -1920,11 +1920,11 @@ module Aws::Deadline
|
|
1920
1920
|
|
1921
1921
|
class SearchJobsRequest
|
1922
1922
|
attr_accessor farm_id: ::String
|
1923
|
+
attr_accessor queue_ids: ::Array[::String]
|
1923
1924
|
attr_accessor filter_expressions: Types::SearchGroupedFilterExpressions
|
1925
|
+
attr_accessor sort_expressions: ::Array[Types::SearchSortExpression]
|
1924
1926
|
attr_accessor item_offset: ::Integer
|
1925
1927
|
attr_accessor page_size: ::Integer
|
1926
|
-
attr_accessor queue_ids: ::Array[::String]
|
1927
|
-
attr_accessor sort_expressions: ::Array[Types::SearchSortExpression]
|
1928
1928
|
SENSITIVE: []
|
1929
1929
|
end
|
1930
1930
|
|
@@ -1936,54 +1936,54 @@ module Aws::Deadline
|
|
1936
1936
|
end
|
1937
1937
|
|
1938
1938
|
class SearchSortExpression
|
1939
|
+
attr_accessor user_jobs_first: Types::UserJobsFirst
|
1939
1940
|
attr_accessor field_sort: Types::FieldSortExpression
|
1940
1941
|
attr_accessor parameter_sort: Types::ParameterSortExpression
|
1941
|
-
attr_accessor user_jobs_first: Types::UserJobsFirst
|
1942
1942
|
attr_accessor unknown: untyped
|
1943
1943
|
SENSITIVE: []
|
1944
1944
|
|
1945
|
+
class UserJobsFirst < SearchSortExpression
|
1946
|
+
end
|
1945
1947
|
class FieldSort < SearchSortExpression
|
1946
1948
|
end
|
1947
1949
|
class ParameterSort < SearchSortExpression
|
1948
1950
|
end
|
1949
|
-
class UserJobsFirst < SearchSortExpression
|
1950
|
-
end
|
1951
1951
|
class Unknown < SearchSortExpression
|
1952
1952
|
end
|
1953
1953
|
end
|
1954
1954
|
|
1955
1955
|
class SearchStepsRequest
|
1956
1956
|
attr_accessor farm_id: ::String
|
1957
|
+
attr_accessor queue_ids: ::Array[::String]
|
1958
|
+
attr_accessor job_id: ::String
|
1957
1959
|
attr_accessor filter_expressions: Types::SearchGroupedFilterExpressions
|
1960
|
+
attr_accessor sort_expressions: ::Array[Types::SearchSortExpression]
|
1958
1961
|
attr_accessor item_offset: ::Integer
|
1959
|
-
attr_accessor job_id: ::String
|
1960
1962
|
attr_accessor page_size: ::Integer
|
1961
|
-
attr_accessor queue_ids: ::Array[::String]
|
1962
|
-
attr_accessor sort_expressions: ::Array[Types::SearchSortExpression]
|
1963
1963
|
SENSITIVE: []
|
1964
1964
|
end
|
1965
1965
|
|
1966
1966
|
class SearchStepsResponse
|
1967
|
-
attr_accessor next_item_offset: ::Integer
|
1968
1967
|
attr_accessor steps: ::Array[Types::StepSearchSummary]
|
1968
|
+
attr_accessor next_item_offset: ::Integer
|
1969
1969
|
attr_accessor total_results: ::Integer
|
1970
1970
|
SENSITIVE: []
|
1971
1971
|
end
|
1972
1972
|
|
1973
1973
|
class SearchTasksRequest
|
1974
1974
|
attr_accessor farm_id: ::String
|
1975
|
+
attr_accessor queue_ids: ::Array[::String]
|
1976
|
+
attr_accessor job_id: ::String
|
1975
1977
|
attr_accessor filter_expressions: Types::SearchGroupedFilterExpressions
|
1978
|
+
attr_accessor sort_expressions: ::Array[Types::SearchSortExpression]
|
1976
1979
|
attr_accessor item_offset: ::Integer
|
1977
|
-
attr_accessor job_id: ::String
|
1978
1980
|
attr_accessor page_size: ::Integer
|
1979
|
-
attr_accessor queue_ids: ::Array[::String]
|
1980
|
-
attr_accessor sort_expressions: ::Array[Types::SearchSortExpression]
|
1981
1981
|
SENSITIVE: []
|
1982
1982
|
end
|
1983
1983
|
|
1984
1984
|
class SearchTasksResponse
|
1985
|
-
attr_accessor next_item_offset: ::Integer
|
1986
1985
|
attr_accessor tasks: ::Array[Types::TaskSearchSummary]
|
1986
|
+
attr_accessor next_item_offset: ::Integer
|
1987
1987
|
attr_accessor total_results: ::Integer
|
1988
1988
|
SENSITIVE: []
|
1989
1989
|
end
|
@@ -1995,18 +1995,18 @@ module Aws::Deadline
|
|
1995
1995
|
|
1996
1996
|
class SearchWorkersRequest
|
1997
1997
|
attr_accessor farm_id: ::String
|
1998
|
-
attr_accessor filter_expressions: Types::SearchGroupedFilterExpressions
|
1999
1998
|
attr_accessor fleet_ids: ::Array[::String]
|
1999
|
+
attr_accessor filter_expressions: Types::SearchGroupedFilterExpressions
|
2000
|
+
attr_accessor sort_expressions: ::Array[Types::SearchSortExpression]
|
2000
2001
|
attr_accessor item_offset: ::Integer
|
2001
2002
|
attr_accessor page_size: ::Integer
|
2002
|
-
attr_accessor sort_expressions: ::Array[Types::SearchSortExpression]
|
2003
2003
|
SENSITIVE: []
|
2004
2004
|
end
|
2005
2005
|
|
2006
2006
|
class SearchWorkersResponse
|
2007
|
+
attr_accessor workers: ::Array[Types::WorkerSearchSummary]
|
2007
2008
|
attr_accessor next_item_offset: ::Integer
|
2008
2009
|
attr_accessor total_results: ::Integer
|
2009
|
-
attr_accessor workers: ::Array[Types::WorkerSearchSummary]
|
2010
2010
|
SENSITIVE: []
|
2011
2011
|
end
|
2012
2012
|
|
@@ -2017,15 +2017,15 @@ module Aws::Deadline
|
|
2017
2017
|
end
|
2018
2018
|
|
2019
2019
|
class ServiceManagedEc2InstanceCapabilities
|
2020
|
-
attr_accessor
|
2021
|
-
attr_accessor cpu_architecture_type: ("x86_64" | "arm64")
|
2022
|
-
attr_accessor custom_amounts: ::Array[Types::FleetAmountCapability]
|
2023
|
-
attr_accessor custom_attributes: ::Array[Types::FleetAttributeCapability]
|
2024
|
-
attr_accessor excluded_instance_types: ::Array[::String]
|
2020
|
+
attr_accessor v_cpu_count: Types::VCpuCountRange
|
2025
2021
|
attr_accessor memory_mi_b: Types::MemoryMiBRange
|
2026
2022
|
attr_accessor os_family: ("WINDOWS" | "LINUX")
|
2023
|
+
attr_accessor cpu_architecture_type: ("x86_64" | "arm64")
|
2027
2024
|
attr_accessor root_ebs_volume: Types::Ec2EbsVolume
|
2028
|
-
attr_accessor
|
2025
|
+
attr_accessor allowed_instance_types: ::Array[::String]
|
2026
|
+
attr_accessor excluded_instance_types: ::Array[::String]
|
2027
|
+
attr_accessor custom_amounts: ::Array[Types::FleetAmountCapability]
|
2028
|
+
attr_accessor custom_attributes: ::Array[Types::FleetAttributeCapability]
|
2029
2029
|
SENSITIVE: []
|
2030
2030
|
end
|
2031
2031
|
|
@@ -2035,21 +2035,21 @@ module Aws::Deadline
|
|
2035
2035
|
end
|
2036
2036
|
|
2037
2037
|
class ServiceQuotaExceededException
|
2038
|
-
attr_accessor context: ::Hash[::String, ::String]
|
2039
2038
|
attr_accessor message: ::String
|
2040
|
-
attr_accessor quota_code: ::String
|
2041
2039
|
attr_accessor reason: ("SERVICE_QUOTA_EXCEEDED_EXCEPTION" | "KMS_KEY_LIMIT_EXCEEDED")
|
2042
|
-
attr_accessor resource_id: ::String
|
2043
2040
|
attr_accessor resource_type: ::String
|
2044
2041
|
attr_accessor service_code: ::String
|
2042
|
+
attr_accessor quota_code: ::String
|
2043
|
+
attr_accessor resource_id: ::String
|
2044
|
+
attr_accessor context: ::Hash[::String, ::String]
|
2045
2045
|
SENSITIVE: []
|
2046
2046
|
end
|
2047
2047
|
|
2048
2048
|
class SessionActionDefinition
|
2049
2049
|
attr_accessor env_enter: Types::EnvironmentEnterSessionActionDefinition
|
2050
2050
|
attr_accessor env_exit: Types::EnvironmentExitSessionActionDefinition
|
2051
|
-
attr_accessor sync_input_job_attachments: Types::SyncInputJobAttachmentsSessionActionDefinition
|
2052
2051
|
attr_accessor task_run: Types::TaskRunSessionActionDefinition
|
2052
|
+
attr_accessor sync_input_job_attachments: Types::SyncInputJobAttachmentsSessionActionDefinition
|
2053
2053
|
attr_accessor unknown: untyped
|
2054
2054
|
SENSITIVE: []
|
2055
2055
|
|
@@ -2057,10 +2057,10 @@ module Aws::Deadline
|
|
2057
2057
|
end
|
2058
2058
|
class EnvExit < SessionActionDefinition
|
2059
2059
|
end
|
2060
|
-
class SyncInputJobAttachments < SessionActionDefinition
|
2061
|
-
end
|
2062
2060
|
class TaskRun < SessionActionDefinition
|
2063
2061
|
end
|
2062
|
+
class SyncInputJobAttachments < SessionActionDefinition
|
2063
|
+
end
|
2064
2064
|
class Unknown < SessionActionDefinition
|
2065
2065
|
end
|
2066
2066
|
end
|
@@ -2068,8 +2068,8 @@ module Aws::Deadline
|
|
2068
2068
|
class SessionActionDefinitionSummary
|
2069
2069
|
attr_accessor env_enter: Types::EnvironmentEnterSessionActionDefinitionSummary
|
2070
2070
|
attr_accessor env_exit: Types::EnvironmentExitSessionActionDefinitionSummary
|
2071
|
-
attr_accessor sync_input_job_attachments: Types::SyncInputJobAttachmentsSessionActionDefinitionSummary
|
2072
2071
|
attr_accessor task_run: Types::TaskRunSessionActionDefinitionSummary
|
2072
|
+
attr_accessor sync_input_job_attachments: Types::SyncInputJobAttachmentsSessionActionDefinitionSummary
|
2073
2073
|
attr_accessor unknown: untyped
|
2074
2074
|
SENSITIVE: []
|
2075
2075
|
|
@@ -2077,61 +2077,61 @@ module Aws::Deadline
|
|
2077
2077
|
end
|
2078
2078
|
class EnvExit < SessionActionDefinitionSummary
|
2079
2079
|
end
|
2080
|
-
class SyncInputJobAttachments < SessionActionDefinitionSummary
|
2081
|
-
end
|
2082
2080
|
class TaskRun < SessionActionDefinitionSummary
|
2083
2081
|
end
|
2082
|
+
class SyncInputJobAttachments < SessionActionDefinitionSummary
|
2083
|
+
end
|
2084
2084
|
class Unknown < SessionActionDefinitionSummary
|
2085
2085
|
end
|
2086
2086
|
end
|
2087
2087
|
|
2088
2088
|
class SessionActionSummary
|
2089
|
-
attr_accessor definition: Types::SessionActionDefinitionSummary
|
2090
|
-
attr_accessor ended_at: ::Time
|
2091
|
-
attr_accessor progress_percent: ::Float
|
2092
2089
|
attr_accessor session_action_id: ::String
|
2093
|
-
attr_accessor started_at: ::Time
|
2094
2090
|
attr_accessor status: ("ASSIGNED" | "RUNNING" | "CANCELING" | "SUCCEEDED" | "FAILED" | "INTERRUPTED" | "CANCELED" | "NEVER_ATTEMPTED" | "SCHEDULED" | "RECLAIMING" | "RECLAIMED")
|
2091
|
+
attr_accessor started_at: ::Time
|
2092
|
+
attr_accessor ended_at: ::Time
|
2095
2093
|
attr_accessor worker_updated_at: ::Time
|
2094
|
+
attr_accessor progress_percent: ::Float
|
2095
|
+
attr_accessor definition: Types::SessionActionDefinitionSummary
|
2096
2096
|
SENSITIVE: []
|
2097
2097
|
end
|
2098
2098
|
|
2099
2099
|
class SessionSummary
|
2100
|
-
attr_accessor ended_at: ::Time
|
2101
|
-
attr_accessor fleet_id: ::String
|
2102
|
-
attr_accessor lifecycle_status: ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
|
2103
2100
|
attr_accessor session_id: ::String
|
2101
|
+
attr_accessor fleet_id: ::String
|
2102
|
+
attr_accessor worker_id: ::String
|
2104
2103
|
attr_accessor started_at: ::Time
|
2105
|
-
attr_accessor
|
2104
|
+
attr_accessor lifecycle_status: ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
|
2105
|
+
attr_accessor ended_at: ::Time
|
2106
2106
|
attr_accessor updated_at: ::Time
|
2107
2107
|
attr_accessor updated_by: ::String
|
2108
|
-
attr_accessor
|
2108
|
+
attr_accessor target_lifecycle_status: ("ENDED")
|
2109
2109
|
SENSITIVE: []
|
2110
2110
|
end
|
2111
2111
|
|
2112
2112
|
class SessionsStatisticsResources
|
2113
|
-
attr_accessor fleet_ids: ::Array[::String]
|
2114
2113
|
attr_accessor queue_ids: ::Array[::String]
|
2114
|
+
attr_accessor fleet_ids: ::Array[::String]
|
2115
2115
|
attr_accessor unknown: untyped
|
2116
2116
|
SENSITIVE: []
|
2117
2117
|
|
2118
|
-
class FleetIds < SessionsStatisticsResources
|
2119
|
-
end
|
2120
2118
|
class QueueIds < SessionsStatisticsResources
|
2121
2119
|
end
|
2120
|
+
class FleetIds < SessionsStatisticsResources
|
2121
|
+
end
|
2122
2122
|
class Unknown < SessionsStatisticsResources
|
2123
2123
|
end
|
2124
2124
|
end
|
2125
2125
|
|
2126
2126
|
class StartSessionsStatisticsAggregationRequest
|
2127
|
-
attr_accessor end_time: ::Time
|
2128
2127
|
attr_accessor farm_id: ::String
|
2129
|
-
attr_accessor group_by: ::Array[("QUEUE_ID" | "FLEET_ID" | "JOB_ID" | "USER_ID" | "USAGE_TYPE" | "INSTANCE_TYPE" | "LICENSE_PRODUCT")]
|
2130
|
-
attr_accessor period: ("HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY")
|
2131
2128
|
attr_accessor resource_ids: Types::SessionsStatisticsResources
|
2132
2129
|
attr_accessor start_time: ::Time
|
2133
|
-
attr_accessor
|
2130
|
+
attr_accessor end_time: ::Time
|
2134
2131
|
attr_accessor timezone: ::String
|
2132
|
+
attr_accessor period: ("HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY")
|
2133
|
+
attr_accessor group_by: ::Array[("QUEUE_ID" | "FLEET_ID" | "JOB_ID" | "USER_ID" | "USAGE_TYPE" | "INSTANCE_TYPE" | "LICENSE_PRODUCT")]
|
2134
|
+
attr_accessor statistics: ::Array[("SUM" | "MIN" | "MAX" | "AVG")]
|
2135
2135
|
SENSITIVE: []
|
2136
2136
|
end
|
2137
2137
|
|
@@ -2141,71 +2141,71 @@ module Aws::Deadline
|
|
2141
2141
|
end
|
2142
2142
|
|
2143
2143
|
class Statistics
|
2144
|
-
attr_accessor
|
2145
|
-
attr_accessor aggregation_start_time: ::Time
|
2146
|
-
attr_accessor cost_in_usd: Types::Stats
|
2147
|
-
attr_accessor count: ::Integer
|
2144
|
+
attr_accessor queue_id: ::String
|
2148
2145
|
attr_accessor fleet_id: ::String
|
2149
|
-
attr_accessor instance_type: ::String
|
2150
2146
|
attr_accessor job_id: ::String
|
2151
2147
|
attr_accessor job_name: ::String
|
2148
|
+
attr_accessor user_id: ::String
|
2149
|
+
attr_accessor usage_type: ("COMPUTE" | "LICENSE")
|
2152
2150
|
attr_accessor license_product: ::String
|
2153
|
-
attr_accessor
|
2151
|
+
attr_accessor instance_type: ::String
|
2152
|
+
attr_accessor count: ::Integer
|
2153
|
+
attr_accessor cost_in_usd: Types::Stats
|
2154
2154
|
attr_accessor runtime_in_seconds: Types::Stats
|
2155
|
-
attr_accessor
|
2156
|
-
attr_accessor
|
2155
|
+
attr_accessor aggregation_start_time: ::Time
|
2156
|
+
attr_accessor aggregation_end_time: ::Time
|
2157
2157
|
SENSITIVE: []
|
2158
2158
|
end
|
2159
2159
|
|
2160
2160
|
class Stats
|
2161
|
-
attr_accessor avg: ::Float
|
2162
|
-
attr_accessor max: ::Float
|
2163
2161
|
attr_accessor min: ::Float
|
2162
|
+
attr_accessor max: ::Float
|
2163
|
+
attr_accessor avg: ::Float
|
2164
2164
|
attr_accessor sum: ::Float
|
2165
2165
|
SENSITIVE: []
|
2166
2166
|
end
|
2167
2167
|
|
2168
2168
|
class StepAmountCapability
|
2169
|
-
attr_accessor max: ::Float
|
2170
|
-
attr_accessor min: ::Float
|
2171
2169
|
attr_accessor name: ::String
|
2170
|
+
attr_accessor min: ::Float
|
2171
|
+
attr_accessor max: ::Float
|
2172
2172
|
attr_accessor value: ::Float
|
2173
2173
|
SENSITIVE: []
|
2174
2174
|
end
|
2175
2175
|
|
2176
2176
|
class StepAttributeCapability
|
2177
|
-
attr_accessor all_of: ::Array[::String]
|
2178
|
-
attr_accessor any_of: ::Array[::String]
|
2179
2177
|
attr_accessor name: ::String
|
2178
|
+
attr_accessor any_of: ::Array[::String]
|
2179
|
+
attr_accessor all_of: ::Array[::String]
|
2180
2180
|
SENSITIVE: []
|
2181
2181
|
end
|
2182
2182
|
|
2183
2183
|
class StepConsumer
|
2184
|
-
attr_accessor status: ("RESOLVED" | "UNRESOLVED")
|
2185
2184
|
attr_accessor step_id: ::String
|
2185
|
+
attr_accessor status: ("RESOLVED" | "UNRESOLVED")
|
2186
2186
|
SENSITIVE: []
|
2187
2187
|
end
|
2188
2188
|
|
2189
2189
|
class StepDependency
|
2190
|
-
attr_accessor status: ("RESOLVED" | "UNRESOLVED")
|
2191
2190
|
attr_accessor step_id: ::String
|
2191
|
+
attr_accessor status: ("RESOLVED" | "UNRESOLVED")
|
2192
2192
|
SENSITIVE: []
|
2193
2193
|
end
|
2194
2194
|
|
2195
2195
|
class StepDetailsEntity
|
2196
|
-
attr_accessor dependencies: ::Array[::String]
|
2197
2196
|
attr_accessor job_id: ::String
|
2198
|
-
attr_accessor schema_version: ::String
|
2199
2197
|
attr_accessor step_id: ::String
|
2198
|
+
attr_accessor schema_version: ::String
|
2200
2199
|
attr_accessor template: untyped
|
2200
|
+
attr_accessor dependencies: ::Array[::String]
|
2201
2201
|
SENSITIVE: [:template]
|
2202
2202
|
end
|
2203
2203
|
|
2204
2204
|
class StepDetailsError
|
2205
|
-
attr_accessor code: ("AccessDeniedException" | "InternalServerException" | "ValidationException" | "ResourceNotFoundException" | "MaxPayloadSizeExceeded" | "ConflictException")
|
2206
2205
|
attr_accessor job_id: ::String
|
2207
|
-
attr_accessor message: ::String
|
2208
2206
|
attr_accessor step_id: ::String
|
2207
|
+
attr_accessor code: ("AccessDeniedException" | "InternalServerException" | "ValidationException" | "ResourceNotFoundException" | "MaxPayloadSizeExceeded" | "ConflictException")
|
2208
|
+
attr_accessor message: ::String
|
2209
2209
|
SENSITIVE: []
|
2210
2210
|
end
|
2211
2211
|
|
@@ -2222,50 +2222,50 @@ module Aws::Deadline
|
|
2222
2222
|
end
|
2223
2223
|
|
2224
2224
|
class StepRequiredCapabilities
|
2225
|
-
attr_accessor amounts: ::Array[Types::StepAmountCapability]
|
2226
2225
|
attr_accessor attributes: ::Array[Types::StepAttributeCapability]
|
2226
|
+
attr_accessor amounts: ::Array[Types::StepAmountCapability]
|
2227
2227
|
SENSITIVE: []
|
2228
2228
|
end
|
2229
2229
|
|
2230
2230
|
class StepSearchSummary
|
2231
|
-
attr_accessor
|
2232
|
-
attr_accessor ended_at: ::Time
|
2231
|
+
attr_accessor step_id: ::String
|
2233
2232
|
attr_accessor job_id: ::String
|
2233
|
+
attr_accessor queue_id: ::String
|
2234
|
+
attr_accessor name: ::String
|
2234
2235
|
attr_accessor lifecycle_status: ("CREATE_COMPLETE" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED")
|
2235
2236
|
attr_accessor lifecycle_status_message: ::String
|
2236
|
-
attr_accessor name: ::String
|
2237
|
-
attr_accessor parameter_space: Types::ParameterSpace
|
2238
|
-
attr_accessor queue_id: ::String
|
2239
|
-
attr_accessor started_at: ::Time
|
2240
|
-
attr_accessor step_id: ::String
|
2241
|
-
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2242
2237
|
attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
2238
|
+
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2243
2239
|
attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
|
2240
|
+
attr_accessor created_at: ::Time
|
2241
|
+
attr_accessor started_at: ::Time
|
2242
|
+
attr_accessor ended_at: ::Time
|
2243
|
+
attr_accessor parameter_space: Types::ParameterSpace
|
2244
2244
|
SENSITIVE: []
|
2245
2245
|
end
|
2246
2246
|
|
2247
2247
|
class StepSummary
|
2248
|
-
attr_accessor
|
2249
|
-
attr_accessor
|
2250
|
-
attr_accessor dependency_counts: Types::DependencyCounts
|
2251
|
-
attr_accessor ended_at: ::Time
|
2248
|
+
attr_accessor step_id: ::String
|
2249
|
+
attr_accessor name: ::String
|
2252
2250
|
attr_accessor lifecycle_status: ("CREATE_COMPLETE" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED")
|
2253
2251
|
attr_accessor lifecycle_status_message: ::String
|
2254
|
-
attr_accessor name: ::String
|
2255
|
-
attr_accessor started_at: ::Time
|
2256
|
-
attr_accessor step_id: ::String
|
2257
|
-
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2258
2252
|
attr_accessor task_run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
2259
2253
|
attr_accessor task_run_status_counts: ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
|
2254
|
+
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2255
|
+
attr_accessor created_at: ::Time
|
2256
|
+
attr_accessor created_by: ::String
|
2260
2257
|
attr_accessor updated_at: ::Time
|
2261
2258
|
attr_accessor updated_by: ::String
|
2259
|
+
attr_accessor started_at: ::Time
|
2260
|
+
attr_accessor ended_at: ::Time
|
2261
|
+
attr_accessor dependency_counts: Types::DependencyCounts
|
2262
2262
|
SENSITIVE: []
|
2263
2263
|
end
|
2264
2264
|
|
2265
2265
|
class StorageProfileSummary
|
2266
|
+
attr_accessor storage_profile_id: ::String
|
2266
2267
|
attr_accessor display_name: ::String
|
2267
2268
|
attr_accessor os_family: ("WINDOWS" | "LINUX" | "MACOS")
|
2268
|
-
attr_accessor storage_profile_id: ::String
|
2269
2269
|
SENSITIVE: []
|
2270
2270
|
end
|
2271
2271
|
|
@@ -2296,74 +2296,74 @@ module Aws::Deadline
|
|
2296
2296
|
end
|
2297
2297
|
|
2298
2298
|
class TaskParameterValue
|
2299
|
-
attr_accessor float: ::String
|
2300
2299
|
attr_accessor int: ::String
|
2301
|
-
attr_accessor
|
2300
|
+
attr_accessor float: ::String
|
2302
2301
|
attr_accessor string: ::String
|
2302
|
+
attr_accessor path: ::String
|
2303
2303
|
attr_accessor unknown: untyped
|
2304
2304
|
SENSITIVE: []
|
2305
2305
|
|
2306
|
-
class Float < TaskParameterValue
|
2307
|
-
end
|
2308
2306
|
class Int < TaskParameterValue
|
2309
2307
|
end
|
2310
|
-
class
|
2308
|
+
class Float < TaskParameterValue
|
2311
2309
|
end
|
2312
2310
|
class String < TaskParameterValue
|
2313
2311
|
end
|
2312
|
+
class Path < TaskParameterValue
|
2313
|
+
end
|
2314
2314
|
class Unknown < TaskParameterValue
|
2315
2315
|
end
|
2316
2316
|
end
|
2317
2317
|
|
2318
2318
|
class TaskRunSessionActionDefinition
|
2319
|
-
attr_accessor parameters: ::Hash[::String, Types::TaskParameterValue]
|
2320
|
-
attr_accessor step_id: ::String
|
2321
2319
|
attr_accessor task_id: ::String
|
2320
|
+
attr_accessor step_id: ::String
|
2321
|
+
attr_accessor parameters: ::Hash[::String, Types::TaskParameterValue]
|
2322
2322
|
SENSITIVE: [:parameters]
|
2323
2323
|
end
|
2324
2324
|
|
2325
2325
|
class TaskRunSessionActionDefinitionSummary
|
2326
|
-
attr_accessor step_id: ::String
|
2327
2326
|
attr_accessor task_id: ::String
|
2327
|
+
attr_accessor step_id: ::String
|
2328
2328
|
SENSITIVE: []
|
2329
2329
|
end
|
2330
2330
|
|
2331
2331
|
class TaskSearchSummary
|
2332
|
-
attr_accessor
|
2333
|
-
attr_accessor
|
2332
|
+
attr_accessor task_id: ::String
|
2333
|
+
attr_accessor step_id: ::String
|
2334
2334
|
attr_accessor job_id: ::String
|
2335
|
-
attr_accessor parameters: ::Hash[::String, Types::TaskParameterValue]
|
2336
2335
|
attr_accessor queue_id: ::String
|
2337
2336
|
attr_accessor run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
2338
|
-
attr_accessor started_at: ::Time
|
2339
|
-
attr_accessor step_id: ::String
|
2340
2337
|
attr_accessor target_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2341
|
-
attr_accessor
|
2338
|
+
attr_accessor parameters: ::Hash[::String, Types::TaskParameterValue]
|
2339
|
+
attr_accessor failure_retry_count: ::Integer
|
2340
|
+
attr_accessor started_at: ::Time
|
2341
|
+
attr_accessor ended_at: ::Time
|
2342
2342
|
SENSITIVE: [:parameters]
|
2343
2343
|
end
|
2344
2344
|
|
2345
2345
|
class TaskSummary
|
2346
|
+
attr_accessor task_id: ::String
|
2346
2347
|
attr_accessor created_at: ::Time
|
2347
2348
|
attr_accessor created_by: ::String
|
2348
|
-
attr_accessor
|
2349
|
+
attr_accessor run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
2350
|
+
attr_accessor target_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2349
2351
|
attr_accessor failure_retry_count: ::Integer
|
2350
|
-
attr_accessor latest_session_action_id: ::String
|
2351
2352
|
attr_accessor parameters: ::Hash[::String, Types::TaskParameterValue]
|
2352
|
-
attr_accessor run_status: ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE")
|
2353
2353
|
attr_accessor started_at: ::Time
|
2354
|
-
attr_accessor
|
2355
|
-
attr_accessor task_id: ::String
|
2354
|
+
attr_accessor ended_at: ::Time
|
2356
2355
|
attr_accessor updated_at: ::Time
|
2357
2356
|
attr_accessor updated_by: ::String
|
2357
|
+
attr_accessor latest_session_action_id: ::String
|
2358
2358
|
SENSITIVE: [:parameters]
|
2359
2359
|
end
|
2360
2360
|
|
2361
2361
|
class ThrottlingException
|
2362
|
-
attr_accessor context: ::Hash[::String, ::String]
|
2363
2362
|
attr_accessor message: ::String
|
2363
|
+
attr_accessor service_code: ::String
|
2364
2364
|
attr_accessor quota_code: ::String
|
2365
2365
|
attr_accessor retry_after_seconds: ::Integer
|
2366
|
-
attr_accessor
|
2366
|
+
attr_accessor context: ::Hash[::String, ::String]
|
2367
2367
|
SENSITIVE: []
|
2368
2368
|
end
|
2369
2369
|
|
@@ -2377,16 +2377,16 @@ module Aws::Deadline
|
|
2377
2377
|
end
|
2378
2378
|
|
2379
2379
|
class UpdateBudgetRequest
|
2380
|
-
attr_accessor actions_to_add: ::Array[Types::BudgetActionToAdd]
|
2381
|
-
attr_accessor actions_to_remove: ::Array[Types::BudgetActionToRemove]
|
2382
|
-
attr_accessor approximate_dollar_limit: ::Float
|
2383
|
-
attr_accessor budget_id: ::String
|
2384
2380
|
attr_accessor client_token: ::String
|
2385
|
-
attr_accessor description: ::String
|
2386
|
-
attr_accessor display_name: ::String
|
2387
2381
|
attr_accessor farm_id: ::String
|
2388
|
-
attr_accessor
|
2382
|
+
attr_accessor budget_id: ::String
|
2383
|
+
attr_accessor display_name: ::String
|
2384
|
+
attr_accessor description: ::String
|
2389
2385
|
attr_accessor status: ("ACTIVE" | "INACTIVE")
|
2386
|
+
attr_accessor approximate_dollar_limit: ::Float
|
2387
|
+
attr_accessor actions_to_add: ::Array[Types::BudgetActionToAdd]
|
2388
|
+
attr_accessor actions_to_remove: ::Array[Types::BudgetActionToRemove]
|
2389
|
+
attr_accessor schedule: Types::BudgetSchedule
|
2390
2390
|
SENSITIVE: [:description]
|
2391
2391
|
end
|
2392
2392
|
|
@@ -2394,9 +2394,9 @@ module Aws::Deadline
|
|
2394
2394
|
end
|
2395
2395
|
|
2396
2396
|
class UpdateFarmRequest
|
2397
|
-
attr_accessor description: ::String
|
2398
|
-
attr_accessor display_name: ::String
|
2399
2397
|
attr_accessor farm_id: ::String
|
2398
|
+
attr_accessor display_name: ::String
|
2399
|
+
attr_accessor description: ::String
|
2400
2400
|
SENSITIVE: [:description]
|
2401
2401
|
end
|
2402
2402
|
|
@@ -2405,14 +2405,14 @@ module Aws::Deadline
|
|
2405
2405
|
|
2406
2406
|
class UpdateFleetRequest
|
2407
2407
|
attr_accessor client_token: ::String
|
2408
|
-
attr_accessor configuration: Types::FleetConfiguration
|
2409
|
-
attr_accessor description: ::String
|
2410
|
-
attr_accessor display_name: ::String
|
2411
2408
|
attr_accessor farm_id: ::String
|
2412
2409
|
attr_accessor fleet_id: ::String
|
2413
|
-
attr_accessor
|
2414
|
-
attr_accessor
|
2410
|
+
attr_accessor display_name: ::String
|
2411
|
+
attr_accessor description: ::String
|
2415
2412
|
attr_accessor role_arn: ::String
|
2413
|
+
attr_accessor min_worker_count: ::Integer
|
2414
|
+
attr_accessor max_worker_count: ::Integer
|
2415
|
+
attr_accessor configuration: Types::FleetConfiguration
|
2416
2416
|
SENSITIVE: [:description]
|
2417
2417
|
end
|
2418
2418
|
|
@@ -2422,13 +2422,13 @@ module Aws::Deadline
|
|
2422
2422
|
class UpdateJobRequest
|
2423
2423
|
attr_accessor client_token: ::String
|
2424
2424
|
attr_accessor farm_id: ::String
|
2425
|
+
attr_accessor queue_id: ::String
|
2425
2426
|
attr_accessor job_id: ::String
|
2426
|
-
attr_accessor
|
2427
|
+
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2428
|
+
attr_accessor priority: ::Integer
|
2427
2429
|
attr_accessor max_failed_tasks_count: ::Integer
|
2428
2430
|
attr_accessor max_retries_per_task: ::Integer
|
2429
|
-
attr_accessor
|
2430
|
-
attr_accessor queue_id: ::String
|
2431
|
-
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2431
|
+
attr_accessor lifecycle_status: ("ARCHIVED")
|
2432
2432
|
SENSITIVE: []
|
2433
2433
|
end
|
2434
2434
|
|
@@ -2436,10 +2436,10 @@ module Aws::Deadline
|
|
2436
2436
|
end
|
2437
2437
|
|
2438
2438
|
class UpdateMonitorRequest
|
2439
|
-
attr_accessor display_name: ::String
|
2440
2439
|
attr_accessor monitor_id: ::String
|
2441
|
-
attr_accessor role_arn: ::String
|
2442
2440
|
attr_accessor subdomain: ::String
|
2441
|
+
attr_accessor display_name: ::String
|
2442
|
+
attr_accessor role_arn: ::String
|
2443
2443
|
SENSITIVE: []
|
2444
2444
|
end
|
2445
2445
|
|
@@ -2449,11 +2449,11 @@ module Aws::Deadline
|
|
2449
2449
|
class UpdateQueueEnvironmentRequest
|
2450
2450
|
attr_accessor client_token: ::String
|
2451
2451
|
attr_accessor farm_id: ::String
|
2452
|
-
attr_accessor priority: ::Integer
|
2453
|
-
attr_accessor queue_environment_id: ::String
|
2454
2452
|
attr_accessor queue_id: ::String
|
2455
|
-
attr_accessor
|
2453
|
+
attr_accessor queue_environment_id: ::String
|
2454
|
+
attr_accessor priority: ::Integer
|
2456
2455
|
attr_accessor template_type: ("JSON" | "YAML")
|
2456
|
+
attr_accessor template: ::String
|
2457
2457
|
SENSITIVE: [:template]
|
2458
2458
|
end
|
2459
2459
|
|
@@ -2462,8 +2462,8 @@ module Aws::Deadline
|
|
2462
2462
|
|
2463
2463
|
class UpdateQueueFleetAssociationRequest
|
2464
2464
|
attr_accessor farm_id: ::String
|
2465
|
-
attr_accessor fleet_id: ::String
|
2466
2465
|
attr_accessor queue_id: ::String
|
2466
|
+
attr_accessor fleet_id: ::String
|
2467
2467
|
attr_accessor status: ("ACTIVE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
2468
2468
|
SENSITIVE: []
|
2469
2469
|
end
|
@@ -2472,19 +2472,19 @@ module Aws::Deadline
|
|
2472
2472
|
end
|
2473
2473
|
|
2474
2474
|
class UpdateQueueRequest
|
2475
|
-
attr_accessor allowed_storage_profile_ids_to_add: ::Array[::String]
|
2476
|
-
attr_accessor allowed_storage_profile_ids_to_remove: ::Array[::String]
|
2477
2475
|
attr_accessor client_token: ::String
|
2478
|
-
attr_accessor default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
2479
|
-
attr_accessor description: ::String
|
2480
|
-
attr_accessor display_name: ::String
|
2481
2476
|
attr_accessor farm_id: ::String
|
2477
|
+
attr_accessor queue_id: ::String
|
2478
|
+
attr_accessor display_name: ::String
|
2479
|
+
attr_accessor description: ::String
|
2480
|
+
attr_accessor default_budget_action: ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
2482
2481
|
attr_accessor job_attachment_settings: Types::JobAttachmentSettings
|
2482
|
+
attr_accessor role_arn: ::String
|
2483
2483
|
attr_accessor job_run_as_user: Types::JobRunAsUser
|
2484
|
-
attr_accessor queue_id: ::String
|
2485
2484
|
attr_accessor required_file_system_location_names_to_add: ::Array[::String]
|
2486
2485
|
attr_accessor required_file_system_location_names_to_remove: ::Array[::String]
|
2487
|
-
attr_accessor
|
2486
|
+
attr_accessor allowed_storage_profile_ids_to_add: ::Array[::String]
|
2487
|
+
attr_accessor allowed_storage_profile_ids_to_remove: ::Array[::String]
|
2488
2488
|
SENSITIVE: [:description]
|
2489
2489
|
end
|
2490
2490
|
|
@@ -2494,8 +2494,8 @@ module Aws::Deadline
|
|
2494
2494
|
class UpdateSessionRequest
|
2495
2495
|
attr_accessor client_token: ::String
|
2496
2496
|
attr_accessor farm_id: ::String
|
2497
|
-
attr_accessor job_id: ::String
|
2498
2497
|
attr_accessor queue_id: ::String
|
2498
|
+
attr_accessor job_id: ::String
|
2499
2499
|
attr_accessor session_id: ::String
|
2500
2500
|
attr_accessor target_lifecycle_status: ("ENDED")
|
2501
2501
|
SENSITIVE: []
|
@@ -2507,8 +2507,8 @@ module Aws::Deadline
|
|
2507
2507
|
class UpdateStepRequest
|
2508
2508
|
attr_accessor client_token: ::String
|
2509
2509
|
attr_accessor farm_id: ::String
|
2510
|
-
attr_accessor job_id: ::String
|
2511
2510
|
attr_accessor queue_id: ::String
|
2511
|
+
attr_accessor job_id: ::String
|
2512
2512
|
attr_accessor step_id: ::String
|
2513
2513
|
attr_accessor target_task_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2514
2514
|
SENSITIVE: []
|
@@ -2519,12 +2519,12 @@ module Aws::Deadline
|
|
2519
2519
|
|
2520
2520
|
class UpdateStorageProfileRequest
|
2521
2521
|
attr_accessor client_token: ::String
|
2522
|
-
attr_accessor display_name: ::String
|
2523
2522
|
attr_accessor farm_id: ::String
|
2523
|
+
attr_accessor storage_profile_id: ::String
|
2524
|
+
attr_accessor display_name: ::String
|
2525
|
+
attr_accessor os_family: ("WINDOWS" | "LINUX" | "MACOS")
|
2524
2526
|
attr_accessor file_system_locations_to_add: ::Array[Types::FileSystemLocation]
|
2525
2527
|
attr_accessor file_system_locations_to_remove: ::Array[Types::FileSystemLocation]
|
2526
|
-
attr_accessor os_family: ("WINDOWS" | "LINUX" | "MACOS")
|
2527
|
-
attr_accessor storage_profile_id: ::String
|
2528
2528
|
SENSITIVE: []
|
2529
2529
|
end
|
2530
2530
|
|
@@ -2534,11 +2534,11 @@ module Aws::Deadline
|
|
2534
2534
|
class UpdateTaskRequest
|
2535
2535
|
attr_accessor client_token: ::String
|
2536
2536
|
attr_accessor farm_id: ::String
|
2537
|
-
attr_accessor job_id: ::String
|
2538
2537
|
attr_accessor queue_id: ::String
|
2538
|
+
attr_accessor job_id: ::String
|
2539
2539
|
attr_accessor step_id: ::String
|
2540
|
-
attr_accessor target_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2541
2540
|
attr_accessor task_id: ::String
|
2541
|
+
attr_accessor target_run_status: ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING")
|
2542
2542
|
SENSITIVE: []
|
2543
2543
|
end
|
2544
2544
|
|
@@ -2546,12 +2546,12 @@ module Aws::Deadline
|
|
2546
2546
|
end
|
2547
2547
|
|
2548
2548
|
class UpdateWorkerRequest
|
2549
|
-
attr_accessor capabilities: Types::WorkerCapabilities
|
2550
2549
|
attr_accessor farm_id: ::String
|
2551
2550
|
attr_accessor fleet_id: ::String
|
2552
|
-
attr_accessor host_properties: Types::HostPropertiesRequest
|
2553
|
-
attr_accessor status: ("STARTED" | "STOPPING" | "STOPPED")
|
2554
2551
|
attr_accessor worker_id: ::String
|
2552
|
+
attr_accessor status: ("STARTED" | "STOPPING" | "STOPPED")
|
2553
|
+
attr_accessor capabilities: Types::WorkerCapabilities
|
2554
|
+
attr_accessor host_properties: Types::HostPropertiesRequest
|
2555
2555
|
SENSITIVE: []
|
2556
2556
|
end
|
2557
2557
|
|
@@ -2563,8 +2563,8 @@ module Aws::Deadline
|
|
2563
2563
|
class UpdateWorkerScheduleRequest
|
2564
2564
|
attr_accessor farm_id: ::String
|
2565
2565
|
attr_accessor fleet_id: ::String
|
2566
|
-
attr_accessor updated_session_actions: ::Hash[::String, Types::UpdatedSessionActionInfo]
|
2567
2566
|
attr_accessor worker_id: ::String
|
2567
|
+
attr_accessor updated_session_actions: ::Hash[::String, Types::UpdatedSessionActionInfo]
|
2568
2568
|
SENSITIVE: []
|
2569
2569
|
end
|
2570
2570
|
|
@@ -2578,12 +2578,12 @@ module Aws::Deadline
|
|
2578
2578
|
|
2579
2579
|
class UpdatedSessionActionInfo
|
2580
2580
|
attr_accessor completed_status: ("SUCCEEDED" | "FAILED" | "INTERRUPTED" | "CANCELED" | "NEVER_ATTEMPTED")
|
2581
|
-
attr_accessor ended_at: ::Time
|
2582
2581
|
attr_accessor process_exit_code: ::Integer
|
2583
2582
|
attr_accessor progress_message: ::String
|
2584
|
-
attr_accessor progress_percent: ::Float
|
2585
2583
|
attr_accessor started_at: ::Time
|
2584
|
+
attr_accessor ended_at: ::Time
|
2586
2585
|
attr_accessor updated_at: ::Time
|
2586
|
+
attr_accessor progress_percent: ::Float
|
2587
2587
|
SENSITIVE: [:progress_message]
|
2588
2588
|
end
|
2589
2589
|
|
@@ -2604,28 +2604,28 @@ module Aws::Deadline
|
|
2604
2604
|
end
|
2605
2605
|
|
2606
2606
|
class VCpuCountRange
|
2607
|
-
attr_accessor max: ::Integer
|
2608
2607
|
attr_accessor min: ::Integer
|
2608
|
+
attr_accessor max: ::Integer
|
2609
2609
|
SENSITIVE: []
|
2610
2610
|
end
|
2611
2611
|
|
2612
2612
|
class ValidationException
|
2613
|
-
attr_accessor context: ::Hash[::String, ::String]
|
2614
|
-
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
2615
2613
|
attr_accessor message: ::String
|
2616
2614
|
attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "OTHER")
|
2615
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
2616
|
+
attr_accessor context: ::Hash[::String, ::String]
|
2617
2617
|
SENSITIVE: []
|
2618
2618
|
end
|
2619
2619
|
|
2620
2620
|
class ValidationExceptionField
|
2621
|
-
attr_accessor message: ::String
|
2622
2621
|
attr_accessor name: ::String
|
2622
|
+
attr_accessor message: ::String
|
2623
2623
|
SENSITIVE: []
|
2624
2624
|
end
|
2625
2625
|
|
2626
2626
|
class WindowsUser
|
2627
|
-
attr_accessor password_arn: ::String
|
2628
2627
|
attr_accessor user: ::String
|
2628
|
+
attr_accessor password_arn: ::String
|
2629
2629
|
SENSITIVE: []
|
2630
2630
|
end
|
2631
2631
|
|
@@ -2648,39 +2648,39 @@ module Aws::Deadline
|
|
2648
2648
|
end
|
2649
2649
|
|
2650
2650
|
class WorkerSearchSummary
|
2651
|
-
attr_accessor created_at: ::Time
|
2652
|
-
attr_accessor created_by: ::String
|
2653
2651
|
attr_accessor fleet_id: ::String
|
2654
|
-
attr_accessor
|
2652
|
+
attr_accessor worker_id: ::String
|
2655
2653
|
attr_accessor status: ("CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE")
|
2656
|
-
attr_accessor
|
2654
|
+
attr_accessor host_properties: Types::HostPropertiesResponse
|
2655
|
+
attr_accessor created_by: ::String
|
2656
|
+
attr_accessor created_at: ::Time
|
2657
2657
|
attr_accessor updated_by: ::String
|
2658
|
-
attr_accessor
|
2658
|
+
attr_accessor updated_at: ::Time
|
2659
2659
|
SENSITIVE: []
|
2660
2660
|
end
|
2661
2661
|
|
2662
2662
|
class WorkerSessionSummary
|
2663
|
-
attr_accessor ended_at: ::Time
|
2664
|
-
attr_accessor job_id: ::String
|
2665
|
-
attr_accessor lifecycle_status: ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
|
2666
|
-
attr_accessor queue_id: ::String
|
2667
2663
|
attr_accessor session_id: ::String
|
2664
|
+
attr_accessor queue_id: ::String
|
2665
|
+
attr_accessor job_id: ::String
|
2668
2666
|
attr_accessor started_at: ::Time
|
2667
|
+
attr_accessor lifecycle_status: ("STARTED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCEEDED" | "UPDATE_FAILED" | "ENDED")
|
2668
|
+
attr_accessor ended_at: ::Time
|
2669
2669
|
attr_accessor target_lifecycle_status: ("ENDED")
|
2670
2670
|
SENSITIVE: []
|
2671
2671
|
end
|
2672
2672
|
|
2673
2673
|
class WorkerSummary
|
2674
|
-
attr_accessor
|
2675
|
-
attr_accessor created_by: ::String
|
2674
|
+
attr_accessor worker_id: ::String
|
2676
2675
|
attr_accessor farm_id: ::String
|
2677
2676
|
attr_accessor fleet_id: ::String
|
2677
|
+
attr_accessor status: ("CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE")
|
2678
2678
|
attr_accessor host_properties: Types::HostPropertiesResponse
|
2679
2679
|
attr_accessor log: Types::LogConfiguration
|
2680
|
-
attr_accessor
|
2680
|
+
attr_accessor created_at: ::Time
|
2681
|
+
attr_accessor created_by: ::String
|
2681
2682
|
attr_accessor updated_at: ::Time
|
2682
2683
|
attr_accessor updated_by: ::String
|
2683
|
-
attr_accessor worker_id: ::String
|
2684
2684
|
SENSITIVE: []
|
2685
2685
|
end
|
2686
2686
|
end
|