Skip to content

Commit f85ec6b

Browse files
author
AWS
committed
AWS Backup Update: AWS Backup now supports a low-cost warm storage tier for Amazon S3 backup data.
1 parent 4efad51 commit f85ec6b

File tree

3 files changed

+395
-0
lines changed

3 files changed

+395
-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": "AWS Backup now supports a low-cost warm storage tier for Amazon S3 backup data."
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
@@ -148,6 +148,12 @@
148148
"input_token": "NextToken",
149149
"output_token": "NextToken",
150150
"limit_key": "MaxResults"
151+
},
152+
"ListTieringConfigurations": {
153+
"input_token": "NextToken",
154+
"output_token": "NextToken",
155+
"limit_key": "MaxResults",
156+
"result_key": "TieringConfigurations"
151157
}
152158
}
153159
}

0 commit comments

Comments
 (0)