Skip to content

Commit 0086b77

Browse files
author
AWS
committed
AWS Backup Update: Cross-region backup is a new AWS Backup feature that allows enterprises to copy backups across multiple AWS services to different regions.
1 parent 7178bba commit 0086b77

File tree

3 files changed

+316
-19
lines changed

3 files changed

+316
-19
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Backup",
4+
"description": "Cross-region backup is a new AWS Backup feature that allows enterprises to copy backups across multiple AWS services to different regions."
5+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"output_token": "NextToken",
3131
"limit_key": "MaxResults"
3232
},
33+
"ListCopyJobs": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults"
37+
},
3338
"ListProtectedResources": {
3439
"input_token": "NextToken",
3540
"output_token": "NextToken",

0 commit comments

Comments
 (0)