aws-sdk-deadline 1.55.0 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +217 -2
- data/lib/aws-sdk-deadline/client_api.rb +133 -0
- data/lib/aws-sdk-deadline/types.rb +305 -8
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +58 -4
- data/sig/params.rbs +7 -0
- data/sig/types.rbs +74 -0
- metadata +1 -1
|
@@ -402,6 +402,11 @@ module Aws::Deadline
|
|
|
402
402
|
# The member's principal ID to associate with the farm.
|
|
403
403
|
# @return [String]
|
|
404
404
|
#
|
|
405
|
+
# @!attribute [rw] identity_center_region
|
|
406
|
+
# The Region of the IAM Identity Center instance. If not provided, the
|
|
407
|
+
# service defaults to the Region of the farm.
|
|
408
|
+
# @return [String]
|
|
409
|
+
#
|
|
405
410
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AssociateMemberToFarmRequest AWS API Documentation
|
|
406
411
|
#
|
|
407
412
|
class AssociateMemberToFarmRequest < Struct.new(
|
|
@@ -409,7 +414,8 @@ module Aws::Deadline
|
|
|
409
414
|
:principal_type,
|
|
410
415
|
:identity_store_id,
|
|
411
416
|
:membership_level,
|
|
412
|
-
:principal_id
|
|
417
|
+
:principal_id,
|
|
418
|
+
:identity_center_region)
|
|
413
419
|
SENSITIVE = []
|
|
414
420
|
include Aws::Structure
|
|
415
421
|
end
|
|
@@ -446,6 +452,11 @@ module Aws::Deadline
|
|
|
446
452
|
# The member's principal ID to associate with a fleet.
|
|
447
453
|
# @return [String]
|
|
448
454
|
#
|
|
455
|
+
# @!attribute [rw] identity_center_region
|
|
456
|
+
# The Region of the IAM Identity Center instance. If not provided, the
|
|
457
|
+
# service defaults to the Region of the farm.
|
|
458
|
+
# @return [String]
|
|
459
|
+
#
|
|
449
460
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AssociateMemberToFleetRequest AWS API Documentation
|
|
450
461
|
#
|
|
451
462
|
class AssociateMemberToFleetRequest < Struct.new(
|
|
@@ -454,7 +465,8 @@ module Aws::Deadline
|
|
|
454
465
|
:principal_type,
|
|
455
466
|
:identity_store_id,
|
|
456
467
|
:membership_level,
|
|
457
|
-
:principal_id
|
|
468
|
+
:principal_id,
|
|
469
|
+
:identity_center_region)
|
|
458
470
|
SENSITIVE = []
|
|
459
471
|
include Aws::Structure
|
|
460
472
|
end
|
|
@@ -495,6 +507,11 @@ module Aws::Deadline
|
|
|
495
507
|
# The member's principal ID to associate with the job.
|
|
496
508
|
# @return [String]
|
|
497
509
|
#
|
|
510
|
+
# @!attribute [rw] identity_center_region
|
|
511
|
+
# The Region of the IAM Identity Center instance. If not provided, the
|
|
512
|
+
# service defaults to the Region of the farm.
|
|
513
|
+
# @return [String]
|
|
514
|
+
#
|
|
498
515
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AssociateMemberToJobRequest AWS API Documentation
|
|
499
516
|
#
|
|
500
517
|
class AssociateMemberToJobRequest < Struct.new(
|
|
@@ -504,7 +521,8 @@ module Aws::Deadline
|
|
|
504
521
|
:principal_type,
|
|
505
522
|
:identity_store_id,
|
|
506
523
|
:membership_level,
|
|
507
|
-
:principal_id
|
|
524
|
+
:principal_id,
|
|
525
|
+
:identity_center_region)
|
|
508
526
|
SENSITIVE = []
|
|
509
527
|
include Aws::Structure
|
|
510
528
|
end
|
|
@@ -541,6 +559,11 @@ module Aws::Deadline
|
|
|
541
559
|
# The member's principal ID to associate with the queue.
|
|
542
560
|
# @return [String]
|
|
543
561
|
#
|
|
562
|
+
# @!attribute [rw] identity_center_region
|
|
563
|
+
# The Region of the IAM Identity Center instance. If not provided, the
|
|
564
|
+
# service defaults to the Region of the farm.
|
|
565
|
+
# @return [String]
|
|
566
|
+
#
|
|
544
567
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AssociateMemberToQueueRequest AWS API Documentation
|
|
545
568
|
#
|
|
546
569
|
class AssociateMemberToQueueRequest < Struct.new(
|
|
@@ -549,7 +572,8 @@ module Aws::Deadline
|
|
|
549
572
|
:principal_type,
|
|
550
573
|
:identity_store_id,
|
|
551
574
|
:membership_level,
|
|
552
|
-
:principal_id
|
|
575
|
+
:principal_id,
|
|
576
|
+
:identity_center_region)
|
|
553
577
|
SENSITIVE = []
|
|
554
578
|
include Aws::Structure
|
|
555
579
|
end
|
|
@@ -3017,8 +3041,8 @@ module Aws::Deadline
|
|
|
3017
3041
|
# @return [String]
|
|
3018
3042
|
#
|
|
3019
3043
|
# @!attribute [rw] identity_center_region
|
|
3020
|
-
# The
|
|
3021
|
-
#
|
|
3044
|
+
# The Region where IAM Identity Center is enabled. Required when IAM
|
|
3045
|
+
# Identity Center is in a different Region than the monitor.
|
|
3022
3046
|
# @return [String]
|
|
3023
3047
|
#
|
|
3024
3048
|
# @!attribute [rw] subdomain
|
|
@@ -3804,6 +3828,32 @@ module Aws::Deadline
|
|
|
3804
3828
|
#
|
|
3805
3829
|
class DeleteStorageProfileResponse < Aws::EmptyStructure; end
|
|
3806
3830
|
|
|
3831
|
+
# @!attribute [rw] farm_id
|
|
3832
|
+
# The farm ID of the farm that contains the fleet.
|
|
3833
|
+
# @return [String]
|
|
3834
|
+
#
|
|
3835
|
+
# @!attribute [rw] fleet_id
|
|
3836
|
+
# The fleet ID of the fleet that contains the volume.
|
|
3837
|
+
# @return [String]
|
|
3838
|
+
#
|
|
3839
|
+
# @!attribute [rw] volume_id
|
|
3840
|
+
# The volume ID of the volume to delete.
|
|
3841
|
+
# @return [String]
|
|
3842
|
+
#
|
|
3843
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/DeleteVolumeRequest AWS API Documentation
|
|
3844
|
+
#
|
|
3845
|
+
class DeleteVolumeRequest < Struct.new(
|
|
3846
|
+
:farm_id,
|
|
3847
|
+
:fleet_id,
|
|
3848
|
+
:volume_id)
|
|
3849
|
+
SENSITIVE = []
|
|
3850
|
+
include Aws::Structure
|
|
3851
|
+
end
|
|
3852
|
+
|
|
3853
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/DeleteVolumeResponse AWS API Documentation
|
|
3854
|
+
#
|
|
3855
|
+
class DeleteVolumeResponse < Aws::EmptyStructure; end
|
|
3856
|
+
|
|
3807
3857
|
# @!attribute [rw] farm_id
|
|
3808
3858
|
# The farm ID of the worker to delete.
|
|
3809
3859
|
# @return [String]
|
|
@@ -5220,7 +5270,7 @@ module Aws::Deadline
|
|
|
5220
5270
|
# @return [String]
|
|
5221
5271
|
#
|
|
5222
5272
|
# @!attribute [rw] identity_center_region
|
|
5223
|
-
# The
|
|
5273
|
+
# The Region where IAM Identity Center is enabled.
|
|
5224
5274
|
# @return [String]
|
|
5225
5275
|
#
|
|
5226
5276
|
# @!attribute [rw] identity_center_application_arn
|
|
@@ -6256,6 +6306,109 @@ module Aws::Deadline
|
|
|
6256
6306
|
include Aws::Structure
|
|
6257
6307
|
end
|
|
6258
6308
|
|
|
6309
|
+
# @!attribute [rw] farm_id
|
|
6310
|
+
# The farm ID of the farm that contains the fleet.
|
|
6311
|
+
# @return [String]
|
|
6312
|
+
#
|
|
6313
|
+
# @!attribute [rw] fleet_id
|
|
6314
|
+
# The fleet ID of the fleet that contains the volume.
|
|
6315
|
+
# @return [String]
|
|
6316
|
+
#
|
|
6317
|
+
# @!attribute [rw] volume_id
|
|
6318
|
+
# The volume ID of the volume to retrieve.
|
|
6319
|
+
# @return [String]
|
|
6320
|
+
#
|
|
6321
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/GetVolumeRequest AWS API Documentation
|
|
6322
|
+
#
|
|
6323
|
+
class GetVolumeRequest < Struct.new(
|
|
6324
|
+
:farm_id,
|
|
6325
|
+
:fleet_id,
|
|
6326
|
+
:volume_id)
|
|
6327
|
+
SENSITIVE = []
|
|
6328
|
+
include Aws::Structure
|
|
6329
|
+
end
|
|
6330
|
+
|
|
6331
|
+
# Mixin that adds an optional ARN field to response structures. Apply to
|
|
6332
|
+
# SummaryMixins (flows into Get, Summary, and BatchGet) and Create
|
|
6333
|
+
# outputs.
|
|
6334
|
+
#
|
|
6335
|
+
# @!attribute [rw] volume_id
|
|
6336
|
+
# The volume ID.
|
|
6337
|
+
# @return [String]
|
|
6338
|
+
#
|
|
6339
|
+
# @!attribute [rw] farm_id
|
|
6340
|
+
# The farm ID of the farm that contains the fleet.
|
|
6341
|
+
# @return [String]
|
|
6342
|
+
#
|
|
6343
|
+
# @!attribute [rw] fleet_id
|
|
6344
|
+
# The fleet ID of the fleet that contains the volume.
|
|
6345
|
+
# @return [String]
|
|
6346
|
+
#
|
|
6347
|
+
# @!attribute [rw] state
|
|
6348
|
+
# The state of the volume.
|
|
6349
|
+
# @return [String]
|
|
6350
|
+
#
|
|
6351
|
+
# @!attribute [rw] size_gi_b
|
|
6352
|
+
# The volume size in GiB.
|
|
6353
|
+
# @return [Integer]
|
|
6354
|
+
#
|
|
6355
|
+
# @!attribute [rw] availability_zone_id
|
|
6356
|
+
# The Availability Zone ID of the volume.
|
|
6357
|
+
# @return [String]
|
|
6358
|
+
#
|
|
6359
|
+
# @!attribute [rw] attached_worker_id
|
|
6360
|
+
# The worker ID of the worker the volume is attached to.
|
|
6361
|
+
# @return [String]
|
|
6362
|
+
#
|
|
6363
|
+
# @!attribute [rw] volume_type
|
|
6364
|
+
# The EBS volume type.
|
|
6365
|
+
# @return [String]
|
|
6366
|
+
#
|
|
6367
|
+
# @!attribute [rw] iops
|
|
6368
|
+
# The IOPS of the volume.
|
|
6369
|
+
# @return [Integer]
|
|
6370
|
+
#
|
|
6371
|
+
# @!attribute [rw] throughput_mi_b
|
|
6372
|
+
# The throughput of the volume in MiB.
|
|
6373
|
+
# @return [Integer]
|
|
6374
|
+
#
|
|
6375
|
+
# @!attribute [rw] created_at
|
|
6376
|
+
# The date and time the resource was created.
|
|
6377
|
+
# @return [Time]
|
|
6378
|
+
#
|
|
6379
|
+
# @!attribute [rw] last_assigned_at
|
|
6380
|
+
# The date and time the volume was last assigned to a worker.
|
|
6381
|
+
# @return [Time]
|
|
6382
|
+
#
|
|
6383
|
+
# @!attribute [rw] last_released_at
|
|
6384
|
+
# The date and time the volume was last released from a worker.
|
|
6385
|
+
# @return [Time]
|
|
6386
|
+
#
|
|
6387
|
+
# @!attribute [rw] expires_at
|
|
6388
|
+
# The date and time the volume expires and will be deleted.
|
|
6389
|
+
# @return [Time]
|
|
6390
|
+
#
|
|
6391
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/GetVolumeResponse AWS API Documentation
|
|
6392
|
+
#
|
|
6393
|
+
class GetVolumeResponse < Struct.new(
|
|
6394
|
+
:volume_id,
|
|
6395
|
+
:farm_id,
|
|
6396
|
+
:fleet_id,
|
|
6397
|
+
:state,
|
|
6398
|
+
:size_gi_b,
|
|
6399
|
+
:availability_zone_id,
|
|
6400
|
+
:attached_worker_id,
|
|
6401
|
+
:volume_type,
|
|
6402
|
+
:iops,
|
|
6403
|
+
:throughput_mi_b,
|
|
6404
|
+
:created_at,
|
|
6405
|
+
:last_assigned_at,
|
|
6406
|
+
:last_released_at,
|
|
6407
|
+
:expires_at)
|
|
6408
|
+
SENSITIVE = []
|
|
6409
|
+
include Aws::Structure
|
|
6410
|
+
end
|
|
6411
|
+
|
|
6259
6412
|
# @!attribute [rw] farm_id
|
|
6260
6413
|
# The farm ID for the worker.
|
|
6261
6414
|
# @return [String]
|
|
@@ -8830,6 +8983,63 @@ module Aws::Deadline
|
|
|
8830
8983
|
include Aws::Structure
|
|
8831
8984
|
end
|
|
8832
8985
|
|
|
8986
|
+
# Shared pagination fields for List operation inputs (nextToken +
|
|
8987
|
+
# maxResults).
|
|
8988
|
+
#
|
|
8989
|
+
# @!attribute [rw] farm_id
|
|
8990
|
+
# The farm ID of the farm that contains the fleet.
|
|
8991
|
+
# @return [String]
|
|
8992
|
+
#
|
|
8993
|
+
# @!attribute [rw] fleet_id
|
|
8994
|
+
# The fleet ID of the fleet that contains the volumes.
|
|
8995
|
+
# @return [String]
|
|
8996
|
+
#
|
|
8997
|
+
# @!attribute [rw] next_token
|
|
8998
|
+
# The token for the next set of results, or `null` to start from the
|
|
8999
|
+
# beginning.
|
|
9000
|
+
# @return [String]
|
|
9001
|
+
#
|
|
9002
|
+
# @!attribute [rw] max_results
|
|
9003
|
+
# The maximum number of results to return. Use this parameter with
|
|
9004
|
+
# `NextToken` to get results as a set of sequential pages.
|
|
9005
|
+
# @return [Integer]
|
|
9006
|
+
#
|
|
9007
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/ListVolumesRequest AWS API Documentation
|
|
9008
|
+
#
|
|
9009
|
+
class ListVolumesRequest < Struct.new(
|
|
9010
|
+
:farm_id,
|
|
9011
|
+
:fleet_id,
|
|
9012
|
+
:next_token,
|
|
9013
|
+
:max_results)
|
|
9014
|
+
SENSITIVE = []
|
|
9015
|
+
include Aws::Structure
|
|
9016
|
+
end
|
|
9017
|
+
|
|
9018
|
+
# Shared pagination field for List operation outputs (nextToken).
|
|
9019
|
+
#
|
|
9020
|
+
# @!attribute [rw] volumes
|
|
9021
|
+
# The volumes on the list.
|
|
9022
|
+
# @return [Array<Types::VolumeSummary>]
|
|
9023
|
+
#
|
|
9024
|
+
# @!attribute [rw] next_token
|
|
9025
|
+
# If Deadline Cloud returns `nextToken`, then there are more results
|
|
9026
|
+
# available. The value of `nextToken` is a unique pagination token for
|
|
9027
|
+
# each page. To retrieve the next page, call the operation again using
|
|
9028
|
+
# the returned token. Keep all other arguments unchanged. If no
|
|
9029
|
+
# results remain, then `nextToken` is set to `null`. Each pagination
|
|
9030
|
+
# token expires after 24 hours. If you provide a token that isn't
|
|
9031
|
+
# valid, then you receive an HTTP 400 `ValidationException` error.
|
|
9032
|
+
# @return [String]
|
|
9033
|
+
#
|
|
9034
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/ListVolumesResponse AWS API Documentation
|
|
9035
|
+
#
|
|
9036
|
+
class ListVolumesResponse < Struct.new(
|
|
9037
|
+
:volumes,
|
|
9038
|
+
:next_token)
|
|
9039
|
+
SENSITIVE = []
|
|
9040
|
+
include Aws::Structure
|
|
9041
|
+
end
|
|
9042
|
+
|
|
8833
9043
|
# Shared pagination fields for List operation inputs (nextToken +
|
|
8834
9044
|
# maxResults).
|
|
8835
9045
|
#
|
|
@@ -9038,7 +9248,7 @@ module Aws::Deadline
|
|
|
9038
9248
|
# @return [String]
|
|
9039
9249
|
#
|
|
9040
9250
|
# @!attribute [rw] identity_center_region
|
|
9041
|
-
# The
|
|
9251
|
+
# The Region where IAM Identity Center is enabled.
|
|
9042
9252
|
# @return [String]
|
|
9043
9253
|
#
|
|
9044
9254
|
# @!attribute [rw] identity_center_application_arn
|
|
@@ -9169,6 +9379,43 @@ module Aws::Deadline
|
|
|
9169
9379
|
include Aws::Structure
|
|
9170
9380
|
end
|
|
9171
9381
|
|
|
9382
|
+
# Specifies the persistent EBS volume configuration for workers in a
|
|
9383
|
+
# service managed fleet.
|
|
9384
|
+
#
|
|
9385
|
+
# @!attribute [rw] size_gi_b
|
|
9386
|
+
# The persistent volume size in GiB. The default is 250.
|
|
9387
|
+
# @return [Integer]
|
|
9388
|
+
#
|
|
9389
|
+
# @!attribute [rw] iops
|
|
9390
|
+
# The IOPS per persistent volume. The default is 3000.
|
|
9391
|
+
# @return [Integer]
|
|
9392
|
+
#
|
|
9393
|
+
# @!attribute [rw] throughput_mi_b
|
|
9394
|
+
# The throughput per persistent volume in MiB. The default is 125.
|
|
9395
|
+
# @return [Integer]
|
|
9396
|
+
#
|
|
9397
|
+
# @!attribute [rw] mount_path
|
|
9398
|
+
# The file system path where the persistent volume is mounted on the
|
|
9399
|
+
# worker instance.
|
|
9400
|
+
# @return [String]
|
|
9401
|
+
#
|
|
9402
|
+
# @!attribute [rw] last_used_ttl_hours
|
|
9403
|
+
# The number of hours a persistent volume can remain unused before it
|
|
9404
|
+
# is deleted. The default is 168 (7 days).
|
|
9405
|
+
# @return [Integer]
|
|
9406
|
+
#
|
|
9407
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/PersistentVolumeConfiguration AWS API Documentation
|
|
9408
|
+
#
|
|
9409
|
+
class PersistentVolumeConfiguration < Struct.new(
|
|
9410
|
+
:size_gi_b,
|
|
9411
|
+
:iops,
|
|
9412
|
+
:throughput_mi_b,
|
|
9413
|
+
:mount_path,
|
|
9414
|
+
:last_used_ttl_hours)
|
|
9415
|
+
SENSITIVE = []
|
|
9416
|
+
include Aws::Structure
|
|
9417
|
+
end
|
|
9418
|
+
|
|
9172
9419
|
# The POSIX user.
|
|
9173
9420
|
#
|
|
9174
9421
|
# @!attribute [rw] user
|
|
@@ -10118,6 +10365,11 @@ module Aws::Deadline
|
|
|
10118
10365
|
# The storage profile ID for the service managed EC2 fleet.
|
|
10119
10366
|
# @return [String]
|
|
10120
10367
|
#
|
|
10368
|
+
# @!attribute [rw] persistent_volume_configuration
|
|
10369
|
+
# The persistent volume configuration for the service managed EC2
|
|
10370
|
+
# fleet.
|
|
10371
|
+
# @return [Types::PersistentVolumeConfiguration]
|
|
10372
|
+
#
|
|
10121
10373
|
# @!attribute [rw] auto_scaling_configuration
|
|
10122
10374
|
# The auto scaling configuration settings for the service managed EC2
|
|
10123
10375
|
# fleet.
|
|
@@ -10130,6 +10382,7 @@ module Aws::Deadline
|
|
|
10130
10382
|
:instance_market_options,
|
|
10131
10383
|
:vpc_configuration,
|
|
10132
10384
|
:storage_profile_id,
|
|
10385
|
+
:persistent_volume_configuration,
|
|
10133
10386
|
:auto_scaling_configuration)
|
|
10134
10387
|
SENSITIVE = []
|
|
10135
10388
|
include Aws::Structure
|
|
@@ -12650,6 +12903,50 @@ module Aws::Deadline
|
|
|
12650
12903
|
include Aws::Structure
|
|
12651
12904
|
end
|
|
12652
12905
|
|
|
12906
|
+
# The summary of a persistent volume.
|
|
12907
|
+
#
|
|
12908
|
+
# @!attribute [rw] volume_id
|
|
12909
|
+
# The volume ID.
|
|
12910
|
+
# @return [String]
|
|
12911
|
+
#
|
|
12912
|
+
# @!attribute [rw] farm_id
|
|
12913
|
+
# The farm ID of the farm that contains the fleet.
|
|
12914
|
+
# @return [String]
|
|
12915
|
+
#
|
|
12916
|
+
# @!attribute [rw] fleet_id
|
|
12917
|
+
# The fleet ID of the fleet that contains the volume.
|
|
12918
|
+
# @return [String]
|
|
12919
|
+
#
|
|
12920
|
+
# @!attribute [rw] state
|
|
12921
|
+
# The state of the volume.
|
|
12922
|
+
# @return [String]
|
|
12923
|
+
#
|
|
12924
|
+
# @!attribute [rw] size_gi_b
|
|
12925
|
+
# The volume size in GiB.
|
|
12926
|
+
# @return [Integer]
|
|
12927
|
+
#
|
|
12928
|
+
# @!attribute [rw] availability_zone_id
|
|
12929
|
+
# The Availability Zone ID of the volume.
|
|
12930
|
+
# @return [String]
|
|
12931
|
+
#
|
|
12932
|
+
# @!attribute [rw] attached_worker_id
|
|
12933
|
+
# The worker ID of the worker the volume is attached to.
|
|
12934
|
+
# @return [String]
|
|
12935
|
+
#
|
|
12936
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/VolumeSummary AWS API Documentation
|
|
12937
|
+
#
|
|
12938
|
+
class VolumeSummary < Struct.new(
|
|
12939
|
+
:volume_id,
|
|
12940
|
+
:farm_id,
|
|
12941
|
+
:fleet_id,
|
|
12942
|
+
:state,
|
|
12943
|
+
:size_gi_b,
|
|
12944
|
+
:availability_zone_id,
|
|
12945
|
+
:attached_worker_id)
|
|
12946
|
+
SENSITIVE = []
|
|
12947
|
+
include Aws::Structure
|
|
12948
|
+
end
|
|
12949
|
+
|
|
12653
12950
|
# The configuration options for a service managed fleet's VPC.
|
|
12654
12951
|
#
|
|
12655
12952
|
# @!attribute [rw] resource_configuration_arns
|
data/lib/aws-sdk-deadline.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -87,7 +87,8 @@ module Aws
|
|
|
87
87
|
principal_type: ("USER" | "GROUP"),
|
|
88
88
|
identity_store_id: ::String,
|
|
89
89
|
membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER"),
|
|
90
|
-
principal_id: ::String
|
|
90
|
+
principal_id: ::String,
|
|
91
|
+
?identity_center_region: ::String
|
|
91
92
|
) -> _AssociateMemberToFarmResponseSuccess
|
|
92
93
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToFarmResponseSuccess
|
|
93
94
|
|
|
@@ -101,7 +102,8 @@ module Aws
|
|
|
101
102
|
principal_type: ("USER" | "GROUP"),
|
|
102
103
|
identity_store_id: ::String,
|
|
103
104
|
membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER"),
|
|
104
|
-
principal_id: ::String
|
|
105
|
+
principal_id: ::String,
|
|
106
|
+
?identity_center_region: ::String
|
|
105
107
|
) -> _AssociateMemberToFleetResponseSuccess
|
|
106
108
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToFleetResponseSuccess
|
|
107
109
|
|
|
@@ -116,7 +118,8 @@ module Aws
|
|
|
116
118
|
principal_type: ("USER" | "GROUP"),
|
|
117
119
|
identity_store_id: ::String,
|
|
118
120
|
membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER"),
|
|
119
|
-
principal_id: ::String
|
|
121
|
+
principal_id: ::String,
|
|
122
|
+
?identity_center_region: ::String
|
|
120
123
|
) -> _AssociateMemberToJobResponseSuccess
|
|
121
124
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToJobResponseSuccess
|
|
122
125
|
|
|
@@ -130,7 +133,8 @@ module Aws
|
|
|
130
133
|
principal_type: ("USER" | "GROUP"),
|
|
131
134
|
identity_store_id: ::String,
|
|
132
135
|
membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER"),
|
|
133
|
-
principal_id: ::String
|
|
136
|
+
principal_id: ::String,
|
|
137
|
+
?identity_center_region: ::String
|
|
134
138
|
) -> _AssociateMemberToQueueResponseSuccess
|
|
135
139
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMemberToQueueResponseSuccess
|
|
136
140
|
|
|
@@ -770,6 +774,17 @@ module Aws
|
|
|
770
774
|
) -> _DeleteStorageProfileResponseSuccess
|
|
771
775
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteStorageProfileResponseSuccess
|
|
772
776
|
|
|
777
|
+
interface _DeleteVolumeResponseSuccess
|
|
778
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteVolumeResponse]
|
|
779
|
+
end
|
|
780
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#delete_volume-instance_method
|
|
781
|
+
def delete_volume: (
|
|
782
|
+
farm_id: ::String,
|
|
783
|
+
fleet_id: ::String,
|
|
784
|
+
volume_id: ::String
|
|
785
|
+
) -> _DeleteVolumeResponseSuccess
|
|
786
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteVolumeResponseSuccess
|
|
787
|
+
|
|
773
788
|
interface _DeleteWorkerResponseSuccess
|
|
774
789
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWorkerResponse]
|
|
775
790
|
end
|
|
@@ -1233,6 +1248,31 @@ module Aws
|
|
|
1233
1248
|
) -> _GetTaskResponseSuccess
|
|
1234
1249
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTaskResponseSuccess
|
|
1235
1250
|
|
|
1251
|
+
interface _GetVolumeResponseSuccess
|
|
1252
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVolumeResponse]
|
|
1253
|
+
def volume_id: () -> ::String
|
|
1254
|
+
def farm_id: () -> ::String
|
|
1255
|
+
def fleet_id: () -> ::String
|
|
1256
|
+
def state: () -> ("PENDING_CREATION" | "PENDING_ATTACHMENT" | "IN_USE" | "AVAILABLE" | "PENDING_DELETION")
|
|
1257
|
+
def size_gi_b: () -> ::Integer
|
|
1258
|
+
def availability_zone_id: () -> ::String
|
|
1259
|
+
def attached_worker_id: () -> ::String
|
|
1260
|
+
def volume_type: () -> ("gp3")
|
|
1261
|
+
def iops: () -> ::Integer
|
|
1262
|
+
def throughput_mi_b: () -> ::Integer
|
|
1263
|
+
def created_at: () -> ::Time
|
|
1264
|
+
def last_assigned_at: () -> ::Time
|
|
1265
|
+
def last_released_at: () -> ::Time
|
|
1266
|
+
def expires_at: () -> ::Time
|
|
1267
|
+
end
|
|
1268
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#get_volume-instance_method
|
|
1269
|
+
def get_volume: (
|
|
1270
|
+
farm_id: ::String,
|
|
1271
|
+
fleet_id: ::String,
|
|
1272
|
+
volume_id: ::String
|
|
1273
|
+
) -> _GetVolumeResponseSuccess
|
|
1274
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVolumeResponseSuccess
|
|
1275
|
+
|
|
1236
1276
|
interface _GetWorkerResponseSuccess
|
|
1237
1277
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetWorkerResponse]
|
|
1238
1278
|
def farm_id: () -> ::String
|
|
@@ -1651,6 +1691,20 @@ module Aws
|
|
|
1651
1691
|
) -> _ListTasksResponseSuccess
|
|
1652
1692
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTasksResponseSuccess
|
|
1653
1693
|
|
|
1694
|
+
interface _ListVolumesResponseSuccess
|
|
1695
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListVolumesResponse]
|
|
1696
|
+
def volumes: () -> ::Array[Types::VolumeSummary]
|
|
1697
|
+
def next_token: () -> ::String
|
|
1698
|
+
end
|
|
1699
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Deadline/Client.html#list_volumes-instance_method
|
|
1700
|
+
def list_volumes: (
|
|
1701
|
+
farm_id: ::String,
|
|
1702
|
+
fleet_id: ::String,
|
|
1703
|
+
?next_token: ::String,
|
|
1704
|
+
?max_results: ::Integer
|
|
1705
|
+
) -> _ListVolumesResponseSuccess
|
|
1706
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVolumesResponseSuccess
|
|
1707
|
+
|
|
1654
1708
|
interface _ListWorkersResponseSuccess
|
|
1655
1709
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListWorkersResponse]
|
|
1656
1710
|
def workers: () -> ::Array[Types::WorkerSummary]
|
data/sig/params.rbs
CHANGED
|
@@ -111,6 +111,13 @@ module Aws
|
|
|
111
111
|
resource_configuration_arns: Array[::String]?
|
|
112
112
|
}?,
|
|
113
113
|
storage_profile_id: ::String?,
|
|
114
|
+
persistent_volume_configuration: {
|
|
115
|
+
size_gi_b: ::Integer?,
|
|
116
|
+
iops: ::Integer?,
|
|
117
|
+
throughput_mi_b: ::Integer?,
|
|
118
|
+
mount_path: ::String,
|
|
119
|
+
last_used_ttl_hours: ::Integer?
|
|
120
|
+
}?,
|
|
114
121
|
auto_scaling_configuration: {
|
|
115
122
|
standby_worker_count: ::Integer?,
|
|
116
123
|
worker_idle_duration_seconds: ::Integer?,
|