aws-sdk-datazone 1.17.0 → 1.19.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +556 -5
- data/lib/aws-sdk-datazone/client_api.rb +302 -5
- data/lib/aws-sdk-datazone/endpoints.rb +65 -0
- data/lib/aws-sdk-datazone/plugins/endpoints.rb +10 -0
- data/lib/aws-sdk-datazone/types.rb +878 -30
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +140 -2
- data/sig/types.rbs +218 -2
- metadata +2 -2
@@ -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')
|
@@ -345,6 +368,7 @@ module Aws::DataZone
|
|
345
368
|
InventorySearchScope = Shapes::StringShape.new(name: 'InventorySearchScope')
|
346
369
|
IsNotNullExpression = Shapes::StructureShape.new(name: 'IsNotNullExpression')
|
347
370
|
IsNullExpression = Shapes::StructureShape.new(name: 'IsNullExpression')
|
371
|
+
ItemGlossaryTerms = Shapes::ListShape.new(name: 'ItemGlossaryTerms')
|
348
372
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
349
373
|
LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
|
350
374
|
LastName = Shapes::StringShape.new(name: 'LastName')
|
@@ -363,6 +387,8 @@ module Aws::DataZone
|
|
363
387
|
ListAssetFiltersOutput = Shapes::StructureShape.new(name: 'ListAssetFiltersOutput')
|
364
388
|
ListAssetRevisionsInput = Shapes::StructureShape.new(name: 'ListAssetRevisionsInput')
|
365
389
|
ListAssetRevisionsOutput = Shapes::StructureShape.new(name: 'ListAssetRevisionsOutput')
|
390
|
+
ListDataProductRevisionsInput = Shapes::StructureShape.new(name: 'ListDataProductRevisionsInput')
|
391
|
+
ListDataProductRevisionsOutput = Shapes::StructureShape.new(name: 'ListDataProductRevisionsOutput')
|
366
392
|
ListDataSourceRunActivitiesInput = Shapes::StructureShape.new(name: 'ListDataSourceRunActivitiesInput')
|
367
393
|
ListDataSourceRunActivitiesOutput = Shapes::StructureShape.new(name: 'ListDataSourceRunActivitiesOutput')
|
368
394
|
ListDataSourceRunsInput = Shapes::StructureShape.new(name: 'ListDataSourceRunsInput')
|
@@ -410,6 +436,10 @@ module Aws::DataZone
|
|
410
436
|
ListingRevision = Shapes::StructureShape.new(name: 'ListingRevision')
|
411
437
|
ListingRevisionInput = Shapes::StructureShape.new(name: 'ListingRevisionInput')
|
412
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')
|
413
443
|
LongDescription = Shapes::StringShape.new(name: 'LongDescription')
|
414
444
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
415
445
|
MaxResultsForListDomains = Shapes::IntegerShape.new(name: 'MaxResultsForListDomains')
|
@@ -556,6 +586,7 @@ module Aws::DataZone
|
|
556
586
|
SubscribedPrincipal = Shapes::UnionShape.new(name: 'SubscribedPrincipal')
|
557
587
|
SubscribedPrincipalInput = Shapes::UnionShape.new(name: 'SubscribedPrincipalInput')
|
558
588
|
SubscribedPrincipalInputs = Shapes::ListShape.new(name: 'SubscribedPrincipalInputs')
|
589
|
+
SubscribedProductListing = Shapes::StructureShape.new(name: 'SubscribedProductListing')
|
559
590
|
SubscribedProject = Shapes::StructureShape.new(name: 'SubscribedProject')
|
560
591
|
SubscribedProjectInput = Shapes::StructureShape.new(name: 'SubscribedProjectInput')
|
561
592
|
SubscriptionGrantId = Shapes::StringShape.new(name: 'SubscriptionGrantId')
|
@@ -741,6 +772,13 @@ module Aws::DataZone
|
|
741
772
|
|
742
773
|
AssetFilters.member = Shapes::ShapeRef.new(shape: AssetFilterSummary)
|
743
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
|
+
|
744
782
|
AssetItem.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AssetItemAdditionalAttributes, location_name: "additionalAttributes"))
|
745
783
|
AssetItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
746
784
|
AssetItem.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
@@ -992,6 +1030,58 @@ module Aws::DataZone
|
|
992
1030
|
CreateAssetTypeOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
993
1031
|
CreateAssetTypeOutput.struct_class = Types::CreateAssetTypeOutput
|
994
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
|
+
|
995
1085
|
CreateDataSourceInput.add_member(:asset_forms_input, Shapes::ShapeRef.new(shape: FormInputList, location_name: "assetFormsInput"))
|
996
1086
|
CreateDataSourceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
997
1087
|
CreateDataSourceInput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationInput, location_name: "configuration"))
|
@@ -1242,7 +1332,7 @@ module Aws::DataZone
|
|
1242
1332
|
CreateSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
|
1243
1333
|
CreateSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
|
1244
1334
|
CreateSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
|
1245
|
-
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"}))
|
1246
1336
|
CreateSubscriptionGrantOutput.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
|
1247
1337
|
CreateSubscriptionGrantOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
|
1248
1338
|
CreateSubscriptionGrantOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
@@ -1325,6 +1415,62 @@ module Aws::DataZone
|
|
1325
1415
|
|
1326
1416
|
CustomParameterList.member = Shapes::ShapeRef.new(shape: CustomParameter)
|
1327
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
|
+
|
1328
1474
|
DataSourceConfigurationInput.add_member(:glue_run_configuration, Shapes::ShapeRef.new(shape: GlueRunConfigurationInput, location_name: "glueRunConfiguration"))
|
1329
1475
|
DataSourceConfigurationInput.add_member(:redshift_run_configuration, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationInput, location_name: "redshiftRunConfiguration"))
|
1330
1476
|
DataSourceConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
@@ -1409,6 +1555,12 @@ module Aws::DataZone
|
|
1409
1555
|
|
1410
1556
|
DeleteAssetTypeOutput.struct_class = Types::DeleteAssetTypeOutput
|
1411
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
|
+
|
1412
1564
|
DeleteDataSourceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1413
1565
|
DeleteDataSourceInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1414
1566
|
DeleteDataSourceInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "identifier"))
|
@@ -1514,7 +1666,7 @@ module Aws::DataZone
|
|
1514
1666
|
DeleteSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
|
1515
1667
|
DeleteSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
|
1516
1668
|
DeleteSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
|
1517
|
-
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"}))
|
1518
1670
|
DeleteSubscriptionGrantOutput.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
|
1519
1671
|
DeleteSubscriptionGrantOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
|
1520
1672
|
DeleteSubscriptionGrantOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
@@ -1795,6 +1947,27 @@ module Aws::DataZone
|
|
1795
1947
|
GetAssetTypeOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1796
1948
|
GetAssetTypeOutput.struct_class = Types::GetAssetTypeOutput
|
1797
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
|
+
|
1798
1971
|
GetDataSourceInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1799
1972
|
GetDataSourceInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "identifier"))
|
1800
1973
|
GetDataSourceInput.struct_class = Types::GetDataSourceInput
|
@@ -2109,7 +2282,7 @@ module Aws::DataZone
|
|
2109
2282
|
GetSubscriptionGrantOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
|
2110
2283
|
GetSubscriptionGrantOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
|
2111
2284
|
GetSubscriptionGrantOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
|
2112
|
-
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"}))
|
2113
2286
|
GetSubscriptionGrantOutput.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
|
2114
2287
|
GetSubscriptionGrantOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
|
2115
2288
|
GetSubscriptionGrantOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
@@ -2298,6 +2471,8 @@ module Aws::DataZone
|
|
2298
2471
|
IsNullExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
|
2299
2472
|
IsNullExpression.struct_class = Types::IsNullExpression
|
2300
2473
|
|
2474
|
+
ItemGlossaryTerms.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
2475
|
+
|
2301
2476
|
LakeFormationConfiguration.add_member(:location_registration_exclude_s3_locations, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "locationRegistrationExcludeS3Locations"))
|
2302
2477
|
LakeFormationConfiguration.add_member(:location_registration_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "locationRegistrationRole"))
|
2303
2478
|
LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
|
@@ -2368,6 +2543,16 @@ module Aws::DataZone
|
|
2368
2543
|
ListAssetRevisionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
2369
2544
|
ListAssetRevisionsOutput.struct_class = Types::ListAssetRevisionsOutput
|
2370
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
|
+
|
2371
2556
|
ListDataSourceRunActivitiesInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2372
2557
|
ListDataSourceRunActivitiesInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSourceRunId, required: true, location: "uri", location_name: "identifier"))
|
2373
2558
|
ListDataSourceRunActivitiesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -2543,6 +2728,7 @@ module Aws::DataZone
|
|
2543
2728
|
ListSubscriptionGrantsInput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location: "querystring", location_name: "environmentId"))
|
2544
2729
|
ListSubscriptionGrantsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2545
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"))
|
2546
2732
|
ListSubscriptionGrantsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortKey, location: "querystring", location_name: "sortBy"))
|
2547
2733
|
ListSubscriptionGrantsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
|
2548
2734
|
ListSubscriptionGrantsInput.add_member(:subscribed_listing_id, Shapes::ShapeRef.new(shape: ListingId, location: "querystring", location_name: "subscribedListingId"))
|
@@ -2618,8 +2804,10 @@ module Aws::DataZone
|
|
2618
2804
|
ListTimeSeriesDataPointsOutput.struct_class = Types::ListTimeSeriesDataPointsOutput
|
2619
2805
|
|
2620
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"))
|
2621
2808
|
ListingItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2622
2809
|
ListingItem.add_member_subclass(:asset_listing, Types::ListingItem::AssetListing)
|
2810
|
+
ListingItem.add_member_subclass(:data_product_listing, Types::ListingItem::DataProductListing)
|
2623
2811
|
ListingItem.add_member_subclass(:unknown, Types::ListingItem::Unknown)
|
2624
2812
|
ListingItem.struct_class = Types::ListingItem
|
2625
2813
|
|
@@ -2631,6 +2819,20 @@ module Aws::DataZone
|
|
2631
2819
|
ListingRevisionInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
|
2632
2820
|
ListingRevisionInput.struct_class = Types::ListingRevisionInput
|
2633
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
|
+
|
2634
2836
|
Member.add_member(:group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "groupIdentifier"))
|
2635
2837
|
Member.add_member(:user_identifier, Shapes::ShapeRef.new(shape: String, location_name: "userIdentifier"))
|
2636
2838
|
Member.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
@@ -3002,10 +3204,12 @@ module Aws::DataZone
|
|
3002
3204
|
SearchInput.struct_class = Types::SearchInput
|
3003
3205
|
|
3004
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"))
|
3005
3208
|
SearchInventoryResultItem.add_member(:glossary_item, Shapes::ShapeRef.new(shape: GlossaryItem, location_name: "glossaryItem"))
|
3006
3209
|
SearchInventoryResultItem.add_member(:glossary_term_item, Shapes::ShapeRef.new(shape: GlossaryTermItem, location_name: "glossaryTermItem"))
|
3007
3210
|
SearchInventoryResultItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3008
3211
|
SearchInventoryResultItem.add_member_subclass(:asset_item, Types::SearchInventoryResultItem::AssetItem)
|
3212
|
+
SearchInventoryResultItem.add_member_subclass(:data_product_item, Types::SearchInventoryResultItem::DataProductItem)
|
3009
3213
|
SearchInventoryResultItem.add_member_subclass(:glossary_item, Types::SearchInventoryResultItem::GlossaryItem)
|
3010
3214
|
SearchInventoryResultItem.add_member_subclass(:glossary_term_item, Types::SearchInventoryResultItem::GlossaryTermItem)
|
3011
3215
|
SearchInventoryResultItem.add_member_subclass(:unknown, Types::SearchInventoryResultItem::Unknown)
|
@@ -3036,8 +3240,10 @@ module Aws::DataZone
|
|
3036
3240
|
SearchOutputAdditionalAttributes.member = Shapes::ShapeRef.new(shape: SearchOutputAdditionalAttribute)
|
3037
3241
|
|
3038
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"))
|
3039
3244
|
SearchResultItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3040
3245
|
SearchResultItem.add_member_subclass(:asset_listing, Types::SearchResultItem::AssetListing)
|
3246
|
+
SearchResultItem.add_member_subclass(:data_product_listing, Types::SearchResultItem::DataProductListing)
|
3041
3247
|
SearchResultItem.add_member_subclass(:unknown, Types::SearchResultItem::Unknown)
|
3042
3248
|
SearchResultItem.struct_class = Types::SearchResultItem
|
3043
3249
|
|
@@ -3185,8 +3391,10 @@ module Aws::DataZone
|
|
3185
3391
|
SubscribedListingInputs.member = Shapes::ShapeRef.new(shape: SubscribedListingInput)
|
3186
3392
|
|
3187
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"))
|
3188
3395
|
SubscribedListingItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3189
3396
|
SubscribedListingItem.add_member_subclass(:asset_listing, Types::SubscribedListingItem::AssetListing)
|
3397
|
+
SubscribedListingItem.add_member_subclass(:product_listing, Types::SubscribedListingItem::ProductListing)
|
3190
3398
|
SubscribedListingItem.add_member_subclass(:unknown, Types::SubscribedListingItem::Unknown)
|
3191
3399
|
SubscribedListingItem.struct_class = Types::SubscribedListingItem
|
3192
3400
|
|
@@ -3204,6 +3412,14 @@ module Aws::DataZone
|
|
3204
3412
|
|
3205
3413
|
SubscribedPrincipalInputs.member = Shapes::ShapeRef.new(shape: SubscribedPrincipalInput)
|
3206
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
|
+
|
3207
3423
|
SubscribedProject.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "id"))
|
3208
3424
|
SubscribedProject.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
|
3209
3425
|
SubscribedProject.struct_class = Types::SubscribedProject
|
@@ -3218,7 +3434,7 @@ module Aws::DataZone
|
|
3218
3434
|
SubscriptionGrantSummary.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
|
3219
3435
|
SubscriptionGrantSummary.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
|
3220
3436
|
SubscriptionGrantSummary.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
|
3221
|
-
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"}))
|
3222
3438
|
SubscriptionGrantSummary.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
|
3223
3439
|
SubscriptionGrantSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
|
3224
3440
|
SubscriptionGrantSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
@@ -3575,7 +3791,7 @@ module Aws::DataZone
|
|
3575
3791
|
UpdateSubscriptionGrantStatusOutput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntity, required: true, location_name: "grantedEntity"))
|
3576
3792
|
UpdateSubscriptionGrantStatusOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location_name: "id"))
|
3577
3793
|
UpdateSubscriptionGrantStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionGrantOverallStatus, required: true, location_name: "status"))
|
3578
|
-
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"}))
|
3579
3795
|
UpdateSubscriptionGrantStatusOutput.add_member(:subscription_target_id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetId"))
|
3580
3796
|
UpdateSubscriptionGrantStatusOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
|
3581
3797
|
UpdateSubscriptionGrantStatusOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
@@ -3823,6 +4039,37 @@ module Aws::DataZone
|
|
3823
4039
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3824
4040
|
end)
|
3825
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
|
+
|
3826
4073
|
api.add_operation(:create_data_source, Seahorse::Model::Operation.new.tap do |o|
|
3827
4074
|
o.name = "CreateDataSource"
|
3828
4075
|
o.http_method = "POST"
|
@@ -4076,6 +4323,7 @@ module Aws::DataZone
|
|
4076
4323
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4077
4324
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4078
4325
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4326
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4079
4327
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4080
4328
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4081
4329
|
end)
|
@@ -4110,6 +4358,21 @@ module Aws::DataZone
|
|
4110
4358
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4111
4359
|
end)
|
4112
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
|
+
|
4113
4376
|
api.add_operation(:delete_data_source, Seahorse::Model::Operation.new.tap do |o|
|
4114
4377
|
o.name = "DeleteDataSource"
|
4115
4378
|
o.http_method = "DELETE"
|
@@ -4402,6 +4665,20 @@ module Aws::DataZone
|
|
4402
4665
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4403
4666
|
end)
|
4404
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
|
+
|
4405
4682
|
api.add_operation(:get_data_source, Seahorse::Model::Operation.new.tap do |o|
|
4406
4683
|
o.name = "GetDataSource"
|
4407
4684
|
o.http_method = "GET"
|
@@ -4784,6 +5061,26 @@ module Aws::DataZone
|
|
4784
5061
|
)
|
4785
5062
|
end)
|
4786
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
|
+
|
4787
5084
|
api.add_operation(:list_data_source_run_activities, Seahorse::Model::Operation.new.tap do |o|
|
4788
5085
|
o.name = "ListDataSourceRunActivities"
|
4789
5086
|
o.http_method = "GET"
|