aws-sdk-datazone 1.58.0 → 1.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,6 +80,8 @@ module Aws::DataZone
80
80
  AssetListingItemAdditionalAttributes = Shapes::StructureShape.new(name: 'AssetListingItemAdditionalAttributes')
81
81
  AssetListingItemGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'AssetListingItemGovernedGlossaryTermsList')
82
82
  AssetName = Shapes::StringShape.new(name: 'AssetName')
83
+ AssetPermission = Shapes::StructureShape.new(name: 'AssetPermission')
84
+ AssetPermissions = Shapes::ListShape.new(name: 'AssetPermissions')
83
85
  AssetRevision = Shapes::StructureShape.new(name: 'AssetRevision')
84
86
  AssetRevisions = Shapes::ListShape.new(name: 'AssetRevisions')
85
87
  AssetScope = Shapes::StructureShape.new(name: 'AssetScope')
@@ -766,6 +768,7 @@ module Aws::DataZone
766
768
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
767
769
  ParameterStorePath = Shapes::StringShape.new(name: 'ParameterStorePath')
768
770
  Password = Shapes::StringShape.new(name: 'Password')
771
+ Permissions = Shapes::UnionShape.new(name: 'Permissions')
769
772
  PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
770
773
  PhysicalConnectionRequirementsAvailabilityZoneString = Shapes::StringShape.new(name: 'PhysicalConnectionRequirementsAvailabilityZoneString')
771
774
  PhysicalEndpoint = Shapes::StructureShape.new(name: 'PhysicalEndpoint')
@@ -897,6 +900,8 @@ module Aws::DataZone
897
900
  S3AccessGrantLocationId = Shapes::StringShape.new(name: 'S3AccessGrantLocationId')
898
901
  S3Location = Shapes::StringShape.new(name: 'S3Location')
899
902
  S3LocationList = Shapes::ListShape.new(name: 'S3LocationList')
903
+ S3Permission = Shapes::StringShape.new(name: 'S3Permission')
904
+ S3Permissions = Shapes::ListShape.new(name: 'S3Permissions')
900
905
  S3PropertiesInput = Shapes::StructureShape.new(name: 'S3PropertiesInput')
901
906
  S3PropertiesOutput = Shapes::StructureShape.new(name: 'S3PropertiesOutput')
902
907
  S3PropertiesPatch = Shapes::StructureShape.new(name: 'S3PropertiesPatch')
@@ -990,6 +995,8 @@ module Aws::DataZone
990
995
  SubscribedAsset = Shapes::StructureShape.new(name: 'SubscribedAsset')
991
996
  SubscribedAssetListing = Shapes::StructureShape.new(name: 'SubscribedAssetListing')
992
997
  SubscribedAssets = Shapes::ListShape.new(name: 'SubscribedAssets')
998
+ SubscribedGroup = Shapes::StructureShape.new(name: 'SubscribedGroup')
999
+ SubscribedGroupInput = Shapes::StructureShape.new(name: 'SubscribedGroupInput')
993
1000
  SubscribedListing = Shapes::StructureShape.new(name: 'SubscribedListing')
994
1001
  SubscribedListingInput = Shapes::StructureShape.new(name: 'SubscribedListingInput')
995
1002
  SubscribedListingInputs = Shapes::ListShape.new(name: 'SubscribedListingInputs')
@@ -1000,6 +1007,8 @@ module Aws::DataZone
1000
1007
  SubscribedProductListing = Shapes::StructureShape.new(name: 'SubscribedProductListing')
1001
1008
  SubscribedProject = Shapes::StructureShape.new(name: 'SubscribedProject')
1002
1009
  SubscribedProjectInput = Shapes::StructureShape.new(name: 'SubscribedProjectInput')
1010
+ SubscribedUser = Shapes::StructureShape.new(name: 'SubscribedUser')
1011
+ SubscribedUserInput = Shapes::StructureShape.new(name: 'SubscribedUserInput')
1003
1012
  SubscriptionGrantId = Shapes::StringShape.new(name: 'SubscriptionGrantId')
1004
1013
  SubscriptionGrantOverallStatus = Shapes::StringShape.new(name: 'SubscriptionGrantOverallStatus')
1005
1014
  SubscriptionGrantStatus = Shapes::StringShape.new(name: 'SubscriptionGrantStatus')
@@ -1154,6 +1163,7 @@ module Aws::DataZone
1154
1163
  AcceptRule.add_member(:threshold, Shapes::ShapeRef.new(shape: Float, location_name: "threshold"))
1155
1164
  AcceptRule.struct_class = Types::AcceptRule
1156
1165
 
1166
+ AcceptSubscriptionRequestInput.add_member(:asset_permissions, Shapes::ShapeRef.new(shape: AssetPermissions, location_name: "assetPermissions"))
1157
1167
  AcceptSubscriptionRequestInput.add_member(:asset_scopes, Shapes::ShapeRef.new(shape: AcceptedAssetScopes, location_name: "assetScopes"))
1158
1168
  AcceptSubscriptionRequestInput.add_member(:decision_comment, Shapes::ShapeRef.new(shape: DecisionComment, location_name: "decisionComment"))
1159
1169
  AcceptSubscriptionRequestInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -1382,6 +1392,12 @@ module Aws::DataZone
1382
1392
 
1383
1393
  AssetListingItemGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: DetailedGlossaryTerm)
1384
1394
 
1395
+ AssetPermission.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
1396
+ AssetPermission.add_member(:permissions, Shapes::ShapeRef.new(shape: Permissions, required: true, location_name: "permissions"))
1397
+ AssetPermission.struct_class = Types::AssetPermission
1398
+
1399
+ AssetPermissions.member = Shapes::ShapeRef.new(shape: AssetPermission)
1400
+
1385
1401
  AssetRevision.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1386
1402
  AssetRevision.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1387
1403
  AssetRevision.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
@@ -2226,6 +2242,7 @@ module Aws::DataZone
2226
2242
  CreateSubscriptionGrantOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
2227
2243
  CreateSubscriptionGrantOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
2228
2244
  CreateSubscriptionGrantOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2245
+ CreateSubscriptionGrantOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
2229
2246
  CreateSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
2230
2247
  CreateSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
2231
2248
  CreateSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
@@ -2235,6 +2252,8 @@ module Aws::DataZone
2235
2252
  CreateSubscriptionGrantOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
2236
2253
  CreateSubscriptionGrantOutput.struct_class = Types::CreateSubscriptionGrantOutput
2237
2254
 
2255
+ CreateSubscriptionRequestInput.add_member(:asset_permissions, Shapes::ShapeRef.new(shape: AssetPermissions, location_name: "assetPermissions"))
2256
+ CreateSubscriptionRequestInput.add_member(:asset_scopes, Shapes::ShapeRef.new(shape: AcceptedAssetScopes, location_name: "assetScopes"))
2238
2257
  CreateSubscriptionRequestInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2239
2258
  CreateSubscriptionRequestInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2240
2259
  CreateSubscriptionRequestInput.add_member(:metadata_forms, Shapes::ShapeRef.new(shape: MetadataFormInputs, location_name: "metadataForms"))
@@ -2623,6 +2642,7 @@ module Aws::DataZone
2623
2642
  DeleteSubscriptionGrantOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
2624
2643
  DeleteSubscriptionGrantOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
2625
2644
  DeleteSubscriptionGrantOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2645
+ DeleteSubscriptionGrantOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
2626
2646
  DeleteSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
2627
2647
  DeleteSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
2628
2648
  DeleteSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
@@ -3498,6 +3518,7 @@ module Aws::DataZone
3498
3518
  GetSubscriptionGrantOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
3499
3519
  GetSubscriptionGrantOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
3500
3520
  GetSubscriptionGrantOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
3521
+ GetSubscriptionGrantOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
3501
3522
  GetSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
3502
3523
  GetSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
3503
3524
  GetSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
@@ -4225,8 +4246,10 @@ module Aws::DataZone
4225
4246
  ListSubscriptionGrantsInput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location: "querystring", location_name: "environmentId"))
4226
4247
  ListSubscriptionGrantsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
4227
4248
  ListSubscriptionGrantsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
4249
+ ListSubscriptionGrantsInput.add_member(:owning_group_id, Shapes::ShapeRef.new(shape: GroupProfileId, location: "querystring", location_name: "owningGroupId"))
4228
4250
  ListSubscriptionGrantsInput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location: "querystring", location_name: "owningProjectId"))
4229
- ListSubscriptionGrantsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, location: "querystring", location_name: "sortBy"))
4251
+ ListSubscriptionGrantsInput.add_member(:owning_user_id, Shapes::ShapeRef.new(shape: UserProfileId, location: "querystring", location_name: "owningUserId"))
4252
+ ListSubscriptionGrantsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, deprecated: true, location: "querystring", location_name: "sortBy", metadata: {"deprecatedMessage" => "Results are always sorted by updatedAt"}))
4230
4253
  ListSubscriptionGrantsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
4231
4254
  ListSubscriptionGrantsInput.add_member(:subscribed_listing_id, Shapes::ShapeRef.new(shape: ListingId, location: "querystring", location_name: "subscribedListingId"))
4232
4255
  ListSubscriptionGrantsInput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location: "querystring", location_name: "subscriptionId"))
@@ -4241,8 +4264,10 @@ module Aws::DataZone
4241
4264
  ListSubscriptionRequestsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
4242
4265
  ListSubscriptionRequestsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
4243
4266
  ListSubscriptionRequestsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
4267
+ ListSubscriptionRequestsInput.add_member(:owning_group_id, Shapes::ShapeRef.new(shape: GroupProfileId, location: "querystring", location_name: "owningGroupId"))
4244
4268
  ListSubscriptionRequestsInput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location: "querystring", location_name: "owningProjectId"))
4245
- ListSubscriptionRequestsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, location: "querystring", location_name: "sortBy"))
4269
+ ListSubscriptionRequestsInput.add_member(:owning_user_id, Shapes::ShapeRef.new(shape: UserProfileId, location: "querystring", location_name: "owningUserId"))
4270
+ ListSubscriptionRequestsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, deprecated: true, location: "querystring", location_name: "sortBy", metadata: {"deprecatedMessage" => "Results are always sorted by updatedAt"}))
4246
4271
  ListSubscriptionRequestsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
4247
4272
  ListSubscriptionRequestsInput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionRequestStatus, location: "querystring", location_name: "status"))
4248
4273
  ListSubscriptionRequestsInput.add_member(:subscribed_listing_id, Shapes::ShapeRef.new(shape: ListingId, location: "querystring", location_name: "subscribedListingId"))
@@ -4268,8 +4293,10 @@ module Aws::DataZone
4268
4293
  ListSubscriptionsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
4269
4294
  ListSubscriptionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
4270
4295
  ListSubscriptionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
4296
+ ListSubscriptionsInput.add_member(:owning_group_id, Shapes::ShapeRef.new(shape: GroupProfileId, location: "querystring", location_name: "owningGroupId"))
4271
4297
  ListSubscriptionsInput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location: "querystring", location_name: "owningProjectId"))
4272
- ListSubscriptionsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, location: "querystring", location_name: "sortBy"))
4298
+ ListSubscriptionsInput.add_member(:owning_user_id, Shapes::ShapeRef.new(shape: UserProfileId, location: "querystring", location_name: "owningUserId"))
4299
+ ListSubscriptionsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, deprecated: true, location: "querystring", location_name: "sortBy", metadata: {"deprecatedMessage" => "Results are always sorted by updatedAt"}))
4273
4300
  ListSubscriptionsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
4274
4301
  ListSubscriptionsInput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionStatus, location: "querystring", location_name: "status"))
4275
4302
  ListSubscriptionsInput.add_member(:subscribed_listing_id, Shapes::ShapeRef.new(shape: ListingId, location: "querystring", location_name: "subscribedListingId"))
@@ -4512,6 +4539,12 @@ module Aws::DataZone
4512
4539
  OwnerUserPropertiesOutput.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
4513
4540
  OwnerUserPropertiesOutput.struct_class = Types::OwnerUserPropertiesOutput
4514
4541
 
4542
+ Permissions.add_member(:s3, Shapes::ShapeRef.new(shape: S3Permissions, location_name: "s3"))
4543
+ Permissions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4544
+ Permissions.add_member_subclass(:s3, Types::Permissions::S3)
4545
+ Permissions.add_member_subclass(:unknown, Types::Permissions::Unknown)
4546
+ Permissions.struct_class = Types::Permissions
4547
+
4515
4548
  PhysicalConnectionRequirements.add_member(:availability_zone, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirementsAvailabilityZoneString, location_name: "availabilityZone"))
4516
4549
  PhysicalConnectionRequirements.add_member(:security_group_id_list, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIdList"))
4517
4550
  PhysicalConnectionRequirements.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
@@ -5019,6 +5052,8 @@ module Aws::DataZone
5019
5052
 
5020
5053
  S3LocationList.member = Shapes::ShapeRef.new(shape: S3Location)
5021
5054
 
5055
+ S3Permissions.member = Shapes::ShapeRef.new(shape: S3Permission)
5056
+
5022
5057
  S3PropertiesInput.add_member(:s3_access_grant_location_id, Shapes::ShapeRef.new(shape: S3AccessGrantLocationId, location_name: "s3AccessGrantLocationId"))
5023
5058
  S3PropertiesInput.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "s3Uri"))
5024
5059
  S3PropertiesInput.struct_class = Types::S3PropertiesInput
@@ -5300,6 +5335,7 @@ module Aws::DataZone
5300
5335
  SubscribedAsset.add_member(:failure_cause, Shapes::ShapeRef.new(shape: FailureCause, location_name: "failureCause"))
5301
5336
  SubscribedAsset.add_member(:failure_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "failureTimestamp"))
5302
5337
  SubscribedAsset.add_member(:granted_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "grantedTimestamp"))
5338
+ SubscribedAsset.add_member(:permissions, Shapes::ShapeRef.new(shape: Permissions, location_name: "permissions"))
5303
5339
  SubscribedAsset.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantStatus, required: true, location_name: "status"))
5304
5340
  SubscribedAsset.add_member(:target_name, Shapes::ShapeRef.new(shape: String, location_name: "targetName"))
5305
5341
  SubscribedAsset.struct_class = Types::SubscribedAsset
@@ -5310,10 +5346,18 @@ module Aws::DataZone
5310
5346
  SubscribedAssetListing.add_member(:entity_type, Shapes::ShapeRef.new(shape: TypeName, location_name: "entityType"))
5311
5347
  SubscribedAssetListing.add_member(:forms, Shapes::ShapeRef.new(shape: Forms, location_name: "forms"))
5312
5348
  SubscribedAssetListing.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: DetailedGlossaryTerms, location_name: "glossaryTerms"))
5349
+ SubscribedAssetListing.add_member(:permissions, Shapes::ShapeRef.new(shape: Permissions, location_name: "permissions"))
5313
5350
  SubscribedAssetListing.struct_class = Types::SubscribedAssetListing
5314
5351
 
5315
5352
  SubscribedAssets.member = Shapes::ShapeRef.new(shape: SubscribedAsset)
5316
5353
 
5354
+ SubscribedGroup.add_member(:id, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "id"))
5355
+ SubscribedGroup.add_member(:name, Shapes::ShapeRef.new(shape: GroupProfileName, location_name: "name"))
5356
+ SubscribedGroup.struct_class = Types::SubscribedGroup
5357
+
5358
+ SubscribedGroupInput.add_member(:identifier, Shapes::ShapeRef.new(shape: GroupProfileId, location_name: "identifier"))
5359
+ SubscribedGroupInput.struct_class = Types::SubscribedGroupInput
5360
+
5317
5361
  SubscribedListing.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
5318
5362
  SubscribedListing.add_member(:id, Shapes::ShapeRef.new(shape: ListingId, required: true, location_name: "id"))
5319
5363
  SubscribedListing.add_member(:item, Shapes::ShapeRef.new(shape: SubscribedListingItem, required: true, location_name: "item"))
@@ -5336,15 +5380,23 @@ module Aws::DataZone
5336
5380
  SubscribedListingItem.add_member_subclass(:unknown, Types::SubscribedListingItem::Unknown)
5337
5381
  SubscribedListingItem.struct_class = Types::SubscribedListingItem
5338
5382
 
5383
+ SubscribedPrincipal.add_member(:group, Shapes::ShapeRef.new(shape: SubscribedGroup, location_name: "group"))
5339
5384
  SubscribedPrincipal.add_member(:project, Shapes::ShapeRef.new(shape: SubscribedProject, location_name: "project"))
5385
+ SubscribedPrincipal.add_member(:user, Shapes::ShapeRef.new(shape: SubscribedUser, location_name: "user"))
5340
5386
  SubscribedPrincipal.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
5387
+ SubscribedPrincipal.add_member_subclass(:group, Types::SubscribedPrincipal::Group)
5341
5388
  SubscribedPrincipal.add_member_subclass(:project, Types::SubscribedPrincipal::Project)
5389
+ SubscribedPrincipal.add_member_subclass(:user, Types::SubscribedPrincipal::User)
5342
5390
  SubscribedPrincipal.add_member_subclass(:unknown, Types::SubscribedPrincipal::Unknown)
5343
5391
  SubscribedPrincipal.struct_class = Types::SubscribedPrincipal
5344
5392
 
5393
+ SubscribedPrincipalInput.add_member(:group, Shapes::ShapeRef.new(shape: SubscribedGroupInput, location_name: "group"))
5345
5394
  SubscribedPrincipalInput.add_member(:project, Shapes::ShapeRef.new(shape: SubscribedProjectInput, location_name: "project"))
5395
+ SubscribedPrincipalInput.add_member(:user, Shapes::ShapeRef.new(shape: SubscribedUserInput, location_name: "user"))
5346
5396
  SubscribedPrincipalInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
5397
+ SubscribedPrincipalInput.add_member_subclass(:group, Types::SubscribedPrincipalInput::Group)
5347
5398
  SubscribedPrincipalInput.add_member_subclass(:project, Types::SubscribedPrincipalInput::Project)
5399
+ SubscribedPrincipalInput.add_member_subclass(:user, Types::SubscribedPrincipalInput::User)
5348
5400
  SubscribedPrincipalInput.add_member_subclass(:unknown, Types::SubscribedPrincipalInput::Unknown)
5349
5401
  SubscribedPrincipalInput.struct_class = Types::SubscribedPrincipalInput
5350
5402
 
@@ -5365,10 +5417,18 @@ module Aws::DataZone
5365
5417
  SubscribedProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, location_name: "identifier"))
5366
5418
  SubscribedProjectInput.struct_class = Types::SubscribedProjectInput
5367
5419
 
5420
+ SubscribedUser.add_member(:details, Shapes::ShapeRef.new(shape: UserProfileDetails, location_name: "details"))
5421
+ SubscribedUser.add_member(:id, Shapes::ShapeRef.new(shape: UserProfileId, location_name: "id"))
5422
+ SubscribedUser.struct_class = Types::SubscribedUser
5423
+
5424
+ SubscribedUserInput.add_member(:identifier, Shapes::ShapeRef.new(shape: UserProfileId, location_name: "identifier"))
5425
+ SubscribedUserInput.struct_class = Types::SubscribedUserInput
5426
+
5368
5427
  SubscriptionGrantSummary.add_member(:assets, Shapes::ShapeRef.new(shape: SubscribedAssets, location_name: "assets"))
5369
5428
  SubscriptionGrantSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
5370
5429
  SubscriptionGrantSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
5371
5430
  SubscriptionGrantSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
5431
+ SubscriptionGrantSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
5372
5432
  SubscriptionGrantSummary.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
5373
5433
  SubscriptionGrantSummary.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
5374
5434
  SubscriptionGrantSummary.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
@@ -5896,6 +5956,7 @@ module Aws::DataZone
5896
5956
  UpdateSubscriptionGrantStatusOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
5897
5957
  UpdateSubscriptionGrantStatusOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
5898
5958
  UpdateSubscriptionGrantStatusOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
5959
+ UpdateSubscriptionGrantStatusOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
5899
5960
  UpdateSubscriptionGrantStatusOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
5900
5961
  UpdateSubscriptionGrantStatusOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
5901
5962
  UpdateSubscriptionGrantStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
@@ -6054,6 +6115,7 @@ module Aws::DataZone
6054
6115
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6055
6116
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6056
6117
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6118
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
6057
6119
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
6058
6120
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6059
6121
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -6547,6 +6609,7 @@ module Aws::DataZone
6547
6609
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6548
6610
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6549
6611
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6612
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
6550
6613
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
6551
6614
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6552
6615
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)