Skip to content

Commit 6459102

Browse files
author
AWS
committed
AWS Backup Update: AWS Backup is adding support for integration of its logically air-gapped vaults with the AWS Organizations Multi-party approval capability.
1 parent 97313de commit 6459102

File tree

3 files changed

+396
-11
lines changed

3 files changed

+396
-11
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 Backup",
4+
"contributor": "",
5+
"description": "AWS Backup is adding support for integration of its logically air-gapped vaults with the AWS Organizations Multi-party approval capability."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
"output_token": "NextToken",
110110
"limit_key": "MaxResults"
111111
},
112+
"ListRestoreAccessBackupVaults": {
113+
"input_token": "NextToken",
114+
"output_token": "NextToken",
115+
"limit_key": "MaxResults",
116+
"result_key": "RestoreAccessBackupVaults"
117+
},
112118
"ListRestoreJobSummaries": {
113119
"input_token": "NextToken",
114120
"output_token": "NextToken",

0 commit comments

Comments
 (0)