Skip to content

Commit 85d780c

Browse files
author
AWS
committed
AWS Marketplace Agreement Service Update: This release adds 8 new APIs for AWS Marketplace sellers. 4 APIs for Cancellations (Send, List, Get, Cancel action on AgreementCancellationRequest), 3 APIs for Billing Adjustments (BatchCreate, List, Get action on BillingAdjustmentRequest), and 1 API to List Invoices (ListAgreementInvoiceLineItems)
1 parent 1b33ab6 commit 85d780c

File tree

3 files changed

+1012
-9
lines changed

3 files changed

+1012
-9
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": "This release adds 8 new APIs for AWS Marketplace sellers. 4 APIs for Cancellations (Send, List, Get, Cancel action on AgreementCancellationRequest), 3 APIs for Billing Adjustments (BatchCreate, List, Get action on BillingAdjustmentRequest), and 1 API to List Invoices (ListAgreementInvoiceLineItems)"
6+
}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,30 @@
55
"output_token": "nextToken",
66
"limit_key": "maxResults"
77
},
8+
"ListAgreementCancellationRequests": {
9+
"input_token": "nextToken",
10+
"output_token": "nextToken",
11+
"limit_key": "maxResults",
12+
"result_key": "items"
13+
},
14+
"ListAgreementInvoiceLineItems": {
15+
"input_token": "nextToken",
16+
"output_token": "nextToken",
17+
"limit_key": "maxResults",
18+
"result_key": "agreementInvoiceLineItemGroupSummaries"
19+
},
820
"ListAgreementPaymentRequests": {
921
"input_token": "nextToken",
1022
"output_token": "nextToken",
1123
"limit_key": "maxResults",
1224
"result_key": "items"
1325
},
26+
"ListBillingAdjustmentRequests": {
27+
"input_token": "nextToken",
28+
"output_token": "nextToken",
29+
"limit_key": "maxResults",
30+
"result_key": "items"
31+
},
1432
"SearchAgreements": {
1533
"input_token": "nextToken",
1634
"output_token": "nextToken",

0 commit comments

Comments
 (0)