aws-sdk-deadline 1.56.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +21 -1
- data/lib/aws-sdk-deadline/client_api.rb +4 -0
- data/lib/aws-sdk-deadline/types.rb +28 -4
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +8 -4
- data/sig/types.rbs +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34d8321fae8efdfc4cd20d44f7a279e6919ef70f58ab59b547e6d09e6fed63f4
|
|
4
|
+
data.tar.gz: 5dbfcbbcb99c60c38f475c9e6eb648a356b1d145f5a1a10b496c4cbeed7d042e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d5c0e4e59155b3625858f451451c00b940a6a8a02bdab8a8c411b55477d351d0680bed06f6b52ef76d2cb968defce02d2bba8711320354af6eca7c5cfd72480
|
|
7
|
+
data.tar.gz: 8340f8db551c75b22c48c8be31364399cff9695562c005cdf941da1c9e3bf685d2929727cf0dc951231ebdeb23b1f35c31afa36aaa574499895fe6e220325c8e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.57.0 (2026-06-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added optional identityCenterRegion parameter to AssociateMember APIs to allow managing memberships for users and groups in other regions.
|
|
8
|
+
|
|
4
9
|
1.56.0 (2026-05-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.57.0
|
|
@@ -491,6 +491,10 @@ module Aws::Deadline
|
|
|
491
491
|
# @option params [required, String] :principal_id
|
|
492
492
|
# The member's principal ID to associate with the farm.
|
|
493
493
|
#
|
|
494
|
+
# @option params [String] :identity_center_region
|
|
495
|
+
# The Region of the IAM Identity Center instance. If not provided, the
|
|
496
|
+
# service defaults to the Region of the farm.
|
|
497
|
+
#
|
|
494
498
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
495
499
|
#
|
|
496
500
|
# @example Request syntax with placeholder values
|
|
@@ -501,6 +505,7 @@ module Aws::Deadline
|
|
|
501
505
|
# identity_store_id: "IdentityStoreId", # required
|
|
502
506
|
# membership_level: "VIEWER", # required, accepts VIEWER, CONTRIBUTOR, OWNER, MANAGER
|
|
503
507
|
# principal_id: "IdentityCenterPrincipalId", # required
|
|
508
|
+
# identity_center_region: "Region",
|
|
504
509
|
# })
|
|
505
510
|
#
|
|
506
511
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AssociateMemberToFarm AWS API Documentation
|
|
@@ -532,6 +537,10 @@ module Aws::Deadline
|
|
|
532
537
|
# @option params [required, String] :principal_id
|
|
533
538
|
# The member's principal ID to associate with a fleet.
|
|
534
539
|
#
|
|
540
|
+
# @option params [String] :identity_center_region
|
|
541
|
+
# The Region of the IAM Identity Center instance. If not provided, the
|
|
542
|
+
# service defaults to the Region of the farm.
|
|
543
|
+
#
|
|
535
544
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
536
545
|
#
|
|
537
546
|
# @example Request syntax with placeholder values
|
|
@@ -543,6 +552,7 @@ module Aws::Deadline
|
|
|
543
552
|
# identity_store_id: "IdentityStoreId", # required
|
|
544
553
|
# membership_level: "VIEWER", # required, accepts VIEWER, CONTRIBUTOR, OWNER, MANAGER
|
|
545
554
|
# principal_id: "IdentityCenterPrincipalId", # required
|
|
555
|
+
# identity_center_region: "Region",
|
|
546
556
|
# })
|
|
547
557
|
#
|
|
548
558
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AssociateMemberToFleet AWS API Documentation
|
|
@@ -577,6 +587,10 @@ module Aws::Deadline
|
|
|
577
587
|
# @option params [required, String] :principal_id
|
|
578
588
|
# The member's principal ID to associate with the job.
|
|
579
589
|
#
|
|
590
|
+
# @option params [String] :identity_center_region
|
|
591
|
+
# The Region of the IAM Identity Center instance. If not provided, the
|
|
592
|
+
# service defaults to the Region of the farm.
|
|
593
|
+
#
|
|
580
594
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
581
595
|
#
|
|
582
596
|
# @example Request syntax with placeholder values
|
|
@@ -589,6 +603,7 @@ module Aws::Deadline
|
|
|
589
603
|
# identity_store_id: "IdentityStoreId", # required
|
|
590
604
|
# membership_level: "VIEWER", # required, accepts VIEWER, CONTRIBUTOR, OWNER, MANAGER
|
|
591
605
|
# principal_id: "IdentityCenterPrincipalId", # required
|
|
606
|
+
# identity_center_region: "Region",
|
|
592
607
|
# })
|
|
593
608
|
#
|
|
594
609
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AssociateMemberToJob AWS API Documentation
|
|
@@ -620,6 +635,10 @@ module Aws::Deadline
|
|
|
620
635
|
# @option params [required, String] :principal_id
|
|
621
636
|
# The member's principal ID to associate with the queue.
|
|
622
637
|
#
|
|
638
|
+
# @option params [String] :identity_center_region
|
|
639
|
+
# The Region of the IAM Identity Center instance. If not provided, the
|
|
640
|
+
# service defaults to the Region of the farm.
|
|
641
|
+
#
|
|
623
642
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
624
643
|
#
|
|
625
644
|
# @example Request syntax with placeholder values
|
|
@@ -631,6 +650,7 @@ module Aws::Deadline
|
|
|
631
650
|
# identity_store_id: "IdentityStoreId", # required
|
|
632
651
|
# membership_level: "VIEWER", # required, accepts VIEWER, CONTRIBUTOR, OWNER, MANAGER
|
|
633
652
|
# principal_id: "IdentityCenterPrincipalId", # required
|
|
653
|
+
# identity_center_region: "Region",
|
|
634
654
|
# })
|
|
635
655
|
#
|
|
636
656
|
# @see http://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/AssociateMemberToQueue AWS API Documentation
|
|
@@ -8342,7 +8362,7 @@ module Aws::Deadline
|
|
|
8342
8362
|
tracer: tracer
|
|
8343
8363
|
)
|
|
8344
8364
|
context[:gem_name] = 'aws-sdk-deadline'
|
|
8345
|
-
context[:gem_version] = '1.
|
|
8365
|
+
context[:gem_version] = '1.57.0'
|
|
8346
8366
|
Seahorse::Client::Request.new(handlers, context)
|
|
8347
8367
|
end
|
|
8348
8368
|
|
|
@@ -860,6 +860,7 @@ module Aws::Deadline
|
|
|
860
860
|
AssociateMemberToFarmRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
|
861
861
|
AssociateMemberToFarmRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
|
862
862
|
AssociateMemberToFarmRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
|
863
|
+
AssociateMemberToFarmRequest.add_member(:identity_center_region, Shapes::ShapeRef.new(shape: Region, location_name: "identityCenterRegion"))
|
|
863
864
|
AssociateMemberToFarmRequest.struct_class = Types::AssociateMemberToFarmRequest
|
|
864
865
|
|
|
865
866
|
AssociateMemberToFarmResponse.struct_class = Types::AssociateMemberToFarmResponse
|
|
@@ -870,6 +871,7 @@ module Aws::Deadline
|
|
|
870
871
|
AssociateMemberToFleetRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
|
871
872
|
AssociateMemberToFleetRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
|
872
873
|
AssociateMemberToFleetRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
|
874
|
+
AssociateMemberToFleetRequest.add_member(:identity_center_region, Shapes::ShapeRef.new(shape: Region, location_name: "identityCenterRegion"))
|
|
873
875
|
AssociateMemberToFleetRequest.struct_class = Types::AssociateMemberToFleetRequest
|
|
874
876
|
|
|
875
877
|
AssociateMemberToFleetResponse.struct_class = Types::AssociateMemberToFleetResponse
|
|
@@ -881,6 +883,7 @@ module Aws::Deadline
|
|
|
881
883
|
AssociateMemberToJobRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
|
882
884
|
AssociateMemberToJobRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
|
883
885
|
AssociateMemberToJobRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
|
886
|
+
AssociateMemberToJobRequest.add_member(:identity_center_region, Shapes::ShapeRef.new(shape: Region, location_name: "identityCenterRegion"))
|
|
884
887
|
AssociateMemberToJobRequest.struct_class = Types::AssociateMemberToJobRequest
|
|
885
888
|
|
|
886
889
|
AssociateMemberToJobResponse.struct_class = Types::AssociateMemberToJobResponse
|
|
@@ -891,6 +894,7 @@ module Aws::Deadline
|
|
|
891
894
|
AssociateMemberToQueueRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
|
892
895
|
AssociateMemberToQueueRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
|
893
896
|
AssociateMemberToQueueRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
|
897
|
+
AssociateMemberToQueueRequest.add_member(:identity_center_region, Shapes::ShapeRef.new(shape: Region, location_name: "identityCenterRegion"))
|
|
894
898
|
AssociateMemberToQueueRequest.struct_class = Types::AssociateMemberToQueueRequest
|
|
895
899
|
|
|
896
900
|
AssociateMemberToQueueResponse.struct_class = Types::AssociateMemberToQueueResponse
|
|
@@ -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
|
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
|
|
data/sig/types.rbs
CHANGED
|
@@ -106,6 +106,7 @@ module Aws::Deadline
|
|
|
106
106
|
attr_accessor identity_store_id: ::String
|
|
107
107
|
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
|
108
108
|
attr_accessor principal_id: ::String
|
|
109
|
+
attr_accessor identity_center_region: ::String
|
|
109
110
|
SENSITIVE: []
|
|
110
111
|
end
|
|
111
112
|
|
|
@@ -119,6 +120,7 @@ module Aws::Deadline
|
|
|
119
120
|
attr_accessor identity_store_id: ::String
|
|
120
121
|
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
|
121
122
|
attr_accessor principal_id: ::String
|
|
123
|
+
attr_accessor identity_center_region: ::String
|
|
122
124
|
SENSITIVE: []
|
|
123
125
|
end
|
|
124
126
|
|
|
@@ -133,6 +135,7 @@ module Aws::Deadline
|
|
|
133
135
|
attr_accessor identity_store_id: ::String
|
|
134
136
|
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
|
135
137
|
attr_accessor principal_id: ::String
|
|
138
|
+
attr_accessor identity_center_region: ::String
|
|
136
139
|
SENSITIVE: []
|
|
137
140
|
end
|
|
138
141
|
|
|
@@ -146,6 +149,7 @@ module Aws::Deadline
|
|
|
146
149
|
attr_accessor identity_store_id: ::String
|
|
147
150
|
attr_accessor membership_level: ("VIEWER" | "CONTRIBUTOR" | "OWNER" | "MANAGER")
|
|
148
151
|
attr_accessor principal_id: ::String
|
|
152
|
+
attr_accessor identity_center_region: ::String
|
|
149
153
|
SENSITIVE: []
|
|
150
154
|
end
|
|
151
155
|
|