Skip to content

Commit badf1c8

Browse files
author
AWS
committed
AWS Outposts Update: This release adds new APIs for working with Outpost sites and orders.
1 parent 699b7c6 commit badf1c8

File tree

3 files changed

+1004
-17
lines changed

3 files changed

+1004
-17
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 Outposts",
4+
"contributor": "",
5+
"description": "This release adds new APIs for working with Outpost sites and orders."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"pagination": {
3+
"ListCatalogItems": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults"
7+
},
8+
"ListOrders": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
12+
},
313
"ListOutposts": {
414
"input_token": "NextToken",
515
"output_token": "NextToken",

0 commit comments

Comments
 (0)