Skip to content

Commit 1530a73

Browse files
author
AWS
committed
AWS Backup Update: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.
1 parent c5e69e1 commit 1530a73

File tree

3 files changed

+204
-7
lines changed

3 files changed

+204
-7
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": "This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts."
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
@@ -59,6 +59,12 @@
5959
"limit_key": "MaxResults",
6060
"result_key": "Results"
6161
},
62+
"ListProtectedResourcesByBackupVault": {
63+
"input_token": "NextToken",
64+
"output_token": "NextToken",
65+
"limit_key": "MaxResults",
66+
"result_key": "Results"
67+
},
6268
"ListRecoveryPointsByBackupVault": {
6369
"input_token": "NextToken",
6470
"output_token": "NextToken",

0 commit comments

Comments
 (0)