File tree 3 files changed +20
-0
lines changed
clients/client-datazone/src/models
codegen/sdk-codegen/aws-models
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5635,6 +5635,8 @@ export type DataAssetActivityStatus = (typeof DataAssetActivityStatus)[keyof typ
5635
5635
5636
5636
/**
5637
5637
* <p/>
5638
+ *
5639
+ * @deprecated This structure is deprecated.
5638
5640
* @public
5639
5641
*/
5640
5642
export interface DataProductItem {
@@ -5653,6 +5655,8 @@ export interface DataProductItem {
5653
5655
5654
5656
/**
5655
5657
* <p/>
5658
+ *
5659
+ * @deprecated This structure is deprecated.
5656
5660
* @public
5657
5661
*/
5658
5662
export interface DataProductSummary {
@@ -5693,6 +5697,8 @@ export interface DataProductSummary {
5693
5697
glossaryTerms ?: string [ ] ;
5694
5698
5695
5699
/**
5700
+ * @deprecated
5701
+ *
5696
5702
* <p/>
5697
5703
* @public
5698
5704
*/
Original file line number Diff line number Diff line change @@ -2406,6 +2406,8 @@ export namespace SearchInventoryResultItem {
2406
2406
}
2407
2407
2408
2408
/**
2409
+ * @deprecated
2410
+ *
2409
2411
* <p>The data product item included in the search results.</p>
2410
2412
* @public
2411
2413
*/
Original file line number Diff line number Diff line change 4926
4926
}
4927
4927
},
4928
4928
"traits": {
4929
+ "smithy.api#deprecated": {
4930
+ "message": "This structure is deprecated."
4931
+ },
4929
4932
"smithy.api#documentation": "<p/>"
4930
4933
}
4931
4934
},
4935
4938
"target": "com.amazonaws.datazone#DataProductItem"
4936
4939
},
4937
4940
"traits": {
4941
+ "smithy.api#deprecated": {
4942
+ "message": "This structure is deprecated."
4943
+ },
4938
4944
"smithy.api#length": {
4939
4945
"min": 0,
4940
4946
"max": 100
5026
5032
}
5027
5033
},
5028
5034
"traits": {
5035
+ "smithy.api#deprecated": {
5036
+ "message": "This structure is deprecated."
5037
+ },
5029
5038
"smithy.api#documentation": "<p/>"
5030
5039
}
5031
5040
},
18755
18764
"dataProductItem": {
18756
18765
"target": "com.amazonaws.datazone#DataProductSummary",
18757
18766
"traits": {
18767
+ "smithy.api#deprecated": {
18768
+ "message": "This field is deprecated."
18769
+ },
18758
18770
"smithy.api#documentation": "<p>The data product item included in the search results.</p>"
18759
18771
}
18760
18772
}
You can’t perform that action at this time.
0 commit comments