aws-sdk-datazone 1.19.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,9 +23,18 @@ module Aws::DataZone
23
23
  AcceptSubscriptionRequestOutput = Shapes::StructureShape.new(name: 'AcceptSubscriptionRequestOutput')
24
24
  AcceptSubscriptionRequestOutputSubscribedListingsList = Shapes::ListShape.new(name: 'AcceptSubscriptionRequestOutputSubscribedListingsList')
25
25
  AcceptSubscriptionRequestOutputSubscribedPrincipalsList = Shapes::ListShape.new(name: 'AcceptSubscriptionRequestOutputSubscribedPrincipalsList')
26
+ AcceptedAssetScope = Shapes::StructureShape.new(name: 'AcceptedAssetScope')
27
+ AcceptedAssetScopes = Shapes::ListShape.new(name: 'AcceptedAssetScopes')
26
28
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
27
29
  ActionLink = Shapes::StringShape.new(name: 'ActionLink')
28
30
  ActionParameters = Shapes::UnionShape.new(name: 'ActionParameters')
31
+ AddEntityOwnerInput = Shapes::StructureShape.new(name: 'AddEntityOwnerInput')
32
+ AddEntityOwnerOutput = Shapes::StructureShape.new(name: 'AddEntityOwnerOutput')
33
+ AddPolicyGrantInput = Shapes::StructureShape.new(name: 'AddPolicyGrantInput')
34
+ AddPolicyGrantOutput = Shapes::StructureShape.new(name: 'AddPolicyGrantOutput')
35
+ AddToProjectMemberPoolPolicyGrantDetail = Shapes::StructureShape.new(name: 'AddToProjectMemberPoolPolicyGrantDetail')
36
+ AllDomainUnitsGrantFilter = Shapes::StructureShape.new(name: 'AllDomainUnitsGrantFilter')
37
+ AllUsersGrantFilter = Shapes::StructureShape.new(name: 'AllUsersGrantFilter')
29
38
  ApplicableAssetTypes = Shapes::ListShape.new(name: 'ApplicableAssetTypes')
30
39
  AssetFilterConfiguration = Shapes::UnionShape.new(name: 'AssetFilterConfiguration')
31
40
  AssetFilterSummary = Shapes::StructureShape.new(name: 'AssetFilterSummary')
@@ -43,6 +52,7 @@ module Aws::DataZone
43
52
  AssetName = Shapes::StringShape.new(name: 'AssetName')
44
53
  AssetRevision = Shapes::StructureShape.new(name: 'AssetRevision')
45
54
  AssetRevisions = Shapes::ListShape.new(name: 'AssetRevisions')
55
+ AssetScope = Shapes::StructureShape.new(name: 'AssetScope')
46
56
  AssetTargetNameMap = Shapes::StructureShape.new(name: 'AssetTargetNameMap')
47
57
  AssetTargetNames = Shapes::ListShape.new(name: 'AssetTargetNames')
48
58
  AssetTypeIdentifier = Shapes::StringShape.new(name: 'AssetTypeIdentifier')
@@ -80,6 +90,7 @@ module Aws::DataZone
80
90
  CreateAssetRevisionOutput = Shapes::StructureShape.new(name: 'CreateAssetRevisionOutput')
81
91
  CreateAssetTypeInput = Shapes::StructureShape.new(name: 'CreateAssetTypeInput')
82
92
  CreateAssetTypeOutput = Shapes::StructureShape.new(name: 'CreateAssetTypeOutput')
93
+ CreateAssetTypePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateAssetTypePolicyGrantDetail')
83
94
  CreateDataProductInput = Shapes::StructureShape.new(name: 'CreateDataProductInput')
84
95
  CreateDataProductOutput = Shapes::StructureShape.new(name: 'CreateDataProductOutput')
85
96
  CreateDataProductRevisionInput = Shapes::StructureShape.new(name: 'CreateDataProductRevisionInput')
@@ -88,16 +99,22 @@ module Aws::DataZone
88
99
  CreateDataSourceOutput = Shapes::StructureShape.new(name: 'CreateDataSourceOutput')
89
100
  CreateDomainInput = Shapes::StructureShape.new(name: 'CreateDomainInput')
90
101
  CreateDomainOutput = Shapes::StructureShape.new(name: 'CreateDomainOutput')
102
+ CreateDomainUnitInput = Shapes::StructureShape.new(name: 'CreateDomainUnitInput')
103
+ CreateDomainUnitOutput = Shapes::StructureShape.new(name: 'CreateDomainUnitOutput')
104
+ CreateDomainUnitPolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateDomainUnitPolicyGrantDetail')
91
105
  CreateEnvironmentActionInput = Shapes::StructureShape.new(name: 'CreateEnvironmentActionInput')
92
106
  CreateEnvironmentActionOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentActionOutput')
93
107
  CreateEnvironmentInput = Shapes::StructureShape.new(name: 'CreateEnvironmentInput')
94
108
  CreateEnvironmentOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentOutput')
95
109
  CreateEnvironmentProfileInput = Shapes::StructureShape.new(name: 'CreateEnvironmentProfileInput')
96
110
  CreateEnvironmentProfileOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentProfileOutput')
111
+ CreateEnvironmentProfilePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateEnvironmentProfilePolicyGrantDetail')
97
112
  CreateFormTypeInput = Shapes::StructureShape.new(name: 'CreateFormTypeInput')
98
113
  CreateFormTypeOutput = Shapes::StructureShape.new(name: 'CreateFormTypeOutput')
114
+ CreateFormTypePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateFormTypePolicyGrantDetail')
99
115
  CreateGlossaryInput = Shapes::StructureShape.new(name: 'CreateGlossaryInput')
100
116
  CreateGlossaryOutput = Shapes::StructureShape.new(name: 'CreateGlossaryOutput')
117
+ CreateGlossaryPolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateGlossaryPolicyGrantDetail')
101
118
  CreateGlossaryTermInput = Shapes::StructureShape.new(name: 'CreateGlossaryTermInput')
102
119
  CreateGlossaryTermOutput = Shapes::StructureShape.new(name: 'CreateGlossaryTermOutput')
103
120
  CreateGroupProfileInput = Shapes::StructureShape.new(name: 'CreateGroupProfileInput')
@@ -108,6 +125,7 @@ module Aws::DataZone
108
125
  CreateProjectMembershipInput = Shapes::StructureShape.new(name: 'CreateProjectMembershipInput')
109
126
  CreateProjectMembershipOutput = Shapes::StructureShape.new(name: 'CreateProjectMembershipOutput')
110
127
  CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
128
+ CreateProjectPolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateProjectPolicyGrantDetail')
111
129
  CreateSubscriptionGrantInput = Shapes::StructureShape.new(name: 'CreateSubscriptionGrantInput')
112
130
  CreateSubscriptionGrantOutput = Shapes::StructureShape.new(name: 'CreateSubscriptionGrantOutput')
113
131
  CreateSubscriptionRequestInput = Shapes::StructureShape.new(name: 'CreateSubscriptionRequestInput')
@@ -155,6 +173,7 @@ module Aws::DataZone
155
173
  DataSourceSummaries = Shapes::ListShape.new(name: 'DataSourceSummaries')
156
174
  DataSourceSummary = Shapes::StructureShape.new(name: 'DataSourceSummary')
157
175
  DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
176
+ DataZoneEntityType = Shapes::StringShape.new(name: 'DataZoneEntityType')
158
177
  DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
159
178
  DecisionComment = Shapes::StringShape.new(name: 'DecisionComment')
160
179
  DeleteAssetFilterInput = Shapes::StructureShape.new(name: 'DeleteAssetFilterInput')
@@ -168,6 +187,8 @@ module Aws::DataZone
168
187
  DeleteDataSourceOutput = Shapes::StructureShape.new(name: 'DeleteDataSourceOutput')
169
188
  DeleteDomainInput = Shapes::StructureShape.new(name: 'DeleteDomainInput')
170
189
  DeleteDomainOutput = Shapes::StructureShape.new(name: 'DeleteDomainOutput')
190
+ DeleteDomainUnitInput = Shapes::StructureShape.new(name: 'DeleteDomainUnitInput')
191
+ DeleteDomainUnitOutput = Shapes::StructureShape.new(name: 'DeleteDomainUnitOutput')
171
192
  DeleteEnvironmentActionInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentActionInput')
172
193
  DeleteEnvironmentBlueprintConfigurationInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentBlueprintConfigurationInput')
173
194
  DeleteEnvironmentBlueprintConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteEnvironmentBlueprintConfigurationOutput')
@@ -210,12 +231,27 @@ module Aws::DataZone
210
231
  DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
211
232
  DomainSummaries = Shapes::ListShape.new(name: 'DomainSummaries')
212
233
  DomainSummary = Shapes::StructureShape.new(name: 'DomainSummary')
234
+ DomainUnitDescription = Shapes::StringShape.new(name: 'DomainUnitDescription')
235
+ DomainUnitDesignation = Shapes::StringShape.new(name: 'DomainUnitDesignation')
236
+ DomainUnitFilterForProject = Shapes::StructureShape.new(name: 'DomainUnitFilterForProject')
237
+ DomainUnitGrantFilter = Shapes::UnionShape.new(name: 'DomainUnitGrantFilter')
238
+ DomainUnitGroupProperties = Shapes::StructureShape.new(name: 'DomainUnitGroupProperties')
239
+ DomainUnitId = Shapes::StringShape.new(name: 'DomainUnitId')
240
+ DomainUnitIds = Shapes::ListShape.new(name: 'DomainUnitIds')
241
+ DomainUnitName = Shapes::StringShape.new(name: 'DomainUnitName')
242
+ DomainUnitOwnerProperties = Shapes::UnionShape.new(name: 'DomainUnitOwnerProperties')
243
+ DomainUnitOwners = Shapes::ListShape.new(name: 'DomainUnitOwners')
244
+ DomainUnitPolicyGrantPrincipal = Shapes::StructureShape.new(name: 'DomainUnitPolicyGrantPrincipal')
245
+ DomainUnitSummaries = Shapes::ListShape.new(name: 'DomainUnitSummaries')
246
+ DomainUnitSummary = Shapes::StructureShape.new(name: 'DomainUnitSummary')
247
+ DomainUnitUserProperties = Shapes::StructureShape.new(name: 'DomainUnitUserProperties')
213
248
  EdgeDirection = Shapes::StringShape.new(name: 'EdgeDirection')
214
249
  EditedValue = Shapes::StringShape.new(name: 'EditedValue')
215
250
  EnableSetting = Shapes::StringShape.new(name: 'EnableSetting')
216
251
  EnabledRegionList = Shapes::ListShape.new(name: 'EnabledRegionList')
217
252
  EntityId = Shapes::StringShape.new(name: 'EntityId')
218
253
  EntityIdentifier = Shapes::StringShape.new(name: 'EntityIdentifier')
254
+ EntityOwners = Shapes::ListShape.new(name: 'EntityOwners')
219
255
  EntityType = Shapes::StringShape.new(name: 'EntityType')
220
256
  EnvironmentActionId = Shapes::StringShape.new(name: 'EnvironmentActionId')
221
257
  EnvironmentActionList = Shapes::ListShape.new(name: 'EnvironmentActionList')
@@ -250,6 +286,7 @@ module Aws::DataZone
250
286
  FilterExpressionType = Shapes::StringShape.new(name: 'FilterExpressionType')
251
287
  FilterExpressions = Shapes::ListShape.new(name: 'FilterExpressions')
252
288
  FilterId = Shapes::StringShape.new(name: 'FilterId')
289
+ FilterIds = Shapes::ListShape.new(name: 'FilterIds')
253
290
  FilterList = Shapes::ListShape.new(name: 'FilterList')
254
291
  FilterName = Shapes::StringShape.new(name: 'FilterName')
255
292
  FilterStatus = Shapes::StringShape.new(name: 'FilterStatus')
@@ -285,6 +322,8 @@ module Aws::DataZone
285
322
  GetDataSourceRunOutput = Shapes::StructureShape.new(name: 'GetDataSourceRunOutput')
286
323
  GetDomainInput = Shapes::StructureShape.new(name: 'GetDomainInput')
287
324
  GetDomainOutput = Shapes::StructureShape.new(name: 'GetDomainOutput')
325
+ GetDomainUnitInput = Shapes::StructureShape.new(name: 'GetDomainUnitInput')
326
+ GetDomainUnitOutput = Shapes::StructureShape.new(name: 'GetDomainUnitOutput')
288
327
  GetEnvironmentActionInput = Shapes::StructureShape.new(name: 'GetEnvironmentActionInput')
289
328
  GetEnvironmentActionOutput = Shapes::StructureShape.new(name: 'GetEnvironmentActionOutput')
290
329
  GetEnvironmentBlueprintConfigurationInput = Shapes::StructureShape.new(name: 'GetEnvironmentBlueprintConfigurationInput')
@@ -352,6 +391,7 @@ module Aws::DataZone
352
391
  GreaterThanOrEqualToExpression = Shapes::StructureShape.new(name: 'GreaterThanOrEqualToExpression')
353
392
  GroupDetails = Shapes::StructureShape.new(name: 'GroupDetails')
354
393
  GroupIdentifier = Shapes::StringShape.new(name: 'GroupIdentifier')
394
+ GroupPolicyGrantPrincipal = Shapes::UnionShape.new(name: 'GroupPolicyGrantPrincipal')
355
395
  GroupProfileId = Shapes::StringShape.new(name: 'GroupProfileId')
356
396
  GroupProfileName = Shapes::StringShape.new(name: 'GroupProfileName')
357
397
  GroupProfileStatus = Shapes::StringShape.new(name: 'GroupProfileStatus')
@@ -395,8 +435,12 @@ module Aws::DataZone
395
435
  ListDataSourceRunsOutput = Shapes::StructureShape.new(name: 'ListDataSourceRunsOutput')
396
436
  ListDataSourcesInput = Shapes::StructureShape.new(name: 'ListDataSourcesInput')
397
437
  ListDataSourcesOutput = Shapes::StructureShape.new(name: 'ListDataSourcesOutput')
438
+ ListDomainUnitsForParentInput = Shapes::StructureShape.new(name: 'ListDomainUnitsForParentInput')
439
+ ListDomainUnitsForParentOutput = Shapes::StructureShape.new(name: 'ListDomainUnitsForParentOutput')
398
440
  ListDomainsInput = Shapes::StructureShape.new(name: 'ListDomainsInput')
399
441
  ListDomainsOutput = Shapes::StructureShape.new(name: 'ListDomainsOutput')
442
+ ListEntityOwnersInput = Shapes::StructureShape.new(name: 'ListEntityOwnersInput')
443
+ ListEntityOwnersOutput = Shapes::StructureShape.new(name: 'ListEntityOwnersOutput')
400
444
  ListEnvironmentActionSummaries = Shapes::ListShape.new(name: 'ListEnvironmentActionSummaries')
401
445
  ListEnvironmentActionsInput = Shapes::StructureShape.new(name: 'ListEnvironmentActionsInput')
402
446
  ListEnvironmentActionsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentActionsOutput')
@@ -414,6 +458,8 @@ module Aws::DataZone
414
458
  ListMetadataGenerationRunsOutput = Shapes::StructureShape.new(name: 'ListMetadataGenerationRunsOutput')
415
459
  ListNotificationsInput = Shapes::StructureShape.new(name: 'ListNotificationsInput')
416
460
  ListNotificationsOutput = Shapes::StructureShape.new(name: 'ListNotificationsOutput')
461
+ ListPolicyGrantsInput = Shapes::StructureShape.new(name: 'ListPolicyGrantsInput')
462
+ ListPolicyGrantsOutput = Shapes::StructureShape.new(name: 'ListPolicyGrantsOutput')
417
463
  ListProjectMembershipsInput = Shapes::StructureShape.new(name: 'ListProjectMembershipsInput')
418
464
  ListProjectMembershipsOutput = Shapes::StructureShape.new(name: 'ListProjectMembershipsOutput')
419
465
  ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
@@ -441,6 +487,7 @@ module Aws::DataZone
441
487
  ListingSummaryItem = Shapes::StructureShape.new(name: 'ListingSummaryItem')
442
488
  ListingSummaryItems = Shapes::ListShape.new(name: 'ListingSummaryItems')
443
489
  LongDescription = Shapes::StringShape.new(name: 'LongDescription')
490
+ ManagedPolicyType = Shapes::StringShape.new(name: 'ManagedPolicyType')
444
491
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
445
492
  MaxResultsForListDomains = Shapes::IntegerShape.new(name: 'MaxResultsForListDomains')
446
493
  Member = Shapes::UnionShape.new(name: 'Member')
@@ -466,7 +513,19 @@ module Aws::DataZone
466
513
  NotificationSubjects = Shapes::ListShape.new(name: 'NotificationSubjects')
467
514
  NotificationType = Shapes::StringShape.new(name: 'NotificationType')
468
515
  NotificationsList = Shapes::ListShape.new(name: 'NotificationsList')
516
+ OverrideDomainUnitOwnersPolicyGrantDetail = Shapes::StructureShape.new(name: 'OverrideDomainUnitOwnersPolicyGrantDetail')
517
+ OverrideProjectOwnersPolicyGrantDetail = Shapes::StructureShape.new(name: 'OverrideProjectOwnersPolicyGrantDetail')
518
+ OwnerGroupProperties = Shapes::StructureShape.new(name: 'OwnerGroupProperties')
519
+ OwnerGroupPropertiesOutput = Shapes::StructureShape.new(name: 'OwnerGroupPropertiesOutput')
520
+ OwnerProperties = Shapes::UnionShape.new(name: 'OwnerProperties')
521
+ OwnerPropertiesOutput = Shapes::UnionShape.new(name: 'OwnerPropertiesOutput')
522
+ OwnerUserProperties = Shapes::StructureShape.new(name: 'OwnerUserProperties')
523
+ OwnerUserPropertiesOutput = Shapes::StructureShape.new(name: 'OwnerUserPropertiesOutput')
469
524
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
525
+ PolicyGrantDetail = Shapes::UnionShape.new(name: 'PolicyGrantDetail')
526
+ PolicyGrantList = Shapes::ListShape.new(name: 'PolicyGrantList')
527
+ PolicyGrantMember = Shapes::StructureShape.new(name: 'PolicyGrantMember')
528
+ PolicyGrantPrincipal = Shapes::UnionShape.new(name: 'PolicyGrantPrincipal')
470
529
  PostLineageEventInput = Shapes::StructureShape.new(name: 'PostLineageEventInput')
471
530
  PostLineageEventOutput = Shapes::StructureShape.new(name: 'PostLineageEventOutput')
472
531
  PostTimeSeriesDataPointsInput = Shapes::StructureShape.new(name: 'PostTimeSeriesDataPointsInput')
@@ -474,10 +533,13 @@ module Aws::DataZone
474
533
  PredictionChoices = Shapes::ListShape.new(name: 'PredictionChoices')
475
534
  PredictionConfiguration = Shapes::StructureShape.new(name: 'PredictionConfiguration')
476
535
  ProjectDeletionError = Shapes::StructureShape.new(name: 'ProjectDeletionError')
536
+ ProjectDesignation = Shapes::StringShape.new(name: 'ProjectDesignation')
537
+ ProjectGrantFilter = Shapes::UnionShape.new(name: 'ProjectGrantFilter')
477
538
  ProjectId = Shapes::StringShape.new(name: 'ProjectId')
478
539
  ProjectMember = Shapes::StructureShape.new(name: 'ProjectMember')
479
540
  ProjectMembers = Shapes::ListShape.new(name: 'ProjectMembers')
480
541
  ProjectName = Shapes::StringShape.new(name: 'ProjectName')
542
+ ProjectPolicyGrantPrincipal = Shapes::StructureShape.new(name: 'ProjectPolicyGrantPrincipal')
481
543
  ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
482
544
  ProjectSummaries = Shapes::ListShape.new(name: 'ProjectSummaries')
483
545
  ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
@@ -518,6 +580,10 @@ module Aws::DataZone
518
580
  RelationalFilterConfigurationDatabaseNameString = Shapes::StringShape.new(name: 'RelationalFilterConfigurationDatabaseNameString')
519
581
  RelationalFilterConfigurationSchemaNameString = Shapes::StringShape.new(name: 'RelationalFilterConfigurationSchemaNameString')
520
582
  RelationalFilterConfigurations = Shapes::ListShape.new(name: 'RelationalFilterConfigurations')
583
+ RemoveEntityOwnerInput = Shapes::StructureShape.new(name: 'RemoveEntityOwnerInput')
584
+ RemoveEntityOwnerOutput = Shapes::StructureShape.new(name: 'RemoveEntityOwnerOutput')
585
+ RemovePolicyGrantInput = Shapes::StructureShape.new(name: 'RemovePolicyGrantInput')
586
+ RemovePolicyGrantOutput = Shapes::StructureShape.new(name: 'RemovePolicyGrantOutput')
521
587
  RequestReason = Shapes::StringShape.new(name: 'RequestReason')
522
588
  Resource = Shapes::StructureShape.new(name: 'Resource')
523
589
  ResourceList = Shapes::ListShape.new(name: 'ResourceList')
@@ -617,6 +683,7 @@ module Aws::DataZone
617
683
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
618
684
  TagValue = Shapes::StringShape.new(name: 'TagValue')
619
685
  Tags = Shapes::MapShape.new(name: 'Tags')
686
+ TargetEntityType = Shapes::StringShape.new(name: 'TargetEntityType')
620
687
  TaskId = Shapes::StringShape.new(name: 'TaskId')
621
688
  TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
622
689
  TermRelations = Shapes::StructureShape.new(name: 'TermRelations')
@@ -642,6 +709,7 @@ module Aws::DataZone
642
709
  TypeName = Shapes::StringShape.new(name: 'TypeName')
643
710
  TypesSearchScope = Shapes::StringShape.new(name: 'TypesSearchScope')
644
711
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
712
+ Unit = Shapes::StructureShape.new(name: 'Unit')
645
713
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
646
714
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
647
715
  UpdateAssetFilterInput = Shapes::StructureShape.new(name: 'UpdateAssetFilterInput')
@@ -650,6 +718,8 @@ module Aws::DataZone
650
718
  UpdateDataSourceOutput = Shapes::StructureShape.new(name: 'UpdateDataSourceOutput')
651
719
  UpdateDomainInput = Shapes::StructureShape.new(name: 'UpdateDomainInput')
652
720
  UpdateDomainOutput = Shapes::StructureShape.new(name: 'UpdateDomainOutput')
721
+ UpdateDomainUnitInput = Shapes::StructureShape.new(name: 'UpdateDomainUnitInput')
722
+ UpdateDomainUnitOutput = Shapes::StructureShape.new(name: 'UpdateDomainUnitOutput')
653
723
  UpdateEnvironmentActionInput = Shapes::StructureShape.new(name: 'UpdateEnvironmentActionInput')
654
724
  UpdateEnvironmentActionOutput = Shapes::StructureShape.new(name: 'UpdateEnvironmentActionOutput')
655
725
  UpdateEnvironmentInput = Shapes::StructureShape.new(name: 'UpdateEnvironmentInput')
@@ -680,6 +750,7 @@ module Aws::DataZone
680
750
  UserDesignation = Shapes::StringShape.new(name: 'UserDesignation')
681
751
  UserDetails = Shapes::StructureShape.new(name: 'UserDetails')
682
752
  UserIdentifier = Shapes::StringShape.new(name: 'UserIdentifier')
753
+ UserPolicyGrantPrincipal = Shapes::UnionShape.new(name: 'UserPolicyGrantPrincipal')
683
754
  UserProfileDetails = Shapes::UnionShape.new(name: 'UserProfileDetails')
684
755
  UserProfileId = Shapes::StringShape.new(name: 'UserProfileId')
685
756
  UserProfileName = Shapes::StringShape.new(name: 'UserProfileName')
@@ -716,6 +787,7 @@ module Aws::DataZone
716
787
  AcceptRule.add_member(:threshold, Shapes::ShapeRef.new(shape: Float, location_name: "threshold"))
717
788
  AcceptRule.struct_class = Types::AcceptRule
718
789
 
790
+ AcceptSubscriptionRequestInput.add_member(:asset_scopes, Shapes::ShapeRef.new(shape: AcceptedAssetScopes, location_name: "assetScopes"))
719
791
  AcceptSubscriptionRequestInput.add_member(:decision_comment, Shapes::ShapeRef.new(shape: DecisionComment, location_name: "decisionComment"))
720
792
  AcceptSubscriptionRequestInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
721
793
  AcceptSubscriptionRequestInput.add_member(:identifier, Shapes::ShapeRef.new(shape: SubscriptionRequestId, required: true, location: "uri", location_name: "identifier"))
@@ -739,6 +811,12 @@ module Aws::DataZone
739
811
 
740
812
  AcceptSubscriptionRequestOutputSubscribedPrincipalsList.member = Shapes::ShapeRef.new(shape: SubscribedPrincipal)
741
813
 
814
+ AcceptedAssetScope.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
815
+ AcceptedAssetScope.add_member(:filter_ids, Shapes::ShapeRef.new(shape: FilterIds, required: true, location_name: "filterIds"))
816
+ AcceptedAssetScope.struct_class = Types::AcceptedAssetScope
817
+
818
+ AcceptedAssetScopes.member = Shapes::ShapeRef.new(shape: AcceptedAssetScope)
819
+
742
820
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
743
821
  AccessDeniedException.struct_class = Types::AccessDeniedException
744
822
 
@@ -748,6 +826,33 @@ module Aws::DataZone
748
826
  ActionParameters.add_member_subclass(:unknown, Types::ActionParameters::Unknown)
749
827
  ActionParameters.struct_class = Types::ActionParameters
750
828
 
829
+ AddEntityOwnerInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
830
+ AddEntityOwnerInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
831
+ AddEntityOwnerInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
832
+ AddEntityOwnerInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: DataZoneEntityType, required: true, location: "uri", location_name: "entityType"))
833
+ AddEntityOwnerInput.add_member(:owner, Shapes::ShapeRef.new(shape: OwnerProperties, required: true, location_name: "owner"))
834
+ AddEntityOwnerInput.struct_class = Types::AddEntityOwnerInput
835
+
836
+ AddEntityOwnerOutput.struct_class = Types::AddEntityOwnerOutput
837
+
838
+ AddPolicyGrantInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
839
+ AddPolicyGrantInput.add_member(:detail, Shapes::ShapeRef.new(shape: PolicyGrantDetail, required: true, location_name: "detail"))
840
+ AddPolicyGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
841
+ AddPolicyGrantInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
842
+ AddPolicyGrantInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: TargetEntityType, required: true, location: "uri", location_name: "entityType"))
843
+ AddPolicyGrantInput.add_member(:policy_type, Shapes::ShapeRef.new(shape: ManagedPolicyType, required: true, location_name: "policyType"))
844
+ AddPolicyGrantInput.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, required: true, location_name: "principal"))
845
+ AddPolicyGrantInput.struct_class = Types::AddPolicyGrantInput
846
+
847
+ AddPolicyGrantOutput.struct_class = Types::AddPolicyGrantOutput
848
+
849
+ AddToProjectMemberPoolPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
850
+ AddToProjectMemberPoolPolicyGrantDetail.struct_class = Types::AddToProjectMemberPoolPolicyGrantDetail
851
+
852
+ AllDomainUnitsGrantFilter.struct_class = Types::AllDomainUnitsGrantFilter
853
+
854
+ AllUsersGrantFilter.struct_class = Types::AllUsersGrantFilter
855
+
751
856
  ApplicableAssetTypes.member = Shapes::ShapeRef.new(shape: TypeName)
752
857
 
753
858
  AssetFilterConfiguration.add_member(:column_configuration, Shapes::ShapeRef.new(shape: ColumnFilterConfiguration, location_name: "columnConfiguration"))
@@ -842,6 +947,12 @@ module Aws::DataZone
842
947
 
843
948
  AssetRevisions.member = Shapes::ShapeRef.new(shape: AssetRevision)
844
949
 
950
+ AssetScope.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
951
+ AssetScope.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
952
+ AssetScope.add_member(:filter_ids, Shapes::ShapeRef.new(shape: FilterIds, required: true, location_name: "filterIds"))
953
+ AssetScope.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
954
+ AssetScope.struct_class = Types::AssetScope
955
+
845
956
  AssetTargetNameMap.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
846
957
  AssetTargetNameMap.add_member(:target_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "targetName"))
847
958
  AssetTargetNameMap.struct_class = Types::AssetTargetNameMap
@@ -1030,6 +1141,9 @@ module Aws::DataZone
1030
1141
  CreateAssetTypeOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
1031
1142
  CreateAssetTypeOutput.struct_class = Types::CreateAssetTypeOutput
1032
1143
 
1144
+ CreateAssetTypePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
1145
+ CreateAssetTypePolicyGrantDetail.struct_class = Types::CreateAssetTypePolicyGrantDetail
1146
+
1033
1147
  CreateDataProductInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1034
1148
  CreateDataProductInput.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1035
1149
  CreateDataProductInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -1135,11 +1249,33 @@ module Aws::DataZone
1135
1249
  CreateDomainOutput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyIdentifier"))
1136
1250
  CreateDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
1137
1251
  CreateDomainOutput.add_member(:portal_url, Shapes::ShapeRef.new(shape: String, location_name: "portalUrl"))
1252
+ CreateDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
1138
1253
  CreateDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
1139
1254
  CreateDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "status"))
1140
1255
  CreateDomainOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1141
1256
  CreateDomainOutput.struct_class = Types::CreateDomainOutput
1142
1257
 
1258
+ CreateDomainUnitInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1259
+ CreateDomainUnitInput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
1260
+ CreateDomainUnitInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1261
+ CreateDomainUnitInput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, required: true, location_name: "name"))
1262
+ CreateDomainUnitInput.add_member(:parent_domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "parentDomainUnitIdentifier"))
1263
+ CreateDomainUnitInput.struct_class = Types::CreateDomainUnitInput
1264
+
1265
+ CreateDomainUnitOutput.add_member(:ancestor_domain_unit_ids, Shapes::ShapeRef.new(shape: DomainUnitIds, required: true, location_name: "ancestorDomainUnitIds"))
1266
+ CreateDomainUnitOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1267
+ CreateDomainUnitOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1268
+ CreateDomainUnitOutput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
1269
+ CreateDomainUnitOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1270
+ CreateDomainUnitOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "id"))
1271
+ CreateDomainUnitOutput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, required: true, location_name: "name"))
1272
+ CreateDomainUnitOutput.add_member(:owners, Shapes::ShapeRef.new(shape: DomainUnitOwners, required: true, location_name: "owners"))
1273
+ CreateDomainUnitOutput.add_member(:parent_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "parentDomainUnitId"))
1274
+ CreateDomainUnitOutput.struct_class = Types::CreateDomainUnitOutput
1275
+
1276
+ CreateDomainUnitPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
1277
+ CreateDomainUnitPolicyGrantDetail.struct_class = Types::CreateDomainUnitPolicyGrantDetail
1278
+
1143
1279
  CreateEnvironmentActionInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1144
1280
  CreateEnvironmentActionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1145
1281
  CreateEnvironmentActionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
@@ -1214,6 +1350,9 @@ module Aws::DataZone
1214
1350
  CreateEnvironmentProfileOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: CustomParameterList, location_name: "userParameters"))
1215
1351
  CreateEnvironmentProfileOutput.struct_class = Types::CreateEnvironmentProfileOutput
1216
1352
 
1353
+ CreateEnvironmentProfilePolicyGrantDetail.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
1354
+ CreateEnvironmentProfilePolicyGrantDetail.struct_class = Types::CreateEnvironmentProfilePolicyGrantDetail
1355
+
1217
1356
  CreateFormTypeInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1218
1357
  CreateFormTypeInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1219
1358
  CreateFormTypeInput.add_member(:model, Shapes::ShapeRef.new(shape: Model, required: true, location_name: "model"))
@@ -1231,6 +1370,9 @@ module Aws::DataZone
1231
1370
  CreateFormTypeOutput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
1232
1371
  CreateFormTypeOutput.struct_class = Types::CreateFormTypeOutput
1233
1372
 
1373
+ CreateFormTypePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
1374
+ CreateFormTypePolicyGrantDetail.struct_class = Types::CreateFormTypePolicyGrantDetail
1375
+
1234
1376
  CreateGlossaryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1235
1377
  CreateGlossaryInput.add_member(:description, Shapes::ShapeRef.new(shape: GlossaryDescription, location_name: "description"))
1236
1378
  CreateGlossaryInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -1247,6 +1389,9 @@ module Aws::DataZone
1247
1389
  CreateGlossaryOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, location_name: "status"))
1248
1390
  CreateGlossaryOutput.struct_class = Types::CreateGlossaryOutput
1249
1391
 
1392
+ CreateGlossaryPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
1393
+ CreateGlossaryPolicyGrantDetail.struct_class = Types::CreateGlossaryPolicyGrantDetail
1394
+
1250
1395
  CreateGlossaryTermInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1251
1396
  CreateGlossaryTermInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1252
1397
  CreateGlossaryTermInput.add_member(:glossary_identifier, Shapes::ShapeRef.new(shape: GlossaryTermId, required: true, location_name: "glossaryIdentifier"))
@@ -1293,6 +1438,7 @@ module Aws::DataZone
1293
1438
 
1294
1439
  CreateProjectInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1295
1440
  CreateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1441
+ CreateProjectInput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
1296
1442
  CreateProjectInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1297
1443
  CreateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
1298
1444
  CreateProjectInput.struct_class = Types::CreateProjectInput
@@ -1309,6 +1455,7 @@ module Aws::DataZone
1309
1455
  CreateProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
1310
1456
  CreateProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1311
1457
  CreateProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1458
+ CreateProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
1312
1459
  CreateProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
1313
1460
  CreateProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1314
1461
  CreateProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
@@ -1317,6 +1464,9 @@ module Aws::DataZone
1317
1464
  CreateProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "projectStatus"))
1318
1465
  CreateProjectOutput.struct_class = Types::CreateProjectOutput
1319
1466
 
1467
+ CreateProjectPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
1468
+ CreateProjectPolicyGrantDetail.struct_class = Types::CreateProjectPolicyGrantDetail
1469
+
1320
1470
  CreateSubscriptionGrantInput.add_member(:asset_target_names, Shapes::ShapeRef.new(shape: AssetTargetNames, location_name: "assetTargetNames"))
1321
1471
  CreateSubscriptionGrantInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1322
1472
  CreateSubscriptionGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -1598,6 +1748,12 @@ module Aws::DataZone
1598
1748
  DeleteDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "status"))
1599
1749
  DeleteDomainOutput.struct_class = Types::DeleteDomainOutput
1600
1750
 
1751
+ DeleteDomainUnitInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1752
+ DeleteDomainUnitInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location: "uri", location_name: "identifier"))
1753
+ DeleteDomainUnitInput.struct_class = Types::DeleteDomainUnitInput
1754
+
1755
+ DeleteDomainUnitOutput.struct_class = Types::DeleteDomainUnitOutput
1756
+
1601
1757
  DeleteEnvironmentActionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1602
1758
  DeleteEnvironmentActionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
1603
1759
  DeleteEnvironmentActionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "identifier"))
@@ -1730,8 +1886,49 @@ module Aws::DataZone
1730
1886
  DomainSummary.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "status"))
1731
1887
  DomainSummary.struct_class = Types::DomainSummary
1732
1888
 
1889
+ DomainUnitFilterForProject.add_member(:domain_unit, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnit"))
1890
+ DomainUnitFilterForProject.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits", metadata: {"box"=>true}))
1891
+ DomainUnitFilterForProject.struct_class = Types::DomainUnitFilterForProject
1892
+
1893
+ DomainUnitGrantFilter.add_member(:all_domain_units_grant_filter, Shapes::ShapeRef.new(shape: AllDomainUnitsGrantFilter, location_name: "allDomainUnitsGrantFilter"))
1894
+ DomainUnitGrantFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1895
+ DomainUnitGrantFilter.add_member_subclass(:all_domain_units_grant_filter, Types::DomainUnitGrantFilter::AllDomainUnitsGrantFilter)
1896
+ DomainUnitGrantFilter.add_member_subclass(:unknown, Types::DomainUnitGrantFilter::Unknown)
1897
+ DomainUnitGrantFilter.struct_class = Types::DomainUnitGrantFilter
1898
+
1899
+ DomainUnitGroupProperties.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
1900
+ DomainUnitGroupProperties.struct_class = Types::DomainUnitGroupProperties
1901
+
1902
+ DomainUnitIds.member = Shapes::ShapeRef.new(shape: DomainUnitId)
1903
+
1904
+ DomainUnitOwnerProperties.add_member(:group, Shapes::ShapeRef.new(shape: DomainUnitGroupProperties, location_name: "group"))
1905
+ DomainUnitOwnerProperties.add_member(:user, Shapes::ShapeRef.new(shape: DomainUnitUserProperties, location_name: "user"))
1906
+ DomainUnitOwnerProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1907
+ DomainUnitOwnerProperties.add_member_subclass(:group, Types::DomainUnitOwnerProperties::Group)
1908
+ DomainUnitOwnerProperties.add_member_subclass(:user, Types::DomainUnitOwnerProperties::User)
1909
+ DomainUnitOwnerProperties.add_member_subclass(:unknown, Types::DomainUnitOwnerProperties::Unknown)
1910
+ DomainUnitOwnerProperties.struct_class = Types::DomainUnitOwnerProperties
1911
+
1912
+ DomainUnitOwners.member = Shapes::ShapeRef.new(shape: DomainUnitOwnerProperties)
1913
+
1914
+ DomainUnitPolicyGrantPrincipal.add_member(:domain_unit_designation, Shapes::ShapeRef.new(shape: DomainUnitDesignation, required: true, location_name: "domainUnitDesignation"))
1915
+ DomainUnitPolicyGrantPrincipal.add_member(:domain_unit_grant_filter, Shapes::ShapeRef.new(shape: DomainUnitGrantFilter, location_name: "domainUnitGrantFilter"))
1916
+ DomainUnitPolicyGrantPrincipal.add_member(:domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitIdentifier"))
1917
+ DomainUnitPolicyGrantPrincipal.struct_class = Types::DomainUnitPolicyGrantPrincipal
1918
+
1919
+ DomainUnitSummaries.member = Shapes::ShapeRef.new(shape: DomainUnitSummary)
1920
+
1921
+ DomainUnitSummary.add_member(:id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "id"))
1922
+ DomainUnitSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1923
+ DomainUnitSummary.struct_class = Types::DomainUnitSummary
1924
+
1925
+ DomainUnitUserProperties.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
1926
+ DomainUnitUserProperties.struct_class = Types::DomainUnitUserProperties
1927
+
1733
1928
  EnabledRegionList.member = Shapes::ShapeRef.new(shape: RegionName)
1734
1929
 
1930
+ EntityOwners.member = Shapes::ShapeRef.new(shape: OwnerPropertiesOutput)
1931
+
1735
1932
  EnvironmentActionList.member = Shapes::ShapeRef.new(shape: ConfigurableEnvironmentAction)
1736
1933
 
1737
1934
  EnvironmentActionSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
@@ -1837,6 +2034,8 @@ module Aws::DataZone
1837
2034
 
1838
2035
  FilterExpressions.member = Shapes::ShapeRef.new(shape: FilterExpression)
1839
2036
 
2037
+ FilterIds.member = Shapes::ShapeRef.new(shape: FilterId)
2038
+
1840
2039
  FilterList.member = Shapes::ShapeRef.new(shape: FilterClause)
1841
2040
 
1842
2041
  FormEntryInput.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
@@ -2027,11 +2226,28 @@ module Aws::DataZone
2027
2226
  GetDomainOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
2028
2227
  GetDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
2029
2228
  GetDomainOutput.add_member(:portal_url, Shapes::ShapeRef.new(shape: String, location_name: "portalUrl"))
2229
+ GetDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
2030
2230
  GetDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
2031
2231
  GetDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "status"))
2032
2232
  GetDomainOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2033
2233
  GetDomainOutput.struct_class = Types::GetDomainOutput
2034
2234
 
2235
+ GetDomainUnitInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2236
+ GetDomainUnitInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location: "uri", location_name: "identifier"))
2237
+ GetDomainUnitInput.struct_class = Types::GetDomainUnitInput
2238
+
2239
+ GetDomainUnitOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
2240
+ GetDomainUnitOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
2241
+ GetDomainUnitOutput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
2242
+ GetDomainUnitOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2243
+ GetDomainUnitOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "id"))
2244
+ GetDomainUnitOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
2245
+ GetDomainUnitOutput.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "lastUpdatedBy"))
2246
+ GetDomainUnitOutput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, required: true, location_name: "name"))
2247
+ GetDomainUnitOutput.add_member(:owners, Shapes::ShapeRef.new(shape: DomainUnitOwners, required: true, location_name: "owners"))
2248
+ GetDomainUnitOutput.add_member(:parent_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "parentDomainUnitId"))
2249
+ GetDomainUnitOutput.struct_class = Types::GetDomainUnitOutput
2250
+
2035
2251
  GetEnvironmentActionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2036
2252
  GetEnvironmentActionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
2037
2253
  GetEnvironmentActionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "identifier"))
@@ -2263,6 +2479,7 @@ module Aws::DataZone
2263
2479
  GetProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
2264
2480
  GetProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2265
2481
  GetProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2482
+ GetProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
2266
2483
  GetProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
2267
2484
  GetProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
2268
2485
  GetProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
@@ -2441,6 +2658,12 @@ module Aws::DataZone
2441
2658
  GroupDetails.add_member(:group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "groupId"))
2442
2659
  GroupDetails.struct_class = Types::GroupDetails
2443
2660
 
2661
+ GroupPolicyGrantPrincipal.add_member(:group_identifier, Shapes::ShapeRef.new(shape: GroupIdentifier, location_name: "groupIdentifier"))
2662
+ GroupPolicyGrantPrincipal.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2663
+ GroupPolicyGrantPrincipal.add_member_subclass(:group_identifier, Types::GroupPolicyGrantPrincipal::GroupIdentifier)
2664
+ GroupPolicyGrantPrincipal.add_member_subclass(:unknown, Types::GroupPolicyGrantPrincipal::Unknown)
2665
+ GroupPolicyGrantPrincipal.struct_class = Types::GroupPolicyGrantPrincipal
2666
+
2444
2667
  GroupProfileSummaries.member = Shapes::ShapeRef.new(shape: GroupProfileSummary)
2445
2668
 
2446
2669
  GroupProfileSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
@@ -2589,6 +2812,16 @@ module Aws::DataZone
2589
2812
  ListDataSourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2590
2813
  ListDataSourcesOutput.struct_class = Types::ListDataSourcesOutput
2591
2814
 
2815
+ ListDomainUnitsForParentInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2816
+ ListDomainUnitsForParentInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsForListDomains, location: "querystring", location_name: "maxResults"))
2817
+ ListDomainUnitsForParentInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
2818
+ ListDomainUnitsForParentInput.add_member(:parent_domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location: "querystring", location_name: "parentDomainUnitIdentifier"))
2819
+ ListDomainUnitsForParentInput.struct_class = Types::ListDomainUnitsForParentInput
2820
+
2821
+ ListDomainUnitsForParentOutput.add_member(:items, Shapes::ShapeRef.new(shape: DomainUnitSummaries, required: true, location_name: "items"))
2822
+ ListDomainUnitsForParentOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2823
+ ListDomainUnitsForParentOutput.struct_class = Types::ListDomainUnitsForParentOutput
2824
+
2592
2825
  ListDomainsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsForListDomains, location: "querystring", location_name: "maxResults"))
2593
2826
  ListDomainsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
2594
2827
  ListDomainsInput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, location: "querystring", location_name: "status"))
@@ -2598,6 +2831,17 @@ module Aws::DataZone
2598
2831
  ListDomainsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2599
2832
  ListDomainsOutput.struct_class = Types::ListDomainsOutput
2600
2833
 
2834
+ ListEntityOwnersInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2835
+ ListEntityOwnersInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
2836
+ ListEntityOwnersInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: DataZoneEntityType, required: true, location: "uri", location_name: "entityType"))
2837
+ ListEntityOwnersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsForListDomains, location: "querystring", location_name: "maxResults"))
2838
+ ListEntityOwnersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
2839
+ ListEntityOwnersInput.struct_class = Types::ListEntityOwnersInput
2840
+
2841
+ ListEntityOwnersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2842
+ ListEntityOwnersOutput.add_member(:owners, Shapes::ShapeRef.new(shape: EntityOwners, required: true, location_name: "owners"))
2843
+ ListEntityOwnersOutput.struct_class = Types::ListEntityOwnersOutput
2844
+
2601
2845
  ListEnvironmentActionSummaries.member = Shapes::ShapeRef.new(shape: EnvironmentActionSummary)
2602
2846
 
2603
2847
  ListEnvironmentActionsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -2700,6 +2944,18 @@ module Aws::DataZone
2700
2944
  ListNotificationsOutput.add_member(:notifications, Shapes::ShapeRef.new(shape: NotificationsList, location_name: "notifications"))
2701
2945
  ListNotificationsOutput.struct_class = Types::ListNotificationsOutput
2702
2946
 
2947
+ ListPolicyGrantsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2948
+ ListPolicyGrantsInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
2949
+ ListPolicyGrantsInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: TargetEntityType, required: true, location: "uri", location_name: "entityType"))
2950
+ ListPolicyGrantsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsForListDomains, location: "querystring", location_name: "maxResults"))
2951
+ ListPolicyGrantsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
2952
+ ListPolicyGrantsInput.add_member(:policy_type, Shapes::ShapeRef.new(shape: ManagedPolicyType, required: true, location: "querystring", location_name: "policyType"))
2953
+ ListPolicyGrantsInput.struct_class = Types::ListPolicyGrantsInput
2954
+
2955
+ ListPolicyGrantsOutput.add_member(:grant_list, Shapes::ShapeRef.new(shape: PolicyGrantList, required: true, location_name: "grantList"))
2956
+ ListPolicyGrantsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2957
+ ListPolicyGrantsOutput.struct_class = Types::ListPolicyGrantsOutput
2958
+
2703
2959
  ListProjectMembershipsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2704
2960
  ListProjectMembershipsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
2705
2961
  ListProjectMembershipsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
@@ -2909,6 +3165,86 @@ module Aws::DataZone
2909
3165
 
2910
3166
  NotificationsList.member = Shapes::ShapeRef.new(shape: NotificationOutput)
2911
3167
 
3168
+ OverrideDomainUnitOwnersPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
3169
+ OverrideDomainUnitOwnersPolicyGrantDetail.struct_class = Types::OverrideDomainUnitOwnersPolicyGrantDetail
3170
+
3171
+ OverrideProjectOwnersPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
3172
+ OverrideProjectOwnersPolicyGrantDetail.struct_class = Types::OverrideProjectOwnersPolicyGrantDetail
3173
+
3174
+ OwnerGroupProperties.add_member(:group_identifier, Shapes::ShapeRef.new(shape: GroupIdentifier, required: true, location_name: "groupIdentifier"))
3175
+ OwnerGroupProperties.struct_class = Types::OwnerGroupProperties
3176
+
3177
+ OwnerGroupPropertiesOutput.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
3178
+ OwnerGroupPropertiesOutput.struct_class = Types::OwnerGroupPropertiesOutput
3179
+
3180
+ OwnerProperties.add_member(:group, Shapes::ShapeRef.new(shape: OwnerGroupProperties, location_name: "group"))
3181
+ OwnerProperties.add_member(:user, Shapes::ShapeRef.new(shape: OwnerUserProperties, location_name: "user"))
3182
+ OwnerProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3183
+ OwnerProperties.add_member_subclass(:group, Types::OwnerProperties::Group)
3184
+ OwnerProperties.add_member_subclass(:user, Types::OwnerProperties::User)
3185
+ OwnerProperties.add_member_subclass(:unknown, Types::OwnerProperties::Unknown)
3186
+ OwnerProperties.struct_class = Types::OwnerProperties
3187
+
3188
+ OwnerPropertiesOutput.add_member(:group, Shapes::ShapeRef.new(shape: OwnerGroupPropertiesOutput, location_name: "group"))
3189
+ OwnerPropertiesOutput.add_member(:user, Shapes::ShapeRef.new(shape: OwnerUserPropertiesOutput, location_name: "user"))
3190
+ OwnerPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3191
+ OwnerPropertiesOutput.add_member_subclass(:group, Types::OwnerPropertiesOutput::Group)
3192
+ OwnerPropertiesOutput.add_member_subclass(:user, Types::OwnerPropertiesOutput::User)
3193
+ OwnerPropertiesOutput.add_member_subclass(:unknown, Types::OwnerPropertiesOutput::Unknown)
3194
+ OwnerPropertiesOutput.struct_class = Types::OwnerPropertiesOutput
3195
+
3196
+ OwnerUserProperties.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location_name: "userIdentifier"))
3197
+ OwnerUserProperties.struct_class = Types::OwnerUserProperties
3198
+
3199
+ OwnerUserPropertiesOutput.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
3200
+ OwnerUserPropertiesOutput.struct_class = Types::OwnerUserPropertiesOutput
3201
+
3202
+ PolicyGrantDetail.add_member(:add_to_project_member_pool, Shapes::ShapeRef.new(shape: AddToProjectMemberPoolPolicyGrantDetail, location_name: "addToProjectMemberPool"))
3203
+ PolicyGrantDetail.add_member(:create_asset_type, Shapes::ShapeRef.new(shape: CreateAssetTypePolicyGrantDetail, location_name: "createAssetType"))
3204
+ PolicyGrantDetail.add_member(:create_domain_unit, Shapes::ShapeRef.new(shape: CreateDomainUnitPolicyGrantDetail, location_name: "createDomainUnit"))
3205
+ PolicyGrantDetail.add_member(:create_environment, Shapes::ShapeRef.new(shape: Unit, location_name: "createEnvironment"))
3206
+ PolicyGrantDetail.add_member(:create_environment_profile, Shapes::ShapeRef.new(shape: CreateEnvironmentProfilePolicyGrantDetail, location_name: "createEnvironmentProfile"))
3207
+ PolicyGrantDetail.add_member(:create_form_type, Shapes::ShapeRef.new(shape: CreateFormTypePolicyGrantDetail, location_name: "createFormType"))
3208
+ PolicyGrantDetail.add_member(:create_glossary, Shapes::ShapeRef.new(shape: CreateGlossaryPolicyGrantDetail, location_name: "createGlossary"))
3209
+ PolicyGrantDetail.add_member(:create_project, Shapes::ShapeRef.new(shape: CreateProjectPolicyGrantDetail, location_name: "createProject"))
3210
+ PolicyGrantDetail.add_member(:delegate_create_environment_profile, Shapes::ShapeRef.new(shape: Unit, location_name: "delegateCreateEnvironmentProfile"))
3211
+ PolicyGrantDetail.add_member(:override_domain_unit_owners, Shapes::ShapeRef.new(shape: OverrideDomainUnitOwnersPolicyGrantDetail, location_name: "overrideDomainUnitOwners"))
3212
+ PolicyGrantDetail.add_member(:override_project_owners, Shapes::ShapeRef.new(shape: OverrideProjectOwnersPolicyGrantDetail, location_name: "overrideProjectOwners"))
3213
+ PolicyGrantDetail.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3214
+ PolicyGrantDetail.add_member_subclass(:add_to_project_member_pool, Types::PolicyGrantDetail::AddToProjectMemberPool)
3215
+ PolicyGrantDetail.add_member_subclass(:create_asset_type, Types::PolicyGrantDetail::CreateAssetType)
3216
+ PolicyGrantDetail.add_member_subclass(:create_domain_unit, Types::PolicyGrantDetail::CreateDomainUnit)
3217
+ PolicyGrantDetail.add_member_subclass(:create_environment, Types::PolicyGrantDetail::CreateEnvironment)
3218
+ PolicyGrantDetail.add_member_subclass(:create_environment_profile, Types::PolicyGrantDetail::CreateEnvironmentProfile)
3219
+ PolicyGrantDetail.add_member_subclass(:create_form_type, Types::PolicyGrantDetail::CreateFormType)
3220
+ PolicyGrantDetail.add_member_subclass(:create_glossary, Types::PolicyGrantDetail::CreateGlossary)
3221
+ PolicyGrantDetail.add_member_subclass(:create_project, Types::PolicyGrantDetail::CreateProject)
3222
+ PolicyGrantDetail.add_member_subclass(:delegate_create_environment_profile, Types::PolicyGrantDetail::DelegateCreateEnvironmentProfile)
3223
+ PolicyGrantDetail.add_member_subclass(:override_domain_unit_owners, Types::PolicyGrantDetail::OverrideDomainUnitOwners)
3224
+ PolicyGrantDetail.add_member_subclass(:override_project_owners, Types::PolicyGrantDetail::OverrideProjectOwners)
3225
+ PolicyGrantDetail.add_member_subclass(:unknown, Types::PolicyGrantDetail::Unknown)
3226
+ PolicyGrantDetail.struct_class = Types::PolicyGrantDetail
3227
+
3228
+ PolicyGrantList.member = Shapes::ShapeRef.new(shape: PolicyGrantMember)
3229
+
3230
+ PolicyGrantMember.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
3231
+ PolicyGrantMember.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
3232
+ PolicyGrantMember.add_member(:detail, Shapes::ShapeRef.new(shape: PolicyGrantDetail, location_name: "detail"))
3233
+ PolicyGrantMember.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, location_name: "principal"))
3234
+ PolicyGrantMember.struct_class = Types::PolicyGrantMember
3235
+
3236
+ PolicyGrantPrincipal.add_member(:domain_unit, Shapes::ShapeRef.new(shape: DomainUnitPolicyGrantPrincipal, location_name: "domainUnit"))
3237
+ PolicyGrantPrincipal.add_member(:group, Shapes::ShapeRef.new(shape: GroupPolicyGrantPrincipal, location_name: "group"))
3238
+ PolicyGrantPrincipal.add_member(:project, Shapes::ShapeRef.new(shape: ProjectPolicyGrantPrincipal, location_name: "project"))
3239
+ PolicyGrantPrincipal.add_member(:user, Shapes::ShapeRef.new(shape: UserPolicyGrantPrincipal, location_name: "user"))
3240
+ PolicyGrantPrincipal.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3241
+ PolicyGrantPrincipal.add_member_subclass(:domain_unit, Types::PolicyGrantPrincipal::DomainUnit)
3242
+ PolicyGrantPrincipal.add_member_subclass(:group, Types::PolicyGrantPrincipal::Group)
3243
+ PolicyGrantPrincipal.add_member_subclass(:project, Types::PolicyGrantPrincipal::Project)
3244
+ PolicyGrantPrincipal.add_member_subclass(:user, Types::PolicyGrantPrincipal::User)
3245
+ PolicyGrantPrincipal.add_member_subclass(:unknown, Types::PolicyGrantPrincipal::Unknown)
3246
+ PolicyGrantPrincipal.struct_class = Types::PolicyGrantPrincipal
3247
+
2912
3248
  PostLineageEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
2913
3249
  PostLineageEventInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2914
3250
  PostLineageEventInput.add_member(:event, Shapes::ShapeRef.new(shape: LineageEvent, required: true, location_name: "event"))
@@ -2940,18 +3276,30 @@ module Aws::DataZone
2940
3276
  ProjectDeletionError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2941
3277
  ProjectDeletionError.struct_class = Types::ProjectDeletionError
2942
3278
 
3279
+ ProjectGrantFilter.add_member(:domain_unit_filter, Shapes::ShapeRef.new(shape: DomainUnitFilterForProject, location_name: "domainUnitFilter"))
3280
+ ProjectGrantFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3281
+ ProjectGrantFilter.add_member_subclass(:domain_unit_filter, Types::ProjectGrantFilter::DomainUnitFilter)
3282
+ ProjectGrantFilter.add_member_subclass(:unknown, Types::ProjectGrantFilter::Unknown)
3283
+ ProjectGrantFilter.struct_class = Types::ProjectGrantFilter
3284
+
2943
3285
  ProjectMember.add_member(:designation, Shapes::ShapeRef.new(shape: UserDesignation, required: true, location_name: "designation"))
2944
3286
  ProjectMember.add_member(:member_details, Shapes::ShapeRef.new(shape: MemberDetails, required: true, location_name: "memberDetails"))
2945
3287
  ProjectMember.struct_class = Types::ProjectMember
2946
3288
 
2947
3289
  ProjectMembers.member = Shapes::ShapeRef.new(shape: ProjectMember)
2948
3290
 
3291
+ ProjectPolicyGrantPrincipal.add_member(:project_designation, Shapes::ShapeRef.new(shape: ProjectDesignation, required: true, location_name: "projectDesignation"))
3292
+ ProjectPolicyGrantPrincipal.add_member(:project_grant_filter, Shapes::ShapeRef.new(shape: ProjectGrantFilter, location_name: "projectGrantFilter"))
3293
+ ProjectPolicyGrantPrincipal.add_member(:project_identifier, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectIdentifier"))
3294
+ ProjectPolicyGrantPrincipal.struct_class = Types::ProjectPolicyGrantPrincipal
3295
+
2949
3296
  ProjectSummaries.member = Shapes::ShapeRef.new(shape: ProjectSummary)
2950
3297
 
2951
3298
  ProjectSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
2952
3299
  ProjectSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
2953
3300
  ProjectSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2954
3301
  ProjectSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
3302
+ ProjectSummary.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
2955
3303
  ProjectSummary.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
2956
3304
  ProjectSummary.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
2957
3305
  ProjectSummary.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
@@ -3089,6 +3437,25 @@ module Aws::DataZone
3089
3437
 
3090
3438
  RelationalFilterConfigurations.member = Shapes::ShapeRef.new(shape: RelationalFilterConfiguration)
3091
3439
 
3440
+ RemoveEntityOwnerInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
3441
+ RemoveEntityOwnerInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3442
+ RemoveEntityOwnerInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
3443
+ RemoveEntityOwnerInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: DataZoneEntityType, required: true, location: "uri", location_name: "entityType"))
3444
+ RemoveEntityOwnerInput.add_member(:owner, Shapes::ShapeRef.new(shape: OwnerProperties, required: true, location_name: "owner"))
3445
+ RemoveEntityOwnerInput.struct_class = Types::RemoveEntityOwnerInput
3446
+
3447
+ RemoveEntityOwnerOutput.struct_class = Types::RemoveEntityOwnerOutput
3448
+
3449
+ RemovePolicyGrantInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
3450
+ RemovePolicyGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3451
+ RemovePolicyGrantInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
3452
+ RemovePolicyGrantInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: TargetEntityType, required: true, location: "uri", location_name: "entityType"))
3453
+ RemovePolicyGrantInput.add_member(:policy_type, Shapes::ShapeRef.new(shape: ManagedPolicyType, required: true, location_name: "policyType"))
3454
+ RemovePolicyGrantInput.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, required: true, location_name: "principal"))
3455
+ RemovePolicyGrantInput.struct_class = Types::RemovePolicyGrantInput
3456
+
3457
+ RemovePolicyGrantOutput.struct_class = Types::RemovePolicyGrantOutput
3458
+
3092
3459
  Resource.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
3093
3460
  Resource.add_member(:provider, Shapes::ShapeRef.new(shape: String, location_name: "provider"))
3094
3461
  Resource.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
@@ -3360,6 +3727,7 @@ module Aws::DataZone
3360
3727
 
3361
3728
  SubscribedAsset.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
3362
3729
  SubscribedAsset.add_member(:asset_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "assetRevision"))
3730
+ SubscribedAsset.add_member(:asset_scope, Shapes::ShapeRef.new(shape: AssetScope, location_name: "assetScope"))
3363
3731
  SubscribedAsset.add_member(:failure_cause, Shapes::ShapeRef.new(shape: FailureCause, location_name: "failureCause"))
3364
3732
  SubscribedAsset.add_member(:failure_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "failureTimestamp"))
3365
3733
  SubscribedAsset.add_member(:granted_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "grantedTimestamp"))
@@ -3367,6 +3735,7 @@ module Aws::DataZone
3367
3735
  SubscribedAsset.add_member(:target_name, Shapes::ShapeRef.new(shape: String, location_name: "targetName"))
3368
3736
  SubscribedAsset.struct_class = Types::SubscribedAsset
3369
3737
 
3738
+ SubscribedAssetListing.add_member(:asset_scope, Shapes::ShapeRef.new(shape: AssetScope, location_name: "assetScope"))
3370
3739
  SubscribedAssetListing.add_member(:entity_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "entityId"))
3371
3740
  SubscribedAssetListing.add_member(:entity_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "entityRevision"))
3372
3741
  SubscribedAssetListing.add_member(:entity_type, Shapes::ShapeRef.new(shape: TypeName, location_name: "entityType"))
@@ -3561,6 +3930,8 @@ module Aws::DataZone
3561
3930
  UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
3562
3931
  UnauthorizedException.struct_class = Types::UnauthorizedException
3563
3932
 
3933
+ Unit.struct_class = Types::Unit
3934
+
3564
3935
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
3565
3936
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
3566
3937
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -3638,9 +4009,28 @@ module Aws::DataZone
3638
4009
  UpdateDomainOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "id"))
3639
4010
  UpdateDomainOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
3640
4011
  UpdateDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
4012
+ UpdateDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
3641
4013
  UpdateDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
3642
4014
  UpdateDomainOutput.struct_class = Types::UpdateDomainOutput
3643
4015
 
4016
+ UpdateDomainUnitInput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
4017
+ UpdateDomainUnitInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
4018
+ UpdateDomainUnitInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location: "uri", location_name: "identifier"))
4019
+ UpdateDomainUnitInput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, location_name: "name"))
4020
+ UpdateDomainUnitInput.struct_class = Types::UpdateDomainUnitInput
4021
+
4022
+ UpdateDomainUnitOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
4023
+ UpdateDomainUnitOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
4024
+ UpdateDomainUnitOutput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
4025
+ UpdateDomainUnitOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
4026
+ UpdateDomainUnitOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "id"))
4027
+ UpdateDomainUnitOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
4028
+ UpdateDomainUnitOutput.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "lastUpdatedBy"))
4029
+ UpdateDomainUnitOutput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, required: true, location_name: "name"))
4030
+ UpdateDomainUnitOutput.add_member(:owners, Shapes::ShapeRef.new(shape: DomainUnitOwners, required: true, location_name: "owners"))
4031
+ UpdateDomainUnitOutput.add_member(:parent_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "parentDomainUnitId"))
4032
+ UpdateDomainUnitOutput.struct_class = Types::UpdateDomainUnitOutput
4033
+
3644
4034
  UpdateEnvironmentActionInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
3645
4035
  UpdateEnvironmentActionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3646
4036
  UpdateEnvironmentActionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
@@ -3768,6 +4158,7 @@ module Aws::DataZone
3768
4158
  UpdateProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
3769
4159
  UpdateProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
3770
4160
  UpdateProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
4161
+ UpdateProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
3771
4162
  UpdateProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
3772
4163
  UpdateProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
3773
4164
  UpdateProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
@@ -3864,6 +4255,14 @@ module Aws::DataZone
3864
4255
  UserDetails.add_member(:user_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "userId"))
3865
4256
  UserDetails.struct_class = Types::UserDetails
3866
4257
 
4258
+ UserPolicyGrantPrincipal.add_member(:all_users_grant_filter, Shapes::ShapeRef.new(shape: AllUsersGrantFilter, location_name: "allUsersGrantFilter"))
4259
+ UserPolicyGrantPrincipal.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, location_name: "userIdentifier"))
4260
+ UserPolicyGrantPrincipal.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4261
+ UserPolicyGrantPrincipal.add_member_subclass(:all_users_grant_filter, Types::UserPolicyGrantPrincipal::AllUsersGrantFilter)
4262
+ UserPolicyGrantPrincipal.add_member_subclass(:user_identifier, Types::UserPolicyGrantPrincipal::UserIdentifier)
4263
+ UserPolicyGrantPrincipal.add_member_subclass(:unknown, Types::UserPolicyGrantPrincipal::Unknown)
4264
+ UserPolicyGrantPrincipal.struct_class = Types::UserPolicyGrantPrincipal
4265
+
3867
4266
  UserProfileDetails.add_member(:iam, Shapes::ShapeRef.new(shape: IamUserProfileDetails, location_name: "iam"))
3868
4267
  UserProfileDetails.add_member(:sso, Shapes::ShapeRef.new(shape: SsoUserProfileDetails, location_name: "sso"))
3869
4268
  UserProfileDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -3932,6 +4331,37 @@ module Aws::DataZone
3932
4331
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3933
4332
  end)
3934
4333
 
4334
+ api.add_operation(:add_entity_owner, Seahorse::Model::Operation.new.tap do |o|
4335
+ o.name = "AddEntityOwner"
4336
+ o.http_method = "POST"
4337
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/addOwner"
4338
+ o.input = Shapes::ShapeRef.new(shape: AddEntityOwnerInput)
4339
+ o.output = Shapes::ShapeRef.new(shape: AddEntityOwnerOutput)
4340
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4341
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4342
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4343
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4344
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
4345
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4346
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4347
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4348
+ end)
4349
+
4350
+ api.add_operation(:add_policy_grant, Seahorse::Model::Operation.new.tap do |o|
4351
+ o.name = "AddPolicyGrant"
4352
+ o.http_method = "POST"
4353
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/addGrant"
4354
+ o.input = Shapes::ShapeRef.new(shape: AddPolicyGrantInput)
4355
+ o.output = Shapes::ShapeRef.new(shape: AddPolicyGrantOutput)
4356
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4357
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4358
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4359
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
4360
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4361
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4362
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4363
+ end)
4364
+
3935
4365
  api.add_operation(:associate_environment_role, Seahorse::Model::Operation.new.tap do |o|
3936
4366
  o.name = "AssociateEnvironmentRole"
3937
4367
  o.http_method = "PUT"
@@ -4102,6 +4532,21 @@ module Aws::DataZone
4102
4532
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4103
4533
  end)
4104
4534
 
4535
+ api.add_operation(:create_domain_unit, Seahorse::Model::Operation.new.tap do |o|
4536
+ o.name = "CreateDomainUnit"
4537
+ o.http_method = "POST"
4538
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units"
4539
+ o.input = Shapes::ShapeRef.new(shape: CreateDomainUnitInput)
4540
+ o.output = Shapes::ShapeRef.new(shape: CreateDomainUnitOutput)
4541
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4542
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4543
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4544
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
4545
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4546
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4547
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4548
+ end)
4549
+
4105
4550
  api.add_operation(:create_environment, Seahorse::Model::Operation.new.tap do |o|
4106
4551
  o.name = "CreateEnvironment"
4107
4552
  o.http_method = "POST"
@@ -4404,6 +4849,21 @@ module Aws::DataZone
4404
4849
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4405
4850
  end)
4406
4851
 
4852
+ api.add_operation(:delete_domain_unit, Seahorse::Model::Operation.new.tap do |o|
4853
+ o.name = "DeleteDomainUnit"
4854
+ o.http_method = "DELETE"
4855
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units/{identifier}"
4856
+ o.input = Shapes::ShapeRef.new(shape: DeleteDomainUnitInput)
4857
+ o.output = Shapes::ShapeRef.new(shape: DeleteDomainUnitOutput)
4858
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4859
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4860
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4861
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4862
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4863
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4864
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4865
+ end)
4866
+
4407
4867
  api.add_operation(:delete_environment, Seahorse::Model::Operation.new.tap do |o|
4408
4868
  o.name = "DeleteEnvironment"
4409
4869
  o.http_method = "DELETE"
@@ -4726,6 +5186,20 @@ module Aws::DataZone
4726
5186
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4727
5187
  end)
4728
5188
 
5189
+ api.add_operation(:get_domain_unit, Seahorse::Model::Operation.new.tap do |o|
5190
+ o.name = "GetDomainUnit"
5191
+ o.http_method = "GET"
5192
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units/{identifier}"
5193
+ o.input = Shapes::ShapeRef.new(shape: GetDomainUnitInput)
5194
+ o.output = Shapes::ShapeRef.new(shape: GetDomainUnitOutput)
5195
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5196
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5197
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5198
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5199
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5200
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5201
+ end)
5202
+
4729
5203
  api.add_operation(:get_environment, Seahorse::Model::Operation.new.tap do |o|
4730
5204
  o.name = "GetEnvironment"
4731
5205
  o.http_method = "GET"
@@ -5147,6 +5621,25 @@ module Aws::DataZone
5147
5621
  )
5148
5622
  end)
5149
5623
 
5624
+ api.add_operation(:list_domain_units_for_parent, Seahorse::Model::Operation.new.tap do |o|
5625
+ o.name = "ListDomainUnitsForParent"
5626
+ o.http_method = "GET"
5627
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units"
5628
+ o.input = Shapes::ShapeRef.new(shape: ListDomainUnitsForParentInput)
5629
+ o.output = Shapes::ShapeRef.new(shape: ListDomainUnitsForParentOutput)
5630
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5631
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5633
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5634
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5635
+ o[:pager] = Aws::Pager.new(
5636
+ limit_key: "max_results",
5637
+ tokens: {
5638
+ "next_token" => "next_token"
5639
+ }
5640
+ )
5641
+ end)
5642
+
5150
5643
  api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
5151
5644
  o.name = "ListDomains"
5152
5645
  o.http_method = "GET"
@@ -5169,6 +5662,25 @@ module Aws::DataZone
5169
5662
  )
5170
5663
  end)
5171
5664
 
5665
+ api.add_operation(:list_entity_owners, Seahorse::Model::Operation.new.tap do |o|
5666
+ o.name = "ListEntityOwners"
5667
+ o.http_method = "GET"
5668
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/owners"
5669
+ o.input = Shapes::ShapeRef.new(shape: ListEntityOwnersInput)
5670
+ o.output = Shapes::ShapeRef.new(shape: ListEntityOwnersOutput)
5671
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5672
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5673
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5674
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5675
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5676
+ o[:pager] = Aws::Pager.new(
5677
+ limit_key: "max_results",
5678
+ tokens: {
5679
+ "next_token" => "next_token"
5680
+ }
5681
+ )
5682
+ end)
5683
+
5172
5684
  api.add_operation(:list_environment_actions, Seahorse::Model::Operation.new.tap do |o|
5173
5685
  o.name = "ListEnvironmentActions"
5174
5686
  o.http_method = "GET"
@@ -5326,6 +5838,25 @@ module Aws::DataZone
5326
5838
  )
5327
5839
  end)
5328
5840
 
5841
+ api.add_operation(:list_policy_grants, Seahorse::Model::Operation.new.tap do |o|
5842
+ o.name = "ListPolicyGrants"
5843
+ o.http_method = "GET"
5844
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/grants"
5845
+ o.input = Shapes::ShapeRef.new(shape: ListPolicyGrantsInput)
5846
+ o.output = Shapes::ShapeRef.new(shape: ListPolicyGrantsOutput)
5847
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5848
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5849
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5850
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5851
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5852
+ o[:pager] = Aws::Pager.new(
5853
+ limit_key: "max_results",
5854
+ tokens: {
5855
+ "next_token" => "next_token"
5856
+ }
5857
+ )
5858
+ end)
5859
+
5329
5860
  api.add_operation(:list_project_memberships, Seahorse::Model::Operation.new.tap do |o|
5330
5861
  o.name = "ListProjectMemberships"
5331
5862
  o.http_method = "GET"
@@ -5556,6 +6087,33 @@ module Aws::DataZone
5556
6087
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5557
6088
  end)
5558
6089
 
6090
+ api.add_operation(:remove_entity_owner, Seahorse::Model::Operation.new.tap do |o|
6091
+ o.name = "RemoveEntityOwner"
6092
+ o.http_method = "POST"
6093
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/removeOwner"
6094
+ o.input = Shapes::ShapeRef.new(shape: RemoveEntityOwnerInput)
6095
+ o.output = Shapes::ShapeRef.new(shape: RemoveEntityOwnerOutput)
6096
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6097
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6098
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6099
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6100
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6101
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6102
+ end)
6103
+
6104
+ api.add_operation(:remove_policy_grant, Seahorse::Model::Operation.new.tap do |o|
6105
+ o.name = "RemovePolicyGrant"
6106
+ o.http_method = "POST"
6107
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/removeGrant"
6108
+ o.input = Shapes::ShapeRef.new(shape: RemovePolicyGrantInput)
6109
+ o.output = Shapes::ShapeRef.new(shape: RemovePolicyGrantOutput)
6110
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6111
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6112
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6113
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6114
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6115
+ end)
6116
+
5559
6117
  api.add_operation(:revoke_subscription, Seahorse::Model::Operation.new.tap do |o|
5560
6118
  o.name = "RevokeSubscription"
5561
6119
  o.http_method = "PUT"
@@ -5774,6 +6332,21 @@ module Aws::DataZone
5774
6332
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5775
6333
  end)
5776
6334
 
6335
+ api.add_operation(:update_domain_unit, Seahorse::Model::Operation.new.tap do |o|
6336
+ o.name = "UpdateDomainUnit"
6337
+ o.http_method = "PUT"
6338
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units/{identifier}"
6339
+ o.input = Shapes::ShapeRef.new(shape: UpdateDomainUnitInput)
6340
+ o.output = Shapes::ShapeRef.new(shape: UpdateDomainUnitOutput)
6341
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6342
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6343
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6344
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6345
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
6346
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6347
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6348
+ end)
6349
+
5777
6350
  api.add_operation(:update_environment, Seahorse::Model::Operation.new.tap do |o|
5778
6351
  o.name = "UpdateEnvironment"
5779
6352
  o.http_method = "PATCH"