aws-sdk-datazone 1.19.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/types.rbs CHANGED
@@ -39,6 +39,7 @@ module Aws::DataZone
39
39
  end
40
40
 
41
41
  class AcceptSubscriptionRequestInput
42
+ attr_accessor asset_scopes: ::Array[Types::AcceptedAssetScope]
42
43
  attr_accessor decision_comment: ::String
43
44
  attr_accessor domain_identifier: ::String
44
45
  attr_accessor identifier: ::String
@@ -61,6 +62,12 @@ module Aws::DataZone
61
62
  SENSITIVE: [:decision_comment, :request_reason]
62
63
  end
63
64
 
65
+ class AcceptedAssetScope
66
+ attr_accessor asset_id: ::String
67
+ attr_accessor filter_ids: ::Array[::String]
68
+ SENSITIVE: []
69
+ end
70
+
64
71
  class AccessDeniedException
65
72
  attr_accessor message: ::String
66
73
  SENSITIVE: []
@@ -77,6 +84,43 @@ module Aws::DataZone
77
84
  end
78
85
  end
79
86
 
87
+ class AddEntityOwnerInput
88
+ attr_accessor client_token: ::String
89
+ attr_accessor domain_identifier: ::String
90
+ attr_accessor entity_identifier: ::String
91
+ attr_accessor entity_type: ("DOMAIN_UNIT")
92
+ attr_accessor owner: Types::OwnerProperties
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class AddEntityOwnerOutput < Aws::EmptyStructure
97
+ end
98
+
99
+ class AddPolicyGrantInput
100
+ attr_accessor client_token: ::String
101
+ attr_accessor detail: Types::PolicyGrantDetail
102
+ attr_accessor domain_identifier: ::String
103
+ attr_accessor entity_identifier: ::String
104
+ attr_accessor entity_type: ("DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE")
105
+ attr_accessor policy_type: ("CREATE_DOMAIN_UNIT" | "OVERRIDE_DOMAIN_UNIT_OWNERS" | "ADD_TO_PROJECT_MEMBER_POOL" | "OVERRIDE_PROJECT_OWNERS" | "CREATE_GLOSSARY" | "CREATE_FORM_TYPE" | "CREATE_ASSET_TYPE" | "CREATE_PROJECT" | "CREATE_ENVIRONMENT_PROFILE" | "DELEGATE_CREATE_ENVIRONMENT_PROFILE" | "CREATE_ENVIRONMENT")
106
+ attr_accessor principal: Types::PolicyGrantPrincipal
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class AddPolicyGrantOutput < Aws::EmptyStructure
111
+ end
112
+
113
+ class AddToProjectMemberPoolPolicyGrantDetail
114
+ attr_accessor include_child_domain_units: bool
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class AllDomainUnitsGrantFilter < Aws::EmptyStructure
119
+ end
120
+
121
+ class AllUsersGrantFilter < Aws::EmptyStructure
122
+ end
123
+
80
124
  class AssetFilterConfiguration
81
125
  attr_accessor column_configuration: Types::ColumnFilterConfiguration
82
126
  attr_accessor row_configuration: Types::RowFilterConfiguration
@@ -187,6 +231,14 @@ module Aws::DataZone
187
231
  SENSITIVE: []
188
232
  end
189
233
 
234
+ class AssetScope
235
+ attr_accessor asset_id: ::String
236
+ attr_accessor error_message: ::String
237
+ attr_accessor filter_ids: ::Array[::String]
238
+ attr_accessor status: ::String
239
+ SENSITIVE: []
240
+ end
241
+
190
242
  class AssetTargetNameMap
191
243
  attr_accessor asset_id: ::String
192
244
  attr_accessor target_name: ::String
@@ -411,6 +463,11 @@ module Aws::DataZone
411
463
  SENSITIVE: [:description]
412
464
  end
413
465
 
466
+ class CreateAssetTypePolicyGrantDetail
467
+ attr_accessor include_child_domain_units: bool
468
+ SENSITIVE: []
469
+ end
470
+
414
471
  class CreateDataProductInput
415
472
  attr_accessor client_token: ::String
416
473
  attr_accessor description: ::String
@@ -531,12 +588,40 @@ module Aws::DataZone
531
588
  attr_accessor kms_key_identifier: ::String
532
589
  attr_accessor name: ::String
533
590
  attr_accessor portal_url: ::String
591
+ attr_accessor root_domain_unit_id: ::String
534
592
  attr_accessor single_sign_on: Types::SingleSignOn
535
593
  attr_accessor status: ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
536
594
  attr_accessor tags: ::Hash[::String, ::String]
537
595
  SENSITIVE: []
538
596
  end
539
597
 
598
+ class CreateDomainUnitInput
599
+ attr_accessor client_token: ::String
600
+ attr_accessor description: ::String
601
+ attr_accessor domain_identifier: ::String
602
+ attr_accessor name: ::String
603
+ attr_accessor parent_domain_unit_identifier: ::String
604
+ SENSITIVE: [:description, :name]
605
+ end
606
+
607
+ class CreateDomainUnitOutput
608
+ attr_accessor ancestor_domain_unit_ids: ::Array[::String]
609
+ attr_accessor created_at: ::Time
610
+ attr_accessor created_by: ::String
611
+ attr_accessor description: ::String
612
+ attr_accessor domain_id: ::String
613
+ attr_accessor id: ::String
614
+ attr_accessor name: ::String
615
+ attr_accessor owners: ::Array[Types::DomainUnitOwnerProperties]
616
+ attr_accessor parent_domain_unit_id: ::String
617
+ SENSITIVE: [:description, :name]
618
+ end
619
+
620
+ class CreateDomainUnitPolicyGrantDetail
621
+ attr_accessor include_child_domain_units: bool
622
+ SENSITIVE: []
623
+ end
624
+
540
625
  class CreateEnvironmentActionInput
541
626
  attr_accessor description: ::String
542
627
  attr_accessor domain_identifier: ::String
@@ -623,6 +708,11 @@ module Aws::DataZone
623
708
  SENSITIVE: [:description, :name]
624
709
  end
625
710
 
711
+ class CreateEnvironmentProfilePolicyGrantDetail
712
+ attr_accessor domain_unit_id: ::String
713
+ SENSITIVE: []
714
+ end
715
+
626
716
  class CreateFormTypeInput
627
717
  attr_accessor description: ::String
628
718
  attr_accessor domain_identifier: ::String
@@ -644,6 +734,11 @@ module Aws::DataZone
644
734
  SENSITIVE: [:description, :name]
645
735
  end
646
736
 
737
+ class CreateFormTypePolicyGrantDetail
738
+ attr_accessor include_child_domain_units: bool
739
+ SENSITIVE: []
740
+ end
741
+
647
742
  class CreateGlossaryInput
648
743
  attr_accessor client_token: ::String
649
744
  attr_accessor description: ::String
@@ -664,6 +759,11 @@ module Aws::DataZone
664
759
  SENSITIVE: [:description, :name]
665
760
  end
666
761
 
762
+ class CreateGlossaryPolicyGrantDetail
763
+ attr_accessor include_child_domain_units: bool
764
+ SENSITIVE: []
765
+ end
766
+
667
767
  class CreateGlossaryTermInput
668
768
  attr_accessor client_token: ::String
669
769
  attr_accessor domain_identifier: ::String
@@ -723,6 +823,7 @@ module Aws::DataZone
723
823
  class CreateProjectInput
724
824
  attr_accessor description: ::String
725
825
  attr_accessor domain_identifier: ::String
826
+ attr_accessor domain_unit_id: ::String
726
827
  attr_accessor glossary_terms: ::Array[::String]
727
828
  attr_accessor name: ::String
728
829
  SENSITIVE: [:description, :name]
@@ -744,6 +845,7 @@ module Aws::DataZone
744
845
  attr_accessor created_by: ::String
745
846
  attr_accessor description: ::String
746
847
  attr_accessor domain_id: ::String
848
+ attr_accessor domain_unit_id: ::String
747
849
  attr_accessor failure_reasons: ::Array[Types::ProjectDeletionError]
748
850
  attr_accessor glossary_terms: ::Array[::String]
749
851
  attr_accessor id: ::String
@@ -753,6 +855,11 @@ module Aws::DataZone
753
855
  SENSITIVE: [:description, :name]
754
856
  end
755
857
 
858
+ class CreateProjectPolicyGrantDetail
859
+ attr_accessor include_child_domain_units: bool
860
+ SENSITIVE: []
861
+ end
862
+
756
863
  class CreateSubscriptionGrantInput
757
864
  attr_accessor asset_target_names: ::Array[Types::AssetTargetNameMap]
758
865
  attr_accessor client_token: ::String
@@ -1087,6 +1194,15 @@ module Aws::DataZone
1087
1194
  SENSITIVE: []
1088
1195
  end
1089
1196
 
1197
+ class DeleteDomainUnitInput
1198
+ attr_accessor domain_identifier: ::String
1199
+ attr_accessor identifier: ::String
1200
+ SENSITIVE: []
1201
+ end
1202
+
1203
+ class DeleteDomainUnitOutput < Aws::EmptyStructure
1204
+ end
1205
+
1090
1206
  class DeleteEnvironmentActionInput
1091
1207
  attr_accessor domain_identifier: ::String
1092
1208
  attr_accessor environment_identifier: ::String
@@ -1262,6 +1378,60 @@ module Aws::DataZone
1262
1378
  SENSITIVE: [:description, :name]
1263
1379
  end
1264
1380
 
1381
+ class DomainUnitFilterForProject
1382
+ attr_accessor domain_unit: ::String
1383
+ attr_accessor include_child_domain_units: bool
1384
+ SENSITIVE: []
1385
+ end
1386
+
1387
+ class DomainUnitGrantFilter
1388
+ attr_accessor all_domain_units_grant_filter: Types::AllDomainUnitsGrantFilter
1389
+ attr_accessor unknown: untyped
1390
+ SENSITIVE: []
1391
+
1392
+ class AllDomainUnitsGrantFilter < DomainUnitGrantFilter
1393
+ end
1394
+ class Unknown < DomainUnitGrantFilter
1395
+ end
1396
+ end
1397
+
1398
+ class DomainUnitGroupProperties
1399
+ attr_accessor group_id: ::String
1400
+ SENSITIVE: []
1401
+ end
1402
+
1403
+ class DomainUnitOwnerProperties
1404
+ attr_accessor group: Types::DomainUnitGroupProperties
1405
+ attr_accessor user: Types::DomainUnitUserProperties
1406
+ attr_accessor unknown: untyped
1407
+ SENSITIVE: []
1408
+
1409
+ class Group < DomainUnitOwnerProperties
1410
+ end
1411
+ class User < DomainUnitOwnerProperties
1412
+ end
1413
+ class Unknown < DomainUnitOwnerProperties
1414
+ end
1415
+ end
1416
+
1417
+ class DomainUnitPolicyGrantPrincipal
1418
+ attr_accessor domain_unit_designation: ("OWNER")
1419
+ attr_accessor domain_unit_grant_filter: Types::DomainUnitGrantFilter
1420
+ attr_accessor domain_unit_identifier: ::String
1421
+ SENSITIVE: []
1422
+ end
1423
+
1424
+ class DomainUnitSummary
1425
+ attr_accessor id: ::String
1426
+ attr_accessor name: ::String
1427
+ SENSITIVE: []
1428
+ end
1429
+
1430
+ class DomainUnitUserProperties
1431
+ attr_accessor user_id: ::String
1432
+ SENSITIVE: []
1433
+ end
1434
+
1265
1435
  class EnvironmentActionSummary
1266
1436
  attr_accessor description: ::String
1267
1437
  attr_accessor domain_id: ::String
@@ -1595,12 +1765,33 @@ module Aws::DataZone
1595
1765
  attr_accessor last_updated_at: ::Time
1596
1766
  attr_accessor name: ::String
1597
1767
  attr_accessor portal_url: ::String
1768
+ attr_accessor root_domain_unit_id: ::String
1598
1769
  attr_accessor single_sign_on: Types::SingleSignOn
1599
1770
  attr_accessor status: ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
1600
1771
  attr_accessor tags: ::Hash[::String, ::String]
1601
1772
  SENSITIVE: []
1602
1773
  end
1603
1774
 
1775
+ class GetDomainUnitInput
1776
+ attr_accessor domain_identifier: ::String
1777
+ attr_accessor identifier: ::String
1778
+ SENSITIVE: []
1779
+ end
1780
+
1781
+ class GetDomainUnitOutput
1782
+ attr_accessor created_at: ::Time
1783
+ attr_accessor created_by: ::String
1784
+ attr_accessor description: ::String
1785
+ attr_accessor domain_id: ::String
1786
+ attr_accessor id: ::String
1787
+ attr_accessor last_updated_at: ::Time
1788
+ attr_accessor last_updated_by: ::String
1789
+ attr_accessor name: ::String
1790
+ attr_accessor owners: ::Array[Types::DomainUnitOwnerProperties]
1791
+ attr_accessor parent_domain_unit_id: ::String
1792
+ SENSITIVE: [:description, :name]
1793
+ end
1794
+
1604
1795
  class GetEnvironmentActionInput
1605
1796
  attr_accessor domain_identifier: ::String
1606
1797
  attr_accessor environment_identifier: ::String
@@ -1891,6 +2082,7 @@ module Aws::DataZone
1891
2082
  attr_accessor created_by: ::String
1892
2083
  attr_accessor description: ::String
1893
2084
  attr_accessor domain_id: ::String
2085
+ attr_accessor domain_unit_id: ::String
1894
2086
  attr_accessor failure_reasons: ::Array[Types::ProjectDeletionError]
1895
2087
  attr_accessor glossary_terms: ::Array[::String]
1896
2088
  attr_accessor id: ::String
@@ -2114,6 +2306,17 @@ module Aws::DataZone
2114
2306
  SENSITIVE: []
2115
2307
  end
2116
2308
 
2309
+ class GroupPolicyGrantPrincipal
2310
+ attr_accessor group_identifier: ::String
2311
+ attr_accessor unknown: untyped
2312
+ SENSITIVE: []
2313
+
2314
+ class GroupIdentifier < GroupPolicyGrantPrincipal
2315
+ end
2316
+ class Unknown < GroupPolicyGrantPrincipal
2317
+ end
2318
+ end
2319
+
2117
2320
  class GroupProfileSummary
2118
2321
  attr_accessor domain_id: ::String
2119
2322
  attr_accessor group_name: ::String
@@ -2304,6 +2507,20 @@ module Aws::DataZone
2304
2507
  SENSITIVE: []
2305
2508
  end
2306
2509
 
2510
+ class ListDomainUnitsForParentInput
2511
+ attr_accessor domain_identifier: ::String
2512
+ attr_accessor max_results: ::Integer
2513
+ attr_accessor next_token: ::String
2514
+ attr_accessor parent_domain_unit_identifier: ::String
2515
+ SENSITIVE: []
2516
+ end
2517
+
2518
+ class ListDomainUnitsForParentOutput
2519
+ attr_accessor items: ::Array[Types::DomainUnitSummary]
2520
+ attr_accessor next_token: ::String
2521
+ SENSITIVE: []
2522
+ end
2523
+
2307
2524
  class ListDomainsInput
2308
2525
  attr_accessor max_results: ::Integer
2309
2526
  attr_accessor next_token: ::String
@@ -2317,6 +2534,21 @@ module Aws::DataZone
2317
2534
  SENSITIVE: []
2318
2535
  end
2319
2536
 
2537
+ class ListEntityOwnersInput
2538
+ attr_accessor domain_identifier: ::String
2539
+ attr_accessor entity_identifier: ::String
2540
+ attr_accessor entity_type: ("DOMAIN_UNIT")
2541
+ attr_accessor max_results: ::Integer
2542
+ attr_accessor next_token: ::String
2543
+ SENSITIVE: []
2544
+ end
2545
+
2546
+ class ListEntityOwnersOutput
2547
+ attr_accessor next_token: ::String
2548
+ attr_accessor owners: ::Array[Types::OwnerPropertiesOutput]
2549
+ SENSITIVE: []
2550
+ end
2551
+
2320
2552
  class ListEnvironmentActionsInput
2321
2553
  attr_accessor domain_identifier: ::String
2322
2554
  attr_accessor environment_identifier: ::String
@@ -2449,6 +2681,22 @@ module Aws::DataZone
2449
2681
  SENSITIVE: []
2450
2682
  end
2451
2683
 
2684
+ class ListPolicyGrantsInput
2685
+ attr_accessor domain_identifier: ::String
2686
+ attr_accessor entity_identifier: ::String
2687
+ attr_accessor entity_type: ("DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE")
2688
+ attr_accessor max_results: ::Integer
2689
+ attr_accessor next_token: ::String
2690
+ attr_accessor policy_type: ("CREATE_DOMAIN_UNIT" | "OVERRIDE_DOMAIN_UNIT_OWNERS" | "ADD_TO_PROJECT_MEMBER_POOL" | "OVERRIDE_PROJECT_OWNERS" | "CREATE_GLOSSARY" | "CREATE_FORM_TYPE" | "CREATE_ASSET_TYPE" | "CREATE_PROJECT" | "CREATE_ENVIRONMENT_PROFILE" | "DELEGATE_CREATE_ENVIRONMENT_PROFILE" | "CREATE_ENVIRONMENT")
2691
+ SENSITIVE: []
2692
+ end
2693
+
2694
+ class ListPolicyGrantsOutput
2695
+ attr_accessor grant_list: ::Array[Types::PolicyGrantMember]
2696
+ attr_accessor next_token: ::String
2697
+ SENSITIVE: []
2698
+ end
2699
+
2452
2700
  class ListProjectMembershipsInput
2453
2701
  attr_accessor domain_identifier: ::String
2454
2702
  attr_accessor max_results: ::Integer
@@ -2722,6 +2970,133 @@ module Aws::DataZone
2722
2970
  SENSITIVE: []
2723
2971
  end
2724
2972
 
2973
+ class OverrideDomainUnitOwnersPolicyGrantDetail
2974
+ attr_accessor include_child_domain_units: bool
2975
+ SENSITIVE: []
2976
+ end
2977
+
2978
+ class OverrideProjectOwnersPolicyGrantDetail
2979
+ attr_accessor include_child_domain_units: bool
2980
+ SENSITIVE: []
2981
+ end
2982
+
2983
+ class OwnerGroupProperties
2984
+ attr_accessor group_identifier: ::String
2985
+ SENSITIVE: []
2986
+ end
2987
+
2988
+ class OwnerGroupPropertiesOutput
2989
+ attr_accessor group_id: ::String
2990
+ SENSITIVE: []
2991
+ end
2992
+
2993
+ class OwnerProperties
2994
+ attr_accessor group: Types::OwnerGroupProperties
2995
+ attr_accessor user: Types::OwnerUserProperties
2996
+ attr_accessor unknown: untyped
2997
+ SENSITIVE: []
2998
+
2999
+ class Group < OwnerProperties
3000
+ end
3001
+ class User < OwnerProperties
3002
+ end
3003
+ class Unknown < OwnerProperties
3004
+ end
3005
+ end
3006
+
3007
+ class OwnerPropertiesOutput
3008
+ attr_accessor group: Types::OwnerGroupPropertiesOutput
3009
+ attr_accessor user: Types::OwnerUserPropertiesOutput
3010
+ attr_accessor unknown: untyped
3011
+ SENSITIVE: []
3012
+
3013
+ class Group < OwnerPropertiesOutput
3014
+ end
3015
+ class User < OwnerPropertiesOutput
3016
+ end
3017
+ class Unknown < OwnerPropertiesOutput
3018
+ end
3019
+ end
3020
+
3021
+ class OwnerUserProperties
3022
+ attr_accessor user_identifier: ::String
3023
+ SENSITIVE: []
3024
+ end
3025
+
3026
+ class OwnerUserPropertiesOutput
3027
+ attr_accessor user_id: ::String
3028
+ SENSITIVE: []
3029
+ end
3030
+
3031
+ class PolicyGrantDetail
3032
+ attr_accessor add_to_project_member_pool: Types::AddToProjectMemberPoolPolicyGrantDetail
3033
+ attr_accessor create_asset_type: Types::CreateAssetTypePolicyGrantDetail
3034
+ attr_accessor create_domain_unit: Types::CreateDomainUnitPolicyGrantDetail
3035
+ attr_accessor create_environment: Types::Unit
3036
+ attr_accessor create_environment_profile: Types::CreateEnvironmentProfilePolicyGrantDetail
3037
+ attr_accessor create_form_type: Types::CreateFormTypePolicyGrantDetail
3038
+ attr_accessor create_glossary: Types::CreateGlossaryPolicyGrantDetail
3039
+ attr_accessor create_project: Types::CreateProjectPolicyGrantDetail
3040
+ attr_accessor delegate_create_environment_profile: Types::Unit
3041
+ attr_accessor override_domain_unit_owners: Types::OverrideDomainUnitOwnersPolicyGrantDetail
3042
+ attr_accessor override_project_owners: Types::OverrideProjectOwnersPolicyGrantDetail
3043
+ attr_accessor unknown: untyped
3044
+ SENSITIVE: []
3045
+
3046
+ class AddToProjectMemberPool < PolicyGrantDetail
3047
+ end
3048
+ class CreateAssetType < PolicyGrantDetail
3049
+ end
3050
+ class CreateDomainUnit < PolicyGrantDetail
3051
+ end
3052
+ class CreateEnvironment < PolicyGrantDetail
3053
+ end
3054
+ class CreateEnvironmentProfile < PolicyGrantDetail
3055
+ end
3056
+ class CreateFormType < PolicyGrantDetail
3057
+ end
3058
+ class CreateGlossary < PolicyGrantDetail
3059
+ end
3060
+ class CreateProject < PolicyGrantDetail
3061
+ end
3062
+ class DelegateCreateEnvironmentProfile < PolicyGrantDetail
3063
+ end
3064
+ class OverrideDomainUnitOwners < PolicyGrantDetail
3065
+ end
3066
+ class OverrideProjectOwners < PolicyGrantDetail
3067
+ end
3068
+ class Unknown < PolicyGrantDetail
3069
+ end
3070
+ end
3071
+
3072
+ class PolicyGrantMember
3073
+ attr_accessor created_at: ::Time
3074
+ attr_accessor created_by: ::String
3075
+ attr_accessor detail: Types::PolicyGrantDetail
3076
+ attr_accessor principal: Types::PolicyGrantPrincipal
3077
+ SENSITIVE: []
3078
+ end
3079
+
3080
+ class PolicyGrantPrincipal
3081
+ attr_accessor domain_unit: Types::DomainUnitPolicyGrantPrincipal
3082
+ attr_accessor group: Types::GroupPolicyGrantPrincipal
3083
+ attr_accessor project: Types::ProjectPolicyGrantPrincipal
3084
+ attr_accessor user: Types::UserPolicyGrantPrincipal
3085
+ attr_accessor unknown: untyped
3086
+ SENSITIVE: []
3087
+
3088
+ class DomainUnit < PolicyGrantPrincipal
3089
+ end
3090
+ class Group < PolicyGrantPrincipal
3091
+ end
3092
+ class Project < PolicyGrantPrincipal
3093
+ end
3094
+ class User < PolicyGrantPrincipal
3095
+ end
3096
+ class Unknown < PolicyGrantPrincipal
3097
+ end
3098
+ end
3099
+
2725
3100
  class PostLineageEventInput
2726
3101
  attr_accessor client_token: ::String
2727
3102
  attr_accessor domain_identifier: ::String
@@ -2760,17 +3135,36 @@ module Aws::DataZone
2760
3135
  SENSITIVE: []
2761
3136
  end
2762
3137
 
3138
+ class ProjectGrantFilter
3139
+ attr_accessor domain_unit_filter: Types::DomainUnitFilterForProject
3140
+ attr_accessor unknown: untyped
3141
+ SENSITIVE: []
3142
+
3143
+ class DomainUnitFilter < ProjectGrantFilter
3144
+ end
3145
+ class Unknown < ProjectGrantFilter
3146
+ end
3147
+ end
3148
+
2763
3149
  class ProjectMember
2764
3150
  attr_accessor designation: ("PROJECT_OWNER" | "PROJECT_CONTRIBUTOR")
2765
3151
  attr_accessor member_details: Types::MemberDetails
2766
3152
  SENSITIVE: []
2767
3153
  end
2768
3154
 
3155
+ class ProjectPolicyGrantPrincipal
3156
+ attr_accessor project_designation: ("OWNER" | "CONTRIBUTOR")
3157
+ attr_accessor project_grant_filter: Types::ProjectGrantFilter
3158
+ attr_accessor project_identifier: ::String
3159
+ SENSITIVE: []
3160
+ end
3161
+
2769
3162
  class ProjectSummary
2770
3163
  attr_accessor created_at: ::Time
2771
3164
  attr_accessor created_by: ::String
2772
3165
  attr_accessor description: ::String
2773
3166
  attr_accessor domain_id: ::String
3167
+ attr_accessor domain_unit_id: ::String
2774
3168
  attr_accessor failure_reasons: ::Array[Types::ProjectDeletionError]
2775
3169
  attr_accessor id: ::String
2776
3170
  attr_accessor name: ::String
@@ -2941,6 +3335,31 @@ module Aws::DataZone
2941
3335
  SENSITIVE: []
2942
3336
  end
2943
3337
 
3338
+ class RemoveEntityOwnerInput
3339
+ attr_accessor client_token: ::String
3340
+ attr_accessor domain_identifier: ::String
3341
+ attr_accessor entity_identifier: ::String
3342
+ attr_accessor entity_type: ("DOMAIN_UNIT")
3343
+ attr_accessor owner: Types::OwnerProperties
3344
+ SENSITIVE: []
3345
+ end
3346
+
3347
+ class RemoveEntityOwnerOutput < Aws::EmptyStructure
3348
+ end
3349
+
3350
+ class RemovePolicyGrantInput
3351
+ attr_accessor client_token: ::String
3352
+ attr_accessor domain_identifier: ::String
3353
+ attr_accessor entity_identifier: ::String
3354
+ attr_accessor entity_type: ("DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE")
3355
+ attr_accessor policy_type: ("CREATE_DOMAIN_UNIT" | "OVERRIDE_DOMAIN_UNIT_OWNERS" | "ADD_TO_PROJECT_MEMBER_POOL" | "OVERRIDE_PROJECT_OWNERS" | "CREATE_GLOSSARY" | "CREATE_FORM_TYPE" | "CREATE_ASSET_TYPE" | "CREATE_PROJECT" | "CREATE_ENVIRONMENT_PROFILE" | "DELEGATE_CREATE_ENVIRONMENT_PROFILE" | "CREATE_ENVIRONMENT")
3356
+ attr_accessor principal: Types::PolicyGrantPrincipal
3357
+ SENSITIVE: []
3358
+ end
3359
+
3360
+ class RemovePolicyGrantOutput < Aws::EmptyStructure
3361
+ end
3362
+
2944
3363
  class Resource
2945
3364
  attr_accessor name: ::String
2946
3365
  attr_accessor provider: ::String
@@ -3297,6 +3716,7 @@ module Aws::DataZone
3297
3716
  class SubscribedAsset
3298
3717
  attr_accessor asset_id: ::String
3299
3718
  attr_accessor asset_revision: ::String
3719
+ attr_accessor asset_scope: Types::AssetScope
3300
3720
  attr_accessor failure_cause: Types::FailureCause
3301
3721
  attr_accessor failure_timestamp: ::Time
3302
3722
  attr_accessor granted_timestamp: ::Time
@@ -3306,6 +3726,7 @@ module Aws::DataZone
3306
3726
  end
3307
3727
 
3308
3728
  class SubscribedAssetListing
3729
+ attr_accessor asset_scope: Types::AssetScope
3309
3730
  attr_accessor entity_id: ::String
3310
3731
  attr_accessor entity_revision: ::String
3311
3732
  attr_accessor entity_type: ::String
@@ -3519,6 +3940,9 @@ module Aws::DataZone
3519
3940
  SENSITIVE: []
3520
3941
  end
3521
3942
 
3943
+ class Unit < Aws::EmptyStructure
3944
+ end
3945
+
3522
3946
  class UntagResourceRequest
3523
3947
  attr_accessor resource_arn: ::String
3524
3948
  attr_accessor tag_keys: ::Array[::String]
@@ -3610,10 +4034,33 @@ module Aws::DataZone
3610
4034
  attr_accessor id: ::String
3611
4035
  attr_accessor last_updated_at: ::Time
3612
4036
  attr_accessor name: ::String
4037
+ attr_accessor root_domain_unit_id: ::String
3613
4038
  attr_accessor single_sign_on: Types::SingleSignOn
3614
4039
  SENSITIVE: []
3615
4040
  end
3616
4041
 
4042
+ class UpdateDomainUnitInput
4043
+ attr_accessor description: ::String
4044
+ attr_accessor domain_identifier: ::String
4045
+ attr_accessor identifier: ::String
4046
+ attr_accessor name: ::String
4047
+ SENSITIVE: [:description, :name]
4048
+ end
4049
+
4050
+ class UpdateDomainUnitOutput
4051
+ attr_accessor created_at: ::Time
4052
+ attr_accessor created_by: ::String
4053
+ attr_accessor description: ::String
4054
+ attr_accessor domain_id: ::String
4055
+ attr_accessor id: ::String
4056
+ attr_accessor last_updated_at: ::Time
4057
+ attr_accessor last_updated_by: ::String
4058
+ attr_accessor name: ::String
4059
+ attr_accessor owners: ::Array[Types::DomainUnitOwnerProperties]
4060
+ attr_accessor parent_domain_unit_id: ::String
4061
+ SENSITIVE: [:description, :name]
4062
+ end
4063
+
3617
4064
  class UpdateEnvironmentActionInput
3618
4065
  attr_accessor description: ::String
3619
4066
  attr_accessor domain_identifier: ::String
@@ -3768,6 +4215,7 @@ module Aws::DataZone
3768
4215
  attr_accessor created_by: ::String
3769
4216
  attr_accessor description: ::String
3770
4217
  attr_accessor domain_id: ::String
4218
+ attr_accessor domain_unit_id: ::String
3771
4219
  attr_accessor failure_reasons: ::Array[Types::ProjectDeletionError]
3772
4220
  attr_accessor glossary_terms: ::Array[::String]
3773
4221
  attr_accessor id: ::String
@@ -3879,6 +4327,20 @@ module Aws::DataZone
3879
4327
  SENSITIVE: []
3880
4328
  end
3881
4329
 
4330
+ class UserPolicyGrantPrincipal
4331
+ attr_accessor all_users_grant_filter: Types::AllUsersGrantFilter
4332
+ attr_accessor user_identifier: ::String
4333
+ attr_accessor unknown: untyped
4334
+ SENSITIVE: []
4335
+
4336
+ class AllUsersGrantFilter < UserPolicyGrantPrincipal
4337
+ end
4338
+ class UserIdentifier < UserPolicyGrantPrincipal
4339
+ end
4340
+ class Unknown < UserPolicyGrantPrincipal
4341
+ end
4342
+ end
4343
+
3882
4344
  class UserProfileDetails
3883
4345
  attr_accessor iam: Types::IamUserProfileDetails
3884
4346
  attr_accessor sso: Types::SsoUserProfileDetails
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2024-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.201.0
22
+ version: 3.203.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.201.0
32
+ version: 3.203.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement