Skip to content

Commit 828142c

Browse files
author
AWS
committed
Redshift Serverless Update: Provides new and updated API members to support the Redshift Serverless reservations feature.
1 parent b16ffc8 commit 828142c

File tree

3 files changed

+358
-3
lines changed

3 files changed

+358
-3
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": "Redshift Serverless",
4+
"contributor": "",
5+
"description": "Provides new and updated API members to support the Redshift Serverless reservations feature."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
"limit_key": "maxResults",
3131
"result_key": "recoveryPoints"
3232
},
33+
"ListReservationOfferings": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "reservationOfferingsList"
38+
},
39+
"ListReservations": {
40+
"input_token": "nextToken",
41+
"output_token": "nextToken",
42+
"limit_key": "maxResults",
43+
"result_key": "reservationsList"
44+
},
3345
"ListScheduledActions": {
3446
"input_token": "nextToken",
3547
"output_token": "nextToken",

0 commit comments

Comments
 (0)