Skip to content

Commit 5d3596b

Browse files
author
awstools
committed
feat(client-datazone): This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
1 parent 069e247 commit 5d3596b

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

clients/client-datazone/src/models/models_0.ts

+6
Original file line numberDiff line numberDiff line change
@@ -5635,6 +5635,8 @@ export type DataAssetActivityStatus = (typeof DataAssetActivityStatus)[keyof typ
56355635

56365636
/**
56375637
* <p/>
5638+
*
5639+
* @deprecated This structure is deprecated.
56385640
* @public
56395641
*/
56405642
export interface DataProductItem {
@@ -5653,6 +5655,8 @@ export interface DataProductItem {
56535655

56545656
/**
56555657
* <p/>
5658+
*
5659+
* @deprecated This structure is deprecated.
56565660
* @public
56575661
*/
56585662
export interface DataProductSummary {
@@ -5693,6 +5697,8 @@ export interface DataProductSummary {
56935697
glossaryTerms?: string[];
56945698

56955699
/**
5700+
* @deprecated
5701+
*
56965702
* <p/>
56975703
* @public
56985704
*/

clients/client-datazone/src/models/models_1.ts

+2
Original file line numberDiff line numberDiff line change
@@ -2406,6 +2406,8 @@ export namespace SearchInventoryResultItem {
24062406
}
24072407

24082408
/**
2409+
* @deprecated
2410+
*
24092411
* <p>The data product item included in the search results.</p>
24102412
* @public
24112413
*/

codegen/sdk-codegen/aws-models/datazone.json

+12
Original file line numberDiff line numberDiff line change
@@ -4926,6 +4926,9 @@
49264926
}
49274927
},
49284928
"traits": {
4929+
"smithy.api#deprecated": {
4930+
"message": "This structure is deprecated."
4931+
},
49294932
"smithy.api#documentation": "<p/>"
49304933
}
49314934
},
@@ -4935,6 +4938,9 @@
49354938
"target": "com.amazonaws.datazone#DataProductItem"
49364939
},
49374940
"traits": {
4941+
"smithy.api#deprecated": {
4942+
"message": "This structure is deprecated."
4943+
},
49384944
"smithy.api#length": {
49394945
"min": 0,
49404946
"max": 100
@@ -5026,6 +5032,9 @@
50265032
}
50275033
},
50285034
"traits": {
5035+
"smithy.api#deprecated": {
5036+
"message": "This structure is deprecated."
5037+
},
50295038
"smithy.api#documentation": "<p/>"
50305039
}
50315040
},
@@ -18755,6 +18764,9 @@
1875518764
"dataProductItem": {
1875618765
"target": "com.amazonaws.datazone#DataProductSummary",
1875718766
"traits": {
18767+
"smithy.api#deprecated": {
18768+
"message": "This field is deprecated."
18769+
},
1875818770
"smithy.api#documentation": "<p>The data product item included in the search results.</p>"
1875918771
}
1876018772
}

0 commit comments

Comments
 (0)