Skip to content

Commit 6ea4b04

Browse files
author
AWS
committed
Amazon DataZone Update: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
1 parent a5208de commit 6ea4b04

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
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 deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes"
6+
}

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5104,11 +5104,15 @@
51045104
"documentation":"<p/>"
51055105
}
51065106
},
5107-
"documentation":"<p/>"
5107+
"documentation":"<p/>",
5108+
"deprecated":true,
5109+
"deprecatedMessage":"This structure is deprecated."
51085110
},
51095111
"DataProductItems":{
51105112
"type":"list",
51115113
"member":{"shape":"DataProductItem"},
5114+
"deprecated":true,
5115+
"deprecatedMessage":"This structure is deprecated.",
51125116
"max":100,
51135117
"min":0
51145118
},
@@ -5172,7 +5176,9 @@
51725176
"documentation":"<p/>"
51735177
}
51745178
},
5175-
"documentation":"<p/>"
5179+
"documentation":"<p/>",
5180+
"deprecated":true,
5181+
"deprecatedMessage":"This structure is deprecated."
51765182
},
51775183
"DataSourceConfigurationInput":{
51785184
"type":"structure",
@@ -12161,7 +12167,9 @@
1216112167
},
1216212168
"dataProductItem":{
1216312169
"shape":"DataProductSummary",
12164-
"documentation":"<p>The data product item included in the search results.</p>"
12170+
"documentation":"<p>The data product item included in the search results.</p>",
12171+
"deprecated":true,
12172+
"deprecatedMessage":"This field is deprecated."
1216512173
},
1216612174
"glossaryItem":{
1216712175
"shape":"GlossaryItem",

0 commit comments

Comments
 (0)