Skip to content

Commit f68c22b

Browse files
author
AWS
committed
Redshift Serverless Update: This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.
1 parent 04e4c25 commit f68c22b

File tree

3 files changed

+729
-6
lines changed

3 files changed

+729
-6
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": "This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point."
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
@@ -24,6 +24,18 @@
2424
"limit_key": "maxResults",
2525
"result_key": "recoveryPoints"
2626
},
27+
"ListScheduledActions": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "scheduledActions"
32+
},
33+
"ListSnapshotCopyConfigurations": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "snapshotCopyConfigurations"
38+
},
2739
"ListSnapshots": {
2840
"input_token": "nextToken",
2941
"output_token": "nextToken",

0 commit comments

Comments
 (0)