Skip to content

Commit 80bf5c1

Browse files
author
AWS
committed
Amazon FSx Update: This release adds support for Amazon File Cache.
1 parent 912266c commit 80bf5c1

File tree

3 files changed

+633
-45
lines changed

3 files changed

+633
-45
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": "Amazon FSx",
4+
"contributor": "",
5+
"description": "This release adds support for Amazon File Cache."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"output_token": "NextToken",
1616
"limit_key": "MaxResults"
1717
},
18+
"DescribeFileCaches": {
19+
"input_token": "NextToken",
20+
"output_token": "NextToken",
21+
"limit_key": "MaxResults"
22+
},
1823
"DescribeFileSystemAliases": {
1924
"input_token": "NextToken",
2025
"output_token": "NextToken",

0 commit comments

Comments
 (0)