aws-sdk-datazone 1.16.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,6 +32,8 @@ module Aws::DataZone
32
32
  AssetFilters = Shapes::ListShape.new(name: 'AssetFilters')
33
33
  AssetId = Shapes::StringShape.new(name: 'AssetId')
34
34
  AssetIdentifier = Shapes::StringShape.new(name: 'AssetIdentifier')
35
+ AssetInDataProductListingItem = Shapes::StructureShape.new(name: 'AssetInDataProductListingItem')
36
+ AssetInDataProductListingItems = Shapes::ListShape.new(name: 'AssetInDataProductListingItems')
35
37
  AssetItem = Shapes::StructureShape.new(name: 'AssetItem')
36
38
  AssetItemAdditionalAttributes = Shapes::StructureShape.new(name: 'AssetItemAdditionalAttributes')
37
39
  AssetListing = Shapes::StructureShape.new(name: 'AssetListing')
@@ -78,6 +80,10 @@ module Aws::DataZone
78
80
  CreateAssetRevisionOutput = Shapes::StructureShape.new(name: 'CreateAssetRevisionOutput')
79
81
  CreateAssetTypeInput = Shapes::StructureShape.new(name: 'CreateAssetTypeInput')
80
82
  CreateAssetTypeOutput = Shapes::StructureShape.new(name: 'CreateAssetTypeOutput')
83
+ CreateDataProductInput = Shapes::StructureShape.new(name: 'CreateDataProductInput')
84
+ CreateDataProductOutput = Shapes::StructureShape.new(name: 'CreateDataProductOutput')
85
+ CreateDataProductRevisionInput = Shapes::StructureShape.new(name: 'CreateDataProductRevisionInput')
86
+ CreateDataProductRevisionOutput = Shapes::StructureShape.new(name: 'CreateDataProductRevisionOutput')
81
87
  CreateDataSourceInput = Shapes::StructureShape.new(name: 'CreateDataSourceInput')
82
88
  CreateDataSourceOutput = Shapes::StructureShape.new(name: 'CreateDataSourceOutput')
83
89
  CreateDomainInput = Shapes::StructureShape.new(name: 'CreateDomainInput')
@@ -120,6 +126,19 @@ module Aws::DataZone
120
126
  CustomParameterList = Shapes::ListShape.new(name: 'CustomParameterList')
121
127
  DataAssetActivityStatus = Shapes::StringShape.new(name: 'DataAssetActivityStatus')
122
128
  DataPointIdentifier = Shapes::StringShape.new(name: 'DataPointIdentifier')
129
+ DataProductDescription = Shapes::StringShape.new(name: 'DataProductDescription')
130
+ DataProductId = Shapes::StringShape.new(name: 'DataProductId')
131
+ DataProductItem = Shapes::StructureShape.new(name: 'DataProductItem')
132
+ DataProductItemType = Shapes::StringShape.new(name: 'DataProductItemType')
133
+ DataProductItems = Shapes::ListShape.new(name: 'DataProductItems')
134
+ DataProductListing = Shapes::StructureShape.new(name: 'DataProductListing')
135
+ DataProductListingItem = Shapes::StructureShape.new(name: 'DataProductListingItem')
136
+ DataProductListingItemAdditionalAttributes = Shapes::StructureShape.new(name: 'DataProductListingItemAdditionalAttributes')
137
+ DataProductName = Shapes::StringShape.new(name: 'DataProductName')
138
+ DataProductResultItem = Shapes::StructureShape.new(name: 'DataProductResultItem')
139
+ DataProductRevision = Shapes::StructureShape.new(name: 'DataProductRevision')
140
+ DataProductRevisions = Shapes::ListShape.new(name: 'DataProductRevisions')
141
+ DataProductStatus = Shapes::StringShape.new(name: 'DataProductStatus')
123
142
  DataSourceConfigurationInput = Shapes::UnionShape.new(name: 'DataSourceConfigurationInput')
124
143
  DataSourceConfigurationOutput = Shapes::UnionShape.new(name: 'DataSourceConfigurationOutput')
125
144
  DataSourceErrorMessage = Shapes::StructureShape.new(name: 'DataSourceErrorMessage')
@@ -143,6 +162,8 @@ module Aws::DataZone
143
162
  DeleteAssetOutput = Shapes::StructureShape.new(name: 'DeleteAssetOutput')
144
163
  DeleteAssetTypeInput = Shapes::StructureShape.new(name: 'DeleteAssetTypeInput')
145
164
  DeleteAssetTypeOutput = Shapes::StructureShape.new(name: 'DeleteAssetTypeOutput')
165
+ DeleteDataProductInput = Shapes::StructureShape.new(name: 'DeleteDataProductInput')
166
+ DeleteDataProductOutput = Shapes::StructureShape.new(name: 'DeleteDataProductOutput')
146
167
  DeleteDataSourceInput = Shapes::StructureShape.new(name: 'DeleteDataSourceInput')
147
168
  DeleteDataSourceOutput = Shapes::StructureShape.new(name: 'DeleteDataSourceOutput')
148
169
  DeleteDomainInput = Shapes::StructureShape.new(name: 'DeleteDomainInput')
@@ -256,6 +277,8 @@ module Aws::DataZone
256
277
  GetAssetOutput = Shapes::StructureShape.new(name: 'GetAssetOutput')
257
278
  GetAssetTypeInput = Shapes::StructureShape.new(name: 'GetAssetTypeInput')
258
279
  GetAssetTypeOutput = Shapes::StructureShape.new(name: 'GetAssetTypeOutput')
280
+ GetDataProductInput = Shapes::StructureShape.new(name: 'GetDataProductInput')
281
+ GetDataProductOutput = Shapes::StructureShape.new(name: 'GetDataProductOutput')
259
282
  GetDataSourceInput = Shapes::StructureShape.new(name: 'GetDataSourceInput')
260
283
  GetDataSourceOutput = Shapes::StructureShape.new(name: 'GetDataSourceOutput')
261
284
  GetDataSourceRunInput = Shapes::StructureShape.new(name: 'GetDataSourceRunInput')
@@ -268,6 +291,8 @@ module Aws::DataZone
268
291
  GetEnvironmentBlueprintConfigurationOutput = Shapes::StructureShape.new(name: 'GetEnvironmentBlueprintConfigurationOutput')
269
292
  GetEnvironmentBlueprintInput = Shapes::StructureShape.new(name: 'GetEnvironmentBlueprintInput')
270
293
  GetEnvironmentBlueprintOutput = Shapes::StructureShape.new(name: 'GetEnvironmentBlueprintOutput')
294
+ GetEnvironmentCredentialsInput = Shapes::StructureShape.new(name: 'GetEnvironmentCredentialsInput')
295
+ GetEnvironmentCredentialsOutput = Shapes::StructureShape.new(name: 'GetEnvironmentCredentialsOutput')
271
296
  GetEnvironmentInput = Shapes::StructureShape.new(name: 'GetEnvironmentInput')
272
297
  GetEnvironmentOutput = Shapes::StructureShape.new(name: 'GetEnvironmentOutput')
273
298
  GetEnvironmentProfileInput = Shapes::StructureShape.new(name: 'GetEnvironmentProfileInput')
@@ -343,6 +368,7 @@ module Aws::DataZone
343
368
  InventorySearchScope = Shapes::StringShape.new(name: 'InventorySearchScope')
344
369
  IsNotNullExpression = Shapes::StructureShape.new(name: 'IsNotNullExpression')
345
370
  IsNullExpression = Shapes::StructureShape.new(name: 'IsNullExpression')
371
+ ItemGlossaryTerms = Shapes::ListShape.new(name: 'ItemGlossaryTerms')
346
372
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
347
373
  LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
348
374
  LastName = Shapes::StringShape.new(name: 'LastName')
@@ -361,6 +387,8 @@ module Aws::DataZone
361
387
  ListAssetFiltersOutput = Shapes::StructureShape.new(name: 'ListAssetFiltersOutput')
362
388
  ListAssetRevisionsInput = Shapes::StructureShape.new(name: 'ListAssetRevisionsInput')
363
389
  ListAssetRevisionsOutput = Shapes::StructureShape.new(name: 'ListAssetRevisionsOutput')
390
+ ListDataProductRevisionsInput = Shapes::StructureShape.new(name: 'ListDataProductRevisionsInput')
391
+ ListDataProductRevisionsOutput = Shapes::StructureShape.new(name: 'ListDataProductRevisionsOutput')
364
392
  ListDataSourceRunActivitiesInput = Shapes::StructureShape.new(name: 'ListDataSourceRunActivitiesInput')
365
393
  ListDataSourceRunActivitiesOutput = Shapes::StructureShape.new(name: 'ListDataSourceRunActivitiesOutput')
366
394
  ListDataSourceRunsInput = Shapes::StructureShape.new(name: 'ListDataSourceRunsInput')
@@ -408,6 +436,10 @@ module Aws::DataZone
408
436
  ListingRevision = Shapes::StructureShape.new(name: 'ListingRevision')
409
437
  ListingRevisionInput = Shapes::StructureShape.new(name: 'ListingRevisionInput')
410
438
  ListingStatus = Shapes::StringShape.new(name: 'ListingStatus')
439
+ ListingSummaries = Shapes::ListShape.new(name: 'ListingSummaries')
440
+ ListingSummary = Shapes::StructureShape.new(name: 'ListingSummary')
441
+ ListingSummaryItem = Shapes::StructureShape.new(name: 'ListingSummaryItem')
442
+ ListingSummaryItems = Shapes::ListShape.new(name: 'ListingSummaryItems')
411
443
  LongDescription = Shapes::StringShape.new(name: 'LongDescription')
412
444
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
413
445
  MaxResultsForListDomains = Shapes::IntegerShape.new(name: 'MaxResultsForListDomains')
@@ -554,6 +586,7 @@ module Aws::DataZone
554
586
  SubscribedPrincipal = Shapes::UnionShape.new(name: 'SubscribedPrincipal')
555
587
  SubscribedPrincipalInput = Shapes::UnionShape.new(name: 'SubscribedPrincipalInput')
556
588
  SubscribedPrincipalInputs = Shapes::ListShape.new(name: 'SubscribedPrincipalInputs')
589
+ SubscribedProductListing = Shapes::StructureShape.new(name: 'SubscribedProductListing')
557
590
  SubscribedProject = Shapes::StructureShape.new(name: 'SubscribedProject')
558
591
  SubscribedProjectInput = Shapes::StructureShape.new(name: 'SubscribedProjectInput')
559
592
  SubscriptionGrantId = Shapes::StringShape.new(name: 'SubscriptionGrantId')
@@ -739,6 +772,13 @@ module Aws::DataZone
739
772
 
740
773
  AssetFilters.member = Shapes::ShapeRef.new(shape: AssetFilterSummary)
741
774
 
775
+ AssetInDataProductListingItem.add_member(:entity_id, Shapes::ShapeRef.new(shape: String, location_name: "entityId"))
776
+ AssetInDataProductListingItem.add_member(:entity_revision, Shapes::ShapeRef.new(shape: String, location_name: "entityRevision"))
777
+ AssetInDataProductListingItem.add_member(:entity_type, Shapes::ShapeRef.new(shape: String, location_name: "entityType"))
778
+ AssetInDataProductListingItem.struct_class = Types::AssetInDataProductListingItem
779
+
780
+ AssetInDataProductListingItems.member = Shapes::ShapeRef.new(shape: AssetInDataProductListingItem)
781
+
742
782
  AssetItem.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AssetItemAdditionalAttributes, location_name: "additionalAttributes"))
743
783
  AssetItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
744
784
  AssetItem.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
@@ -990,6 +1030,58 @@ module Aws::DataZone
990
1030
  CreateAssetTypeOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
991
1031
  CreateAssetTypeOutput.struct_class = Types::CreateAssetTypeOutput
992
1032
 
1033
+ CreateDataProductInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1034
+ CreateDataProductInput.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1035
+ CreateDataProductInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1036
+ CreateDataProductInput.add_member(:forms_input, Shapes::ShapeRef.new(shape: FormInputList, location_name: "formsInput"))
1037
+ CreateDataProductInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1038
+ CreateDataProductInput.add_member(:items, Shapes::ShapeRef.new(shape: DataProductItems, location_name: "items"))
1039
+ CreateDataProductInput.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, required: true, location_name: "name"))
1040
+ CreateDataProductInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
1041
+ CreateDataProductInput.struct_class = Types::CreateDataProductInput
1042
+
1043
+ CreateDataProductOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1044
+ CreateDataProductOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1045
+ CreateDataProductOutput.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1046
+ CreateDataProductOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1047
+ CreateDataProductOutput.add_member(:first_revision_created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "firstRevisionCreatedAt"))
1048
+ CreateDataProductOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
1049
+ CreateDataProductOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "formsOutput"))
1050
+ CreateDataProductOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1051
+ CreateDataProductOutput.add_member(:id, Shapes::ShapeRef.new(shape: DataProductId, required: true, location_name: "id"))
1052
+ CreateDataProductOutput.add_member(:items, Shapes::ShapeRef.new(shape: DataProductItems, location_name: "items"))
1053
+ CreateDataProductOutput.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, required: true, location_name: "name"))
1054
+ CreateDataProductOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
1055
+ CreateDataProductOutput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
1056
+ CreateDataProductOutput.add_member(:status, Shapes::ShapeRef.new(shape: DataProductStatus, required: true, location_name: "status"))
1057
+ CreateDataProductOutput.struct_class = Types::CreateDataProductOutput
1058
+
1059
+ CreateDataProductRevisionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1060
+ CreateDataProductRevisionInput.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1061
+ CreateDataProductRevisionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1062
+ CreateDataProductRevisionInput.add_member(:forms_input, Shapes::ShapeRef.new(shape: FormInputList, location_name: "formsInput"))
1063
+ CreateDataProductRevisionInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1064
+ CreateDataProductRevisionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataProductId, required: true, location: "uri", location_name: "identifier"))
1065
+ CreateDataProductRevisionInput.add_member(:items, Shapes::ShapeRef.new(shape: DataProductItems, location_name: "items"))
1066
+ CreateDataProductRevisionInput.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, required: true, location_name: "name"))
1067
+ CreateDataProductRevisionInput.struct_class = Types::CreateDataProductRevisionInput
1068
+
1069
+ CreateDataProductRevisionOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1070
+ CreateDataProductRevisionOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1071
+ CreateDataProductRevisionOutput.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1072
+ CreateDataProductRevisionOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1073
+ CreateDataProductRevisionOutput.add_member(:first_revision_created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "firstRevisionCreatedAt"))
1074
+ CreateDataProductRevisionOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
1075
+ CreateDataProductRevisionOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "formsOutput"))
1076
+ CreateDataProductRevisionOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1077
+ CreateDataProductRevisionOutput.add_member(:id, Shapes::ShapeRef.new(shape: DataProductId, required: true, location_name: "id"))
1078
+ CreateDataProductRevisionOutput.add_member(:items, Shapes::ShapeRef.new(shape: DataProductItems, location_name: "items"))
1079
+ CreateDataProductRevisionOutput.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, required: true, location_name: "name"))
1080
+ CreateDataProductRevisionOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
1081
+ CreateDataProductRevisionOutput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
1082
+ CreateDataProductRevisionOutput.add_member(:status, Shapes::ShapeRef.new(shape: DataProductStatus, required: true, location_name: "status"))
1083
+ CreateDataProductRevisionOutput.struct_class = Types::CreateDataProductRevisionOutput
1084
+
993
1085
  CreateDataSourceInput.add_member(:asset_forms_input, Shapes::ShapeRef.new(shape: FormInputList, location_name: "assetFormsInput"))
994
1086
  CreateDataSourceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
995
1087
  CreateDataSourceInput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationInput, location_name: "configuration"))
@@ -1240,7 +1332,7 @@ module Aws::DataZone
1240
1332
  CreateSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
1241
1333
  CreateSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
1242
1334
  CreateSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
1243
- CreateSubscriptionGrantOutput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "subscriptionId"))
1335
+ CreateSubscriptionGrantOutput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, deprecated: true, location_name: "subscriptionId", metadata: {"deprecatedMessage"=>"Multiple subscriptions can exist for a single grant"}))
1244
1336
  CreateSubscriptionGrantOutput.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
1245
1337
  CreateSubscriptionGrantOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
1246
1338
  CreateSubscriptionGrantOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
@@ -1323,6 +1415,62 @@ module Aws::DataZone
1323
1415
 
1324
1416
  CustomParameterList.member = Shapes::ShapeRef.new(shape: CustomParameter)
1325
1417
 
1418
+ DataProductItem.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: ItemGlossaryTerms, location_name: "glossaryTerms"))
1419
+ DataProductItem.add_member(:identifier, Shapes::ShapeRef.new(shape: EntityIdentifier, required: true, location_name: "identifier"))
1420
+ DataProductItem.add_member(:item_type, Shapes::ShapeRef.new(shape: DataProductItemType, required: true, location_name: "itemType"))
1421
+ DataProductItem.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
1422
+ DataProductItem.struct_class = Types::DataProductItem
1423
+
1424
+ DataProductItems.member = Shapes::ShapeRef.new(shape: DataProductItem)
1425
+
1426
+ DataProductListing.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1427
+ DataProductListing.add_member(:data_product_id, Shapes::ShapeRef.new(shape: DataProductId, location_name: "dataProductId"))
1428
+ DataProductListing.add_member(:data_product_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "dataProductRevision"))
1429
+ DataProductListing.add_member(:forms, Shapes::ShapeRef.new(shape: Forms, location_name: "forms"))
1430
+ DataProductListing.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: DetailedGlossaryTerms, location_name: "glossaryTerms"))
1431
+ DataProductListing.add_member(:items, Shapes::ShapeRef.new(shape: ListingSummaries, location_name: "items"))
1432
+ DataProductListing.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
1433
+ DataProductListing.struct_class = Types::DataProductListing
1434
+
1435
+ DataProductListingItem.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: DataProductListingItemAdditionalAttributes, location_name: "additionalAttributes"))
1436
+ DataProductListingItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1437
+ DataProductListingItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1438
+ DataProductListingItem.add_member(:entity_id, Shapes::ShapeRef.new(shape: DataProductId, location_name: "entityId"))
1439
+ DataProductListingItem.add_member(:entity_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "entityRevision"))
1440
+ DataProductListingItem.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: DetailedGlossaryTerms, location_name: "glossaryTerms"))
1441
+ DataProductListingItem.add_member(:items, Shapes::ShapeRef.new(shape: ListingSummaryItems, location_name: "items"))
1442
+ DataProductListingItem.add_member(:listing_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "listingCreatedBy"))
1443
+ DataProductListingItem.add_member(:listing_id, Shapes::ShapeRef.new(shape: ListingId, location_name: "listingId"))
1444
+ DataProductListingItem.add_member(:listing_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "listingRevision"))
1445
+ DataProductListingItem.add_member(:listing_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "listingUpdatedBy"))
1446
+ DataProductListingItem.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, location_name: "name"))
1447
+ DataProductListingItem.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
1448
+ DataProductListingItem.struct_class = Types::DataProductListingItem
1449
+
1450
+ DataProductListingItemAdditionalAttributes.add_member(:forms, Shapes::ShapeRef.new(shape: Forms, location_name: "forms"))
1451
+ DataProductListingItemAdditionalAttributes.struct_class = Types::DataProductListingItemAdditionalAttributes
1452
+
1453
+ DataProductResultItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1454
+ DataProductResultItem.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1455
+ DataProductResultItem.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1456
+ DataProductResultItem.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1457
+ DataProductResultItem.add_member(:first_revision_created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "firstRevisionCreatedAt"))
1458
+ DataProductResultItem.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
1459
+ DataProductResultItem.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1460
+ DataProductResultItem.add_member(:id, Shapes::ShapeRef.new(shape: DataProductId, required: true, location_name: "id"))
1461
+ DataProductResultItem.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, required: true, location_name: "name"))
1462
+ DataProductResultItem.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
1463
+ DataProductResultItem.struct_class = Types::DataProductResultItem
1464
+
1465
+ DataProductRevision.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1466
+ DataProductRevision.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1467
+ DataProductRevision.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
1468
+ DataProductRevision.add_member(:id, Shapes::ShapeRef.new(shape: DataProductId, location_name: "id"))
1469
+ DataProductRevision.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
1470
+ DataProductRevision.struct_class = Types::DataProductRevision
1471
+
1472
+ DataProductRevisions.member = Shapes::ShapeRef.new(shape: DataProductRevision)
1473
+
1326
1474
  DataSourceConfigurationInput.add_member(:glue_run_configuration, Shapes::ShapeRef.new(shape: GlueRunConfigurationInput, location_name: "glueRunConfiguration"))
1327
1475
  DataSourceConfigurationInput.add_member(:redshift_run_configuration, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationInput, location_name: "redshiftRunConfiguration"))
1328
1476
  DataSourceConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -1407,6 +1555,12 @@ module Aws::DataZone
1407
1555
 
1408
1556
  DeleteAssetTypeOutput.struct_class = Types::DeleteAssetTypeOutput
1409
1557
 
1558
+ DeleteDataProductInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1559
+ DeleteDataProductInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataProductId, required: true, location: "uri", location_name: "identifier"))
1560
+ DeleteDataProductInput.struct_class = Types::DeleteDataProductInput
1561
+
1562
+ DeleteDataProductOutput.struct_class = Types::DeleteDataProductOutput
1563
+
1410
1564
  DeleteDataSourceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1411
1565
  DeleteDataSourceInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1412
1566
  DeleteDataSourceInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "identifier"))
@@ -1512,7 +1666,7 @@ module Aws::DataZone
1512
1666
  DeleteSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
1513
1667
  DeleteSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
1514
1668
  DeleteSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
1515
- DeleteSubscriptionGrantOutput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "subscriptionId"))
1669
+ DeleteSubscriptionGrantOutput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, deprecated: true, location_name: "subscriptionId", metadata: {"deprecatedMessage"=>"Multiple subscriptions can exist for a single grant"}))
1516
1670
  DeleteSubscriptionGrantOutput.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
1517
1671
  DeleteSubscriptionGrantOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
1518
1672
  DeleteSubscriptionGrantOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
@@ -1793,6 +1947,27 @@ module Aws::DataZone
1793
1947
  GetAssetTypeOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
1794
1948
  GetAssetTypeOutput.struct_class = Types::GetAssetTypeOutput
1795
1949
 
1950
+ GetDataProductInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1951
+ GetDataProductInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataProductId, required: true, location: "uri", location_name: "identifier"))
1952
+ GetDataProductInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location: "querystring", location_name: "revision"))
1953
+ GetDataProductInput.struct_class = Types::GetDataProductInput
1954
+
1955
+ GetDataProductOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1956
+ GetDataProductOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1957
+ GetDataProductOutput.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1958
+ GetDataProductOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1959
+ GetDataProductOutput.add_member(:first_revision_created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "firstRevisionCreatedAt"))
1960
+ GetDataProductOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
1961
+ GetDataProductOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "formsOutput"))
1962
+ GetDataProductOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1963
+ GetDataProductOutput.add_member(:id, Shapes::ShapeRef.new(shape: DataProductId, required: true, location_name: "id"))
1964
+ GetDataProductOutput.add_member(:items, Shapes::ShapeRef.new(shape: DataProductItems, location_name: "items"))
1965
+ GetDataProductOutput.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, required: true, location_name: "name"))
1966
+ GetDataProductOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
1967
+ GetDataProductOutput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
1968
+ GetDataProductOutput.add_member(:status, Shapes::ShapeRef.new(shape: DataProductStatus, required: true, location_name: "status"))
1969
+ GetDataProductOutput.struct_class = Types::GetDataProductOutput
1970
+
1796
1971
  GetDataSourceInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1797
1972
  GetDataSourceInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "identifier"))
1798
1973
  GetDataSourceInput.struct_class = Types::GetDataSourceInput
@@ -1901,6 +2076,16 @@ module Aws::DataZone
1901
2076
  GetEnvironmentBlueprintOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: CustomParameterList, location_name: "userParameters"))
1902
2077
  GetEnvironmentBlueprintOutput.struct_class = Types::GetEnvironmentBlueprintOutput
1903
2078
 
2079
+ GetEnvironmentCredentialsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2080
+ GetEnvironmentCredentialsInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
2081
+ GetEnvironmentCredentialsInput.struct_class = Types::GetEnvironmentCredentialsInput
2082
+
2083
+ GetEnvironmentCredentialsOutput.add_member(:access_key_id, Shapes::ShapeRef.new(shape: String, location_name: "accessKeyId"))
2084
+ GetEnvironmentCredentialsOutput.add_member(:expiration, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "expiration"))
2085
+ GetEnvironmentCredentialsOutput.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: String, location_name: "secretAccessKey"))
2086
+ GetEnvironmentCredentialsOutput.add_member(:session_token, Shapes::ShapeRef.new(shape: String, location_name: "sessionToken"))
2087
+ GetEnvironmentCredentialsOutput.struct_class = Types::GetEnvironmentCredentialsOutput
2088
+
1904
2089
  GetEnvironmentInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1905
2090
  GetEnvironmentInput.add_member(:identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "identifier"))
1906
2091
  GetEnvironmentInput.struct_class = Types::GetEnvironmentInput
@@ -2097,7 +2282,7 @@ module Aws::DataZone
2097
2282
  GetSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
2098
2283
  GetSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
2099
2284
  GetSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
2100
- GetSubscriptionGrantOutput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "subscriptionId"))
2285
+ GetSubscriptionGrantOutput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, deprecated: true, location_name: "subscriptionId", metadata: {"deprecatedMessage"=>"Multiple subscriptions can exist for a single grant"}))
2101
2286
  GetSubscriptionGrantOutput.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
2102
2287
  GetSubscriptionGrantOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
2103
2288
  GetSubscriptionGrantOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
@@ -2286,6 +2471,8 @@ module Aws::DataZone
2286
2471
  IsNullExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
2287
2472
  IsNullExpression.struct_class = Types::IsNullExpression
2288
2473
 
2474
+ ItemGlossaryTerms.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
2475
+
2289
2476
  LakeFormationConfiguration.add_member(:location_registration_exclude_s3_locations, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "locationRegistrationExcludeS3Locations"))
2290
2477
  LakeFormationConfiguration.add_member(:location_registration_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "locationRegistrationRole"))
2291
2478
  LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
@@ -2356,6 +2543,16 @@ module Aws::DataZone
2356
2543
  ListAssetRevisionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2357
2544
  ListAssetRevisionsOutput.struct_class = Types::ListAssetRevisionsOutput
2358
2545
 
2546
+ ListDataProductRevisionsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2547
+ ListDataProductRevisionsInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataProductId, required: true, location: "uri", location_name: "identifier"))
2548
+ ListDataProductRevisionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
2549
+ ListDataProductRevisionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
2550
+ ListDataProductRevisionsInput.struct_class = Types::ListDataProductRevisionsInput
2551
+
2552
+ ListDataProductRevisionsOutput.add_member(:items, Shapes::ShapeRef.new(shape: DataProductRevisions, required: true, location_name: "items"))
2553
+ ListDataProductRevisionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2554
+ ListDataProductRevisionsOutput.struct_class = Types::ListDataProductRevisionsOutput
2555
+
2359
2556
  ListDataSourceRunActivitiesInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2360
2557
  ListDataSourceRunActivitiesInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSourceRunId, required: true, location: "uri", location_name: "identifier"))
2361
2558
  ListDataSourceRunActivitiesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -2531,6 +2728,7 @@ module Aws::DataZone
2531
2728
  ListSubscriptionGrantsInput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location: "querystring", location_name: "environmentId"))
2532
2729
  ListSubscriptionGrantsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
2533
2730
  ListSubscriptionGrantsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
2731
+ ListSubscriptionGrantsInput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location: "querystring", location_name: "owningProjectId"))
2534
2732
  ListSubscriptionGrantsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, location: "querystring", location_name: "sortBy"))
2535
2733
  ListSubscriptionGrantsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
2536
2734
  ListSubscriptionGrantsInput.add_member(:subscribed_listing_id, Shapes::ShapeRef.new(shape: ListingId, location: "querystring", location_name: "subscribedListingId"))
@@ -2606,8 +2804,10 @@ module Aws::DataZone
2606
2804
  ListTimeSeriesDataPointsOutput.struct_class = Types::ListTimeSeriesDataPointsOutput
2607
2805
 
2608
2806
  ListingItem.add_member(:asset_listing, Shapes::ShapeRef.new(shape: AssetListing, location_name: "assetListing"))
2807
+ ListingItem.add_member(:data_product_listing, Shapes::ShapeRef.new(shape: DataProductListing, location_name: "dataProductListing"))
2609
2808
  ListingItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2610
2809
  ListingItem.add_member_subclass(:asset_listing, Types::ListingItem::AssetListing)
2810
+ ListingItem.add_member_subclass(:data_product_listing, Types::ListingItem::DataProductListing)
2611
2811
  ListingItem.add_member_subclass(:unknown, Types::ListingItem::Unknown)
2612
2812
  ListingItem.struct_class = Types::ListingItem
2613
2813
 
@@ -2619,6 +2819,20 @@ module Aws::DataZone
2619
2819
  ListingRevisionInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
2620
2820
  ListingRevisionInput.struct_class = Types::ListingRevisionInput
2621
2821
 
2822
+ ListingSummaries.member = Shapes::ShapeRef.new(shape: ListingSummary)
2823
+
2824
+ ListingSummary.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: DetailedGlossaryTerms, location_name: "glossaryTerms"))
2825
+ ListingSummary.add_member(:listing_id, Shapes::ShapeRef.new(shape: ListingId, location_name: "listingId"))
2826
+ ListingSummary.add_member(:listing_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "listingRevision"))
2827
+ ListingSummary.struct_class = Types::ListingSummary
2828
+
2829
+ ListingSummaryItem.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: DetailedGlossaryTerms, location_name: "glossaryTerms"))
2830
+ ListingSummaryItem.add_member(:listing_id, Shapes::ShapeRef.new(shape: ListingId, location_name: "listingId"))
2831
+ ListingSummaryItem.add_member(:listing_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "listingRevision"))
2832
+ ListingSummaryItem.struct_class = Types::ListingSummaryItem
2833
+
2834
+ ListingSummaryItems.member = Shapes::ShapeRef.new(shape: ListingSummaryItem)
2835
+
2622
2836
  Member.add_member(:group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "groupIdentifier"))
2623
2837
  Member.add_member(:user_identifier, Shapes::ShapeRef.new(shape: String, location_name: "userIdentifier"))
2624
2838
  Member.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -2990,10 +3204,12 @@ module Aws::DataZone
2990
3204
  SearchInput.struct_class = Types::SearchInput
2991
3205
 
2992
3206
  SearchInventoryResultItem.add_member(:asset_item, Shapes::ShapeRef.new(shape: AssetItem, location_name: "assetItem"))
3207
+ SearchInventoryResultItem.add_member(:data_product_item, Shapes::ShapeRef.new(shape: DataProductResultItem, location_name: "dataProductItem"))
2993
3208
  SearchInventoryResultItem.add_member(:glossary_item, Shapes::ShapeRef.new(shape: GlossaryItem, location_name: "glossaryItem"))
2994
3209
  SearchInventoryResultItem.add_member(:glossary_term_item, Shapes::ShapeRef.new(shape: GlossaryTermItem, location_name: "glossaryTermItem"))
2995
3210
  SearchInventoryResultItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2996
3211
  SearchInventoryResultItem.add_member_subclass(:asset_item, Types::SearchInventoryResultItem::AssetItem)
3212
+ SearchInventoryResultItem.add_member_subclass(:data_product_item, Types::SearchInventoryResultItem::DataProductItem)
2997
3213
  SearchInventoryResultItem.add_member_subclass(:glossary_item, Types::SearchInventoryResultItem::GlossaryItem)
2998
3214
  SearchInventoryResultItem.add_member_subclass(:glossary_term_item, Types::SearchInventoryResultItem::GlossaryTermItem)
2999
3215
  SearchInventoryResultItem.add_member_subclass(:unknown, Types::SearchInventoryResultItem::Unknown)
@@ -3024,8 +3240,10 @@ module Aws::DataZone
3024
3240
  SearchOutputAdditionalAttributes.member = Shapes::ShapeRef.new(shape: SearchOutputAdditionalAttribute)
3025
3241
 
3026
3242
  SearchResultItem.add_member(:asset_listing, Shapes::ShapeRef.new(shape: AssetListingItem, location_name: "assetListing"))
3243
+ SearchResultItem.add_member(:data_product_listing, Shapes::ShapeRef.new(shape: DataProductListingItem, location_name: "dataProductListing"))
3027
3244
  SearchResultItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3028
3245
  SearchResultItem.add_member_subclass(:asset_listing, Types::SearchResultItem::AssetListing)
3246
+ SearchResultItem.add_member_subclass(:data_product_listing, Types::SearchResultItem::DataProductListing)
3029
3247
  SearchResultItem.add_member_subclass(:unknown, Types::SearchResultItem::Unknown)
3030
3248
  SearchResultItem.struct_class = Types::SearchResultItem
3031
3249
 
@@ -3173,8 +3391,10 @@ module Aws::DataZone
3173
3391
  SubscribedListingInputs.member = Shapes::ShapeRef.new(shape: SubscribedListingInput)
3174
3392
 
3175
3393
  SubscribedListingItem.add_member(:asset_listing, Shapes::ShapeRef.new(shape: SubscribedAssetListing, location_name: "assetListing"))
3394
+ SubscribedListingItem.add_member(:product_listing, Shapes::ShapeRef.new(shape: SubscribedProductListing, location_name: "productListing"))
3176
3395
  SubscribedListingItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3177
3396
  SubscribedListingItem.add_member_subclass(:asset_listing, Types::SubscribedListingItem::AssetListing)
3397
+ SubscribedListingItem.add_member_subclass(:product_listing, Types::SubscribedListingItem::ProductListing)
3178
3398
  SubscribedListingItem.add_member_subclass(:unknown, Types::SubscribedListingItem::Unknown)
3179
3399
  SubscribedListingItem.struct_class = Types::SubscribedListingItem
3180
3400
 
@@ -3192,6 +3412,14 @@ module Aws::DataZone
3192
3412
 
3193
3413
  SubscribedPrincipalInputs.member = Shapes::ShapeRef.new(shape: SubscribedPrincipalInput)
3194
3414
 
3415
+ SubscribedProductListing.add_member(:asset_listings, Shapes::ShapeRef.new(shape: AssetInDataProductListingItems, location_name: "assetListings"))
3416
+ SubscribedProductListing.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
3417
+ SubscribedProductListing.add_member(:entity_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "entityId"))
3418
+ SubscribedProductListing.add_member(:entity_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "entityRevision"))
3419
+ SubscribedProductListing.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: DetailedGlossaryTerms, location_name: "glossaryTerms"))
3420
+ SubscribedProductListing.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
3421
+ SubscribedProductListing.struct_class = Types::SubscribedProductListing
3422
+
3195
3423
  SubscribedProject.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "id"))
3196
3424
  SubscribedProject.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
3197
3425
  SubscribedProject.struct_class = Types::SubscribedProject
@@ -3206,7 +3434,7 @@ module Aws::DataZone
3206
3434
  SubscriptionGrantSummary.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
3207
3435
  SubscriptionGrantSummary.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
3208
3436
  SubscriptionGrantSummary.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
3209
- SubscriptionGrantSummary.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "subscriptionId"))
3437
+ SubscriptionGrantSummary.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, deprecated: true, location_name: "subscriptionId", metadata: {"deprecatedMessage"=>"Multiple subscriptions can exist for a single grant"}))
3210
3438
  SubscriptionGrantSummary.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
3211
3439
  SubscriptionGrantSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
3212
3440
  SubscriptionGrantSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
@@ -3563,7 +3791,7 @@ module Aws::DataZone
3563
3791
  UpdateSubscriptionGrantStatusOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
3564
3792
  UpdateSubscriptionGrantStatusOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
3565
3793
  UpdateSubscriptionGrantStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
3566
- UpdateSubscriptionGrantStatusOutput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "subscriptionId"))
3794
+ UpdateSubscriptionGrantStatusOutput.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, deprecated: true, location_name: "subscriptionId", metadata: {"deprecatedMessage"=>"Multiple subscriptions can exist for a single grant"}))
3567
3795
  UpdateSubscriptionGrantStatusOutput.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
3568
3796
  UpdateSubscriptionGrantStatusOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
3569
3797
  UpdateSubscriptionGrantStatusOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
@@ -3811,6 +4039,37 @@ module Aws::DataZone
3811
4039
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3812
4040
  end)
3813
4041
 
4042
+ api.add_operation(:create_data_product, Seahorse::Model::Operation.new.tap do |o|
4043
+ o.name = "CreateDataProduct"
4044
+ o.http_method = "POST"
4045
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/data-products"
4046
+ o.input = Shapes::ShapeRef.new(shape: CreateDataProductInput)
4047
+ o.output = Shapes::ShapeRef.new(shape: CreateDataProductOutput)
4048
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4049
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4050
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4051
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4052
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
4053
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4054
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4055
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4056
+ end)
4057
+
4058
+ api.add_operation(:create_data_product_revision, Seahorse::Model::Operation.new.tap do |o|
4059
+ o.name = "CreateDataProductRevision"
4060
+ o.http_method = "POST"
4061
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions"
4062
+ o.input = Shapes::ShapeRef.new(shape: CreateDataProductRevisionInput)
4063
+ o.output = Shapes::ShapeRef.new(shape: CreateDataProductRevisionOutput)
4064
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4065
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4066
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4067
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4068
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4069
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4070
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4071
+ end)
4072
+
3814
4073
  api.add_operation(:create_data_source, Seahorse::Model::Operation.new.tap do |o|
3815
4074
  o.name = "CreateDataSource"
3816
4075
  o.http_method = "POST"
@@ -4064,6 +4323,7 @@ module Aws::DataZone
4064
4323
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4065
4324
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4066
4325
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4326
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4067
4327
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4068
4328
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4069
4329
  end)
@@ -4098,6 +4358,21 @@ module Aws::DataZone
4098
4358
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4099
4359
  end)
4100
4360
 
4361
+ api.add_operation(:delete_data_product, Seahorse::Model::Operation.new.tap do |o|
4362
+ o.name = "DeleteDataProduct"
4363
+ o.http_method = "DELETE"
4364
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/data-products/{identifier}"
4365
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataProductInput)
4366
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataProductOutput)
4367
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4368
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4369
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4370
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4371
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4372
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4373
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4374
+ end)
4375
+
4101
4376
  api.add_operation(:delete_data_source, Seahorse::Model::Operation.new.tap do |o|
4102
4377
  o.name = "DeleteDataSource"
4103
4378
  o.http_method = "DELETE"
@@ -4390,6 +4665,20 @@ module Aws::DataZone
4390
4665
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4391
4666
  end)
4392
4667
 
4668
+ api.add_operation(:get_data_product, Seahorse::Model::Operation.new.tap do |o|
4669
+ o.name = "GetDataProduct"
4670
+ o.http_method = "GET"
4671
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/data-products/{identifier}"
4672
+ o.input = Shapes::ShapeRef.new(shape: GetDataProductInput)
4673
+ o.output = Shapes::ShapeRef.new(shape: GetDataProductOutput)
4674
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4675
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4676
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4677
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4678
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4679
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4680
+ end)
4681
+
4393
4682
  api.add_operation(:get_data_source, Seahorse::Model::Operation.new.tap do |o|
4394
4683
  o.name = "GetDataSource"
4395
4684
  o.http_method = "GET"
@@ -4493,6 +4782,20 @@ module Aws::DataZone
4493
4782
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4494
4783
  end)
4495
4784
 
4785
+ api.add_operation(:get_environment_credentials, Seahorse::Model::Operation.new.tap do |o|
4786
+ o.name = "GetEnvironmentCredentials"
4787
+ o.http_method = "GET"
4788
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/credentials"
4789
+ o.input = Shapes::ShapeRef.new(shape: GetEnvironmentCredentialsInput)
4790
+ o.output = Shapes::ShapeRef.new(shape: GetEnvironmentCredentialsOutput)
4791
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4792
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4793
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4794
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4795
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4796
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4797
+ end)
4798
+
4496
4799
  api.add_operation(:get_environment_profile, Seahorse::Model::Operation.new.tap do |o|
4497
4800
  o.name = "GetEnvironmentProfile"
4498
4801
  o.http_method = "GET"
@@ -4758,6 +5061,26 @@ module Aws::DataZone
4758
5061
  )
4759
5062
  end)
4760
5063
 
5064
+ api.add_operation(:list_data_product_revisions, Seahorse::Model::Operation.new.tap do |o|
5065
+ o.name = "ListDataProductRevisions"
5066
+ o.http_method = "GET"
5067
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions"
5068
+ o.input = Shapes::ShapeRef.new(shape: ListDataProductRevisionsInput)
5069
+ o.output = Shapes::ShapeRef.new(shape: ListDataProductRevisionsOutput)
5070
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5071
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5072
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5073
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5074
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5075
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5076
+ o[:pager] = Aws::Pager.new(
5077
+ limit_key: "max_results",
5078
+ tokens: {
5079
+ "next_token" => "next_token"
5080
+ }
5081
+ )
5082
+ end)
5083
+
4761
5084
  api.add_operation(:list_data_source_run_activities, Seahorse::Model::Operation.new.tap do |o|
4762
5085
  o.name = "ListDataSourceRunActivities"
4763
5086
  o.http_method = "GET"