Skip to content

Commit 295df88

Browse files
author
AWS
committed
AWS Marketplace Catalog Service Update: AWS Marketplace Catalog API now supports setting intent on requests
1 parent aefff9a commit 295df88

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
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": "AWS Marketplace Catalog API now supports setting intent on requests"
6+
}

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

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{"shape":"ThrottlingException"},
2828
{"shape":"ValidationException"}
2929
],
30-
"documentation":"<p>Returns metadata and content for multiple entities.</p>"
30+
"documentation":"<p>Returns metadata and content for multiple entities. This is the Batch version of the <code>DescribeEntity</code> API and uses the same IAM permission action as <code>DescribeEntity</code> API.</p>"
3131
},
3232
"CancelChangeSet":{
3333
"name":"CancelChangeSet",
@@ -296,7 +296,7 @@
296296
"documentation":"<p>The visibility of the AMI product.</p>"
297297
}
298298
},
299-
"documentation":"<p>Object containing all the filter fields for AMI products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
299+
"documentation":"<p>Object containing all the filter fields for AMI products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
300300
},
301301
"AmiProductLastModifiedDateFilter":{
302302
"type":"structure",
@@ -685,7 +685,7 @@
685685
"documentation":"<p>The visibility of the container product.</p>"
686686
}
687687
},
688-
"documentation":"<p>Object containing all the filter fields for container products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
688+
"documentation":"<p>Object containing all the filter fields for container products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
689689
},
690690
"ContainerProductLastModifiedDateFilter":{
691691
"type":"structure",
@@ -841,7 +841,7 @@
841841
"documentation":"<p>The last date on which the data product was modified.</p>"
842842
}
843843
},
844-
"documentation":"<p>Object containing all the filter fields for data products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
844+
"documentation":"<p>Object containing all the filter fields for data products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
845845
},
846846
"DataProductLastModifiedDateFilter":{
847847
"type":"structure",
@@ -1015,6 +1015,10 @@
10151015
"shape":"ChangeSetName",
10161016
"documentation":"<p>The optional name provided in the <code>StartChangeSet</code> request. If you do not provide a name, one is set by default.</p>"
10171017
},
1018+
"Intent":{
1019+
"shape":"Intent",
1020+
"documentation":"<p>The optional intent provided in the <code>StartChangeSet</code> request. If you do not provide an intent, <code>APPLY</code> is set by default.</p>"
1021+
},
10181022
"StartTime":{
10191023
"shape":"DateTimeISO8601",
10201024
"documentation":"<p>The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started. </p>"
@@ -1400,6 +1404,13 @@
14001404
"min":1,
14011405
"pattern":"^[\\w\\-@]+$"
14021406
},
1407+
"Intent":{
1408+
"type":"string",
1409+
"enum":[
1410+
"VALIDATE",
1411+
"APPLY"
1412+
]
1413+
},
14031414
"InternalServiceException":{
14041415
"type":"structure",
14051416
"members":{
@@ -1674,7 +1685,7 @@
16741685
"documentation":"<p>Allows filtering on the <code>LastModifiedDate</code> of an offer.</p>"
16751686
}
16761687
},
1677-
"documentation":"<p>A filter for offers entity.</p>"
1688+
"documentation":"<p>Object containing all the filter fields for offers entity. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
16781689
},
16791690
"OfferLastModifiedDateFilter":{
16801691
"type":"structure",
@@ -2069,7 +2080,7 @@
20692080
"documentation":"<p>Allows filtering on the <code>LastModifiedDate</code> of a ResaleAuthorization.</p>"
20702081
}
20712082
},
2072-
"documentation":"<p>A filter for ResaleAuthorization entity.</p>"
2083+
"documentation":"<p>Object containing all the filter fields for resale authorization entity. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
20732084
},
20742085
"ResaleAuthorizationLastModifiedDateFilter":{
20752086
"type":"structure",
@@ -2541,7 +2552,7 @@
25412552
"documentation":"<p>The last date on which the SaaS product was modified.</p>"
25422553
}
25432554
},
2544-
"documentation":"<p>Object containing all the filter fields for SaaS products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
2555+
"documentation":"<p>Object containing all the filter fields for SaaS products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>"
25452556
},
25462557
"SaaSProductLastModifiedDateFilter":{
25472558
"type":"structure",
@@ -2719,6 +2730,10 @@
27192730
"ChangeSetTags":{
27202731
"shape":"TagList",
27212732
"documentation":"<p>A list of objects specifying each key name and value for the <code>ChangeSetTags</code> property.</p>"
2733+
},
2734+
"Intent":{
2735+
"shape":"Intent",
2736+
"documentation":"<p>The intent related to the request. The default is <code>APPLY</code>. To test your request before applying changes to your entities, use <code>VALIDATE</code>. This feature is currently available for adding versions to single-AMI products. For more information, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#ami-add-version\">Add a new version</a>.</p>"
27222737
}
27232738
}
27242739
},

0 commit comments

Comments
 (0)