Skip to content

Commit 4a2dca4

Browse files
author
AWS
committed
AWS Marketplace Agreement Service Update: The Variable Payments APIs enable AWS Marketplace Sellers to perform manage their payment requests (send, get, list, cancel).
1 parent df41245 commit 4a2dca4

File tree

3 files changed

+479
-5
lines changed

3 files changed

+479
-5
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 Agreement Service",
4+
"contributor": "",
5+
"description": "The Variable Payments APIs enable AWS Marketplace Sellers to perform manage their payment requests (send, get, list, cancel)."
6+
}

services/marketplaceagreement/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"output_token": "nextToken",
66
"limit_key": "maxResults"
77
},
8+
"ListAgreementPaymentRequests": {
9+
"input_token": "nextToken",
10+
"output_token": "nextToken",
11+
"limit_key": "maxResults",
12+
"result_key": "items"
13+
},
814
"SearchAgreements": {
915
"input_token": "nextToken",
1016
"output_token": "nextToken",

0 commit comments

Comments
 (0)