aws-sdk-datazone 1.19.0 → 1.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +704 -3
- data/lib/aws-sdk-datazone/client_api.rb +552 -0
- data/lib/aws-sdk-datazone/endpoints.rb +143 -0
- data/lib/aws-sdk-datazone/plugins/endpoints.rb +22 -0
- data/lib/aws-sdk-datazone/types.rb +1372 -39
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +281 -0
- data/sig/types.rbs +445 -0
- metadata +2 -2
@@ -26,6 +26,13 @@ module Aws::DataZone
|
|
26
26
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
27
27
|
ActionLink = Shapes::StringShape.new(name: 'ActionLink')
|
28
28
|
ActionParameters = Shapes::UnionShape.new(name: 'ActionParameters')
|
29
|
+
AddEntityOwnerInput = Shapes::StructureShape.new(name: 'AddEntityOwnerInput')
|
30
|
+
AddEntityOwnerOutput = Shapes::StructureShape.new(name: 'AddEntityOwnerOutput')
|
31
|
+
AddPolicyGrantInput = Shapes::StructureShape.new(name: 'AddPolicyGrantInput')
|
32
|
+
AddPolicyGrantOutput = Shapes::StructureShape.new(name: 'AddPolicyGrantOutput')
|
33
|
+
AddToProjectMemberPoolPolicyGrantDetail = Shapes::StructureShape.new(name: 'AddToProjectMemberPoolPolicyGrantDetail')
|
34
|
+
AllDomainUnitsGrantFilter = Shapes::StructureShape.new(name: 'AllDomainUnitsGrantFilter')
|
35
|
+
AllUsersGrantFilter = Shapes::StructureShape.new(name: 'AllUsersGrantFilter')
|
29
36
|
ApplicableAssetTypes = Shapes::ListShape.new(name: 'ApplicableAssetTypes')
|
30
37
|
AssetFilterConfiguration = Shapes::UnionShape.new(name: 'AssetFilterConfiguration')
|
31
38
|
AssetFilterSummary = Shapes::StructureShape.new(name: 'AssetFilterSummary')
|
@@ -80,6 +87,7 @@ module Aws::DataZone
|
|
80
87
|
CreateAssetRevisionOutput = Shapes::StructureShape.new(name: 'CreateAssetRevisionOutput')
|
81
88
|
CreateAssetTypeInput = Shapes::StructureShape.new(name: 'CreateAssetTypeInput')
|
82
89
|
CreateAssetTypeOutput = Shapes::StructureShape.new(name: 'CreateAssetTypeOutput')
|
90
|
+
CreateAssetTypePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateAssetTypePolicyGrantDetail')
|
83
91
|
CreateDataProductInput = Shapes::StructureShape.new(name: 'CreateDataProductInput')
|
84
92
|
CreateDataProductOutput = Shapes::StructureShape.new(name: 'CreateDataProductOutput')
|
85
93
|
CreateDataProductRevisionInput = Shapes::StructureShape.new(name: 'CreateDataProductRevisionInput')
|
@@ -88,16 +96,22 @@ module Aws::DataZone
|
|
88
96
|
CreateDataSourceOutput = Shapes::StructureShape.new(name: 'CreateDataSourceOutput')
|
89
97
|
CreateDomainInput = Shapes::StructureShape.new(name: 'CreateDomainInput')
|
90
98
|
CreateDomainOutput = Shapes::StructureShape.new(name: 'CreateDomainOutput')
|
99
|
+
CreateDomainUnitInput = Shapes::StructureShape.new(name: 'CreateDomainUnitInput')
|
100
|
+
CreateDomainUnitOutput = Shapes::StructureShape.new(name: 'CreateDomainUnitOutput')
|
101
|
+
CreateDomainUnitPolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateDomainUnitPolicyGrantDetail')
|
91
102
|
CreateEnvironmentActionInput = Shapes::StructureShape.new(name: 'CreateEnvironmentActionInput')
|
92
103
|
CreateEnvironmentActionOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentActionOutput')
|
93
104
|
CreateEnvironmentInput = Shapes::StructureShape.new(name: 'CreateEnvironmentInput')
|
94
105
|
CreateEnvironmentOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentOutput')
|
95
106
|
CreateEnvironmentProfileInput = Shapes::StructureShape.new(name: 'CreateEnvironmentProfileInput')
|
96
107
|
CreateEnvironmentProfileOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentProfileOutput')
|
108
|
+
CreateEnvironmentProfilePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateEnvironmentProfilePolicyGrantDetail')
|
97
109
|
CreateFormTypeInput = Shapes::StructureShape.new(name: 'CreateFormTypeInput')
|
98
110
|
CreateFormTypeOutput = Shapes::StructureShape.new(name: 'CreateFormTypeOutput')
|
111
|
+
CreateFormTypePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateFormTypePolicyGrantDetail')
|
99
112
|
CreateGlossaryInput = Shapes::StructureShape.new(name: 'CreateGlossaryInput')
|
100
113
|
CreateGlossaryOutput = Shapes::StructureShape.new(name: 'CreateGlossaryOutput')
|
114
|
+
CreateGlossaryPolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateGlossaryPolicyGrantDetail')
|
101
115
|
CreateGlossaryTermInput = Shapes::StructureShape.new(name: 'CreateGlossaryTermInput')
|
102
116
|
CreateGlossaryTermOutput = Shapes::StructureShape.new(name: 'CreateGlossaryTermOutput')
|
103
117
|
CreateGroupProfileInput = Shapes::StructureShape.new(name: 'CreateGroupProfileInput')
|
@@ -108,6 +122,7 @@ module Aws::DataZone
|
|
108
122
|
CreateProjectMembershipInput = Shapes::StructureShape.new(name: 'CreateProjectMembershipInput')
|
109
123
|
CreateProjectMembershipOutput = Shapes::StructureShape.new(name: 'CreateProjectMembershipOutput')
|
110
124
|
CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
|
125
|
+
CreateProjectPolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateProjectPolicyGrantDetail')
|
111
126
|
CreateSubscriptionGrantInput = Shapes::StructureShape.new(name: 'CreateSubscriptionGrantInput')
|
112
127
|
CreateSubscriptionGrantOutput = Shapes::StructureShape.new(name: 'CreateSubscriptionGrantOutput')
|
113
128
|
CreateSubscriptionRequestInput = Shapes::StructureShape.new(name: 'CreateSubscriptionRequestInput')
|
@@ -155,6 +170,7 @@ module Aws::DataZone
|
|
155
170
|
DataSourceSummaries = Shapes::ListShape.new(name: 'DataSourceSummaries')
|
156
171
|
DataSourceSummary = Shapes::StructureShape.new(name: 'DataSourceSummary')
|
157
172
|
DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
|
173
|
+
DataZoneEntityType = Shapes::StringShape.new(name: 'DataZoneEntityType')
|
158
174
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
|
159
175
|
DecisionComment = Shapes::StringShape.new(name: 'DecisionComment')
|
160
176
|
DeleteAssetFilterInput = Shapes::StructureShape.new(name: 'DeleteAssetFilterInput')
|
@@ -168,6 +184,8 @@ module Aws::DataZone
|
|
168
184
|
DeleteDataSourceOutput = Shapes::StructureShape.new(name: 'DeleteDataSourceOutput')
|
169
185
|
DeleteDomainInput = Shapes::StructureShape.new(name: 'DeleteDomainInput')
|
170
186
|
DeleteDomainOutput = Shapes::StructureShape.new(name: 'DeleteDomainOutput')
|
187
|
+
DeleteDomainUnitInput = Shapes::StructureShape.new(name: 'DeleteDomainUnitInput')
|
188
|
+
DeleteDomainUnitOutput = Shapes::StructureShape.new(name: 'DeleteDomainUnitOutput')
|
171
189
|
DeleteEnvironmentActionInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentActionInput')
|
172
190
|
DeleteEnvironmentBlueprintConfigurationInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentBlueprintConfigurationInput')
|
173
191
|
DeleteEnvironmentBlueprintConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteEnvironmentBlueprintConfigurationOutput')
|
@@ -210,12 +228,27 @@ module Aws::DataZone
|
|
210
228
|
DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
|
211
229
|
DomainSummaries = Shapes::ListShape.new(name: 'DomainSummaries')
|
212
230
|
DomainSummary = Shapes::StructureShape.new(name: 'DomainSummary')
|
231
|
+
DomainUnitDescription = Shapes::StringShape.new(name: 'DomainUnitDescription')
|
232
|
+
DomainUnitDesignation = Shapes::StringShape.new(name: 'DomainUnitDesignation')
|
233
|
+
DomainUnitFilterForProject = Shapes::StructureShape.new(name: 'DomainUnitFilterForProject')
|
234
|
+
DomainUnitGrantFilter = Shapes::UnionShape.new(name: 'DomainUnitGrantFilter')
|
235
|
+
DomainUnitGroupProperties = Shapes::StructureShape.new(name: 'DomainUnitGroupProperties')
|
236
|
+
DomainUnitId = Shapes::StringShape.new(name: 'DomainUnitId')
|
237
|
+
DomainUnitIds = Shapes::ListShape.new(name: 'DomainUnitIds')
|
238
|
+
DomainUnitName = Shapes::StringShape.new(name: 'DomainUnitName')
|
239
|
+
DomainUnitOwnerProperties = Shapes::UnionShape.new(name: 'DomainUnitOwnerProperties')
|
240
|
+
DomainUnitOwners = Shapes::ListShape.new(name: 'DomainUnitOwners')
|
241
|
+
DomainUnitPolicyGrantPrincipal = Shapes::StructureShape.new(name: 'DomainUnitPolicyGrantPrincipal')
|
242
|
+
DomainUnitSummaries = Shapes::ListShape.new(name: 'DomainUnitSummaries')
|
243
|
+
DomainUnitSummary = Shapes::StructureShape.new(name: 'DomainUnitSummary')
|
244
|
+
DomainUnitUserProperties = Shapes::StructureShape.new(name: 'DomainUnitUserProperties')
|
213
245
|
EdgeDirection = Shapes::StringShape.new(name: 'EdgeDirection')
|
214
246
|
EditedValue = Shapes::StringShape.new(name: 'EditedValue')
|
215
247
|
EnableSetting = Shapes::StringShape.new(name: 'EnableSetting')
|
216
248
|
EnabledRegionList = Shapes::ListShape.new(name: 'EnabledRegionList')
|
217
249
|
EntityId = Shapes::StringShape.new(name: 'EntityId')
|
218
250
|
EntityIdentifier = Shapes::StringShape.new(name: 'EntityIdentifier')
|
251
|
+
EntityOwners = Shapes::ListShape.new(name: 'EntityOwners')
|
219
252
|
EntityType = Shapes::StringShape.new(name: 'EntityType')
|
220
253
|
EnvironmentActionId = Shapes::StringShape.new(name: 'EnvironmentActionId')
|
221
254
|
EnvironmentActionList = Shapes::ListShape.new(name: 'EnvironmentActionList')
|
@@ -285,6 +318,8 @@ module Aws::DataZone
|
|
285
318
|
GetDataSourceRunOutput = Shapes::StructureShape.new(name: 'GetDataSourceRunOutput')
|
286
319
|
GetDomainInput = Shapes::StructureShape.new(name: 'GetDomainInput')
|
287
320
|
GetDomainOutput = Shapes::StructureShape.new(name: 'GetDomainOutput')
|
321
|
+
GetDomainUnitInput = Shapes::StructureShape.new(name: 'GetDomainUnitInput')
|
322
|
+
GetDomainUnitOutput = Shapes::StructureShape.new(name: 'GetDomainUnitOutput')
|
288
323
|
GetEnvironmentActionInput = Shapes::StructureShape.new(name: 'GetEnvironmentActionInput')
|
289
324
|
GetEnvironmentActionOutput = Shapes::StructureShape.new(name: 'GetEnvironmentActionOutput')
|
290
325
|
GetEnvironmentBlueprintConfigurationInput = Shapes::StructureShape.new(name: 'GetEnvironmentBlueprintConfigurationInput')
|
@@ -352,6 +387,7 @@ module Aws::DataZone
|
|
352
387
|
GreaterThanOrEqualToExpression = Shapes::StructureShape.new(name: 'GreaterThanOrEqualToExpression')
|
353
388
|
GroupDetails = Shapes::StructureShape.new(name: 'GroupDetails')
|
354
389
|
GroupIdentifier = Shapes::StringShape.new(name: 'GroupIdentifier')
|
390
|
+
GroupPolicyGrantPrincipal = Shapes::UnionShape.new(name: 'GroupPolicyGrantPrincipal')
|
355
391
|
GroupProfileId = Shapes::StringShape.new(name: 'GroupProfileId')
|
356
392
|
GroupProfileName = Shapes::StringShape.new(name: 'GroupProfileName')
|
357
393
|
GroupProfileStatus = Shapes::StringShape.new(name: 'GroupProfileStatus')
|
@@ -395,8 +431,12 @@ module Aws::DataZone
|
|
395
431
|
ListDataSourceRunsOutput = Shapes::StructureShape.new(name: 'ListDataSourceRunsOutput')
|
396
432
|
ListDataSourcesInput = Shapes::StructureShape.new(name: 'ListDataSourcesInput')
|
397
433
|
ListDataSourcesOutput = Shapes::StructureShape.new(name: 'ListDataSourcesOutput')
|
434
|
+
ListDomainUnitsForParentInput = Shapes::StructureShape.new(name: 'ListDomainUnitsForParentInput')
|
435
|
+
ListDomainUnitsForParentOutput = Shapes::StructureShape.new(name: 'ListDomainUnitsForParentOutput')
|
398
436
|
ListDomainsInput = Shapes::StructureShape.new(name: 'ListDomainsInput')
|
399
437
|
ListDomainsOutput = Shapes::StructureShape.new(name: 'ListDomainsOutput')
|
438
|
+
ListEntityOwnersInput = Shapes::StructureShape.new(name: 'ListEntityOwnersInput')
|
439
|
+
ListEntityOwnersOutput = Shapes::StructureShape.new(name: 'ListEntityOwnersOutput')
|
400
440
|
ListEnvironmentActionSummaries = Shapes::ListShape.new(name: 'ListEnvironmentActionSummaries')
|
401
441
|
ListEnvironmentActionsInput = Shapes::StructureShape.new(name: 'ListEnvironmentActionsInput')
|
402
442
|
ListEnvironmentActionsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentActionsOutput')
|
@@ -414,6 +454,8 @@ module Aws::DataZone
|
|
414
454
|
ListMetadataGenerationRunsOutput = Shapes::StructureShape.new(name: 'ListMetadataGenerationRunsOutput')
|
415
455
|
ListNotificationsInput = Shapes::StructureShape.new(name: 'ListNotificationsInput')
|
416
456
|
ListNotificationsOutput = Shapes::StructureShape.new(name: 'ListNotificationsOutput')
|
457
|
+
ListPolicyGrantsInput = Shapes::StructureShape.new(name: 'ListPolicyGrantsInput')
|
458
|
+
ListPolicyGrantsOutput = Shapes::StructureShape.new(name: 'ListPolicyGrantsOutput')
|
417
459
|
ListProjectMembershipsInput = Shapes::StructureShape.new(name: 'ListProjectMembershipsInput')
|
418
460
|
ListProjectMembershipsOutput = Shapes::StructureShape.new(name: 'ListProjectMembershipsOutput')
|
419
461
|
ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
|
@@ -441,6 +483,7 @@ module Aws::DataZone
|
|
441
483
|
ListingSummaryItem = Shapes::StructureShape.new(name: 'ListingSummaryItem')
|
442
484
|
ListingSummaryItems = Shapes::ListShape.new(name: 'ListingSummaryItems')
|
443
485
|
LongDescription = Shapes::StringShape.new(name: 'LongDescription')
|
486
|
+
ManagedPolicyType = Shapes::StringShape.new(name: 'ManagedPolicyType')
|
444
487
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
445
488
|
MaxResultsForListDomains = Shapes::IntegerShape.new(name: 'MaxResultsForListDomains')
|
446
489
|
Member = Shapes::UnionShape.new(name: 'Member')
|
@@ -466,7 +509,19 @@ module Aws::DataZone
|
|
466
509
|
NotificationSubjects = Shapes::ListShape.new(name: 'NotificationSubjects')
|
467
510
|
NotificationType = Shapes::StringShape.new(name: 'NotificationType')
|
468
511
|
NotificationsList = Shapes::ListShape.new(name: 'NotificationsList')
|
512
|
+
OverrideDomainUnitOwnersPolicyGrantDetail = Shapes::StructureShape.new(name: 'OverrideDomainUnitOwnersPolicyGrantDetail')
|
513
|
+
OverrideProjectOwnersPolicyGrantDetail = Shapes::StructureShape.new(name: 'OverrideProjectOwnersPolicyGrantDetail')
|
514
|
+
OwnerGroupProperties = Shapes::StructureShape.new(name: 'OwnerGroupProperties')
|
515
|
+
OwnerGroupPropertiesOutput = Shapes::StructureShape.new(name: 'OwnerGroupPropertiesOutput')
|
516
|
+
OwnerProperties = Shapes::UnionShape.new(name: 'OwnerProperties')
|
517
|
+
OwnerPropertiesOutput = Shapes::UnionShape.new(name: 'OwnerPropertiesOutput')
|
518
|
+
OwnerUserProperties = Shapes::StructureShape.new(name: 'OwnerUserProperties')
|
519
|
+
OwnerUserPropertiesOutput = Shapes::StructureShape.new(name: 'OwnerUserPropertiesOutput')
|
469
520
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
521
|
+
PolicyGrantDetail = Shapes::UnionShape.new(name: 'PolicyGrantDetail')
|
522
|
+
PolicyGrantList = Shapes::ListShape.new(name: 'PolicyGrantList')
|
523
|
+
PolicyGrantMember = Shapes::StructureShape.new(name: 'PolicyGrantMember')
|
524
|
+
PolicyGrantPrincipal = Shapes::UnionShape.new(name: 'PolicyGrantPrincipal')
|
470
525
|
PostLineageEventInput = Shapes::StructureShape.new(name: 'PostLineageEventInput')
|
471
526
|
PostLineageEventOutput = Shapes::StructureShape.new(name: 'PostLineageEventOutput')
|
472
527
|
PostTimeSeriesDataPointsInput = Shapes::StructureShape.new(name: 'PostTimeSeriesDataPointsInput')
|
@@ -474,10 +529,13 @@ module Aws::DataZone
|
|
474
529
|
PredictionChoices = Shapes::ListShape.new(name: 'PredictionChoices')
|
475
530
|
PredictionConfiguration = Shapes::StructureShape.new(name: 'PredictionConfiguration')
|
476
531
|
ProjectDeletionError = Shapes::StructureShape.new(name: 'ProjectDeletionError')
|
532
|
+
ProjectDesignation = Shapes::StringShape.new(name: 'ProjectDesignation')
|
533
|
+
ProjectGrantFilter = Shapes::UnionShape.new(name: 'ProjectGrantFilter')
|
477
534
|
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
478
535
|
ProjectMember = Shapes::StructureShape.new(name: 'ProjectMember')
|
479
536
|
ProjectMembers = Shapes::ListShape.new(name: 'ProjectMembers')
|
480
537
|
ProjectName = Shapes::StringShape.new(name: 'ProjectName')
|
538
|
+
ProjectPolicyGrantPrincipal = Shapes::StructureShape.new(name: 'ProjectPolicyGrantPrincipal')
|
481
539
|
ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
|
482
540
|
ProjectSummaries = Shapes::ListShape.new(name: 'ProjectSummaries')
|
483
541
|
ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
|
@@ -518,6 +576,10 @@ module Aws::DataZone
|
|
518
576
|
RelationalFilterConfigurationDatabaseNameString = Shapes::StringShape.new(name: 'RelationalFilterConfigurationDatabaseNameString')
|
519
577
|
RelationalFilterConfigurationSchemaNameString = Shapes::StringShape.new(name: 'RelationalFilterConfigurationSchemaNameString')
|
520
578
|
RelationalFilterConfigurations = Shapes::ListShape.new(name: 'RelationalFilterConfigurations')
|
579
|
+
RemoveEntityOwnerInput = Shapes::StructureShape.new(name: 'RemoveEntityOwnerInput')
|
580
|
+
RemoveEntityOwnerOutput = Shapes::StructureShape.new(name: 'RemoveEntityOwnerOutput')
|
581
|
+
RemovePolicyGrantInput = Shapes::StructureShape.new(name: 'RemovePolicyGrantInput')
|
582
|
+
RemovePolicyGrantOutput = Shapes::StructureShape.new(name: 'RemovePolicyGrantOutput')
|
521
583
|
RequestReason = Shapes::StringShape.new(name: 'RequestReason')
|
522
584
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
523
585
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
@@ -617,6 +679,7 @@ module Aws::DataZone
|
|
617
679
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
618
680
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
619
681
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
682
|
+
TargetEntityType = Shapes::StringShape.new(name: 'TargetEntityType')
|
620
683
|
TaskId = Shapes::StringShape.new(name: 'TaskId')
|
621
684
|
TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
|
622
685
|
TermRelations = Shapes::StructureShape.new(name: 'TermRelations')
|
@@ -642,6 +705,7 @@ module Aws::DataZone
|
|
642
705
|
TypeName = Shapes::StringShape.new(name: 'TypeName')
|
643
706
|
TypesSearchScope = Shapes::StringShape.new(name: 'TypesSearchScope')
|
644
707
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
708
|
+
Unit = Shapes::StructureShape.new(name: 'Unit')
|
645
709
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
646
710
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
647
711
|
UpdateAssetFilterInput = Shapes::StructureShape.new(name: 'UpdateAssetFilterInput')
|
@@ -650,6 +714,8 @@ module Aws::DataZone
|
|
650
714
|
UpdateDataSourceOutput = Shapes::StructureShape.new(name: 'UpdateDataSourceOutput')
|
651
715
|
UpdateDomainInput = Shapes::StructureShape.new(name: 'UpdateDomainInput')
|
652
716
|
UpdateDomainOutput = Shapes::StructureShape.new(name: 'UpdateDomainOutput')
|
717
|
+
UpdateDomainUnitInput = Shapes::StructureShape.new(name: 'UpdateDomainUnitInput')
|
718
|
+
UpdateDomainUnitOutput = Shapes::StructureShape.new(name: 'UpdateDomainUnitOutput')
|
653
719
|
UpdateEnvironmentActionInput = Shapes::StructureShape.new(name: 'UpdateEnvironmentActionInput')
|
654
720
|
UpdateEnvironmentActionOutput = Shapes::StructureShape.new(name: 'UpdateEnvironmentActionOutput')
|
655
721
|
UpdateEnvironmentInput = Shapes::StructureShape.new(name: 'UpdateEnvironmentInput')
|
@@ -680,6 +746,7 @@ module Aws::DataZone
|
|
680
746
|
UserDesignation = Shapes::StringShape.new(name: 'UserDesignation')
|
681
747
|
UserDetails = Shapes::StructureShape.new(name: 'UserDetails')
|
682
748
|
UserIdentifier = Shapes::StringShape.new(name: 'UserIdentifier')
|
749
|
+
UserPolicyGrantPrincipal = Shapes::UnionShape.new(name: 'UserPolicyGrantPrincipal')
|
683
750
|
UserProfileDetails = Shapes::UnionShape.new(name: 'UserProfileDetails')
|
684
751
|
UserProfileId = Shapes::StringShape.new(name: 'UserProfileId')
|
685
752
|
UserProfileName = Shapes::StringShape.new(name: 'UserProfileName')
|
@@ -748,6 +815,33 @@ module Aws::DataZone
|
|
748
815
|
ActionParameters.add_member_subclass(:unknown, Types::ActionParameters::Unknown)
|
749
816
|
ActionParameters.struct_class = Types::ActionParameters
|
750
817
|
|
818
|
+
AddEntityOwnerInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
819
|
+
AddEntityOwnerInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
820
|
+
AddEntityOwnerInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
|
821
|
+
AddEntityOwnerInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: DataZoneEntityType, required: true, location: "uri", location_name: "entityType"))
|
822
|
+
AddEntityOwnerInput.add_member(:owner, Shapes::ShapeRef.new(shape: OwnerProperties, required: true, location_name: "owner"))
|
823
|
+
AddEntityOwnerInput.struct_class = Types::AddEntityOwnerInput
|
824
|
+
|
825
|
+
AddEntityOwnerOutput.struct_class = Types::AddEntityOwnerOutput
|
826
|
+
|
827
|
+
AddPolicyGrantInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
828
|
+
AddPolicyGrantInput.add_member(:detail, Shapes::ShapeRef.new(shape: PolicyGrantDetail, required: true, location_name: "detail"))
|
829
|
+
AddPolicyGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
830
|
+
AddPolicyGrantInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
|
831
|
+
AddPolicyGrantInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: TargetEntityType, required: true, location: "uri", location_name: "entityType"))
|
832
|
+
AddPolicyGrantInput.add_member(:policy_type, Shapes::ShapeRef.new(shape: ManagedPolicyType, required: true, location_name: "policyType"))
|
833
|
+
AddPolicyGrantInput.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, required: true, location_name: "principal"))
|
834
|
+
AddPolicyGrantInput.struct_class = Types::AddPolicyGrantInput
|
835
|
+
|
836
|
+
AddPolicyGrantOutput.struct_class = Types::AddPolicyGrantOutput
|
837
|
+
|
838
|
+
AddToProjectMemberPoolPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
839
|
+
AddToProjectMemberPoolPolicyGrantDetail.struct_class = Types::AddToProjectMemberPoolPolicyGrantDetail
|
840
|
+
|
841
|
+
AllDomainUnitsGrantFilter.struct_class = Types::AllDomainUnitsGrantFilter
|
842
|
+
|
843
|
+
AllUsersGrantFilter.struct_class = Types::AllUsersGrantFilter
|
844
|
+
|
751
845
|
ApplicableAssetTypes.member = Shapes::ShapeRef.new(shape: TypeName)
|
752
846
|
|
753
847
|
AssetFilterConfiguration.add_member(:column_configuration, Shapes::ShapeRef.new(shape: ColumnFilterConfiguration, location_name: "columnConfiguration"))
|
@@ -1030,6 +1124,9 @@ module Aws::DataZone
|
|
1030
1124
|
CreateAssetTypeOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1031
1125
|
CreateAssetTypeOutput.struct_class = Types::CreateAssetTypeOutput
|
1032
1126
|
|
1127
|
+
CreateAssetTypePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
1128
|
+
CreateAssetTypePolicyGrantDetail.struct_class = Types::CreateAssetTypePolicyGrantDetail
|
1129
|
+
|
1033
1130
|
CreateDataProductInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1034
1131
|
CreateDataProductInput.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
|
1035
1132
|
CreateDataProductInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -1135,11 +1232,33 @@ module Aws::DataZone
|
|
1135
1232
|
CreateDomainOutput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyIdentifier"))
|
1136
1233
|
CreateDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1137
1234
|
CreateDomainOutput.add_member(:portal_url, Shapes::ShapeRef.new(shape: String, location_name: "portalUrl"))
|
1235
|
+
CreateDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
|
1138
1236
|
CreateDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
|
1139
1237
|
CreateDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "status"))
|
1140
1238
|
CreateDomainOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1141
1239
|
CreateDomainOutput.struct_class = Types::CreateDomainOutput
|
1142
1240
|
|
1241
|
+
CreateDomainUnitInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1242
|
+
CreateDomainUnitInput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
|
1243
|
+
CreateDomainUnitInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1244
|
+
CreateDomainUnitInput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, required: true, location_name: "name"))
|
1245
|
+
CreateDomainUnitInput.add_member(:parent_domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "parentDomainUnitIdentifier"))
|
1246
|
+
CreateDomainUnitInput.struct_class = Types::CreateDomainUnitInput
|
1247
|
+
|
1248
|
+
CreateDomainUnitOutput.add_member(:ancestor_domain_unit_ids, Shapes::ShapeRef.new(shape: DomainUnitIds, required: true, location_name: "ancestorDomainUnitIds"))
|
1249
|
+
CreateDomainUnitOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1250
|
+
CreateDomainUnitOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
1251
|
+
CreateDomainUnitOutput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
|
1252
|
+
CreateDomainUnitOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
1253
|
+
CreateDomainUnitOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "id"))
|
1254
|
+
CreateDomainUnitOutput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, required: true, location_name: "name"))
|
1255
|
+
CreateDomainUnitOutput.add_member(:owners, Shapes::ShapeRef.new(shape: DomainUnitOwners, required: true, location_name: "owners"))
|
1256
|
+
CreateDomainUnitOutput.add_member(:parent_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "parentDomainUnitId"))
|
1257
|
+
CreateDomainUnitOutput.struct_class = Types::CreateDomainUnitOutput
|
1258
|
+
|
1259
|
+
CreateDomainUnitPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
1260
|
+
CreateDomainUnitPolicyGrantDetail.struct_class = Types::CreateDomainUnitPolicyGrantDetail
|
1261
|
+
|
1143
1262
|
CreateEnvironmentActionInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
1144
1263
|
CreateEnvironmentActionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1145
1264
|
CreateEnvironmentActionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
|
@@ -1214,6 +1333,9 @@ module Aws::DataZone
|
|
1214
1333
|
CreateEnvironmentProfileOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: CustomParameterList, location_name: "userParameters"))
|
1215
1334
|
CreateEnvironmentProfileOutput.struct_class = Types::CreateEnvironmentProfileOutput
|
1216
1335
|
|
1336
|
+
CreateEnvironmentProfilePolicyGrantDetail.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
1337
|
+
CreateEnvironmentProfilePolicyGrantDetail.struct_class = Types::CreateEnvironmentProfilePolicyGrantDetail
|
1338
|
+
|
1217
1339
|
CreateFormTypeInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1218
1340
|
CreateFormTypeInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1219
1341
|
CreateFormTypeInput.add_member(:model, Shapes::ShapeRef.new(shape: Model, required: true, location_name: "model"))
|
@@ -1231,6 +1353,9 @@ module Aws::DataZone
|
|
1231
1353
|
CreateFormTypeOutput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
|
1232
1354
|
CreateFormTypeOutput.struct_class = Types::CreateFormTypeOutput
|
1233
1355
|
|
1356
|
+
CreateFormTypePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
1357
|
+
CreateFormTypePolicyGrantDetail.struct_class = Types::CreateFormTypePolicyGrantDetail
|
1358
|
+
|
1234
1359
|
CreateGlossaryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1235
1360
|
CreateGlossaryInput.add_member(:description, Shapes::ShapeRef.new(shape: GlossaryDescription, location_name: "description"))
|
1236
1361
|
CreateGlossaryInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -1247,6 +1372,9 @@ module Aws::DataZone
|
|
1247
1372
|
CreateGlossaryOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, location_name: "status"))
|
1248
1373
|
CreateGlossaryOutput.struct_class = Types::CreateGlossaryOutput
|
1249
1374
|
|
1375
|
+
CreateGlossaryPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
1376
|
+
CreateGlossaryPolicyGrantDetail.struct_class = Types::CreateGlossaryPolicyGrantDetail
|
1377
|
+
|
1250
1378
|
CreateGlossaryTermInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1251
1379
|
CreateGlossaryTermInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1252
1380
|
CreateGlossaryTermInput.add_member(:glossary_identifier, Shapes::ShapeRef.new(shape: GlossaryTermId, required: true, location_name: "glossaryIdentifier"))
|
@@ -1293,6 +1421,7 @@ module Aws::DataZone
|
|
1293
1421
|
|
1294
1422
|
CreateProjectInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1295
1423
|
CreateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1424
|
+
CreateProjectInput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
1296
1425
|
CreateProjectInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
1297
1426
|
CreateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
|
1298
1427
|
CreateProjectInput.struct_class = Types::CreateProjectInput
|
@@ -1309,6 +1438,7 @@ module Aws::DataZone
|
|
1309
1438
|
CreateProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1310
1439
|
CreateProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1311
1440
|
CreateProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
1441
|
+
CreateProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
1312
1442
|
CreateProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
1313
1443
|
CreateProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
1314
1444
|
CreateProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
@@ -1317,6 +1447,9 @@ module Aws::DataZone
|
|
1317
1447
|
CreateProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "projectStatus"))
|
1318
1448
|
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
1319
1449
|
|
1450
|
+
CreateProjectPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
1451
|
+
CreateProjectPolicyGrantDetail.struct_class = Types::CreateProjectPolicyGrantDetail
|
1452
|
+
|
1320
1453
|
CreateSubscriptionGrantInput.add_member(:asset_target_names, Shapes::ShapeRef.new(shape: AssetTargetNames, location_name: "assetTargetNames"))
|
1321
1454
|
CreateSubscriptionGrantInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1322
1455
|
CreateSubscriptionGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -1598,6 +1731,12 @@ module Aws::DataZone
|
|
1598
1731
|
DeleteDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "status"))
|
1599
1732
|
DeleteDomainOutput.struct_class = Types::DeleteDomainOutput
|
1600
1733
|
|
1734
|
+
DeleteDomainUnitInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1735
|
+
DeleteDomainUnitInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location: "uri", location_name: "identifier"))
|
1736
|
+
DeleteDomainUnitInput.struct_class = Types::DeleteDomainUnitInput
|
1737
|
+
|
1738
|
+
DeleteDomainUnitOutput.struct_class = Types::DeleteDomainUnitOutput
|
1739
|
+
|
1601
1740
|
DeleteEnvironmentActionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1602
1741
|
DeleteEnvironmentActionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
|
1603
1742
|
DeleteEnvironmentActionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "identifier"))
|
@@ -1730,8 +1869,49 @@ module Aws::DataZone
|
|
1730
1869
|
DomainSummary.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "status"))
|
1731
1870
|
DomainSummary.struct_class = Types::DomainSummary
|
1732
1871
|
|
1872
|
+
DomainUnitFilterForProject.add_member(:domain_unit, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnit"))
|
1873
|
+
DomainUnitFilterForProject.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits", metadata: {"box"=>true}))
|
1874
|
+
DomainUnitFilterForProject.struct_class = Types::DomainUnitFilterForProject
|
1875
|
+
|
1876
|
+
DomainUnitGrantFilter.add_member(:all_domain_units_grant_filter, Shapes::ShapeRef.new(shape: AllDomainUnitsGrantFilter, location_name: "allDomainUnitsGrantFilter"))
|
1877
|
+
DomainUnitGrantFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1878
|
+
DomainUnitGrantFilter.add_member_subclass(:all_domain_units_grant_filter, Types::DomainUnitGrantFilter::AllDomainUnitsGrantFilter)
|
1879
|
+
DomainUnitGrantFilter.add_member_subclass(:unknown, Types::DomainUnitGrantFilter::Unknown)
|
1880
|
+
DomainUnitGrantFilter.struct_class = Types::DomainUnitGrantFilter
|
1881
|
+
|
1882
|
+
DomainUnitGroupProperties.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
1883
|
+
DomainUnitGroupProperties.struct_class = Types::DomainUnitGroupProperties
|
1884
|
+
|
1885
|
+
DomainUnitIds.member = Shapes::ShapeRef.new(shape: DomainUnitId)
|
1886
|
+
|
1887
|
+
DomainUnitOwnerProperties.add_member(:group, Shapes::ShapeRef.new(shape: DomainUnitGroupProperties, location_name: "group"))
|
1888
|
+
DomainUnitOwnerProperties.add_member(:user, Shapes::ShapeRef.new(shape: DomainUnitUserProperties, location_name: "user"))
|
1889
|
+
DomainUnitOwnerProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1890
|
+
DomainUnitOwnerProperties.add_member_subclass(:group, Types::DomainUnitOwnerProperties::Group)
|
1891
|
+
DomainUnitOwnerProperties.add_member_subclass(:user, Types::DomainUnitOwnerProperties::User)
|
1892
|
+
DomainUnitOwnerProperties.add_member_subclass(:unknown, Types::DomainUnitOwnerProperties::Unknown)
|
1893
|
+
DomainUnitOwnerProperties.struct_class = Types::DomainUnitOwnerProperties
|
1894
|
+
|
1895
|
+
DomainUnitOwners.member = Shapes::ShapeRef.new(shape: DomainUnitOwnerProperties)
|
1896
|
+
|
1897
|
+
DomainUnitPolicyGrantPrincipal.add_member(:domain_unit_designation, Shapes::ShapeRef.new(shape: DomainUnitDesignation, required: true, location_name: "domainUnitDesignation"))
|
1898
|
+
DomainUnitPolicyGrantPrincipal.add_member(:domain_unit_grant_filter, Shapes::ShapeRef.new(shape: DomainUnitGrantFilter, location_name: "domainUnitGrantFilter"))
|
1899
|
+
DomainUnitPolicyGrantPrincipal.add_member(:domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitIdentifier"))
|
1900
|
+
DomainUnitPolicyGrantPrincipal.struct_class = Types::DomainUnitPolicyGrantPrincipal
|
1901
|
+
|
1902
|
+
DomainUnitSummaries.member = Shapes::ShapeRef.new(shape: DomainUnitSummary)
|
1903
|
+
|
1904
|
+
DomainUnitSummary.add_member(:id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "id"))
|
1905
|
+
DomainUnitSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1906
|
+
DomainUnitSummary.struct_class = Types::DomainUnitSummary
|
1907
|
+
|
1908
|
+
DomainUnitUserProperties.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
|
1909
|
+
DomainUnitUserProperties.struct_class = Types::DomainUnitUserProperties
|
1910
|
+
|
1733
1911
|
EnabledRegionList.member = Shapes::ShapeRef.new(shape: RegionName)
|
1734
1912
|
|
1913
|
+
EntityOwners.member = Shapes::ShapeRef.new(shape: OwnerPropertiesOutput)
|
1914
|
+
|
1735
1915
|
EnvironmentActionList.member = Shapes::ShapeRef.new(shape: ConfigurableEnvironmentAction)
|
1736
1916
|
|
1737
1917
|
EnvironmentActionSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -2027,11 +2207,28 @@ module Aws::DataZone
|
|
2027
2207
|
GetDomainOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
|
2028
2208
|
GetDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
2029
2209
|
GetDomainOutput.add_member(:portal_url, Shapes::ShapeRef.new(shape: String, location_name: "portalUrl"))
|
2210
|
+
GetDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
|
2030
2211
|
GetDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
|
2031
2212
|
GetDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "status"))
|
2032
2213
|
GetDomainOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2033
2214
|
GetDomainOutput.struct_class = Types::GetDomainOutput
|
2034
2215
|
|
2216
|
+
GetDomainUnitInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2217
|
+
GetDomainUnitInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location: "uri", location_name: "identifier"))
|
2218
|
+
GetDomainUnitInput.struct_class = Types::GetDomainUnitInput
|
2219
|
+
|
2220
|
+
GetDomainUnitOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
2221
|
+
GetDomainUnitOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
2222
|
+
GetDomainUnitOutput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
|
2223
|
+
GetDomainUnitOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
2224
|
+
GetDomainUnitOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "id"))
|
2225
|
+
GetDomainUnitOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
|
2226
|
+
GetDomainUnitOutput.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "lastUpdatedBy"))
|
2227
|
+
GetDomainUnitOutput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, required: true, location_name: "name"))
|
2228
|
+
GetDomainUnitOutput.add_member(:owners, Shapes::ShapeRef.new(shape: DomainUnitOwners, required: true, location_name: "owners"))
|
2229
|
+
GetDomainUnitOutput.add_member(:parent_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "parentDomainUnitId"))
|
2230
|
+
GetDomainUnitOutput.struct_class = Types::GetDomainUnitOutput
|
2231
|
+
|
2035
2232
|
GetEnvironmentActionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2036
2233
|
GetEnvironmentActionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
|
2037
2234
|
GetEnvironmentActionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "identifier"))
|
@@ -2263,6 +2460,7 @@ module Aws::DataZone
|
|
2263
2460
|
GetProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2264
2461
|
GetProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2265
2462
|
GetProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
2463
|
+
GetProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
2266
2464
|
GetProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
2267
2465
|
GetProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
2268
2466
|
GetProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
@@ -2441,6 +2639,12 @@ module Aws::DataZone
|
|
2441
2639
|
GroupDetails.add_member(:group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "groupId"))
|
2442
2640
|
GroupDetails.struct_class = Types::GroupDetails
|
2443
2641
|
|
2642
|
+
GroupPolicyGrantPrincipal.add_member(:group_identifier, Shapes::ShapeRef.new(shape: GroupIdentifier, location_name: "groupIdentifier"))
|
2643
|
+
GroupPolicyGrantPrincipal.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2644
|
+
GroupPolicyGrantPrincipal.add_member_subclass(:group_identifier, Types::GroupPolicyGrantPrincipal::GroupIdentifier)
|
2645
|
+
GroupPolicyGrantPrincipal.add_member_subclass(:unknown, Types::GroupPolicyGrantPrincipal::Unknown)
|
2646
|
+
GroupPolicyGrantPrincipal.struct_class = Types::GroupPolicyGrantPrincipal
|
2647
|
+
|
2444
2648
|
GroupProfileSummaries.member = Shapes::ShapeRef.new(shape: GroupProfileSummary)
|
2445
2649
|
|
2446
2650
|
GroupProfileSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
@@ -2589,6 +2793,16 @@ module Aws::DataZone
|
|
2589
2793
|
ListDataSourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
2590
2794
|
ListDataSourcesOutput.struct_class = Types::ListDataSourcesOutput
|
2591
2795
|
|
2796
|
+
ListDomainUnitsForParentInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2797
|
+
ListDomainUnitsForParentInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsForListDomains, location: "querystring", location_name: "maxResults"))
|
2798
|
+
ListDomainUnitsForParentInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
2799
|
+
ListDomainUnitsForParentInput.add_member(:parent_domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location: "querystring", location_name: "parentDomainUnitIdentifier"))
|
2800
|
+
ListDomainUnitsForParentInput.struct_class = Types::ListDomainUnitsForParentInput
|
2801
|
+
|
2802
|
+
ListDomainUnitsForParentOutput.add_member(:items, Shapes::ShapeRef.new(shape: DomainUnitSummaries, required: true, location_name: "items"))
|
2803
|
+
ListDomainUnitsForParentOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
2804
|
+
ListDomainUnitsForParentOutput.struct_class = Types::ListDomainUnitsForParentOutput
|
2805
|
+
|
2592
2806
|
ListDomainsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsForListDomains, location: "querystring", location_name: "maxResults"))
|
2593
2807
|
ListDomainsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
2594
2808
|
ListDomainsInput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, location: "querystring", location_name: "status"))
|
@@ -2598,6 +2812,17 @@ module Aws::DataZone
|
|
2598
2812
|
ListDomainsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
2599
2813
|
ListDomainsOutput.struct_class = Types::ListDomainsOutput
|
2600
2814
|
|
2815
|
+
ListEntityOwnersInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2816
|
+
ListEntityOwnersInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
|
2817
|
+
ListEntityOwnersInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: DataZoneEntityType, required: true, location: "uri", location_name: "entityType"))
|
2818
|
+
ListEntityOwnersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsForListDomains, location: "querystring", location_name: "maxResults"))
|
2819
|
+
ListEntityOwnersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
2820
|
+
ListEntityOwnersInput.struct_class = Types::ListEntityOwnersInput
|
2821
|
+
|
2822
|
+
ListEntityOwnersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
2823
|
+
ListEntityOwnersOutput.add_member(:owners, Shapes::ShapeRef.new(shape: EntityOwners, required: true, location_name: "owners"))
|
2824
|
+
ListEntityOwnersOutput.struct_class = Types::ListEntityOwnersOutput
|
2825
|
+
|
2601
2826
|
ListEnvironmentActionSummaries.member = Shapes::ShapeRef.new(shape: EnvironmentActionSummary)
|
2602
2827
|
|
2603
2828
|
ListEnvironmentActionsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -2700,6 +2925,18 @@ module Aws::DataZone
|
|
2700
2925
|
ListNotificationsOutput.add_member(:notifications, Shapes::ShapeRef.new(shape: NotificationsList, location_name: "notifications"))
|
2701
2926
|
ListNotificationsOutput.struct_class = Types::ListNotificationsOutput
|
2702
2927
|
|
2928
|
+
ListPolicyGrantsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2929
|
+
ListPolicyGrantsInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
|
2930
|
+
ListPolicyGrantsInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: TargetEntityType, required: true, location: "uri", location_name: "entityType"))
|
2931
|
+
ListPolicyGrantsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsForListDomains, location: "querystring", location_name: "maxResults"))
|
2932
|
+
ListPolicyGrantsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
2933
|
+
ListPolicyGrantsInput.add_member(:policy_type, Shapes::ShapeRef.new(shape: ManagedPolicyType, required: true, location: "querystring", location_name: "policyType"))
|
2934
|
+
ListPolicyGrantsInput.struct_class = Types::ListPolicyGrantsInput
|
2935
|
+
|
2936
|
+
ListPolicyGrantsOutput.add_member(:grant_list, Shapes::ShapeRef.new(shape: PolicyGrantList, required: true, location_name: "grantList"))
|
2937
|
+
ListPolicyGrantsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
2938
|
+
ListPolicyGrantsOutput.struct_class = Types::ListPolicyGrantsOutput
|
2939
|
+
|
2703
2940
|
ListProjectMembershipsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2704
2941
|
ListProjectMembershipsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2705
2942
|
ListProjectMembershipsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
@@ -2909,6 +3146,86 @@ module Aws::DataZone
|
|
2909
3146
|
|
2910
3147
|
NotificationsList.member = Shapes::ShapeRef.new(shape: NotificationOutput)
|
2911
3148
|
|
3149
|
+
OverrideDomainUnitOwnersPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
3150
|
+
OverrideDomainUnitOwnersPolicyGrantDetail.struct_class = Types::OverrideDomainUnitOwnersPolicyGrantDetail
|
3151
|
+
|
3152
|
+
OverrideProjectOwnersPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
3153
|
+
OverrideProjectOwnersPolicyGrantDetail.struct_class = Types::OverrideProjectOwnersPolicyGrantDetail
|
3154
|
+
|
3155
|
+
OwnerGroupProperties.add_member(:group_identifier, Shapes::ShapeRef.new(shape: GroupIdentifier, required: true, location_name: "groupIdentifier"))
|
3156
|
+
OwnerGroupProperties.struct_class = Types::OwnerGroupProperties
|
3157
|
+
|
3158
|
+
OwnerGroupPropertiesOutput.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
3159
|
+
OwnerGroupPropertiesOutput.struct_class = Types::OwnerGroupPropertiesOutput
|
3160
|
+
|
3161
|
+
OwnerProperties.add_member(:group, Shapes::ShapeRef.new(shape: OwnerGroupProperties, location_name: "group"))
|
3162
|
+
OwnerProperties.add_member(:user, Shapes::ShapeRef.new(shape: OwnerUserProperties, location_name: "user"))
|
3163
|
+
OwnerProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3164
|
+
OwnerProperties.add_member_subclass(:group, Types::OwnerProperties::Group)
|
3165
|
+
OwnerProperties.add_member_subclass(:user, Types::OwnerProperties::User)
|
3166
|
+
OwnerProperties.add_member_subclass(:unknown, Types::OwnerProperties::Unknown)
|
3167
|
+
OwnerProperties.struct_class = Types::OwnerProperties
|
3168
|
+
|
3169
|
+
OwnerPropertiesOutput.add_member(:group, Shapes::ShapeRef.new(shape: OwnerGroupPropertiesOutput, location_name: "group"))
|
3170
|
+
OwnerPropertiesOutput.add_member(:user, Shapes::ShapeRef.new(shape: OwnerUserPropertiesOutput, location_name: "user"))
|
3171
|
+
OwnerPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3172
|
+
OwnerPropertiesOutput.add_member_subclass(:group, Types::OwnerPropertiesOutput::Group)
|
3173
|
+
OwnerPropertiesOutput.add_member_subclass(:user, Types::OwnerPropertiesOutput::User)
|
3174
|
+
OwnerPropertiesOutput.add_member_subclass(:unknown, Types::OwnerPropertiesOutput::Unknown)
|
3175
|
+
OwnerPropertiesOutput.struct_class = Types::OwnerPropertiesOutput
|
3176
|
+
|
3177
|
+
OwnerUserProperties.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, required: true, location_name: "userIdentifier"))
|
3178
|
+
OwnerUserProperties.struct_class = Types::OwnerUserProperties
|
3179
|
+
|
3180
|
+
OwnerUserPropertiesOutput.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
|
3181
|
+
OwnerUserPropertiesOutput.struct_class = Types::OwnerUserPropertiesOutput
|
3182
|
+
|
3183
|
+
PolicyGrantDetail.add_member(:add_to_project_member_pool, Shapes::ShapeRef.new(shape: AddToProjectMemberPoolPolicyGrantDetail, location_name: "addToProjectMemberPool"))
|
3184
|
+
PolicyGrantDetail.add_member(:create_asset_type, Shapes::ShapeRef.new(shape: CreateAssetTypePolicyGrantDetail, location_name: "createAssetType"))
|
3185
|
+
PolicyGrantDetail.add_member(:create_domain_unit, Shapes::ShapeRef.new(shape: CreateDomainUnitPolicyGrantDetail, location_name: "createDomainUnit"))
|
3186
|
+
PolicyGrantDetail.add_member(:create_environment, Shapes::ShapeRef.new(shape: Unit, location_name: "createEnvironment"))
|
3187
|
+
PolicyGrantDetail.add_member(:create_environment_profile, Shapes::ShapeRef.new(shape: CreateEnvironmentProfilePolicyGrantDetail, location_name: "createEnvironmentProfile"))
|
3188
|
+
PolicyGrantDetail.add_member(:create_form_type, Shapes::ShapeRef.new(shape: CreateFormTypePolicyGrantDetail, location_name: "createFormType"))
|
3189
|
+
PolicyGrantDetail.add_member(:create_glossary, Shapes::ShapeRef.new(shape: CreateGlossaryPolicyGrantDetail, location_name: "createGlossary"))
|
3190
|
+
PolicyGrantDetail.add_member(:create_project, Shapes::ShapeRef.new(shape: CreateProjectPolicyGrantDetail, location_name: "createProject"))
|
3191
|
+
PolicyGrantDetail.add_member(:delegate_create_environment_profile, Shapes::ShapeRef.new(shape: Unit, location_name: "delegateCreateEnvironmentProfile"))
|
3192
|
+
PolicyGrantDetail.add_member(:override_domain_unit_owners, Shapes::ShapeRef.new(shape: OverrideDomainUnitOwnersPolicyGrantDetail, location_name: "overrideDomainUnitOwners"))
|
3193
|
+
PolicyGrantDetail.add_member(:override_project_owners, Shapes::ShapeRef.new(shape: OverrideProjectOwnersPolicyGrantDetail, location_name: "overrideProjectOwners"))
|
3194
|
+
PolicyGrantDetail.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3195
|
+
PolicyGrantDetail.add_member_subclass(:add_to_project_member_pool, Types::PolicyGrantDetail::AddToProjectMemberPool)
|
3196
|
+
PolicyGrantDetail.add_member_subclass(:create_asset_type, Types::PolicyGrantDetail::CreateAssetType)
|
3197
|
+
PolicyGrantDetail.add_member_subclass(:create_domain_unit, Types::PolicyGrantDetail::CreateDomainUnit)
|
3198
|
+
PolicyGrantDetail.add_member_subclass(:create_environment, Types::PolicyGrantDetail::CreateEnvironment)
|
3199
|
+
PolicyGrantDetail.add_member_subclass(:create_environment_profile, Types::PolicyGrantDetail::CreateEnvironmentProfile)
|
3200
|
+
PolicyGrantDetail.add_member_subclass(:create_form_type, Types::PolicyGrantDetail::CreateFormType)
|
3201
|
+
PolicyGrantDetail.add_member_subclass(:create_glossary, Types::PolicyGrantDetail::CreateGlossary)
|
3202
|
+
PolicyGrantDetail.add_member_subclass(:create_project, Types::PolicyGrantDetail::CreateProject)
|
3203
|
+
PolicyGrantDetail.add_member_subclass(:delegate_create_environment_profile, Types::PolicyGrantDetail::DelegateCreateEnvironmentProfile)
|
3204
|
+
PolicyGrantDetail.add_member_subclass(:override_domain_unit_owners, Types::PolicyGrantDetail::OverrideDomainUnitOwners)
|
3205
|
+
PolicyGrantDetail.add_member_subclass(:override_project_owners, Types::PolicyGrantDetail::OverrideProjectOwners)
|
3206
|
+
PolicyGrantDetail.add_member_subclass(:unknown, Types::PolicyGrantDetail::Unknown)
|
3207
|
+
PolicyGrantDetail.struct_class = Types::PolicyGrantDetail
|
3208
|
+
|
3209
|
+
PolicyGrantList.member = Shapes::ShapeRef.new(shape: PolicyGrantMember)
|
3210
|
+
|
3211
|
+
PolicyGrantMember.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
3212
|
+
PolicyGrantMember.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
3213
|
+
PolicyGrantMember.add_member(:detail, Shapes::ShapeRef.new(shape: PolicyGrantDetail, location_name: "detail"))
|
3214
|
+
PolicyGrantMember.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, location_name: "principal"))
|
3215
|
+
PolicyGrantMember.struct_class = Types::PolicyGrantMember
|
3216
|
+
|
3217
|
+
PolicyGrantPrincipal.add_member(:domain_unit, Shapes::ShapeRef.new(shape: DomainUnitPolicyGrantPrincipal, location_name: "domainUnit"))
|
3218
|
+
PolicyGrantPrincipal.add_member(:group, Shapes::ShapeRef.new(shape: GroupPolicyGrantPrincipal, location_name: "group"))
|
3219
|
+
PolicyGrantPrincipal.add_member(:project, Shapes::ShapeRef.new(shape: ProjectPolicyGrantPrincipal, location_name: "project"))
|
3220
|
+
PolicyGrantPrincipal.add_member(:user, Shapes::ShapeRef.new(shape: UserPolicyGrantPrincipal, location_name: "user"))
|
3221
|
+
PolicyGrantPrincipal.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3222
|
+
PolicyGrantPrincipal.add_member_subclass(:domain_unit, Types::PolicyGrantPrincipal::DomainUnit)
|
3223
|
+
PolicyGrantPrincipal.add_member_subclass(:group, Types::PolicyGrantPrincipal::Group)
|
3224
|
+
PolicyGrantPrincipal.add_member_subclass(:project, Types::PolicyGrantPrincipal::Project)
|
3225
|
+
PolicyGrantPrincipal.add_member_subclass(:user, Types::PolicyGrantPrincipal::User)
|
3226
|
+
PolicyGrantPrincipal.add_member_subclass(:unknown, Types::PolicyGrantPrincipal::Unknown)
|
3227
|
+
PolicyGrantPrincipal.struct_class = Types::PolicyGrantPrincipal
|
3228
|
+
|
2912
3229
|
PostLineageEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2913
3230
|
PostLineageEventInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2914
3231
|
PostLineageEventInput.add_member(:event, Shapes::ShapeRef.new(shape: LineageEvent, required: true, location_name: "event"))
|
@@ -2940,18 +3257,30 @@ module Aws::DataZone
|
|
2940
3257
|
ProjectDeletionError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
2941
3258
|
ProjectDeletionError.struct_class = Types::ProjectDeletionError
|
2942
3259
|
|
3260
|
+
ProjectGrantFilter.add_member(:domain_unit_filter, Shapes::ShapeRef.new(shape: DomainUnitFilterForProject, location_name: "domainUnitFilter"))
|
3261
|
+
ProjectGrantFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3262
|
+
ProjectGrantFilter.add_member_subclass(:domain_unit_filter, Types::ProjectGrantFilter::DomainUnitFilter)
|
3263
|
+
ProjectGrantFilter.add_member_subclass(:unknown, Types::ProjectGrantFilter::Unknown)
|
3264
|
+
ProjectGrantFilter.struct_class = Types::ProjectGrantFilter
|
3265
|
+
|
2943
3266
|
ProjectMember.add_member(:designation, Shapes::ShapeRef.new(shape: UserDesignation, required: true, location_name: "designation"))
|
2944
3267
|
ProjectMember.add_member(:member_details, Shapes::ShapeRef.new(shape: MemberDetails, required: true, location_name: "memberDetails"))
|
2945
3268
|
ProjectMember.struct_class = Types::ProjectMember
|
2946
3269
|
|
2947
3270
|
ProjectMembers.member = Shapes::ShapeRef.new(shape: ProjectMember)
|
2948
3271
|
|
3272
|
+
ProjectPolicyGrantPrincipal.add_member(:project_designation, Shapes::ShapeRef.new(shape: ProjectDesignation, required: true, location_name: "projectDesignation"))
|
3273
|
+
ProjectPolicyGrantPrincipal.add_member(:project_grant_filter, Shapes::ShapeRef.new(shape: ProjectGrantFilter, location_name: "projectGrantFilter"))
|
3274
|
+
ProjectPolicyGrantPrincipal.add_member(:project_identifier, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectIdentifier"))
|
3275
|
+
ProjectPolicyGrantPrincipal.struct_class = Types::ProjectPolicyGrantPrincipal
|
3276
|
+
|
2949
3277
|
ProjectSummaries.member = Shapes::ShapeRef.new(shape: ProjectSummary)
|
2950
3278
|
|
2951
3279
|
ProjectSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
2952
3280
|
ProjectSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2953
3281
|
ProjectSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2954
3282
|
ProjectSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
3283
|
+
ProjectSummary.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
2955
3284
|
ProjectSummary.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
2956
3285
|
ProjectSummary.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
2957
3286
|
ProjectSummary.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
|
@@ -3089,6 +3418,25 @@ module Aws::DataZone
|
|
3089
3418
|
|
3090
3419
|
RelationalFilterConfigurations.member = Shapes::ShapeRef.new(shape: RelationalFilterConfiguration)
|
3091
3420
|
|
3421
|
+
RemoveEntityOwnerInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
3422
|
+
RemoveEntityOwnerInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
3423
|
+
RemoveEntityOwnerInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
|
3424
|
+
RemoveEntityOwnerInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: DataZoneEntityType, required: true, location: "uri", location_name: "entityType"))
|
3425
|
+
RemoveEntityOwnerInput.add_member(:owner, Shapes::ShapeRef.new(shape: OwnerProperties, required: true, location_name: "owner"))
|
3426
|
+
RemoveEntityOwnerInput.struct_class = Types::RemoveEntityOwnerInput
|
3427
|
+
|
3428
|
+
RemoveEntityOwnerOutput.struct_class = Types::RemoveEntityOwnerOutput
|
3429
|
+
|
3430
|
+
RemovePolicyGrantInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
3431
|
+
RemovePolicyGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
3432
|
+
RemovePolicyGrantInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
|
3433
|
+
RemovePolicyGrantInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: TargetEntityType, required: true, location: "uri", location_name: "entityType"))
|
3434
|
+
RemovePolicyGrantInput.add_member(:policy_type, Shapes::ShapeRef.new(shape: ManagedPolicyType, required: true, location_name: "policyType"))
|
3435
|
+
RemovePolicyGrantInput.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, required: true, location_name: "principal"))
|
3436
|
+
RemovePolicyGrantInput.struct_class = Types::RemovePolicyGrantInput
|
3437
|
+
|
3438
|
+
RemovePolicyGrantOutput.struct_class = Types::RemovePolicyGrantOutput
|
3439
|
+
|
3092
3440
|
Resource.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
3093
3441
|
Resource.add_member(:provider, Shapes::ShapeRef.new(shape: String, location_name: "provider"))
|
3094
3442
|
Resource.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
|
@@ -3561,6 +3909,8 @@ module Aws::DataZone
|
|
3561
3909
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
3562
3910
|
UnauthorizedException.struct_class = Types::UnauthorizedException
|
3563
3911
|
|
3912
|
+
Unit.struct_class = Types::Unit
|
3913
|
+
|
3564
3914
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
|
3565
3915
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
3566
3916
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -3638,9 +3988,28 @@ module Aws::DataZone
|
|
3638
3988
|
UpdateDomainOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "id"))
|
3639
3989
|
UpdateDomainOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
|
3640
3990
|
UpdateDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
3991
|
+
UpdateDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
|
3641
3992
|
UpdateDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
|
3642
3993
|
UpdateDomainOutput.struct_class = Types::UpdateDomainOutput
|
3643
3994
|
|
3995
|
+
UpdateDomainUnitInput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
|
3996
|
+
UpdateDomainUnitInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
3997
|
+
UpdateDomainUnitInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location: "uri", location_name: "identifier"))
|
3998
|
+
UpdateDomainUnitInput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, location_name: "name"))
|
3999
|
+
UpdateDomainUnitInput.struct_class = Types::UpdateDomainUnitInput
|
4000
|
+
|
4001
|
+
UpdateDomainUnitOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
4002
|
+
UpdateDomainUnitOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
4003
|
+
UpdateDomainUnitOutput.add_member(:description, Shapes::ShapeRef.new(shape: DomainUnitDescription, location_name: "description"))
|
4004
|
+
UpdateDomainUnitOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
4005
|
+
UpdateDomainUnitOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "id"))
|
4006
|
+
UpdateDomainUnitOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
|
4007
|
+
UpdateDomainUnitOutput.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "lastUpdatedBy"))
|
4008
|
+
UpdateDomainUnitOutput.add_member(:name, Shapes::ShapeRef.new(shape: DomainUnitName, required: true, location_name: "name"))
|
4009
|
+
UpdateDomainUnitOutput.add_member(:owners, Shapes::ShapeRef.new(shape: DomainUnitOwners, required: true, location_name: "owners"))
|
4010
|
+
UpdateDomainUnitOutput.add_member(:parent_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "parentDomainUnitId"))
|
4011
|
+
UpdateDomainUnitOutput.struct_class = Types::UpdateDomainUnitOutput
|
4012
|
+
|
3644
4013
|
UpdateEnvironmentActionInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
3645
4014
|
UpdateEnvironmentActionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
3646
4015
|
UpdateEnvironmentActionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
|
@@ -3768,6 +4137,7 @@ module Aws::DataZone
|
|
3768
4137
|
UpdateProjectOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
3769
4138
|
UpdateProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
3770
4139
|
UpdateProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
4140
|
+
UpdateProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
3771
4141
|
UpdateProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
3772
4142
|
UpdateProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
3773
4143
|
UpdateProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
@@ -3864,6 +4234,14 @@ module Aws::DataZone
|
|
3864
4234
|
UserDetails.add_member(:user_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "userId"))
|
3865
4235
|
UserDetails.struct_class = Types::UserDetails
|
3866
4236
|
|
4237
|
+
UserPolicyGrantPrincipal.add_member(:all_users_grant_filter, Shapes::ShapeRef.new(shape: AllUsersGrantFilter, location_name: "allUsersGrantFilter"))
|
4238
|
+
UserPolicyGrantPrincipal.add_member(:user_identifier, Shapes::ShapeRef.new(shape: UserIdentifier, location_name: "userIdentifier"))
|
4239
|
+
UserPolicyGrantPrincipal.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
4240
|
+
UserPolicyGrantPrincipal.add_member_subclass(:all_users_grant_filter, Types::UserPolicyGrantPrincipal::AllUsersGrantFilter)
|
4241
|
+
UserPolicyGrantPrincipal.add_member_subclass(:user_identifier, Types::UserPolicyGrantPrincipal::UserIdentifier)
|
4242
|
+
UserPolicyGrantPrincipal.add_member_subclass(:unknown, Types::UserPolicyGrantPrincipal::Unknown)
|
4243
|
+
UserPolicyGrantPrincipal.struct_class = Types::UserPolicyGrantPrincipal
|
4244
|
+
|
3867
4245
|
UserProfileDetails.add_member(:iam, Shapes::ShapeRef.new(shape: IamUserProfileDetails, location_name: "iam"))
|
3868
4246
|
UserProfileDetails.add_member(:sso, Shapes::ShapeRef.new(shape: SsoUserProfileDetails, location_name: "sso"))
|
3869
4247
|
UserProfileDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
@@ -3932,6 +4310,37 @@ module Aws::DataZone
|
|
3932
4310
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3933
4311
|
end)
|
3934
4312
|
|
4313
|
+
api.add_operation(:add_entity_owner, Seahorse::Model::Operation.new.tap do |o|
|
4314
|
+
o.name = "AddEntityOwner"
|
4315
|
+
o.http_method = "POST"
|
4316
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/addOwner"
|
4317
|
+
o.input = Shapes::ShapeRef.new(shape: AddEntityOwnerInput)
|
4318
|
+
o.output = Shapes::ShapeRef.new(shape: AddEntityOwnerOutput)
|
4319
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4320
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4321
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4322
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4323
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4324
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4325
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4326
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4327
|
+
end)
|
4328
|
+
|
4329
|
+
api.add_operation(:add_policy_grant, Seahorse::Model::Operation.new.tap do |o|
|
4330
|
+
o.name = "AddPolicyGrant"
|
4331
|
+
o.http_method = "POST"
|
4332
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/addGrant"
|
4333
|
+
o.input = Shapes::ShapeRef.new(shape: AddPolicyGrantInput)
|
4334
|
+
o.output = Shapes::ShapeRef.new(shape: AddPolicyGrantOutput)
|
4335
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4336
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4337
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4338
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4339
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4340
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4341
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4342
|
+
end)
|
4343
|
+
|
3935
4344
|
api.add_operation(:associate_environment_role, Seahorse::Model::Operation.new.tap do |o|
|
3936
4345
|
o.name = "AssociateEnvironmentRole"
|
3937
4346
|
o.http_method = "PUT"
|
@@ -4102,6 +4511,21 @@ module Aws::DataZone
|
|
4102
4511
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4103
4512
|
end)
|
4104
4513
|
|
4514
|
+
api.add_operation(:create_domain_unit, Seahorse::Model::Operation.new.tap do |o|
|
4515
|
+
o.name = "CreateDomainUnit"
|
4516
|
+
o.http_method = "POST"
|
4517
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units"
|
4518
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDomainUnitInput)
|
4519
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDomainUnitOutput)
|
4520
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4521
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4522
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4523
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4524
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4525
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4526
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4527
|
+
end)
|
4528
|
+
|
4105
4529
|
api.add_operation(:create_environment, Seahorse::Model::Operation.new.tap do |o|
|
4106
4530
|
o.name = "CreateEnvironment"
|
4107
4531
|
o.http_method = "POST"
|
@@ -4404,6 +4828,21 @@ module Aws::DataZone
|
|
4404
4828
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4405
4829
|
end)
|
4406
4830
|
|
4831
|
+
api.add_operation(:delete_domain_unit, Seahorse::Model::Operation.new.tap do |o|
|
4832
|
+
o.name = "DeleteDomainUnit"
|
4833
|
+
o.http_method = "DELETE"
|
4834
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units/{identifier}"
|
4835
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDomainUnitInput)
|
4836
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDomainUnitOutput)
|
4837
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4838
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4839
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4840
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4841
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4842
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4843
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4844
|
+
end)
|
4845
|
+
|
4407
4846
|
api.add_operation(:delete_environment, Seahorse::Model::Operation.new.tap do |o|
|
4408
4847
|
o.name = "DeleteEnvironment"
|
4409
4848
|
o.http_method = "DELETE"
|
@@ -4726,6 +5165,20 @@ module Aws::DataZone
|
|
4726
5165
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4727
5166
|
end)
|
4728
5167
|
|
5168
|
+
api.add_operation(:get_domain_unit, Seahorse::Model::Operation.new.tap do |o|
|
5169
|
+
o.name = "GetDomainUnit"
|
5170
|
+
o.http_method = "GET"
|
5171
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units/{identifier}"
|
5172
|
+
o.input = Shapes::ShapeRef.new(shape: GetDomainUnitInput)
|
5173
|
+
o.output = Shapes::ShapeRef.new(shape: GetDomainUnitOutput)
|
5174
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5175
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5176
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5177
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5178
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5179
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5180
|
+
end)
|
5181
|
+
|
4729
5182
|
api.add_operation(:get_environment, Seahorse::Model::Operation.new.tap do |o|
|
4730
5183
|
o.name = "GetEnvironment"
|
4731
5184
|
o.http_method = "GET"
|
@@ -5147,6 +5600,25 @@ module Aws::DataZone
|
|
5147
5600
|
)
|
5148
5601
|
end)
|
5149
5602
|
|
5603
|
+
api.add_operation(:list_domain_units_for_parent, Seahorse::Model::Operation.new.tap do |o|
|
5604
|
+
o.name = "ListDomainUnitsForParent"
|
5605
|
+
o.http_method = "GET"
|
5606
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units"
|
5607
|
+
o.input = Shapes::ShapeRef.new(shape: ListDomainUnitsForParentInput)
|
5608
|
+
o.output = Shapes::ShapeRef.new(shape: ListDomainUnitsForParentOutput)
|
5609
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5610
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5611
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5612
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5613
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5614
|
+
o[:pager] = Aws::Pager.new(
|
5615
|
+
limit_key: "max_results",
|
5616
|
+
tokens: {
|
5617
|
+
"next_token" => "next_token"
|
5618
|
+
}
|
5619
|
+
)
|
5620
|
+
end)
|
5621
|
+
|
5150
5622
|
api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
|
5151
5623
|
o.name = "ListDomains"
|
5152
5624
|
o.http_method = "GET"
|
@@ -5169,6 +5641,25 @@ module Aws::DataZone
|
|
5169
5641
|
)
|
5170
5642
|
end)
|
5171
5643
|
|
5644
|
+
api.add_operation(:list_entity_owners, Seahorse::Model::Operation.new.tap do |o|
|
5645
|
+
o.name = "ListEntityOwners"
|
5646
|
+
o.http_method = "GET"
|
5647
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/owners"
|
5648
|
+
o.input = Shapes::ShapeRef.new(shape: ListEntityOwnersInput)
|
5649
|
+
o.output = Shapes::ShapeRef.new(shape: ListEntityOwnersOutput)
|
5650
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5651
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5652
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5653
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5654
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5655
|
+
o[:pager] = Aws::Pager.new(
|
5656
|
+
limit_key: "max_results",
|
5657
|
+
tokens: {
|
5658
|
+
"next_token" => "next_token"
|
5659
|
+
}
|
5660
|
+
)
|
5661
|
+
end)
|
5662
|
+
|
5172
5663
|
api.add_operation(:list_environment_actions, Seahorse::Model::Operation.new.tap do |o|
|
5173
5664
|
o.name = "ListEnvironmentActions"
|
5174
5665
|
o.http_method = "GET"
|
@@ -5326,6 +5817,25 @@ module Aws::DataZone
|
|
5326
5817
|
)
|
5327
5818
|
end)
|
5328
5819
|
|
5820
|
+
api.add_operation(:list_policy_grants, Seahorse::Model::Operation.new.tap do |o|
|
5821
|
+
o.name = "ListPolicyGrants"
|
5822
|
+
o.http_method = "GET"
|
5823
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/grants"
|
5824
|
+
o.input = Shapes::ShapeRef.new(shape: ListPolicyGrantsInput)
|
5825
|
+
o.output = Shapes::ShapeRef.new(shape: ListPolicyGrantsOutput)
|
5826
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5827
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5828
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5829
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5830
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5831
|
+
o[:pager] = Aws::Pager.new(
|
5832
|
+
limit_key: "max_results",
|
5833
|
+
tokens: {
|
5834
|
+
"next_token" => "next_token"
|
5835
|
+
}
|
5836
|
+
)
|
5837
|
+
end)
|
5838
|
+
|
5329
5839
|
api.add_operation(:list_project_memberships, Seahorse::Model::Operation.new.tap do |o|
|
5330
5840
|
o.name = "ListProjectMemberships"
|
5331
5841
|
o.http_method = "GET"
|
@@ -5556,6 +6066,33 @@ module Aws::DataZone
|
|
5556
6066
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5557
6067
|
end)
|
5558
6068
|
|
6069
|
+
api.add_operation(:remove_entity_owner, Seahorse::Model::Operation.new.tap do |o|
|
6070
|
+
o.name = "RemoveEntityOwner"
|
6071
|
+
o.http_method = "POST"
|
6072
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/removeOwner"
|
6073
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveEntityOwnerInput)
|
6074
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveEntityOwnerOutput)
|
6075
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6076
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6077
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6078
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6079
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6080
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6081
|
+
end)
|
6082
|
+
|
6083
|
+
api.add_operation(:remove_policy_grant, Seahorse::Model::Operation.new.tap do |o|
|
6084
|
+
o.name = "RemovePolicyGrant"
|
6085
|
+
o.http_method = "POST"
|
6086
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/removeGrant"
|
6087
|
+
o.input = Shapes::ShapeRef.new(shape: RemovePolicyGrantInput)
|
6088
|
+
o.output = Shapes::ShapeRef.new(shape: RemovePolicyGrantOutput)
|
6089
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6090
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6091
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6092
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6093
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6094
|
+
end)
|
6095
|
+
|
5559
6096
|
api.add_operation(:revoke_subscription, Seahorse::Model::Operation.new.tap do |o|
|
5560
6097
|
o.name = "RevokeSubscription"
|
5561
6098
|
o.http_method = "PUT"
|
@@ -5774,6 +6311,21 @@ module Aws::DataZone
|
|
5774
6311
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5775
6312
|
end)
|
5776
6313
|
|
6314
|
+
api.add_operation(:update_domain_unit, Seahorse::Model::Operation.new.tap do |o|
|
6315
|
+
o.name = "UpdateDomainUnit"
|
6316
|
+
o.http_method = "PUT"
|
6317
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/domain-units/{identifier}"
|
6318
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDomainUnitInput)
|
6319
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDomainUnitOutput)
|
6320
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6321
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6322
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6323
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6324
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6325
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6326
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6327
|
+
end)
|
6328
|
+
|
5777
6329
|
api.add_operation(:update_environment, Seahorse::Model::Operation.new.tap do |o|
|
5778
6330
|
o.name = "UpdateEnvironment"
|
5779
6331
|
o.http_method = "PATCH"
|