Skip to content

Commit 6b6bcc6

Browse files
author
AWS
committed
Amazon DataZone Update: This release removes the deprecated dataProductItem field from Search API output.
1 parent 3c69a6a commit 6b6bcc6

File tree

2 files changed

+6
-104
lines changed

2 files changed

+6
-104
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon DataZone",
4+
"contributor": "",
5+
"description": "This release removes the deprecated dataProductItem field from Search API output."
6+
}

services/datazone/src/main/resources/codegen-resources/service-2.json

Lines changed: 0 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -5364,104 +5364,6 @@
53645364
"type":"string",
53655365
"pattern":"^[a-zA-Z0-9_-]{0,36}$"
53665366
},
5367-
"DataProductDescription":{
5368-
"type":"string",
5369-
"max":4096,
5370-
"min":1,
5371-
"sensitive":true
5372-
},
5373-
"DataProductId":{
5374-
"type":"string",
5375-
"pattern":"^[a-zA-Z0-9_-]{1,36}$"
5376-
},
5377-
"DataProductItem":{
5378-
"type":"structure",
5379-
"members":{
5380-
"domainId":{
5381-
"shape":"DomainId",
5382-
"documentation":"<p/>"
5383-
},
5384-
"itemId":{
5385-
"shape":"DataProductId",
5386-
"documentation":"<p/>"
5387-
}
5388-
},
5389-
"documentation":"<p/>",
5390-
"deprecated":true,
5391-
"deprecatedMessage":"This structure is deprecated."
5392-
},
5393-
"DataProductItems":{
5394-
"type":"list",
5395-
"member":{"shape":"DataProductItem"},
5396-
"deprecated":true,
5397-
"deprecatedMessage":"This structure is deprecated.",
5398-
"max":100,
5399-
"min":0
5400-
},
5401-
"DataProductName":{
5402-
"type":"string",
5403-
"max":64,
5404-
"min":1,
5405-
"sensitive":true
5406-
},
5407-
"DataProductSummary":{
5408-
"type":"structure",
5409-
"required":[
5410-
"domainId",
5411-
"id",
5412-
"name",
5413-
"owningProjectId"
5414-
],
5415-
"members":{
5416-
"createdAt":{
5417-
"shape":"CreatedAt",
5418-
"documentation":"<p/>"
5419-
},
5420-
"createdBy":{
5421-
"shape":"CreatedBy",
5422-
"documentation":"<p/>"
5423-
},
5424-
"dataProductItems":{
5425-
"shape":"DataProductItems",
5426-
"documentation":"<p/>"
5427-
},
5428-
"description":{
5429-
"shape":"DataProductDescription",
5430-
"documentation":"<p/>"
5431-
},
5432-
"domainId":{
5433-
"shape":"DomainId",
5434-
"documentation":"<p/>"
5435-
},
5436-
"glossaryTerms":{
5437-
"shape":"GlossaryTerms",
5438-
"documentation":"<p/>"
5439-
},
5440-
"id":{
5441-
"shape":"DataProductId",
5442-
"documentation":"<p/>"
5443-
},
5444-
"name":{
5445-
"shape":"DataProductName",
5446-
"documentation":"<p/>"
5447-
},
5448-
"owningProjectId":{
5449-
"shape":"ProjectId",
5450-
"documentation":"<p/>"
5451-
},
5452-
"updatedAt":{
5453-
"shape":"UpdatedAt",
5454-
"documentation":"<p/>"
5455-
},
5456-
"updatedBy":{
5457-
"shape":"UpdatedBy",
5458-
"documentation":"<p/>"
5459-
}
5460-
},
5461-
"documentation":"<p/>",
5462-
"deprecated":true,
5463-
"deprecatedMessage":"This structure is deprecated."
5464-
},
54655367
"DataSourceConfigurationInput":{
54665368
"type":"structure",
54675369
"members":{
@@ -12982,12 +12884,6 @@
1298212884
"shape":"AssetItem",
1298312885
"documentation":"<p>The asset item included in the search results.</p>"
1298412886
},
12985-
"dataProductItem":{
12986-
"shape":"DataProductSummary",
12987-
"documentation":"<p>The data product item included in the search results.</p>",
12988-
"deprecated":true,
12989-
"deprecatedMessage":"This field is deprecated."
12990-
},
1299112887
"glossaryItem":{
1299212888
"shape":"GlossaryItem",
1299312889
"documentation":"<p>The glossary item included in the search results.</p>"

0 commit comments

Comments
 (0)