Skip to content

Commit b6f4837

Browse files
author
AWS
committed
AWS Backup Update: Add Support for Backup Indexing
1 parent c148fe3 commit b6f4837

File tree

3 files changed

+348
-0
lines changed

3 files changed

+348
-0
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": "Add Support for Backup Indexing"
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
@@ -57,6 +57,12 @@
5757
"output_token": "NextToken",
5858
"limit_key": "MaxResults"
5959
},
60+
"ListIndexedRecoveryPoints": {
61+
"input_token": "NextToken",
62+
"output_token": "NextToken",
63+
"limit_key": "MaxResults",
64+
"result_key": "IndexedRecoveryPoints"
65+
},
6066
"ListLegalHolds": {
6167
"input_token": "NextToken",
6268
"output_token": "NextToken",

0 commit comments

Comments
 (0)