Skip to content

Commit aed1bca

Browse files
author
AWS
committed
AWS Marketplace Catalog Service Update: The ListEntities API now supports two new CAPI filters: DeliveryOptionTypes for SaaS products and CompatibleAWSServices for Container products.
1 parent ae24d24 commit aed1bca

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-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": "AWS Marketplace Catalog Service",
4+
"contributor": "",
5+
"description": "The ListEntities API now supports two new CAPI filters: DeliveryOptionTypes for SaaS products and CompatibleAWSServices for Container products."
6+
}

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,8 @@
733733
"EntityId",
734734
"LastModifiedDate",
735735
"ProductTitle",
736-
"Visibility"
736+
"Visibility",
737+
"CompatibleAWSServices"
737738
]
738739
},
739740
"ContainerProductSummary":{
@@ -1612,7 +1613,7 @@
16121613
"documentation":"<p>Filter machine learning products by their visibility status.</p>"
16131614
}
16141615
},
1615-
"documentation":"<p>The filters that you can use with the ListEntities operation to filter machine learning products. You can filter by EntityId, LastModifiedDate, ProductTitle, and Visibility.</p>"
1616+
"documentation":"<p>The filters that you can use with the ListEntities operation to filter machine learning products. You can filter by <code>EntityId</code>, <code>astModifiedDate</code>, <code>ProductTitle</code>, and <code>Visibility</code>.</p>"
16161617
},
16171618
"MachineLearningProductLastModifiedDateFilter":{
16181619
"type":"structure",
@@ -2794,7 +2795,8 @@
27942795
"EntityId",
27952796
"ProductTitle",
27962797
"Visibility",
2797-
"LastModifiedDate"
2798+
"LastModifiedDate",
2799+
"DeliveryOptionTypes"
27982800
]
27992801
},
28002802
"SaaSProductSummary":{

0 commit comments

Comments
 (0)