Skip to content

Commit

Permalink
feat(client-datazone): This release deprecates dataProductItem field …
Browse files Browse the repository at this point in the history
…from SearchInventoryResultItem, along with some unused DataProduct shapes
  • Loading branch information
awstools committed Jul 9, 2024
1 parent 069e247 commit 5d3596b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clients/client-datazone/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5635,6 +5635,8 @@ export type DataAssetActivityStatus = (typeof DataAssetActivityStatus)[keyof typ

/**
* <p/>
*
* @deprecated This structure is deprecated.
* @public
*/
export interface DataProductItem {
Expand All @@ -5653,6 +5655,8 @@ export interface DataProductItem {

/**
* <p/>
*
* @deprecated This structure is deprecated.
* @public
*/
export interface DataProductSummary {
Expand Down Expand Up @@ -5693,6 +5697,8 @@ export interface DataProductSummary {
glossaryTerms?: string[];

/**
* @deprecated
*
* <p/>
* @public
*/
Expand Down
2 changes: 2 additions & 0 deletions clients/client-datazone/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2406,6 +2406,8 @@ export namespace SearchInventoryResultItem {
}

/**
* @deprecated
*
* <p>The data product item included in the search results.</p>
* @public
*/
Expand Down
12 changes: 12 additions & 0 deletions codegen/sdk-codegen/aws-models/datazone.json
Original file line number Diff line number Diff line change
Expand Up @@ -4926,6 +4926,9 @@
}
},
"traits": {
"smithy.api#deprecated": {
"message": "This structure is deprecated."
},
"smithy.api#documentation": "<p/>"
}
},
Expand All @@ -4935,6 +4938,9 @@
"target": "com.amazonaws.datazone#DataProductItem"
},
"traits": {
"smithy.api#deprecated": {
"message": "This structure is deprecated."
},
"smithy.api#length": {
"min": 0,
"max": 100
Expand Down Expand Up @@ -5026,6 +5032,9 @@
}
},
"traits": {
"smithy.api#deprecated": {
"message": "This structure is deprecated."
},
"smithy.api#documentation": "<p/>"
}
},
Expand Down Expand Up @@ -18755,6 +18764,9 @@
"dataProductItem": {
"target": "com.amazonaws.datazone#DataProductSummary",
"traits": {
"smithy.api#deprecated": {
"message": "This field is deprecated."
},
"smithy.api#documentation": "<p>The data product item included in the search results.</p>"
}
}
Expand Down

0 comments on commit 5d3596b

Please sign in to comment.