Skip to content

Commit ac1c2b7

Browse files
author
AWS
committed
Amazon Route 53 Domains Update: Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API.
1 parent 9e3dbf6 commit ac1c2b7

File tree

3 files changed

+337
-43
lines changed

3 files changed

+337
-43
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": "Amazon Route 53 Domains",
4+
"contributor": "",
5+
"description": "Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
"limit_key": "MaxItems",
1212
"output_token": "NextPageMarker",
1313
"result_key": "Operations"
14+
},
15+
"ListPrices": {
16+
"input_token": "Marker",
17+
"limit_key": "MaxItems",
18+
"output_token": "NextPageMarker",
19+
"result_key": "Prices"
20+
},
21+
"ViewBilling": {
22+
"input_token": "Marker",
23+
"limit_key": "MaxItems",
24+
"output_token": "NextPageMarker",
25+
"result_key": "BillingRecords"
1426
}
1527
}
1628
}

0 commit comments

Comments
 (0)