Skip to content

Commit a8b44e6

Browse files
author
AWS
committed
Tax Settings Update: Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration.
1 parent da24fb5 commit a8b44e6

File tree

3 files changed

+230
-7
lines changed

3 files changed

+230
-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": "Tax Settings",
4+
"contributor": "",
5+
"description": "Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"ListSupplementalTaxRegistrations": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "taxRegistrations"
8+
},
39
"ListTaxRegistrations": {
410
"input_token": "nextToken",
511
"output_token": "nextToken",

0 commit comments

Comments
 (0)